/*  
Theme Name: Nite Life Cool Theme
Theme URI: http://ophelianicholson.com/2008/04/09/free-wordpress-theme-nite-life/
Description: Nite Life wordpress theme with picture of New York City
Version: 1.0
Author: Ophelia Nicholson 
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #000000;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 800px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 381px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 100px;
		left: 270px;
	}
	
	#header #header-info h1 {
		color: #05058c;
		font: bold 30px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #05058c;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #05058c;
		font: bold 14px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 337px;
		left: 470px;
		width: 510px;
		height: 28px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 28px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 26px;
		font: normal 13px Verdana;
		color: #000000;
		margin-right: 5px;
		padding: 2px 20px 0 20px;
		background: url("images/header_menu.gif") repeat-x;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 445px;
		font: normal 13px Verdana;
		margin-bottom: 10px;
	}
	
	#sidebar a {
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 209px;
		margin-top: 266px;
		color: #000000;
	}
	
		#sidebar #sidebar-left a {
			color: #424242;
		}
	
	#sidebar #sidebar-right {
		float: right;
		width: 213px;
		margin-top: 38px;
		color: #ffffff;
	}
	
		#sidebar #sidebar-right a {
			color: #1f1f1f;
		}
		
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 17px;
			font: bold 16px/40px Verdana;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0 20px 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			padding-left: 17px;
			font: normal 13px/27px Verdana;
		}
		
			#sidebar #sidebar-left ul li {
				color: #000000;
				border-top: 1px solid #424242;
			}
			
			#sidebar #sidebar-left ul li a {
				color: #000000;
				text-decoration: none;
			}
			
			#sidebar #sidebar-left ul li a:hover {
				text-decoration: underline;
			}
			
			#sidebar #sidebar-left ul li ul li {
				border-top: none;
			}
			
			#sidebar #sidebar-right ul li {
				color: #ffffff;
				border-top: 1px solid #1f1f1f;
			}
			
			#sidebar #sidebar-right ul li a {
				color: #ffffff;
				text-decoration: none;
			}
			
			#sidebar #sidebar-right ul li a:hover {
				text-decoration: underline;
			}
			
			#sidebar #sidebar-right ul li ul li {
				border-top: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0;
			width: 160px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 150px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 5px 0 20px 0;
		}
		
			#sidebar #sidebar-left #calendar_wrap {
				border-top: 1px solid #424242;
			}
			
			#sidebar #sidebar-right #calendar_wrap {
				border-top: 1px solid #1f1f1f;
			}
		
		#sidebar #calendar_wrap table {
			width: 142px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
			width: 142px;
			margin: 0 auto;
		}
		
		#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 14px 20px 6px;
		}
		
			#sidebar #sidebar-left .textwidget {
				border-top: 1px solid #424242;
			}
			
			#sidebar #sidebar-right .textwidget {
				border-top: 1px solid #1f1f1f;
			}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 524px;
		padding-left: 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 524px;
		background: #dfdfdf;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 524px;
			height: 55px;
			background: url("images/post_title.gif") no-repeat;
			color: #ffffff;
			font: bold 11px Verdana;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			padding: 0 15px;
			color: #000000;
			font: bold 15px/34px Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-comments {
			float: right;
			line-height: 22px;
			width: 30px;
			text-align: center;
			margin-right: 5px;
		}
		
		#content .post .post-title .post-title-info {
			clear: both;
			line-height: 19px;
			padding: 0 11px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #000000;
			padding: 0 12px 10px 12px;
			width: 500px;
			background: url("images/post_info.gif") no-repeat left bottom;
		}
		
		#content .post .post-entry a {
			color: #696969;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 11px/20px Verdana;
			float: right;
			color: #696969;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			color: #000000;
			font: bold 14px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #696969;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #cfcfcf;
		}
		
		#content .post .comments ol li cite {
			color: #696969;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #696969;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #696969;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			padding: 0 15px;
		}
		
		#content .post #commentform a {
			color: #696969;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #325aa2;
		width: 500px;
		height: 25px;
		margin-bottom: 20px;
		float: left;
		padding: 0 12px;
	}
	
	#content .navigation a {
		color: #696969;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	margin-left: 440px;
	padding-top: 85px;
	width: 559px;
	height: 34px;
	background: url("images/footer.gif") no-repeat;
	color: #ffffff;
	font: bold 12px/34px Verdana;
	text-align: center;
}

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

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