/*  
Theme Name: BENJI
Description: Grid aligned WordPress theme
Version: 1.1
Author: Ben Martineau
Tags: white, grid, whitespace, minimal, clean, widgets

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

*/

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #fff;
	color: #333;
	font-size: 62.5%;
	font-family: Helvetica, Arial sans-serif;
	text-align: center;
} 
h1 {
	font-size: 20px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
	margin: 10px 0;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #404040;
}

a img{
	border: none;
	color: #FFF;
}


/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
}
.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.nav .searchField input {
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	font-size: 12px;
	color: #909090;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #000;
}
.post h2 {
	line-height: 1.2em;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	color: #000;
	font-weight: bold;
	padding: 5px 0 10px;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #fff;
}
.secondaryColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 14px;
}

#paginate-left{
}

#paginate-right{	
}

#footer {
	clear: both;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	margin: auto;
	text-align: left;
	width: 960px;
}
#masthead h1 {
	font-size: 55pt;
	padding: 95px 60px 80px 0;
	width: 230px;
	float: left;
}

#masthead h1 a:hover{
	color: #222222;
}

#filler {}
#mainColumn {
	float: left;
	margin: 20px 0 0 0;
	width: 710px;
}
.secondaryColumn {
	float: left;
	margin: 34px 0 0 20px;
	overflow: hidden;
	width: 230px;
}

/* =----------------------------------- header elements */
#masthead h3 {
	float: left;
	margin: 25px 0 0 195px;
}

#blog-title {
	padding: 5px;
}

#blogLead {
	width: 250px;
	float: left;
}

#blogLead h3 a:hover {
	padding: 3px 5px;
	background: #3399FF;
	color: #FFF;
}


#masthead h3 a {
	width: 230px;
}
#blogLead img {
	background: #fff;
	border: 1px solid #bbb;
	float: right;
	height: 42px;
	margin: 0 7px;
	padding: 2px;
	width: 42px;
}
#authorIntro {
	float: left;
	margin: 78px 0 0 20px;
	width: 300px;
	line-height: 16px;
	
}

.searchField{
	width: 220px;
	float: right;
	margin: 82px 0 0 0;
	list-style: none;
} 

#s1{
	height: 19px;
	border: none;
	background: #f8f8f8;
	color: #999;
	font-size: 14px;
	width: 207px;
	float: right;	
	padding: 12px;
}

#search1{
	background:transparent url(images/search.gif) no-repeat scroll 0 0;
	border:medium none;
	float:right;
	height:18px;
	margin: -30px 12px;
	text-indent:-99999px;
	width: 18px;
}

#search1:hover{
	cursor: pointer;

}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	background: #eee;
}
.nav li {
	border-right: 1px solid #ccc;
	display: block;
	float: left;
}
.nav li a {
	display: block;
	padding: 7px 4px 0 7px;
	width: 110px;
	height: 42px;
}
.nav li a span {}
.nav li a:hover {
	background: #333;
}
.nav li a.focus {
	background: #3c6c92;
}
.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px;
	width: 220px;
}
.toggleCategories {
	background: #3c6c92;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	position: relative;
}
.postMeta .container {
	margin: 0 0 5px 0;
}
.postMeta span.date {
	background: #fff;
}
.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
	font-weight: bold;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 70px 0;
}
.post h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin: 0px 0 10px 0;
	font-size: 26px;
}
.post h2 a:hover {
	color: #404040;	
}


/* =----------------------------------- entry body */
.entry {
	overflow: hidden;
	margin-bottom: 10px;
}
.entry p {
	padding: 10px 0 5px 0;
	line-height: 1.5em;
	font-size: 12px;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}

.entry img {
	background: #fff;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0 10px 15px 0;
}
.entry img:hover {
	border: 1px solid #333333;
}

.entry.meta {
	background: #fefefe;
	border: 1px solid #000;
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 0px;
}
.entry.meta .highlight {
	font-size: 10px;
}
.entry.meta a {
	color: #333;
}
.entry.meta a:hover {
	color: #fff;
}

.entry a{
	background-color: #e9e9e9;
	padding: 2px 4px 1px 4px;
	font-weight: bold;
	color: #000;
}

.entry img a{
	background: none #FFFFFF;
}

.entry a:hover{
	background-color: #272727;
	padding: 2px 4px 1px 4px;
	font-weight: bold;
	color: #fff;
}

.image{
	margin: 10px 0px;
	overflow: hidden;
}

.image a{
	background-color: #fff;
	padding: 0 none;
}

.image a:hover{
	background-color: #fff;
	padding: 0 none;
}

.addthis_container {
	float:right;
	margin-right: 10px;
	background: url(images/share.gif) no-repeat 0 0;
	height: 25px;
	width: 79px;
}

.addthis_container img:hover {
	border: 5px solid #fff;
	background: url(images/share_over.gif) no-repeat 0 0;
	
	
}

#browser {
	border: none;
	margin: 15px 0 0 0;
}

#browser a {
	border: none; 
}

#browser a:hover {
	border: none; 
}



/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 4px 7px 4px;
	background: #e9e9e9;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #fff;
	background: #272727;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-size: 20px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin-bottom: 1px;
	list-style: none;
}

.widgetContainer ul li a{
	background-color: #f8f8f8;
	color: #000;	
	padding: 2px 4px 1px 4px;
}

.widgetContainer ul li a:hover{
	background-color: #272727;
	padding: 2px 4px 1px 4px;
	font-weight: bold;
	color: #fff;
}

.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	line-height: 1.5em;
	border: none;
	margin-bottom: 20px;
}

#tag_cloud-3 a:hover{
	background-color: #404040;
	color: #fff;
}

#tag_cloud-3 div{
	margin: 25px 0;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

#flickr-feed-gallery .widgetTitle {
	background:url(images/flickr_icon.gif) no-repeat 0 4px;
	padding-left: 25px;
}



/* =----------------------------------- style some comments */
#contact-form{
	display:block;
	float:left;
	margin: 30px 0 0 310px;
	position:relative;
	width:330px;
}

#respondTitle {
	padding: 25px 0 10px 0;
}

#contact-form h3{
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;	
}

#contact-form input{
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
	height: 18px;
	margin-right: 10px;
	float: left;
	padding: 8px 5px;
	font-size: 14px;
}

#contact-form textarea{
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
	height: 110px;
}

#contact-form .button {
	height: 30px;
	width: 82px;
	text-indent: -9999px;
	background: url(images/submit_btn.gif) #333333 0 0;
}

#contact-form .button:hover {
	cursor:pointer;
	background: url(images/submit_btn_over.gif) #FFFFFF 0 0;
}

#contact-form fieldset {
	float: left;
}

#contact-form p strong {
	color: #CC0000;
}

#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 15px 0;
	padding-bottom: 10px;
	border-bottom: 5px solid #e9e9e9;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 70px;
}
.commentlist .comment-author {
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

#commentform #submit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 36px;
}

#commentform #submit:hover {
	color: #FFFFFF;
	background: #333333;
	cursor: pointer;
}

#respond .hook{
	padding: 25px 0 10px 0;
}

#elsewhere{
	display:block;
	float:left;
	margin: 30px 20px;
	position:relative;
	width:300px;
}

#elsewhere h3{
	padding: 5px 0;
}

#links{
	list-style:none;
	list-style-position:inside;
	padding: 5px 0;
}

#links li{
	margin-bottom: 6px;
}

#links a{
	padding: 4px 5px 4px 25px;
	color: #000;
	background-position: 3px 3px;
}

#links a:hover{
	background-color: #e9e9e9;
	padding: 4px 5px 3px 25px;
	font-weight: bold;
	color: #000;
}

#flickr{
	background: url(images/social/flickr.gif) no-repeat;
}

#facebook{
	background: url(images/social/facebook.gif) no-repeat;
}

#linkedin{
	background: url(images/social/linkedin.gif) no-repeat;
}

#twitter{
	background: url(images/social/twitter.gif) no-repeat;
}

#vimeo{
	background: url(images/social/vimeo.gif) no-repeat;
}

#delicious{
	background: url(images/social/delicious.gif) no-repeat;
}


/*-------- rollover links----------*/

#flickr:hover{
	background: url(images/social/flickr_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#facebook:hover{
	background: url(images/social/facebook_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#linkedin:hover{
	background: url(images/social/linkedin_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#twitter:hover{
	background: url(images/social/twitter_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#vimeo:hover{
	background: url(images/social/vimeo_over.gif) #e9e9e9 no-repeat 3px 3px;
}

#delicious:hover{
	background: url(images/social/delicious_over.gif) #e9e9e9 no-repeat 3px 3px;
}

/* =----------------------------------- boring footer */
#footer {
	border-top: 1px solid #000;
	padding: 0 0 35px 0;
	background-color: #F8F8F8;
}
#footer p {
	padding: 8px 5px 4px 0; 
	float: left;
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}