/* ================================================
Theme Name: First_Orchid_theme_v2
Theme URL: http://www.limeart.net
Author: e v e
Description: -
Author URI: http://www.limeart.net
================================================ */

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #535353; text-decoration:none;}
a:hover {
	color: #de107a;
	text-decoration:underline;
}

body {
	background-repeat: repeat-y;
	color: #535353;
	text-align: justify;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	background-color: #fafbdb;
	background-image: url(img/bg.gif);
	background-position: center top;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: normal 0.9em sans-serif;}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: b6c244;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
}

code {
	background: #FFF;
	border: 1px solid #535353;
	border-left: 6px solid #535353;
	color: #535353;
	display: block;
	font: normal 0.9em Verdana, sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	padding-left: 26px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */

.header {
	background: #FFF;
	background: #ffffff url('img/header.jpg') no-repeat;
	text-align: center;
	font-size: 1.2em;
	height: 150px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/* navigation */
.navigation {
	height: 20px;
	background-color: #535353;
	background-image: url(img/nav.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.navigation a {
	border-right: 1px solid #ffffff;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 20px;
	background-color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #FFFFFF;
	background-color: #a17959;
	text-decoration: none;
}
.navigation ul {display: inline;}
.navigation li {float: left;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url('img/bgmain.gif') repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	background-image: url(img/sidbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
}
.sidenav h2 {
	color: #535353;
	font: bold 1em Tahoma,sans-serif;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
	margin-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #eaeadd;
}
.sidenav ul {
	padding: 0;
	border-top: 0px solid #ffffff;
}
.sidenav li {border-bottom: 0px solid #ffffff;}
.sidenav li a {
	font-size: 0.9em;
	color: #535353;
	display: block;
	padding: 0px 0 0px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #ffffff;
	color: #ac1355;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #535353;
	font-size: 0.8em;
	margin-top: 2px;
	border-top-color: #ffffff;
	margin-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #eaeadd;
}
.content li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 0 1px 16px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url('img/bgfooter.gif') repeat-x;
	color: #ffffff;
	font: bold 0.9em sans-serif;
	padding: 0 16px;
	line-height: 39px;
	height: 39px;
}
.footer a, .footer a:hover {color: #ffffff;}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:none;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 15px 30px;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #cbcbcb;

	background: #ffffff;
	color: #535353;
	margin: 2px 0 4px;
}
.post img {border: 0px solid #ffffff; margin: 4px 0;}
.post a img {border: 0px solid #ffffff;}
.post a:hover img {border-color: #ffffff;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: none;}

/* comments */

/* Gravatar */

.commentgravatar {

	float: left;

	margin: 12px 6px 0 0;

	padding: 0;

}



img.gravatar {

	padding: 1px;

	border: none;

}




.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #535353;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 450px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #cbcbcb; text-decoration: none;}

textarea.styled {width: 450px;}

.styled {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #cbcbcb;
}
.styled:hover {
	background: #ffffff;
	border: 1px solid #cbcbcb;
}
.styled:focus {
	background: #ffffff;
	border: 1px solid #cbcbcb;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 0.9em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {padding:10px;}