/*  
Theme Name: Thinking Girl Wordpress Theme
Theme URI: wptemplates.org
Description: Nice theme with a girl
Version: 1.0
Author: mikozv
Author URI: wptemplates.org
*/



/* General */

body {
	margin: 0;
	background: #360f1c;
	font-family: Arial;
}

h1, h2, h3, h4 {
	margin: 0;
}

a {
	color: #71273f;
	text-decoration: none;
}

a:hover {
	color: #71273f;
	text-decoration: underline;
}

img {
	border: 0;
}

/* Page */

#page {
	margin: 0 auto;
	width: 100%;
}

/* Header */

#header {
	width: 100%;
	background: url("images/header.gif") repeat-x;
}

#header #header-in {
	background: url("images/page_header.jpg") no-repeat top right;
	margin: 0 auto;
	width: 990px;
	height: 165px;
	position: relative;
}

#header #header-in #head-title {
	position: absolute;
	top: 10px;
	left: 40px;
}

#header #header-in #head-title h1 {
	color: #000000;
	font: normal 21px Arial;
	float: left;
}
	
#header #header-in #head-title h1 a {
	color: #000000;
	text-decoration: none;
}

#header #header-in #head-title .description {
	color: #000000;
	font: bold 14px/27px Arial;
	float: left;
	text-transform: lowercase;
}

#header #header-in #searchform {
	position: absolute;
	top: 48px;
	left: 153px;
	margin: 0;
	padding: 0;
	width: 224px;
	height: 24px;
}

#header #header-in #s {
	width: 216px;
	height: 16px;
	padding: 4px;
	border: none;
	background: transparent;
}

#header #header-in #searchsubmit {
	visibility: hidden;
	width: 1px;
}

#header #header-in #icons {
	position: absolute;
	top: 48px;
	left: 385px;
	width: 48px;
	height: 24px;
}

#header #header-in #icons a {
	float: left;
}

#header #header-in ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 12px;
	left: 155px;
}

#header #header-in ul li {
	float: left;
}

#header #header-in ul li a {
	float: left;
	color: #000000;
	padding: 0 10px;
	margin-right: 6px;
	font: bold 17px/33px Arial;
	text-decoration: none;
	text-transform: lowercase;
	background: #e3e3e3;
	display: block;
	height: 33px;
}

#header #header-in ul li a:hover {
	color: #000000;
	text-decoration: none;
	background: #c7c7c7;
}


/* Main */

#main {
	margin: 0 auto;
	width: 990px;
	background: url("images/main.gif") repeat-y;
	margin-top: -1px;
}

#main #main-in {
	width: 990px;
	background: url("images/page_main.jpg") no-repeat left top;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	margin: 0;
}


	/* Main - Content */
	
	#main #main-in #content {
		float: left;
		width: 565px;
		margin-left: 50px;
	}
	
	#main #main-in #content .post {
		font-size: 14px;
		color: #000000;
		float: left;
		margin-bottom: 20px;
		width: 565px;
	}
	
	#main #main-in #content .post .date {
		font-size: 38px;
		font-weight: bold;
		margin-left: 20px;
		margin-bottom: 10px;
		width: 55px;
		text-align: center;
	}
	
	#main #main-in #content .post .date span {
		display: block;
		font-size: 13px;
		font-weight: bold;
		text-transform: lowercase;
	}
	
	#main #main-in #content .post h2 {
		padding: 30px 0 15px 0;
		color: #000000;
		font: bold 27px Arial;
		border-top: 3px dotted #000000;
	}
	
	#main #main-in #content .post h2 a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #main-in #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #main-in #content .post .entry {
		line-height: 19px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #000000;
	}
	
	#main #main-in #content .post .entry a {
		color: #71273f;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #main-in #content .post .entry a:hover {
		color: #71273f;
		text-decoration: underline;
	}
	
	#main #main-in #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #main-in #content .post .entry .more-link {
		font: bold 14px/20px Arial;
		color: #71273f;
		float: right;
		margin-top: 5px;
	}
	
	#main #main-in #content .post .entry .more-link a {
		color: #71273f;
		text-decoration: none;
	}
	
	#main #main-in #content .post .entry .more-link a:hover {
		color: #71273f;
		text-decoration: underline;
	}
	
	#main #main-in #content .post .info {
		font: normal 14px Arial;
		color: #000000;
		padding-top: 20px;
		height: 110px;
		background: url("images/post_bottom.gif") no-repeat center bottom;
	}
	
	#main #main-in #content .post .info a {
		color: #000000;
	}
	
	#main #main-in #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #main-in #content .post .info .comms-links {
		font-weight: bold;
	}
	
	#main #main-in #content .post .info .comms-links a {
		font-weight: bold;
	}
	
	#main #main-in #content .post .title h3 {
		color: #000000;
		font: bold 16px/26px Arial;
		margin-top: 25px;
	}
	
	#main #main-in #content .post .comments {
		margin: 0;
	}
	
	#main #main-in #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #main-in #content .post .comments ol li {
		padding: 5px;
	}
	
	#main #main-in #content .post .comments ol li.alt {
		background: #e3e3e3;
	}
	
	#main #main-in #content .post .comments ol li cite {
		color: #71273f;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #main-in #content .post .comments ol li cite a {
		color: #71273f;
		text-decoration: none;
	}
	
	#main #main-in #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #main-in #content .post .comments ol li .commentmetadata a {
		color: #71273f;
	}
	
	#main #main-in #content .post .comments ol li .commentmetadata a:hover {
		color: #71273f;
		text-decoration: underline;
	}
	
	#main #main-in #content .post #commentform {
		margin: 0;
	}
	
	/* Main - Sidebar */
	
	#main #main-in #sidebar {
		float: left;
		width: 270px;
		margin: 560px 0 0 30px;
	}
	
	#main #main-in #sidebar .left {
		float: left;
		width: 130px;
	}
	
	#main #main-in #sidebar .right {
		float: right;
		width: 130px;
	}
	
	#main #main-in #sidebar .box {
		width: 130px;
		margin-bottom: 30px;
	}
	
	#main #main-in #sidebar .box h3 {
		font: normal 21px/28px Arial;
		color: #000000;
		height: 28px;
	}
	
	#main #main-in #sidebar .box ul {
		margin: 0;
		padding: 0;
		padding-left: 15px;
		list-style-type: none;
	}
	
	#main #main-in #sidebar .box ul li {
		color: #000000;
		font: normal 13px/20px Arial;
	}
	
	#main #main-in #sidebar .box ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #main-in #sidebar .box ul li a:hover {
		text-decoration: underline;
	}


/* Footer */

#footer {
	width: 100%;
	border-top: 8px solid #c3708b;
	background: #71273f url("images/footer_bg.gif") repeat-x left bottom;
}

#footer #footer-in {
	width: 990px;
	min-height: 167px;
	margin: 0 auto;
	background: url("images/footer.gif") no-repeat right bottom;
}

#footer #footer-in #footer-text {
	font: normal 12px/26px Arial;
	text-align: center;
	color: #38131f;
	clear: both;
}

#footer #footer-in #footer-text a {
	color: #15050a;
	text-decoration: none;
	font-weight: bold;
}

#footer #footer-in #footer-text a:hover {
	text-decoration: underline;
	color: #efb721;
}

#footer #footer-in #bar {
	min-height: 135px;
	margin-left: 30px;
	float: left;
	width: 100%
}

#footer #footer-in #bar .box {
	float: left;
	min-width: 100px;
	margin-right: 20px;
}

#footer #footer-in #bar .box h3 {
	font: normal 18px/25px Arial;
	color: #efb721;
	height: 25px;
}

#footer #footer-in #bar .box ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style-type: none;
}

#footer #footer-in #bar .box ul li {
	color: #000000;
	font: normal 11px/17px Arial;
}

#footer #footer-in #bar .box ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer #footer-in #bar .box ul li a:hover {
	text-decoration: none;
	color: #efb721;
}
