/*  
Theme Name: tfDaydream
Version: 1.0
Description: Designed by <a href="http://www.themesforge.com">Themesforge</a>.
Author: Ed Bloom
Author URI: http://www.themesforge.com
*/

/*This needs to be up here so it is read right away to prevent tab jumping */
.panel{
	display: none;
}
/*This needs to be up here so it is read right away to prevent tab jumping */

/*-------------------------------------------------------------------------------------------*/
/* 1. FIRST THINGS FIRST! */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Global Reset and Basics */

body {
	background: #9CD4E5 url(images/bg.jpg) repeat-x;
	color: #777777;
	/* font-family: Arial,Helvetica,Sans-serif; */
	font-family: "Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.4;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #228CC9;
	font-family:Arial,Helvetica,Sans-serif;
	line-height:1;
	margin:0;
	}
	
h1  {font-size: 36px; } h2  {font-size: 28px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}
p  {margin: 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  { 
	text-decoration:none; 
	color: #228CC9;
}
a:hover  { 
	text-decoration:none; 

}
.postentry a:hover, .widgetbox a:hover, #bottomwidgets a:hover {
	border-bottom:1px dotted;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline; border:none;}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */

#container {
	background: url(images/clould_bg.jpg) center top no-repeat;
}
#top {
	height: 100px;
}
#logo {
	float: left;
	padding: 20px 0 15px 20px;
	text-align:center;
}

#textylogo {
	float: left;
	padding: 25px 0 15px 20px;
	text-align:center;
}

.textlogo {
	color: #152E38;
}
.textlogo a, .textlogo a:link, .textlogo a:visited {
	color: #152E38;
}

.textlogo a:hover {
	text-decoration: none;
}
.sitedesc {
	color: #152E38;
	display: block;
	padding: 5px 0 0 0;
}

#searchrss {
	float: right;
	padding: 40px 5px 15px 0px;
	width: 310px;
}

.rsssub {
	float: left;
	font-size: 11px;
	padding: 5px 0 0 0;
}

.rsssub ul {
	margin-left: -2px;
	padding: 0;
}

.rss a {
	background: transparent url(images/rss.png) no-repeat scroll 11px center;
	color: #2F718C;
	padding-left: 32px;
	padding-top: 2px;
}

.searchbox {
	float: left;
	background:transparent url(images/form_bg.png) no-repeat scroll 0 0;
	height:31px;
	margin: 0 0 0 10px;
	position:relative;
}

.searchbox input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #9D9D9D;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	margin:0;
	padding:5px 0px 5px 12px;
	width:156px;
}

.searchbox input.submit {
	height:16px;
	margin:0;
	padding:0;
	position:absolute;
	right:25px;
	top:5px;
	width:15px;
}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 960px; margin: 0 auto; }

/* 2.2 Main Menu */

#mainnav {
	background: transparent url(images/mainnav_full.jpg) no-repeat scroll left top;
	border-bottom:5px solid #999999;
	color: 333333;
	font-size: 14px;
	height: 38px;
	text-align: center;
	text-transform: uppercase;	
}

#mainnav ul {
}

#mainnav a  { 
	padding: 0px;
	line-height: 38px;
	margin: 0 30px;
}
	
#mainnav li  { 
	display: inline;
	position: relative;
	width: 30px;
}

#nav li {
	font-size: 16px;
}

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

#nav li a:hover {
	border-bottom: 3px solid #228CC9;
	color: #228CC9;
	padding-bottom: 1px;
}

#nav li.current_page_item a, #nav li.current_page_item a:visited  {
	border-bottom: 3px solid #228CC9;
	color: #248FA6;
	padding-bottom: 1px;
}

/* 2.2.1 Feature */

#featuredbox {
	background: #E1E8EB;
	min-height: 300px;
}

/* Featured Area */
#loopedSlider { 
	position:relative; 
	width:960px; 
}

#loopedSlider .container { 
	width:640px; 
	height:340px; 
	overflow:hidden; 
	position:relative; 
	background:#E1E8EB; 
	border-right:1px solid #d0d0d0; 
}

#loopedSlider .slides { 
	background: #E1E8EB;
	position:absolute; 
	top:0; 
	left:0; 
}

#loopedSlider .slides div.slide { 
	position:absolute; 
	top:0; 
	width:640px; 
	display:none; 
}

#loopedSlider .slides .post-bottom { 
	border-bottom:none; 
}

#loopedSlider .featuredmenu { 
	border-left: #fff 1px solid;
	float:right; 
	width:318px;
}
.featuredmenu h2 {
	color: #142D38;
	font-size: 24px;
	padding: 25px;
}

#loopedSlider ul.pagination { 
	list-style:none; 
	padding:0; 
	margin:0;  
	border-top:1px solid #d0d0d0;
}

#loopedSlider ul.pagination li { 
	float:left; 
	border-bottom:1px solid #f6f6f6;
}

#loopedSlider ul.pagination li a { 
	width:278px; 
	display:block; 
	padding:15px 20px 15px 20px; 
	opacity:0.9; 
	border-bottom:1px solid #C1C7C9; 
	min-height:52px; 
}

#loopedSlider ul.pagination li a:hover { 
	opacity:1; 
	background:#EBF2F5; 
}

#loopedSlider ul.pagination li.active a { 
	opacity:1; 
	background:#EBF2F5;
}

#loopedSlider ul.pagination img { 
	background:#fff; 
	padding:2px; 
	border:1px solid #C1C7C9; 
	float:left; margin-right:10px;
}

#loopedSlider ul.pagination em { 
	color:#142D38; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	line-height:18px; 
	margin-top:10px; 
	font-style:normal;
}

#loopedSlider ul.pagination .meta { 
	display:block;
	font-size:11px; 
	color:#777; 
	line-height:16px; 
	margin:5px 0 0 0px; 
}

.slide h2, .slide h2 a, .slide h2 a:visited {
	color: #142D38;
}

.slide h2 {
	margin-bottom: 25px;
}

.post .featurethumb {
	background: #CCCCCC none repeat scroll 0 0;
	margin: 0 0 15px 0;
	padding:5px;
	text-align: center;
}

.slide .entry p {
	color: #333333;
}

/* Read More */

.slide .postentry a.button { 
	background-color:#152E38; 
	border:1px solid #152E38; 
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;  
	color:#fff; 
	font-size:12px; 
	padding:3px 8px;
	text-shadow: #777 0px 1px 0px; 
}

.slide .postentry a.button:hover { 
	cursor:pointer; 
	opacity:0.7; 
}

#feedbutton {
	background:transparent url(images/signup.png) no-repeat scroll center top;
	cursor:pointer;
	height:24px;
	margin:0 0 0 3px;
	width: 90px;
}
	
/* 2.3 Main Content */

#content {
	background: #F8F8F8 url(images/leftcol_bg.jpg) repeat-x;
	min-height: 400px;
	padding: 0;
	margin: 0 auto;
}
* html #content{height:400px;}

#leftcol {
	width:640px;
}
#leftcol.fullwidth  { 
	width: 960px; 
}

/* 2.5 Sidecol */
#sidebar {
	width:300px;
	padding: 25px 20px 0 0;
	overflow:hidden;
}

/* 2.5.1 Sidebar Widgets */

#searchform {
	padding: 25px;
}

/* 2.6 Bottom Widgets */

#bottomwidgets {
	background: #ECECEC;
	border-bottom: 1px solid #19607F;
	border-top: 5px solid #D5D5D5;
	color: #195F7D;
	min-height: 100px;
	padding: 20px 0;
}

#bottomwidgets .widgetblock {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

#bottomwidgets .widgetblock.last {
	margin-right: 0;
}


/* 2.7 Footer */
#footer { 
	background: #3DA4CD; 
	color:#fff; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	font-size:11px;
	padding: 20px 0;
	border-top: 1px solid #48C8FB;
}
#footer a { 
	color:#fff; 
}
#footer a:hover { 
	border-bottom:1px dotted; 
}
#footer #credit img{
	vertical-align:middle; 
}
#footer #credit span{
	display:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

/* 3.1 Main Posts */

.postbox {
	margin: 0 0 20px 0;
}

.post {
	padding: 25px 25px 20px;
	position: relative;
}

.posttitle {
	position: relative;
	margin: 0 0 15px 0;
	font-weight: 400;
}

.posttitle a:link, .posttitle a:visited {
	color: #228CC9;
}

.metapost {
	background: #E1E8EB;
	color: #666666;
	display: block;
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 5px;
	text-transform: uppercase;
}

.metapost a {
	border-bottom: 1px dotted; 
}

.metapost a:hover {
	border: none;
}

.metapost img {
	margin: 0 5px;
	vertical-align: top;
}

.postend {
	border-bottom: 1px solid #E1E8EB;
	padding-bottom: 5px;
	margin: 0 25px;
}

/* Post Fonts */

.postentry h1, .postentry h2, .postentry h3, .postentry h4, .postentry h5, .postentry h6  {	
	margin: 0 0 15px 0; 
}

.postentry p  { margin: 0 0 15px 0; }

.postentry blockquote  { 
	/* background: #E1E8EB; */
	font-style: italic;
	margin: 10px 30px 10px 30px;
	padding: 10px 10px 1px 10px;
	color: #666; 
	

}
.postentry blockquote p  {
	padding-left: 10px;
	border-left: 1px dotted #999;
}

.postentry blockquote p:before {
    content: '"'; 
}
.postentry blockquote p:after {
    content: '"'; 
}


.postentry .alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.postentry .alignright {
	float:right;
	margin:10px 0 10px 15px;
}

.postentry img {
	border:1px solid #DBDBDB;
}

.postentry ul {
	margin:0 0 20px; 
	padding:0 0 0 30px;
}

.postentry ul li {
	list-style-type: disc;
}

.postentry ol {
	margin:0 0 20px;
	padding:0 0 0 30px;
}

.postentry ol li {
	list-style-type: lower-alpha;
}

/* Post Thumbnail */

.postthumb {
	float: left;
	width: auto;
	margin: 0 20px 10px 0; 
}

.postthumb img {
	background: fff;
	border: 5px solid #ccc;
}

/* Read More */

.postentry a.button { 
	background-color:#228CC9; 
	border:1px solid #228CC9; 
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;  
	color:#fff; 
	font-size:12px; 
	padding:3px 8px;
	text-shadow: #777 0px 1px 0px; 
}

.postentry a.button:hover { 
	cursor:pointer; 
	opacity:0.8; 
}

.postcat {
	background: transparent url(images/category_icon.png) no-repeat scroll left top;
	height:16px;
	padding:2px 0 2px 20px;
}

.postcat a, .posttags a {
	font-size: 11px;
}

.postcat a:hover, .posttags a:hover {
	border-bottom:1px dotted;
}

.posttags {
	background: transparent url(images/tag_icon.png) no-repeat scroll left top;
	height:16px;
	padding:2px 0 2px 20px;
}


/* 3.3 More Posts */

.moreposts {
	padding: 20px 25px;
	line-height:18px;
}

.moreposts a {
	display: block;
	margin: 0;
	background: #E1E8EB;
	padding: 4px 8px; 
	color: #777;
	text-shadow: #fff 0 1px 0px;
	border: 1px solid #ccc;
}

.moreposts .pagination { 
	margin: 15px 0 0 0; 
	text-align: right;  
}

.moreposts .pagination a:link, .moreposts .pagination a:visited { 
	display: inline; 
	text-decoration: none; 
	background: #E1E8EB;
	color: #777; 
	padding: 4px 8px; 
	border:1px solid #ccc; 
}

.moreposts .pagination .current, .moreposts .pagination .on, .moreposts .pagination a:hover { 
	padding: 4px 8px; 
	background: #D1D7D9; 
	color:#777; 
	text-shadow: #fff 0px 1px 0px; 
	border:1px solid #ccc;  
}

.moreposts .pagination .extend, .moreposts .pagination span.startpage { 
	background: #efefef;
	border:1px solid #ccc;
	color: #777; 
	padding: 4px 8px; 
	text-shadow: #fff 0px 1px 0px; 
}

/* 3.5 Next/Prev Posts */

.nextprevposts {
	margin: 20px 25px 5px 25px;
	padding: 20px;
	background:#eee;
}

.nextprevposts h3 {
	color: #666;
}

.leftprev, .rightnext {
	background: #E1E8EB;
	border: 1px dotted;
	float: left;
	font-size: 11px;
	padding: 8px 15px;
	margin-top: 15px
}

.leftprev a, .rightnext a {
	text-decoration: none;
}

.leftprev a:hover, .rightnext a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.leftprev img {
	margin: -2px 5px 0 0px;
	vertical-align: top;
}

.rightnext img {
	margin: -2px 0 0 5px;
	vertical-align: top;
}

.rightnext {
	float: right;
}

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */

#sidebar h3 {
	border-bottom: 3px solid #777777;
	color: #228CC9; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:26px; 
	font-weight: 400;
	line-height:14px; 
	margin: 0 0 10px 0; 
	padding:14px 1px 0; 
	height:30px;
}

.widgetbox {
	margin: 0 0 10px 0;
	padding: 0;
	line-height:20px; 
}

.widgetbox .textwidget p { 
	padding: 5px 0; 
	}

#bottomwidgets .widget  { 
	position:relative; 
	margin: 0 0 20px 0; 
	background:#7FC5E3; 
	padding:0; 
	color:#195F7D; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height:20px; 
}

#bottomwidgets .widgetblock {
	font-size: 12px;
}

#bottomwidgets h3  { 
	border-bottom: 0;
	color:#0072BC; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	line-height:14px; 
	margin: 0; 
	padding:10px 15px 0; 
	height:30px;
	text-transform:uppercase;
}

#bottomwidgets .widgetbox .textwidget p  { 
	padding: 0; 
}

#bottomwidgets .widgetbox {
	padding: 0 15px;
}

#bottomwidgets a, #bottomwidgets a:link {
	color: #369;
}

.adspot_300_250 {
	margin: 10px 0 20px 0;
}

.adspot_125_125 {
	margin: 10px 0 20px 0;
	padding: 18px 0 5px 18px;
}

.adspot_125_125 img {
	display: inline;
	padding: 0 8px 8px 0;
}

.widgetbox ul, .widgetbox div, .widgetbox p, .widgetbox p { 
	padding:0px 5px 10px; 
}

.widgetbox ul, #bottomwidgets ul  { 
	clear:both; margin:0;
}

.widgetbox ul li { 
	background:url(images/bullet_std_1.png) no-repeat 4px 14px; 
	padding-left:20px; 
	border-bottom: 1px solid #E1E8EB;
	line-height: 30px;
}

.widgetbox ul#twitter_update_list li { 
	background:url(images/comm_icon.png) no-repeat 4px 14px; 
	padding-left:30px; 
	border-bottom: 1px solid #E1E8EB; 
}

.widgetbox ul li a, #bottomwidgets ul li a  { 
	padding:0px 0; 
 
	text-decoration: none; 
}

.widgetbox ul li a:hover, #bottomwidgets ul li a:hover  { 
	border-bottom:1px dotted; 
}

.widgetbox ul ul, #bottomwidgets ul ul  { 
	margin:0; 
	padding:0; 
	border-top: none; 
}

.widgetbox ul ul li, #bottomwidgets ul ul li  {  
	border: none; 
}


.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px !important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
.widget_tag_cloud a { color:#777; }
.widget_tag_cloud div { padding-top:5px; }

#advert_300x250 {background:none; border:none; }
#advert_300x250 a:hover {border:none;}

#advert_125x125 { padding:18px 0 5px 18px; }
#advert_125x125 img { padding:0 8px 8px 0; }
#advert_125x125 a:hover {border:none;}

	/*- SideTabs -*/
	
.tabsbox {
	line-height: 20px;
/*	padding: 10px 15px; */
	overflow: auto;
}

.idTabs {
	font-size: 12px;
	float:left;
	margin: 0 10px 0px 35px;
	display: inline;
}

.idTabs li{
	float:left;
	display: inline;
}

.idTabs li a {
	color:#333;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 7px 0 0;
	text-align: left;
	border-left: 1px solid #dedbd1;
	border-right: 1px solid #dedbd1;
	border-top: 1px solid #dedbd1;
}

.idTabs li.last a{
	margin: 0
}

.idTabs li a:hover {
	text-decoration: none;
}

.idTabs .selected{
	background:#E1E8EB;
	text-decoration: none
}

.tabcontent {
	border: 1px solid #ccc;
	clear: both;
	padding: 15px;
	margin: 0;
}

.tabcontent ul#pop li  {
	background:transparent url(images/tag_icon.png) no-repeat scroll left top;
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
}

.tabcontent ul#comm li  {
	background:transparent url(images/comm_icon.png) no-repeat scroll left top;
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
}

.tabcontent ul li a {
	text-decoration: none;
	line-height: 18px;
}

.tabcontent ul li a:hover {
	border-bottom: 1px dotted;
}

#tagcloud a {
	margin: 3px;
	padding: 5px;
}

#tagcloud a:hover {
	background: #CCC;
	padding: 5px;
	color: #333;
}

/* Subscribe Widget */

#subscribe a:hover {
	border: none;
}

#minimail {
	padding: 0 0 0 25px;
	background: transparent url(images/email.png) no-repeat scroll left 2px;
	display:block;
	line-height: 20px;
	height: 20px;
	}
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments, #pingtracks {
	background:#ececec; 
	border-top:1px solid #f5f5f5; 
	border-bottom: 1px solid #dadada; 
	position:relative;
	margin:25px;
	padding: 20px;
}

#comments a:hover {
	border-bottom: 1px dotted;
}

#comments h3 { 
	font-size:18px; 
	color:#666; 
	padding-bottom:5px; 
}

#comments .comment {
	margin-top:15px;
	list-style-type:none;
	background: #F6F6F6;
	border: 1px dotted #666;
	padding: 10px; 
}

#comments .comment_meta  { 
	height:40px; 
	line-height:40px; 
	padding:0 10px;
	margin: 0; 
}

#comments .comment_meta .name  { 
	margin: 0;
	font-weight: bold; 
	font-size: 12px; 
}

#comments .comment_meta.comment_date { 
	margin-right:10px; 
	font-size: 12px; 
}

#comments .comment_meta.permalink { 
	margin-right:10px; 
	font-size: 12px; 
}


#comments .comment_meta .comment_date a, #comments .comment_meta .edit { 
	font-size: 11px; 
	color:#777; 
}

#comments .avatar { 
	float: left; 
}

#comments img.avatar  { 
	background:#fff; 
	border:1px solid #ccc;
	padding:4px; 
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

.comment-author says {
	font-size: 11px;
}


#comments .comment-right  { 
	margin-left: 95px; 
}

#comments .comment_main { 
	background:#fff; 
	border:1px solid #d8d8d8; 
	color:#555; 
	padding:20px 15px 10px 15px;  
	line-height:20px; 
}

#comments .comment_main p  { 	
	margin: 0 0 10px 0;
}

#comments ul.children { 
	padding:0 0 0 25px;
	margin:0;
}

#comments .cancel-comment-reply{
	margin-bottom:10px;
}

#comments .navigation { }

#comments .navigation a{ 
	display: block; 
	margin: 15px 0 0 0; 
	text-decoration: none; 
}
#comments .navigation a:hover{}

#comments a.comment-reply-link { 
	padding:3px 8px; 
	color:#fff; 
	text-shadow: #777 0px 1px 0px; 
	background-color:#228CC9; 
	border:1px solid #228CC9; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
}
#comments a.comment-reply-link:hover { 
	cursor:pointer; opacity:0.8; 
}


/* 5.2 Comments Form */
#respond  { 
	background:#ececec; 
	border-top:1px solid #f5f5f5; 
	margin: 25px; 
	padding:25px 25px 20px; 
	border-bottom: 1px solid #bbb;
}

#comments #respond {  
	color:#666; 
	margin: 0;
	padding:20px 20px; 
}

#respond h3  { 
	font-size:16px; 
	color:#666;  
}

.pingtrackhead { 
	font-size:18px; 
	color:#666;
	margin-bottom: 5px;
}

#respond .left { 
	float:left; width:200px; 
}

#respond .right { 
	float:left; width:380px; 
}

#commentform  {	
	margin: 15px 0 0 0; 
	font-family:Arial, Helvetica, sans-serif; 
}

#commentform input.txt  { 
	color:#555;
	width:180px; 
	margin: 0 5px 10px 0; 
	padding: 7px 5px; 
	border: 1px solid #eee; 
}

#commentform textarea  { 
	color:#555;
	width: 95%!important; 
	padding: 5px; 
	border: 1px solid #eee; 
}

#commentform #submit  { 
	margin: 15px 0 0 0; 
}

#commentform #submit {  
	padding:4px 8px; 
	color:#fff; 
	font-size:11px; 
	text-shadow: #555 0px 1px; 
	background-color:#228CC9; 
	border:1px solid #228CC9; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	text-transform: uppercase;
}
#commentform #submit:hover { 
	cursor:pointer; opacity:0.8; 
}

/* 5.2 Pingbacks / Trackbacks */
h3#pings  { margin: 20px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }


/* Random Headings */

.search_heading, .result_heading {
	margin: 25px;
	padding: 10px;
	background: #E1E8EB;
}

.error_notice {
	margin: 25px;
	padding: 20px;
	background: #E1E8EB;
}

.error_notice h2 {
	padding: 0 0 10px 0;
}

.error_notice h3 {
	padding: 10px 0 0 0;
}

.error_notice #searchform {
	padding: 5px;
}

.error_notice input {
	border:1px solid #CACACA;
	font-size:12px;
	padding:5px;
}

.error_heading {
	padding: 0 0 10px 0;
}

#latest30posts {
	padding: 0 25px 25px 25px;
}

#latest30posts ul li {
	background:url(images/bullet_std_1.png) no-repeat 4px 14px; 
	padding-left:20px; 
	border-bottom: 1px solid #E1E8EB;
	line-height: 30px;
}

#latest30posts a:hover {
	border-bottom: 1px dotted;
}
