/*  
Theme Name: Creation Theme
Theme URI: http://ophelianicholson.com/2008/04/20/free-wordpress-theme-creation/
Description: Creation Wordpress theme
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #267ac0;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 930px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 930px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 930px;
	min-height: 830px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 930px;
	height: 108px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 27px;
		left: 33px;
		width: 319px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 30px Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 15px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 74px;
		left: 373px;
		width: 525px;
		height: 22px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 22px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 22px;
		font: bold 11px/22px Verdana;
		color: #ffffff;
		margin-right: 6px;
		background: url("images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 0 20px;
		background: url("images/header_menu_right.gif") no-repeat right top;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 924px;
	padding-left: 6px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 308px;
		font: normal 12px Verdana;
		color: #ffffff;
		margin: 610px 0 20px 0;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar-top {
		width: 308px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar-bottom {
		width: 308px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-top: 18px;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 308px;
		padding-bottom: 12px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 14px/33px Verdana;
			color: #ffffff;
			padding-left: 75px;
			height: 33px;
			background: url("images/sidebar_title.gif") repeat-y;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 8px 0 0 75px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 12px/28px Verdana;
			color: #ffffff;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 25px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0 20px 29px;
			width: 279px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 200px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 10px 0;
			width: 142px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 5px 10px 75px;
			margin: 0 auto;
			width: 227px;
			line-height: 18px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 500px;
		padding-left: 70px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 500px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 480px;
			padding: 0 10px;
			font: bold 12px Verdana;
			color: #1f639c;
		}
		
		#content .post .post-title a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #1f639c;
			font: normal 17px Verdana;
			padding: 3px 0 5px 0;
		}
		
		#content .post .post-title h2 a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.png") no-repeat;
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			width: 50px;
			height: 46px;
			margin-right: 10px;
			font: bold 13px Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin: 5px 0 1px 0;
			display: block;
			font-size: 14px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Verdana;
			color: #000000;
			padding: 0 10px;
			width: 480px;
		}
		
		#content .post .post-entry a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px Verdana;
			color: #1f639c;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px;
			width: 500px;
			height: 20px;
			clear: both;
			background: #1f639c;
			font: bold 10px/20px Verdana;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #1f639c;
			font: bold 15px Verdana;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 12px/19px Verdana;
			color: #000000;
			padding: 0 10px;
			width: 480px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f2f2f2;
		}
		
		#content .post .comments ol li cite {
			color: #1f639c;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 12px/19px Verdana;
			color: #000000;
			padding: 0 10px;
			width: 480px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #1f639c;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px Verdana;
		color: #1f639c;
		width: 500px;
		margin-bottom: 30px;
		float: left;
	}
	
	#content .navigation a {
		color: #1f639c;
		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: 930px;
	height: 82px;
	color: #ffffff;
	font: bold 10px/40px Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
