/*
Theme Name: flower template
Description: flower template for wordpress 2.xx designed by <a href="http://7seo.com" target="_blank" rel="dofollow">seo company</a>
Author: 7seo seo company
Author URI: http://7seo.com
Version: 1.0
Tags: gray, white, yellow, orange, green, 3-columns, right sidebar, widget ready, fixed width, seo friendly, with image

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size:8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	background: url(images/background.gif) repeat-x;
}
#black {
	color: #999999;
	background-color: #000000;
	padding: 5px 0px;

}
#black ul li {
	list-style: none;
	display: inline;
}
#black li a {
	color: #999999;
	text-decoration: none;
	margin-left:25px;
}
.wrap {
	width:900px;	
	text-align:right;
}
#wrap {
	width: 930px;
	text-align:left;
}

#header {
	height: 400px;
	background:url(images/background_header.jpg) no-repeat;
}
#main {
	background:url(images/background_main.png) repeat-y;
	padding: 0px 5px;

}
#title {
	height: 175px;
	padding: 0px 40px;
}
#pagenav {
	font-size: 9pt;
	text-align:right;
	height:35px;
	line-height:35px;
	font-weight: bold;
}
#sidebar1 {
	width: 170px;
	float: left;
	padding: 25px 15px 15px 15px;
	color: #898989;
}
#content {
	width: 470px;
	float: left;
	padding: 25px 20px 15px 10px;
}
#content .entry a {text-decoration:underline; color:#2108de;}
#sidebar2 {
	width: 170px;
	float: left;
	padding: 25px 15px 15px 15px;
	color: #898989;
}
#footer {
	padding: 15px 0px 15px 0px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #d9d9d9;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.post2 {
	padding: 15px;
	margin: 0px 0px 15px 0px;
	background-color: #252525;
}
.postmetadata {
	color: #999999;
	padding-bottom: 15px;
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
}
.postmetadata a {
	color: #999999;
	text-decoration: none;
}
.postmetadata strong {
	color: #cccccc;
}
.postmetadata strong a {
	color: #cccccc;
	text-decoration: none;
}

/* default */
p, h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom: 10px;
}
img a {
	border:0px;
}
.clear {
	clear:both;
	height:1px;
}
a {
	color: #464646;
	text-decoration: none;
}
blockquote {
	margin: 10px;
	padding: 5px 0px 0px 10px;
	border-left: 3px solid #cccccc;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* text */
#pagenav ul li {
	list-style:none;
	display: inline;
}
#pagenav li a {
	color:#898989;
	text-decoration: none;
	margin: 0px 15px;
}
#pagenav li a:hover {
	color:#464646;
}
#title h1 {
	font-size: 24pt;
	font-weight: normal;
	padding:120px 0px 0px 0px;
}
#title h1 a {
	text-decoration: none;
	color: #000;
}
.description {
	font-size: 9pt;
	color: #000;
}

#content h1 {
	font-size: 20pt;
	color:#464646;
	font-weight:normal;
}
#content h1 a {
	color:#464646;
	text-decoration: none;	
}
#content h1 a:hover {
	color:#898989;
	text-decoration: none;	
}
#content .postmetadata h1 {
	padding-bottom: 0px;
}
h2 {
	font-size: 14pt;
	color: #666666;
	font-weight:normal;
}
h2 a {
	color: #666666;
	text-decoration: none;
}
h3, h4 {
	font-size: 14pt;
	color:#464646;
	font-weight: normal;
}
h3 a, h4 a {
	color:#464646;
	text-decoration: none;
}
#content ul, #content ol {
	margin-left: 25px;
}
.widget {
	margin-bottom:15px;
}
#sidebar1 ul li, #sidebar2 ul li {
	list-style: none;
}
#sidebar1 li, #sidebar2 li {
	padding-bottom: 2px;
}
#sidebar1 ul li ul li, #sidebar2 ul li ul li {
	margin-left: 0px;
}
#sidebar1 ul li ul li ul li, #sidebar2 ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar1 a, #sidebar2 a {
	color: #898989;
	text-decoration: none;
}
#sidebar1 h2, #sidebar2 h2 {
	color: #999;
	padding-top: 5px;
	font-size: 9pt;
	font-weight: bold;
}
#sidebar1 h2 a, #sidebar2 h2 a {
	color: #999;
	text-decoration: none;
}
#sidebar1 a:hover, #sidebar2 a:hover {
	text-decoration: underline;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	padding: 0px 10px 10px 10px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #d9d9d9;
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}
#submit, .searchsubmit {
	background-color: #464646;
	color: #fff;
	border: 1px solid #d9d9d9;
	font-size: 8pt;
	padding: 2px 5px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
.searchform {
	margin-bottom: 0px;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}