/*
THEME NAME: Fleshbot
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */

@import url('base.css');

body {
	padding-top:10px;
	background-color:#FFECF4;
	font-family: Georgia,Verdana,serif;
}

#doc5{ 
	margin:auto;text-align:left; /* leave unchanged */ 
	width:76.923em;/* non-IE */ 
	*width:75em;/* IE */ 
	min-width:1000px;/* optional but recommended */ 
} 

.entry-meta, div.tag , .sidebar, #more-top-stories{
	font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;
}

/* img - all */
img.alignleft, img.alignright, #content .post img {
	background:#ffffff;
	border:1px solid #B3B3B3;
	padding:5px;
}

.alignright, img.alignright, .ngg-right{
	float:right;
	margin:0 0 0.75em 10px !important;
}

.alignleft, img.alignleft, .ngg-left{
	float:left;
	margin:0 10px 0.75em 0 !important;
}

.aligncenter, img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

img.noborder {
	border:0 none;
	padding:0;
}

/* link - all */
a:link,a:hover,a:visited,a:active,a:focus {
   outline: none;
}

a:link, a:visited {
	text-decoration:none;
	color:#A70051;
}
a:hover {
	color:#FF0066;
	text-decoration:underline;
}

a.imglink {
	border-bottom: 0px !important;
}
/* header stuff*/
#hd #splash-post .top-story:hover {
	background-image:url(./i/topstorygradient.gif);
}

#hd #splash-post .top-story{
	float:left;
	margin:0;
	height:19.23em;
	*height:18.75em;
	width:11.153em;
	*width:10.91em;
	overflow:hidden;
	padding:0 0 0 1.45em;
	border-right: 1px solid #DDDDDD;
}
#hd #splash-post .top-story img{
	height:9.846em;
	margin-bottom: 0.38em;
}

#hd h2 {
	width: 7.2em;
	font-size: 138.5%;
	font-weight:normal;
	margin: 0;
}

#hd #more-top-stories {
	float:right;
	font-size:85%;
}

#hd #ad-300x250 {	
}
#more-top-stories{
	text-transform: uppercase;
}
/*logobar */
#logobar {
	background-image:url(./i/header-bar.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:4.94em;
}
#logobar h1{
	margin:0;
	position:relative;
	padding:0.2em 0 0 0.43em;
	font-size:303.64%;
	text-indent:-1000px;
}
#logobar h1#blog-title a {
	display:block;
	width:400px;
}
#logobar h1 a:hover {
	text-decoration: none;
}

#bd {
	background: url(./i/background_tile.jpg) repeat-y;
	margin-top:0.5em;
}

#content {
	margin-top:10px;
}

#archive ul li, #archive ul {
	list-style-type: none;
	background:none;
	margin:0;
	padding:0;
}

#archive a:link {
	border-bottom: 0px none;	
}

#archive a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;	
}

h2.entry-title , .entry-meta {
	clear:both;
}

h2.entry-title {
	margin:0;
	font-size:138.5%;
	font-weight: normal;
	display:inline;
}

.entry-excerpt , .entry-content{
	margin-top:0.5em;
	line-height:1.8em;
}

.entry-content a:link, .entry-excerpt a:link, .entry-content a:visited, .entry-excerpt a:visited{
	border-bottom: 1px dotted;	
}

.entry-meta {
	font-size:85%;
	font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;
}

.entry-excerpt ul li, .entry-content ul li, .entry-content ul {
	margin-bottom:0.25em;
	margin-left:1em;
	list-style-type: none;
}

.entry-excerpt ul li, .entry-content ul li {
	background-image: url(./i/unordered_list_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	padding-left: 1.0em;
}


.readmore a{
	text-transform:uppercase;
	border-bottom: 0px none;	
}

#ft {
	background: url(./i/background_tile.jpg) repeat-y;
	font-family:"Lucida Grande",Tahoma,Verdana;
}

.wp-pagenavi {
	padding: 1em 0 3em 0; 
	float:right;
	font-family:"Lucida Grande",Tahoma,Arial;
}

#ft #siteinfo {
	border-top: 2px solid #CCCCCC;
	margin-left: 17.4em;
	font-size: 85%;
	padding-top: 1em;
	height:3.3em;
}

/*********** common class ***********/
/* tag */
.entry-meta .tag, div.tag{
	font-size:85%;
	text-transform:uppercase;
}

span.ghosttag {
	display:none;
}

.time, .entry-meta .author{
	font-weight: bold;
}

.interruptor{
	background:#FFFFFF 0 50%;
	border:1px solid #B3B3B3;
	float:left;
	padding:5px;
	text-align:center;
	width:61.923em; /*805px*/
	*width: 60.377em;
	clear:both;
	float:left;
	margin:0 0 1.5em;
}
.interruptor img{
	border:0 none !important;
	padding:0 !important;
}


hr.separator{
	border-color:#CCCCCC;
	border-style:dotted;
	border-bottom:1px dotted #F4C1C1;
	border-width:1px 0 0;
	clear:both;
	display:block;
	height:2px;
	margin:0 0 0.75em;
	padding:0;
	visibility:visible;
	width:100%;
}
/* navigation */
#nav-meta {
	font-size:108%;
	float:right;
	line-height:1em;
	margin-bottom:-1.5em;
	margin-right:1px;
	position:relative;
	text-align:right;
	width:5.3em;
	z-index:1001;
}

.nav-previous a:hover, .nav-next a:hover {
	background-color:#000000;
	color:#FFFFFF;
}
.nav-previous a {
	float:left;
}
.nav-next a {
	float:right;
}
.nav-previous a , .nav-next a {
	border:1px solid #CCCCCC !important;
	display:inline;
	font-family:"Lucida Grande",Tahoma,Arial;
	font-size:0.9166em;
	padding:3px 4px;
}

.sidebar h1, .sidebar h2,.sidebar h3,.sidebar h4{
	margin:0;
}

.sidebar {
	color:#111111;
	font-size: 85%;
}
.sidebar a:link, .sidebar a:visited{
	color:#111111;
}
.sidebar  li.widget{
	padding: 8px 0;
}

.sidebar  h3.widgettitle{
	color:#000000;
	padding-bottom: 5px;
}
.sidebar ul {
	margin-left:1.1em;
}


form#commentform .form-label {
margin:1em 0 0;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar li {
list-style:none;
}


div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
/*list-style:disc;*/
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
/*list-style:circle;*/
list-style:none;
}

input#author,input#email,input#url {
width:50%;
}
/* table style */
th,td {
	border: 0px none;
	padding:0px; 
}

table a:link {
	border-bottom: 0px none !important;
}

table img {
	margin: 0px;
	border: 0px none !important;
	background: none !important;
}

table {
	font-family: "Lucida Grande",Tahoma,Verdana,sans-serif;
	font-size: 85%;
	color: #999999;
	line-height: 1.2em;
}

.single .hide{
	display:none;
}
