/*  
Theme Name: Teen Blogger
Theme URI: http://bloggingzone.info
Description: Theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #e5888b;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
	background: #e5888b url("images/page_top.png") no-repeat;
}

#page-in {
	width: 1005px;
	min-height: 1080px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1005px;
	height: 225px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 40px;
		left: 308px;
		width: 390px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #e68b8f;
		font: bold 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #e68b8f;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #e68b8f;
		font: bold 14px "Trebuchet MS", Verdana;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 278px;
		left: 341px;
		width: 43px;
		height: 43px;
	}


/* Main */

#main {
	width: 991px;
	padding-left: 14px;
}

	/* Main - Sidebar */
	
	#sidebar {
		margin-top: 115px;
		float: left;
		width: 380px;
		font: normal 12px "Trebuchet MS", Verdana;
		color: #ec979b;
	}
	
	#sidebar-top {
		width: 380px;
		height: 32px;
		background: url("images/sidebar_top.png") no-repeat;
	}
	
	#sidebar-main {
		width: 380px;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar-bottom {
		width: 380px;
		height: 20px;
		background: url("images/sidebar_bottom.png") no-repeat left bottom;
	}
	
	#sidebar a {
		color: #d85b61;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-ads {
		width: 380px;
		text-align: center;
		padding: 10px 0;
		line-height: 5px;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 190px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 190px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 25px;
			width: 165px;
			height: 33px;
			font: bold 13px/33px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: #f6c3c6;
			letter-spacing: 1px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 5px 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #ec979b;
			font: normal 12px/30px "Trebuchet MS", Verdana;
			padding-left: 25px;
		}
		
		#sidebar ul li a {
			color: #d26062;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 5px 0;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 130px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			padding: 10px 0;
			text-align: center;
			margin: 0;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 584px;
		padding-left: 14px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ec979b;
		float: left;
		margin-bottom: 50px;
		width: 584px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 584px;
			height: 70px;
			background: url("images/post_title.png") no-repeat;
			font: bold 14px "Trebuchet MS", Verdana;
			color: #d85b61;
		}
		
		#content .post .post-title a {
			color: #d85b61;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #d36163;
			text-align: center;
			text-transform: lowercase;
			height: 53px;
			width: 57px;
			font: bold 13px "Trebuchet MS", Verdana;
			margin: 10px 10px 0 16px;
		}
		
		#content .post .post-title .post-date span {
			margin-top: 7px;
			display: block;
		}
		
		#content .post .post-title h2 {
			padding-top: 13px;
			color: #d85b61;
			font: bold 20px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #d85b61;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			float: left;
			width: 544px;
			padding: 0 20px;
			background: url("images/post.gif") repeat-y;
			font: normal 13px/19px "Trebuchet MS", Verdana;
			color: #ec979b;
		}
		
		#content .post .post-entry a {
			color: #d85b61;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 13px/20px "Trebuchet MS", Verdana;
			color: #d85b61;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #d85b61;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			background: url("images/post_info.png") no-repeat;
			width: 544px;
			height: 40px;
			padding: 5px 20px 0 20px;
			font: bold 14px "Trebuchet MS", Verdana;
			color: #d85b61;
		}
		
		#content .post .post-info a {
			color: #d85b61;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #d85b61;
			font: bold 17px "Trebuchet MS", Verdana;
			padding: 20px 20px 10px 20px;
			width: 544px;
			float: left;
			background: url("images/post.gif") repeat-y;
		}
		
		#content .post .comments {
			padding: 0 20px;
			width: 544px;
			background: url("images/post.gif") repeat-y;
			font: normal 13px/19px "Trebuchet MS", Verdana;
			color: #ec979b;
			float: left;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #fff2f3;
		}
		
		#content .post .comments ol li cite {
			color: #d85b61;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #d85b61;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #d85b61;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 13px/19px "Trebuchet MS", Verdana;
			color: #ec979b;
			padding: 0 20px;
			width: 544px;
			float: left;
			background: url("images/post.gif") repeat-y;
		}
/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 20px;
		font: bold 12px Century Gothic, Helvetica, Arial, sans-serif;
		color: #e5888b;
		width: 460px;
		padding: 0 20px;
	}
	
	#content .navigation a {
		color: #e5888b;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}

/* Footer */

#footer {
	width: 1005px;
	height: 25px;
	padding-top: 110px;
	color: #d96d70;
	font: normal 10px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #ec979b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
