/*
Theme Name: 7seo Pink Theme
Description: 7seo Pink Theme is a stylish and free WordPress Theme brought to you by <a href="http://7seo.com" target="_blank">SEO</a>.
Author: SEO
Author URI: http://7seo.com
Version: 1.0
Tags: pink, black, gray, white, 2-columns, left sidebar, widget ready, fixed width, seo friendly
*/
* {
	padding: 0px;
	margin:0px;
}
html {
	background: url(images/background.gif) repeat-y;

}
body {
	background: url(images/background_body.gif) left top no-repeat;
	font-size: 8pt;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 50px 0px 0px 50px;
}
#wrap {
	width: 900px;
	text-align:left;
}
#sidebar {
	width: 220px;
	margin-right: 20px;
	float: left;
	color: #ffffff;
	padding-right: 30px;
}
#header {
	margin-bottom:30px;
}
#content {
	width: 630px;
	float: right;
}
#pagenav {
	font-size: 12pt;
	margin-bottom: 30px;
	font-weight: bold;
	padding-top:5px;
	float: right;
	width: 630px;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li a {
	margin-right: 25px;
	color: #555555;
	text-decoration: none;
	text-align: left;
}
#footer {
	margin: 15px 0px;
	text-align: right;
	color: #999999;
}
.post {
	padding-bottom: 10px;
}
/* default */
.clear {
	clear: both;
	height: 1px;
}
img {
	border: 0px;
}
/* text */
small {
	color:#999999;
	font-size: 9pt;
	font-weight: bold;
}

#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding-bottom:2px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #CCCCCC;
	font-weight: normal;
}
#content h1 {
	color:#ed145b;
	font-size: 18px;
	font-weight: normal;
}
#content h1 a {
	color:#ed145b;
	text-decoration: none;
}
#sidebar h2 {
	font-size: 11pt;
	color: #ffffff;
}
p, #content h1, h2, h3, h4, h5, h6, ul, ol, .searchform {
	padding-bottom: 10px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar li {
	padding-bottom: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;

}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color:#ffffff;
	text-decoration: none;
}
blockquote {
	margin: 15px;
	color:#333333;	
	border-left: 2px solid #ed145b;
	padding-left: 10px;
}
a {
	color:#ed145b;	
	text-decoration: none;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
h2 {
	font-size:16px;
}
h2 a {
	color:#666666;
	text-decoration: none;
}
h3 {
	padding-bottom: 5px;
	color: #333333;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
h3 a:hover {
	color:#ed145b;	
	text-decoration: none;
}
h4 {
	color:#ed145b;
}
h4 a {
	color:#ed145b;
	text-decoration: none;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* default */
.postmetadata {
	padding: 10px 0px;
	color: #666666;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
}
.navigation {
	color: #333333;
	padding-top: 10px;
}
.navigation a {
	color: #333333;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#date {
	padding-bottom: 5px;
	color:#ed145b;	

}
#date a {
	color:#ed145b;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}
#content ul li, #content ol li {
	margin-left: 35px;
}
#content ul, #content ol {
	padding-bottom: 10px;
}
	
/* form */
#author, #email, #url, #comment, #s {
	border: 1px solid #ed145b; 
	font-size: 8pt;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	padding: 4px;
}
#author, #email, #url, #comment {
	padding: 3px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	color: #ffffff;
	border: 1px solid #ed145b; 
	font-size: 8pt;
	padding: 3px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/background_input.gif);
}
#commentform a:hover {
	color:#333333;	
	text-decoration: underline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
}