/* Below are sample custom styles to demonstrate
   how easy it is to customize a skin. :D

   Enabled the custom stylesheet in Reptile's
   Site Settings page to see how it looks.
*/
/*
D7D6D1 darker beige
F7F6F1 beige
FAFAF8 beige-lighter
1D507D dark blue
3D709D dark blue - lighter
eee light grey
*/


body.custom { background:#FAFAF8; }
.custom ul.menu li a { background:#FAFAF8; color:#444; }
.custom ul.menu li a:hover { background:#3D709D; color:#fff; }

p .tags {width: 80%;}

.custom #header {background: url('../img/head_small.jpg') no-repeat; padding-bottom: 3px;}
.custom #header #site_name a {color: #fff;} /* #D7D6D1 */
.custom #header #site_name a:hover {color: #fff;}
ul.rss { float:right; font-family:Arial,"Helvetica Neue",Helvetica,sans-serif; font-size:0.75em; list-style:none; position:absolute; top:98px; right:0;}
ul.rss a { background: transparent url('../img/icon_rss.png') no-repeat 10px 8px; color:#fff; display:block; margin-right:0.1667em; padding:0.6667em; text-transform:uppercase; }
ul.rss a:hover { background:#ffffaa url('../img/icon_rss_dark.png') no-repeat 10px 8px; color:#555; }
ul.rss li a span { padding-left:28px; }

.custom .admin {color: #D7D6D1;}
.custom .admin a {color: #D7D6D1;}

.custom .hgroup {background: #eee; padding: 2px; border-bottom: 1px dotted #1D507D;}
.custom .article { border-bottom: 1px dashed #1D507D; margin-bottom:2em; }

.custom .container_12, .custom .container_16 { background:#FAFAF8 ; margin-top:2em; margin-bottom:1em; }

.custom .container_12 .grid_12, .custom .container_16 .grid_16 { margin-left:20px; width:920px; }
.custom .grid_8 .article, .custom .grid_8 #comments, .custom .grid_8 .search_results { margin-left:10px; }
.container_12 .grid_8 .article img.attachment-large { max-width:570px; }
.custom ul.sidebar { padding:0 10px; }
.custom #footer { background:#1D507D; border-top:none; color:#fff; padding-bottom:0; }
.custom #footer a { color:#fff; font-style:italic; }
.custom #footer a:hover { border-bottom:none; }
.custom #footer #credit, .custom #footer #credit a { color:#3D709D; }
.custom #footer #credit a { border-bottom:1px solid #3D709D; }
.custom #footer #credit a:hover { color:#fff; }


/**
 * Twitter Widget
 */
.widget_twitter {
	/*background-image:url(images/twitter-bird.png);
	background-repeat:no-repeat;
	background-position:99% 1%;*/
	font-size: 90%;
}

.twitterwidget .twitterwidget-title {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif; 
	font-size: 1em;
	color: #000;
	background: #eee;
	width: 100%;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.widget_twitter > div > ul > li
{
	margin-bottom: 10px;
}
/*
.entry-content
{
	margin-bottom: 12px;
}*/

.widget_twitter a,
.widget_twitter a:link,
.widget_twitter a:visited,
.widget_twitter a:active,
.widget_twitter a,
.widget_twitter a:link,
.widget_twitter a:visited,
.widget_twitter a:active {
	/*color: #21759B;*/
	display: inline;
	padding: 1px;
}

.widget_twitter a:hover,
.widget_twitter a:hover {
	/*color: #3A87DD;*/
	display: inline;
	padding: 1px;
}

.widget_twitter .entry-meta {
	display:block;
	font-size:80%;
}