/*  
Theme Name: Popart
Theme URI: http://bloggingzone.info
Description: Popart Wordpress Theme
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/

/* misc */
.left {
	float: left;
	font: bold 12px "Trebuchet MS", Verdana;
	color: #989898;
}
.right {
	float: right;
	font: bold 12px "Trebuchet MS", Verdana;
	color: #b53c53;
}


/* General */

body {
	margin: 0;
	background: #b9deb7;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1024px;
	background: url("images/page_top.jpg") no-repeat top left;
}


/* Header */

#header {
	width: 1024px;
	height: 330px;
	position: relative;
}

#header .text {
	position: absolute;
	top: 190px;
	right: 21px;
	width: 270px;
	text-align: center;
}

#header .text h1 {
	color: #bc2a71;
	font: bold 38px "Trebuchet MS", Verdana;
}
	
#header .text h1 a {
	color: #bc2a71;
	text-decoration: none;
}

#header .text .description {
	color: #979797;
	font: bold 18px "Trebuchet MS", Verdana;
}


/* Main */

#main {
	margin-top: 5px;
	width: 1024px;
	min-height: 500px;
	background: url("images/page_bottom.jpg") no-repeat bottom left;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		width: 233px;
		margin-left: 17px;
		margin-bottom: 30px;
		color: #b53c53;
		font: bold 13px "Trebuchet MS", Verdana;
		background: url("images/sidebar_top.gif") no-repeat top left;
	}
	
	#main #sidebar #sidebar-in {
		margin: 145px 0 0 22px;
		padding-bottom: 5px;
		width: 191px;
		background: #ffffff;
	}
	
	#main #sidebar .bottom {
		background: url("images/sidebar_bottom.gif") no-repeat bottom left;
		height: 20px;
		margin-left: 22px;
		width: 191px;
	}
	
	#main #sidebar #sidebar-in a {
		color: #989898;
		text-decoration: none;
	}
	
	#main #sidebar #sidebar-in a:hover {
		color: #989898;
		text-decoration: underline;
	}
	
	#main #sidebar #sidebar-in h3 {
		font: bold 18px "Trebuchet MS", Verdana;
		color: #b53c53;
		margin-bottom: 10px;
		padding-left: 24px;
	}
	
	#main #sidebar #sidebar-in ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-bottom: 15px;
		padding-left: 40px;
	}
	
	#main #sidebar #sidebar-in ul li {
		font: bold 13px "Trebuchet MS", Verdana;
	}
	
	#main #sidebar #sidebar-in ul li a {
		color: #989898;
		text-decoration: none;
	}
	
	#main #sidebar #sidebar-in ul li a:hover {
		color: #989898;
		text-decoration: underline;
	}
	
	#main #sidebar #sidebar-in table {
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	/* Main - Content */
	
	#main #content {
		float: left;
		margin: 17px 0 0 49px;
		width: 655px;
		padding-bottom: 150px;
	}
	
	#main #content .post {
		font: normal 13px "Trebuchet MS", Verdana;
		color: #b53c53;
		float: left;
		margin-bottom: 30px;
		width: 655px;
	}
	
	#main #content .post .title {
		width: 655px;
		height: 117px;
		background: url("images/post_title.gif") no-repeat;
		position: relative;
	}
	
	#main #content .post .title h2 {
		padding: 45px 0 0 27px;
		color: #b53c53;
		font: bold 25px "Trebuchet MS", Verdana;
	}
	
	#main #content .post .title h2 a {
		color: #b53c53;
		text-decoration: none;
	}
	
	#main #content .post .title h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .title .date {
		position: absolute;
		top: 26px;
		right: 10px;
		width: 125px;
		text-align: center;
		font: bold 20px "Trebuchet MS", Verdana;
		color: #b53c53;
	}
	
	#main #content .post .title .date span{
		font: bold 33px "Trebuchet MS", Verdana;
		display: block;
	}
	
	#main #content .post .entry {
		line-height: 19px;
		padding-bottom: 10px;
		margin: 0 30px;
		padding-top: 10px;
	}
	
	#main #content .post .entry a {
		color: #989898;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry img {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #content .post .entry .more-link {
		font: bold 13px/20px "Trebuchet MS", Verdana;
		color: #b53c53;
		float: right;
		margin-top: 5px;
	}
	
	#main #content .post .entry .more-link a {
		color: #b53c53;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments-info {
		margin: 0 30px;
		font: bold 13px/20px "Trebuchet MS", Verdana;
		color: #b53c53;
	}
	
	#main #content .post .comments-info a {
		font: bold 13px/20px "Trebuchet MS", Verdana;
		color: #b53c53;
		text-decoration: none;
	}
	
	#main #content .post .comments-info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post h3 {
		color: #b53c53;
		font: bold 18px "Trebuchet MS", Verdana;
		margin: 20px 30px 5px 30px;
	}
	
	#main #content .post .comments {
		margin: 0 30px;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		margin-top: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #ffffff;
	}
	
	#main #content .post .comments ol li cite {
		color: #989898;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #989898;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #989898;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #989898;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0 30px;
	}


/* Footer */

#footer {
	width: 1024px;
	min-height: 275px;
	background: #b53c53 url("images/footer.jpg") no-repeat left bottom;
	padding-top: 10px;
	font: bold 15px/30px "Trebuchet MS", Verdana;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footer-in {
	margin: 0 auto;
	width: 962px;
	background: url("images/footer_title.gif") no-repeat;
	padding-left: 40px;
}

#footer #footer-in .box {
	float: left;
	width: 315px;
	text-align: left;
}

#footer #footer-in .box h3 {
	font: bold 18px/41px "Trebuchet MS", Verdana;
	color: #b53c53;
	margin-bottom: 25px;
	padding-left: 10px;
}

#footer #footer-in .box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 40px;
}

#footer #footer-in .box ul li {
	font: bold 15px "Trebuchet MS", Verdana;
	margin-bottom: 20px;
}

#footer #footer-in .box ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer #footer-in .box ul li a:hover {
	text-decoration: underline;
}

#footer #footer-in .copyright {
	margin-top: 25px;
}