/*
Theme Name: Dirtylicious
Version: 1.0

*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #fd1c84;text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border: none;}

body {
	background: #FFFFFF;
	color: #444;
	font: normal 62.5% Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: bold 1.2em verdana,sans-serif; color: #51667C;}
h2 {font: bold 1.0em verdana,sans-serif; color: #51667C;}
h3 {font: bold 1.0em verdana,sans-serif; color: #51667C;}
h4 {padding-top: 20px; font: bold 1em verdana,sans-serif; margin-bottom: 4px; color: #51667C;}

h1,h2,h3 {padding-top: 20px; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em verdana,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
}

.outer-container {
	padding-bottom: 20px;
}

/* headere & title */
.header {
	height: 79px;
	margin-bottom: 0px;
	text-align: left;
        padding-left: 0px;
        padding-top: 11px;
}
.header .title {
	color: #2c455b;
	padding: 20px 20px 0 0;
        float: right;
}
.header .crystal {
	padding: 0 0 0 0;
        float: left;
        background: url('img/logo.jpg') no-repeat;
        width: 224px;
        height: 73px;
}
.header .title .sitename a {
	color: #2c455b;
	font: normal 1em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 0.8em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.tform {
       padding:0px;
       margin:0px;
}
.path {
	background: url('img/topnav.gif') no-repeat;
	color: #FFF;
	font: bold 1.0em Verdana,sans-serif;
	padding: 8px 0px 0 25px;
        width:955px;
        height:21px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #FFF;
	text-decoration: none;
	margin-right: 16px;
        background:transparent url('img/slice.gif') no-repeat scroll right center;
        margin-right:10px;
        padding-bottom:1px;
        padding-left:0;
        padding-right:11px;
        text-decoration:none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	/* border-top: 4px solid #FFF; */
	padding: 0 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 738px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: decimal;
	margin-left: 28px;
}
.content p {font: 1.1em Verdana, Arial, Helvetica, Sans-Serif; width: 600px;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #FFFFFF;
	font: bold 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 21px;
	margin: 0;
	padding-left: 25px;
        background: url('img/block_header.gif') no-repeat center bottom;
        height:30px;
        width:187px;
}
.navigation ul {
	padding: 0;
        margin: 0;
}
.navigation li a {
	font-size: 0.8em;
	color: #5e6577;
	display: block;
	padding: 0px 0px 0 25px;
	text-decoration: none;
	width: 185px;
        border-left:1px solid #CFCFCF;
        border-right:1px solid #CFCFCF;
        min-height:20px;
        font-weight:bold;
        margin-bottom: -1px;
}
.navigation li a:hover {
	color: #434a5a;
        text-decoration: underline;	
}
.bot {
        background: url('img/block_footer.gif') no-repeat center bottom;
        height: 6px;
        width:212px;
        padding-top: 0px;
        margin-top: 0px;
        line-height:0px;
        border:0px;
}
.sub {
        vertical-align: middle; *vertical-align: text-bottom; margin-bottom:3px;
}
/* footer */
.footer {
	background: #EDEFF2;
	color: #51667C;
	font: bold 0.8em Verdana, Arial, Helvetica, Sans-Serif;
	margin-top: 30px;
	padding: 7px 12px;
}
.footer a {
	color: #51667C;
	text-decoration: none;
}
.footer a:hover {text-decoration: underline;}
.footer .right, .footer .right a {color: #51667C;}
.footer .right a:hover {text-decoration: underline;}

/* posts */
.post h1 a {
	color: #51667C;
	text-decoration: none;
}
.post h1 a:hover {
	color: #3b4b5d;
}

.post {margin: 6px 0 2px;}
.post .info{
	background: #EDEFF2;
	*border: 1px solid #dfdfee;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}


/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	width: 500px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 400px;}

.styled {
	font-size: 1.2em;
	background: #ffffff;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px 10px 10px; border-left:1px solid #CFCFCF; border-right:1px solid #CFCFCF; width:190px; margin-bottom:0px;}

.number {list-style:decimal;}
ul.none {list-style-type: none}
ul.square {list-style-type: square}
ul.lower-roman {list-style-type: lower-roman}