/*  

Theme Name: Kinky Red
Theme URI: wp-content/themes/KinkyRed/
Author: Tawni Coakley
Author URI: http://foreverdesignstudio.com/

*/

body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin: auto;
	padding: 20px 0 40px 0;
	background: #000 url(images/background.png);
}

a {
	color: #a60b32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

ul {
	padding: 0 0 0 25px;
}

.alignleft img,
.alignright img {
	margin: 4px 0 0 0;
	border: 1px solid #000;
}

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
	background: #a60b32;
	-moz-border-radius: 4px;
}

.alignright {
	float: right;
	margin: 5px 0 10px 10px;
	background: #a60b32;
	-moz-border-radius: 4px;
}

.aligncenter {
	padding: 1px;
	background: #000;
	border: 4px solid #a60b32;
	-moz-border-radius: 4px;
}

.wp-caption {
	text-align: center;
}

.wp-caption-text {
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	margin: 5px 0 7px 0;
	padding: 0 12px;
}

blockquote {
	color: #757575;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	padding: 0 12px 0 70px;
	background: #f3f3f3 url(images/blockquote.png) no-repeat;
	border: 1px solid #dedede;
}

input, textarea {
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding: 2px;
	background: #f3f3f3;
	border: 1px solid #dedede;
}

.button {
	color: #a60b32;
	margin: -6px 0 0 0;
}


#container {
	width: 870px;
	margin: auto;
}

#header {
	height: 324px;
	background: url(images/header.png);
}

#content {
	background: #fff url(images/content.png);
}

h1 {
	color: #a60b32;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0 34px;
}

h2, h3, h4, h5, h6  {
	color: #a60b32;
        font-style: italic;
	font-size: 18px;
	margin: 5px 5px 10px 10px;
	padding: 5px 0 3px 30px;
        font-weight: normal;
	background: url(images/side-title.png) no-repeat left center;
	border-bottom: 2px solid #dedede;
}

p a {
	color: #D42254;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

#sidebar-left h2,
#sidebar-right h2  {
	color: #a60b32;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 3px 30px;
	background: url(images/side-title.png) no-repeat left center;
	border-bottom: 1px solid #dedede;
}

.side-widget {
	margin: 0 0 30px 0;
}

#sidebar-left {
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	width: 145px;
	float: left;
	margin: 5px 25px 0 15px;
}

#mainbar {
	width: 500px;
	float: left;
}

.menu {
	color: #666;
	font-size: 13px;
	text-align: center;
	padding: 6px 0 6px 20px;
	margin: 0 0 30px 0;
	background: #f3f3f3;
	border: 1px solid #dedede;
}

.menu a {
	color: #000;
	margin: 0 21px;
}

.post {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	background: url(images/divider.png) bottom center no-repeat;
}

.title {
	background: url(images/title.png) left center no-repeat;
}

.meta {
	font-size: 11px;
	padding: 2px 0 0 34px;
	margin: 0px;
}

.meta a {
	color: #000;
}

.nav {
	margin: -45px 0 30px 0;
}

.nav a {
	font-size: 13px;
	text-align: center;
	padding: 6px 15px;
	background: #f3f3f3;
	border: 1px solid #dedede;
}

.newer {
	width: 50%;
	float: left;
}

.older {
	text-align: right;
	width: 50%;
	float: right;
}

.comment {
	padding: 0 0 4px 0;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #dedede;
}

.author {
	color: #000;
	font-size: 14px;
}

#sidebar-right {
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	width: 145px;
	float: right;
	margin: 5px 15px 0 25px;
}

#footer {
	color: #fff;
	text-align: center;
	height: 30px;
	padding: 54px 20px 0 20px;
	background: url(images/footer.png);
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
	border-bottom: 1px solid #000;
}

#footer a.social {
	text-decoration: none;
	margin: 0 15px 0 0;
}

#footer a.social:hover {
	border: 0px;
}

#footer img {
	vertical-align: middle;
	margin: -2px 2px 0 0;
}