/*  
	Theme Name: First2Search Blue theme
	Theme URI: http://www.first2search.com
	Version: 1.0
*/


#BlogWrapper { width: 100%; overflow: hidden; background: transparent url('images/leftback3.gif') repeat-y scroll left center; }
#LeftColumnWrapper { float: left; width: 205px; overflow: hidden; }
#LeftColumnWrapper * { color: white; }
#CenterColumnWrapper { float: left; width: 545px; margin-left: 5px; }
#RightColumnWrapper { float: left; width: 185px; margin: 10px 0 0 10px; }
#RightColumnWrapper * { color: #096CC7; }

#wrap15 { overflow: hidden; }

#footup { margin-top: 15px; }

table, tr, td { color:#828282; font-family:Arial; font-size:12px; }

.PostHeader { width: 100%; height: 100px; margin-bottom: 10px; overflow: hidden; border-top: 1px solid #365F7B; border-bottom: 1px solid #365F7B; }
.PostHeader .TextWrapper { float: left; width: 400px; overflow: hidden; margin: 10px 0 0 10px; }
.post { width: 500px; margin-left: 30px; overflow: hidden; margin-bottom: 20px; }
.post h2 { font-size: 20px; }
.post p { margin-bottom: 7px; }
.entry_author_image { float: left; width: 83px; height: 88px; overflow: hidden; margin-top: 7px; margin-left: 7px; }

/* Widgets CSS */
.xoxo, .xoxo * { list-style-type: none; }
.xoxo h3 { width: 180px; padding-bottom: 5px; }
.widget-title { font-size: 16px; font-weight: bold; border-bottom: 1px solid white; }

#wp-calendar, #wp-calendar * { background-color: white; color: black; text-align: center; }
#wp-calendar { width: 180px; }
#wp-calendar th { background-color: #B5C6D1; font-weight: normal; }
#wp-calendar a { background-color: #B5C6D1; }
#wp-calendar tfoot { display: none; }

.ec3_schedule { position: relative; left: 1px; width: 99%; }
.ec3_list_day { font-weight: bold; }
.ec3_list_day li { font-weight: normal; }

.screen-reader-text { position: absolute; left: -2000em; }

/* Search box */
#SearchWrapper { width: 184px; padding: 3px 0 0 3px; overflow: hidden; background-image: url('images/BlueFade.png'); }
#SearchSubmitButton { color: white; background-color:#4F8BB1; border-style:none; font-size: 12px; }
#s { width: 110px; }

/* Facebook Fanbox */
#FacebookFanboxWrapper { margin-top: 10px; }
.fan_box .connections_grid .grid_item { width: 30px; height: 30px; margin: 0 0 5px 5px; }
.fan_box .profileimage { width: 25px; height: 25px; }
.grid_item .name { display: none; }

/* Comment box for replies*/
#author, #email, #url, #comment, #submit { margin-bottom: 3px; }

/* Text wrap around images in posts (WordPress style doesnt have this in it, but outputs the class) */
.entry .alignleft, .entry-content .alignleft { float: left; margin-right: 10px !important; }
.entry .alignright, .entry-content .alignright { float: right; margin-left: 10px !important; }