/*
Theme Name: Grayland
Theme URI: http://dandyland.org/index.php/goodies/
Version: 1.0
Description: Dark, slick, stripey, juicy by <a href="http://dandyland.org">Dandyna</a> and <a href="http://arcsin.se">Arcsin</a>
Author: Dandyna
Author URI: http://dandyland.org
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;
color:#7E8DA8;}

body {
	background: #191919 url(img/bgx.png) top left repeat-x;
	color: #ccc;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
	margin:0 12%;
}

p,blockquote,ul {
	font-size: 11px;
	padding-bottom: 1.2em;
}

blockquote {font: bold 11px sans-serif;}

code {
	background: #222;
	display: block;
	font-size: 11px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: bold italic 1.8em Georgia,sans-serif;}
h2 {
	font: bold italic 1.6em Georgia,Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/bg2.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: bold italic 3em Georgia, sans-serif;
	height: 120px;
}
.header h1 a {
	color: #888;
	background: #111;
	display: block;
	line-height: 120px;
	text-decoration: none;
        text-align: center;
font: bold italic 1em Georgia, sans-serif;
	width: 100%;
        padding-top: 5px;
}
.header h1 a:hover {
	background: #111;
	color: #BBB;display: block;
	line-height: 120px;
	text-decoration: none;
font: bold italic 1em Georgia, sans-serif;
	width: 100%;
}

.header h2 {
	color: #888;
	background: #111;
	display: block;
	line-height: 60px;
	text-decoration: none;
        text-align: center;
font: bold italic 0.5em Georgia, sans-serif;
	width: 100%;
}

/* structure */
.container {
	border: 6px solid #393939;
	border-top: none;
}

.main {
	background: #2a2a2a;
	border-bottom: 1px solid #191919;
	border-left: 1px solid #191919;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-left: 1px solid #3C3C3C;
	border-top: 1px solid #3C3C3C;
	padding: 16px;
}
.entry a {
        font-size: 20px;
        
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #C5F777;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.post h1 a {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #C5F777;
font-weight:bold;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
}

.post h1 a:hover {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #C5F777;
font-weight:bold;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
}

.post h1 a :visited{
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #C5F777;
font-weight:bold;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
}
.content a {
	text-decoration: none;
color:#7E8DA8;

}
.content a:hover {text-decoration: none;
color:#666;}

/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav ul li {
	background: #191919 url(img/nav.gif);
	color: #CCC;
	float: left;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
	line-height: 51px;
display:inline;
list-style:none;
}
.nav ul li a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
	line-height: 51px;
	padding: 0 20px;
display:inline;
list-style:none;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #222222;
	border: 1px solid #191919;
	border-top-color: #3C3C3C;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;
color:#C5F777;font-weight:bold;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left center;
	list-style: none;
	margin: 0;
padding-left: 18px;
}


.subnav li a {
text-decoration: none;
color:#7E8DA8;
	line-height: 18px;
	
}
.subnav li a:hover {text-decoration: none;
color:#666;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 18px;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 11px;
}
.bottom a {color: #888;}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border-bottom:1px solid #3c3c3c;
border-right:1px solid #3c3c3c;
border-top:1px solid #191919;
border-left:1px solid #191919;
background: #222222 url(img/bg3.gif);
font-size:11px;
color:white;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #303030;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 11px;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 11px;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 11px;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.content ul li
{
margin-left:10px;
}

.content ol li
{
margin-left:20px;
padding-bottom:5px;
}

.yibelieve_TopRight {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
}

.yibelieve_TopRight a img {
  background-color: transparent;
  color: white;
  border: none;
  text-decoration: none;
}
