/*
Theme Name: Smile Theme
Theme URI: http://www.wptown.com/
Description: Smile Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: black, grey, yellow, 2 columns, widget ready, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #131313 url("images/background.gif") repeat-x;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 974px;
}


/* Header */

#header {
	width: 974px;
	height: 300px;
	position: relative;
	background: url("images/header.jpg") no-repeat;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 20px;
		left: 552px;
		width: 420px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffff00;
		font: normal 35px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffff00;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffff00;
		font: normal 18px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 125px;
		left: 774px;
		width: 200px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 200px;
	}
	
	#header #header-menu ul li {
		font: bold 16px/30px Verdana;
		color: #fafafa;
		background: url("images/header_menu.gif") no-repeat;
		margin-bottom: 15px;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #fafafa;
		text-decoration: none;
		height: 30px;
		width: 150px;
		padding: 6px 0 6px 50px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #ffff00;
		background: url("images/header_menu_hover.gif") no-repeat;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item a {
			color: #ffff00;
			background: url("images/header_menu_hover.gif") no-repeat;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 974px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 739px;
		padding-right: 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 15px;
		width: 739px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 721px;
			height: 61px;
			background: url("images/post_title.gif") no-repeat;
			color: #ffffff;
			font: bold 12px Verdana;
			padding: 9px 9px 0 9px;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #000000;
			width: 56px;
			height: 56px;
			font: normal 18px Verdana;
			background: url("images/post_date.gif") no-repeat;
			margin-right: 15px;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 4px;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: normal 19px Verdana;
			padding: 5px 0;
		}
		
			#content .post .post-title h2.title-page {
				padding: 1px 0 0 0;
				line-height: 52px;
			}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 4px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Verdana;
			color: #ffff00;
			width: 721px;
			padding: 0 9px;
		}
		
		#content .post .post-entry a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #282627;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 721px;
			padding: 0 9px 9px 9px;
			text-align: right;
			font: bold 12px Verdana;
			color: #ffffff;
			background: url("images/post_bottom.gif") no-repeat left bottom;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			clear: both;
			width: 739px;
			height: 20px;
			background: url("images/post_bottom.gif") no-repeat;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #ffffff;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/19px Verdana;
			color: #ffff00;
			width: 721px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #282627;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/19px Verdana;
			color: #ffff00;
			width: 696px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #ffffff;
		width: 739px;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 15px;
		font: bold 12px/30px Verdana;
		color: #ffffff;
		text-decoration: none;
		width: 150px;
		height: 30px;
		text-align: center;
		display: block;
		background: url("images/navigation.gif") no-repeat;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 220px;
		font: normal 12px/18px Verdana;
		color: #ffff00;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 218px;
		margin-bottom: 15px;
		background: #2e2c2d;
		border: 1px solid #50511f;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 210px;
			height: 30px;
			padding: 4px;
			font: bold 16px/30px Verdana;
			color: #ffff00;
			background: url("images/sidebar_title.gif") no-repeat;
			text-align: center;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #ffffff;
			font: bold 12px/27px Verdana;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			padding-left: 15px;
			display: block;
			background: url("images/sidebar_menu.gif") repeat-x left bottom;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul li a {
				padding-left: 25px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 15px 0;
			width: 218px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 188px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 3px 0 2px 0;
			width: 144px;
		}
		
		#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: 2px 4px 3px 4px;
		}


/* Footer */

#footer {
	margin: 0 auto 15px auto;
	width: 974px;
	height: 30px;
	background: url("images/footer.gif") no-repeat;
	color: #ffff00;
	font: normal 12px/30px Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

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