/*  
Theme Name: SiliconBaires Theme based on Grid Focus Public
Description: Theme adapted for SiliconBaires.com based on existing skin with grid aligned left w/ full content + images in 2 columns instead of 3
Version: 1.0
Author: Original design by Derek Punsalan - Adapted by Cricava
Author URI: 

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;
}

html,body
{
	background:#FFF;
	color:#333;
	text-align:center;
}

body
{
	font:12px arial,helvetica,verdana,sans-serif;
}

h1
{
	font-size:22px;
}

h2
{
	font-size:18px;
}

h3
{
	font-size:16px;
}

h4
{
	font-size:14px;
}

a
{
	color:#333;
	text-decoration:none;
}

a:hover
{
	color:#000000;
}

img.homepic
{
	margin-top: 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

img
{
	border: 0px solid;
}

#wrapper
{
	border-top:8px solid #c0c0c0;
	margin: 0px auto;
	text-align:left;
	width: 965px;
} 

div.dashed
{
	border-top: 1px dashed #c0c0c0;
	margin-top: 1px;
}

/* masthead / footer - navigation and categories */


div.search
{
	width: 300px;
	float: right;
	margin-top: -40px;
	text-align: right;
	font-size: 11px;
}

#masthead
{
	padding:5px 0;
}

#masthead h1 a
{
	text-transform:uppercase;
	width:400px;
	float:left;
	margin:12px 0 0 0;
}

#masthead h1 a em
{
	font-style:normal;
	color:#555;
}

#authorBlurb img
{
	float:right;
	width:42px;
	height:42px;
	border:3px solid #EEE;
}

#authorIntro a
{
	font-weight:bold;
} 

#authorIntro
{
	line-height:1.4em;
	width:400px;
	float:right;
	margin:8px 0 0 0;
}

ul.nav
{
	list-style:none;
	background:#000000;
}

.nav li
{
	border-right:1px solid #DDD;
	float:left;
	display:block;
	width:100px;
}

.nav li a
{
	font-size:11px;
	outline:none;
	color:#fbfbfb;
	text-decoration:none;
	display:block;
	padding:5px 0 12px 5px;
	width:99px;
	text-transform:uppercase;
}

.nav li a span
{
	font-size:11px;
	color:#c0c0c0;
	text-transform:lowercase;
}

.nav li a:hover
{
	background:#e0fb00;
	color:#000000!important;
	width:95px;
}

* html .nav li a:hover
{
	background:#e0fb00;
	width:99px;
}

.nav li.skip
{
	border-left:1px solid #DDD;
	float:right;
	display:block;
    width:100px;
}

.nav li.skip a
{
	width:100px;
}

li.top
{
	border-left:1px solid #DDD;
	float:right;
	display:block;
    width:100px;
}

li.top a
{
	width:100px;
}

.nav li.skip a:hover, li.top a:hover 
{ 
	background: transparent;
	color: #333 !important;
}

#archives
{
	background:#333;
}

#archives ul
{
	list-style:none;
	padding:5px 0 3px 0;
}

#archives li
{
	float:left;
	display:block;
	width:101px;
}

#archives li a
{
	font-weight:bold;
	color:#7F7F7F;
	width:99px;
	display:block;
	padding:2px 0 4px 5px;
}

#archives li a:hover
{
	color:#EEE;
}



/* main - middle content and columns */

#mid{}#mainCol
{
	float:left;
	margin:26px 0 0 0;
	width:595px;
}



/* style individual sidebars */

#midCol a
{
	font-weight:bold;
}

#midCol
{
	color:#444;
	float:left;
	margin: 5px 0 0 15px;
	width: 350px;
	line-height:1.3em;
}

#midCol p
{
	color:#777;
}

#footerCol
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}


#footerCol #categories
{
	border-top: 1px solid #333333;	
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	background: #ffffff;
	float: left;
	width: 100%;
}

#footerCol #categories h2.widgettitle
{
	font-size: 5px;
	margin: 0px;
	padding: 0px;
}

#footerCol #categories ul
{
	list-style-type: none;
}

#footerCol #categories li
{
	margin-bottom: 5px;
}

#footerCol #categories li a, #footerCol #categories li a:link, #footerCol #categories li a:visited
{
	font-weight: bold;
	color: #000000;
	list-style: none;
}

#footerCol #categories li a:hover
{
	font-weight: bold;
	color: #b0b0b0;
	border-bottom: 1px dashed #585858;
}

#searchWrap,.middle_links
{
	margin-bottom:20px;
}

#searchWrap input
{
	vertical-align:middle;
}

#searchWrap #s
{
	font-size:1.1em;
	border:1px solid #BBB;
	padding:1px 2px;
	margin-right:3px;
	width:220px;
}

.middle_links h3
{
	margin-bottom:7px;
}

#midCol ul
{
	list-style:none;
	margin:8px 0 4px;
}

#midCol li
{
	background:url(images/arrow_grey.gif) no-repeat 0 6px;
	color:#7F7F7F;
	line-height:1.2em;
	border-top:1px solid #BBB;
	padding:4px 0 4px 16px;
}

#midCol li a
{
	color:#000000;
	font-weight: normal;
	font-size: 11px;
}

#midCol li a:hover
{
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dashed;
}


#tertCol
{
	float:left;
	width:214px;
	margin:23px 0 0 33px;
}

#tertCol p
{
	color:#777;
}

#elseWhere
{
	margin:0 0 20px 0;
}

#elseWhere h3
{
	margin-bottom:7px;
}

ul#imgLinks
{
	list-style:none;
	margin:7px 0;
}

#imgLinks li
{
	color:#7F7F7F;
	line-height:1.2em;
	padding:0 0 1px;
}

#imgLinks li a img
{
	border:3px solid #EEE;
	width:208px;
	height:69px;
	color:#333;
	font-weight:bold;
}

#imgLinks li a:hover img
{
	border-color:#DDD;
}



/* wordpress entries styling - main content column */

.postMeta
{
	background:url(images/dot.gif) repeat-x left center;
	text-transform:uppercase;
	font-size:11px;
	text-align:right;
	margin-bottom:5px;
}

.postMeta span.date
{
	background:#FFF;
	color:#7F7F7F;
	padding:0 2px 0 4px;
}

.postMeta span.comments
{
	background:#FFF url(images/chat_grey.gif) no-repeat left center;
	padding-left:15px;
	margin-left:2px;
}

.postMeta span.comments a,.postMeta span.date a
{
	color:#555;
}

.post
{
	margin:0 0 15px 0;
	text-align: justify;
}

.post h2
{
	line-height:1.2em;
	margin-bottom:7px;
}

.post h2 a, .post h2 a:link, .post h2 a:visited
{
	width:100%;
	display:block;
	outline:none;
	color: #000000;
	font-size: 18px;
	background: #ededed;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post h2 a:hover
{
	color: #ffffff;
	background: #c0c0c0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.entry h3
{
	margin:1em 0;
}

.post .entry
{
	line-height:1.4em;
	overflow:hidden;
}

.post .entry p
{
	margin:1em 0;
}

.post .entry p a
{
	background:url(images/dot.gif) repeat-x bottom left;
	font-weight:bold;
}

.entry blockquote
{
	margin:0 1.3em 0;
}

.entry ul
{
	margin:0 1.3em 0;
	list-style:none;
}

.entry li a
{
	color:#333;
	font-weight:bold;
	background:url(images/dot.gif) repeat-x bottom left;
}

.entry ul li
{
	background:url(images/li.gif) no-repeat 0 1px;
	padding-left:18px;
	margin-bottom:7px;
}

.entry ol
{
	margin:0 1em 0 3em;
}

.entry ol li
{
	margin:0 0 7px 0;
}

.entry img,.entry a img
{
	border:3px solid #EEE;
}

.entry a:hover img
{
	border-color:#DFDFDF;
}

.entry table tr 
{
	padding: 15px 0; 
}

.entry table tr.alt 
{ 
	background: #eee; 
}


/* style pagination buttons */

#more_reading 
{ 
	color: #7F7F7F;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: right;
}

#more_reading p, #more_reading img 
{ 
	vertical-align: middle; 
}

#more_reading a img 
{
	border: none; 
	margin:0 0 3px 2px; 
}



/* style me some comments and inputs */

#comments
{
	width:435px;
	padding:12px 0 0 0;
}

#comments h3,h3#respond
{
	color:#555;
	margin-bottom:7px;
}

ol.commentslist
{
	list-style:none;
	margin:5px 0 12px;
}

.commentslist li
{
	background:#FFF url(images/lgrey_diag.gif) repeat top left;
	border:1px solid #7faaab;
	margin-bottom:7px;
	padding:7px 0;
}

.commentslist li a
{
	font-weight:bold;
	background:url(images/dot.gif) repeat-x bottom left;
}

.commentslist li.alt
{
	background:#FFF;
}

.commentslist li:hover
{	
	border-color:#888;
}

.commentslist .comment_text
{
	margin:0 7px;
	line-height:1.4em;
	overflow:hidden;
}

.comment_text p,.comment_text ul,.comment_text ol,.comment_text blockquote
{
	margin:1em 0;
}

.comment_text ul,.comment_text ol,.comment_text blockquote
{
	margin:0 1em;
}

p.author_meta
{
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 0 7px;
}

p.post_meta
{
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	margin:0 7px 0 0;
}

.commentslist li.author
{
	background:#333;
	color:#CCC;
}

.commentslist li.author a
{
	color:#DDD;
}

.commentslist li.author a:hover
{
	color:#FFF;
}

#comments_closed
{
	background:#333;
	color:#ccc;
	padding:7px 0;
	margin-top:12px;
	line-height: 1.5em;
}

p.nocomments
{
	margin:0 12px 0 7px;
}

p.nocomments a
{
	color:#ddd;
	font-weight:bold;
	text-decoration:underline;
}

p.nocomments a:hover
{
	color:#FFF;
}

ol.pingslist
{
	margin:1.5em 2em;
	font-size:12px;
}

.pingslist li
{
	color:#7F7F7F;
	margin:0 0 7px 0;
}

.pingslist li a
{
	font-weight:bold;
	background:url(images/dot.gif) repeat-x bottom left;
}

#commentform p
{
	margin:1em 0;
}

#commentform p a
{
	font-weight:bold;
	background:url(images/dot.gif) repeat-x bottom left;
}

#author,#email,#url,#comment
{
	font:1.1em arial,helvetica,verdana,sans-serif;
	border:1px solid #BBB;
	padding:2px;
}

#comment
{
	width:429px;
	overflow:auto;
}

#commentform p small
{
	font-size:10px;
	color:#7F7F7F;
}

.commentslist code
{
	background:transparent;
}

input#author, input#email, input#url, textarea#comment
{
	background: #eff7f7;
}

/* FOOTER - text string and links */


#footer p 
{
	padding-top: 7px; 
	font-size: 11px;
	color:#333333;
}

#footer p a
{
	font-weight:bold;
	color:#333333;
}

div.footerNotice
{
	float: left;
	width: 100%;
	background: #c0c0c0;
}


/* FLOAT RULES */

.floatleft
{
	float:left;margin:3px 7px 0 0;
}

.floatright
{
	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;
}


/* WIDGETS */

h2.widgettitle, #midCol li h2 a
{
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #585858;
	font-weight: bold;
}


#midCol li h2 a:hover
{
	color:#000000;
	font-weight: normal;
	font-size: 17px;
	border-bottom: 1px dashed;
	font-weight: bold;
}

div.textwidget
{
	color: #808080;
	margin-bottom: 20px;
	font-size: 12px;
}

div.textwidget img
{
	border: 0px solid;
}

#midCol li.widget_text, #midCol li.widget_flickr, #midCol li.widget_mytwitter
{
	background: none;
	border: 0px solid;
	list-style:none;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	color: #000000;
}


#midCol li.widget_text
{
	text-align: justify;
}


/* FLICKR */


span.arrow
{
	font-family: "Trebuchet MS";
	font-size: 10px;
	letter-spacing: -2px;
	margin-right: 5px;
}

div.flickrThumbs
{
	float: left; 
	width: 350px; 
}


div.flickrThumb
{
	float: left; 
	width: 60px; 
	margin-right: 3px;
}

img.flickrThumb
{
	border: 3px solid #cfdada;
	width: 60px;
}


#flickr_badge_source_txt 
{
	padding:0; 
	font: 11px Arial, Helvetica, Sans serif; 
	color:#666666; 
}

#flickr_badge_icon 
{
	display:block !important; 
	margin:0 !important; 
	border: 1px solid #000 !important; 
}

#flickr_icon_td 
{
	padding:0 5px 0 0 !important; 
}

.flickr_badge_image 
{
	text-align:center !important;
}

.flickr_badge_image img 
{
	border: 1px solid black !important; 
}

#flickr_badge_uber_wrapper 
{
	width:150px;
}

#flickr_www 
{
	display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important; 
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited 
{
	text-decoration:none !important; background:inherit !important;color:#3993ff; 
}

#flickr_badge_wrapper 
{
	background-color:#ffffff;border: solid 1px #000000; width: 330px; padding: 0px;
}

#flickr_badge_source 
{
	padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;
}


/* TWITTER */



/* style for each tweet */ 
.mytwitter_tweet 
{
	color: #585858;
	font-size: 11px;
}

/* style for each tweet time (e.g. 3 hours ago)*/
.mytwitter_tweet_time 
{
	font-style: italic;
	font-size: 11px;
	color: #585858;
	font-weight:bold;
	padding-left: 5px;
}

/* style for each separator */
.mytwitter_separator 
{
	color: red;
}

/* style for tweet #1 -- you can add additional styles by adding #mytwitter_tweet-2, etc. */

#mytwitter_tweet-1 
{
	
}


/* style for tweet time #1 -- you can add additional styles by adding #mytwitter_tweet_time-2, etc. */

#mytwitter_tweet_time-1 
{
	
}

/* style for separator #1 -- you can add additional styles by adding #mytwitter_separator-2, etc. */

#mytwitter_separator-1 
{
	
}

/* set style for "li" element of class "mytwitter" */

ul li.mytwitter 
{	

}


/*** FEEDBURNER ****/

p.feedburnerFlareBlock a
{
	text-decoration: underline;
}
