/*
Theme Name: Basically Pink
Description: Basically Pink is a free WordPress Theme by <a href="http://jump2top.com" target="_blank">SEO Company </a>.
Author: SEO Company 
Author URI: http://jump2top.com
Version: 1.0
Tags: pink, black, white, 2-columns, right sidebar, widget ready, fixed width, seo friendly, simple
*/
* {
	padding: 0px;
	margin: 0PX;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	background: url(images/background_header.gif) repeat-x;
	height: 110px;
}
#title {
	background: url(images/background_title.gif) no-repeat left top;
	height: 67px;
	width: 980px;
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
}
#navigation {
	background: url(images/background_navigation.gif) repeat-x;
	height: 39px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding-top: 4px;
	text-transform: lowercase;
}
#menu {
	width: 950px;
	text-align: right;

}
.searchform {
	margin-bottom: 10px;
}
#main {
	width: 950px;
	text-align: left;
	margin-top: 10px;
}
#content {
	margin: 10px 220px 0px 0px;
	padding: 10px;

}
#sidebar {
	width: 180px;
	float: right; 
	padding: 10px;
	background: url(images/background_sidebar.gif) no-repeat top left;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: left;
	font-size: 7pt;
	color: #999999;
}
/* fonts */
#title h1 {
	padding-top: 8px;
	font-size: 24px;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 14px;
	color: #CCCCCC;
}

#menu ul li {
	display: inline;
	list-style: none;
}
#menu li a {
	padding-right: 15px;
	color: #ffffff;
	text-decoration: none;
}
#content h1 {
	color:#ed145b;
	font-size: 18px;
	font-weight: normal;
}
#content h1 a {
	color:#ed145b;
	text-decoration: none;
}
#sidebar h2 {
	font-size: 14px;
	color: #333333;
}
p, #sidebar h2 {
	padding-bottom: 5px;
}
#content h1, #sidebar ul {
	padding-bottom: 10px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar a {
	color:#ed145b;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333333;
}
#sidebar li {
	padding-bottom: 2px;
}
blockquote {
	margin: 15px;
	color:#333333;	
	border-left: 2px solid #ed145b;
	padding-left: 10px;
}
#post a {
	color:#ed145b;	
	text-decoration: none;
}
#post a:hover {
	color:#333333;	
	text-decoration: underline;
}
#footer a {
	color: #999999;
	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;
}
/* 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;
}
.entry {
	padding-left: 10px;
}
#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; 
	padding: 5px;
	font-size: 8pt;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #ed145b;
	color: #ffffff;
	border: 1px solid #666666; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color:#ed145b;	
	text-decoration: none;
}
#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;
}
