/*
Theme Name: Bridge at Night Theme
Theme URI: http://www.wptown.com/
Description: Bridge at Night Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar, rounded corners 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: blue, 2 columns, widget ready, rounded corners, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #010d30;
}

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/header.jpg") no-repeat;
}


/* Header */

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

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 45px;
		left: 15px;
		width: 770px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 40px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 18px Arial, Verdana;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 770px;
		padding: 560px 15px 0 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 770px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 770px;
			background: url("images/post_title.gif") no-repeat;
			color: #8187d6;
			font: normal 12px Arial, Verdana;
			position: relative;
		}
		
		#content .post .post-title a {
			color: #8187d6;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			position: absolute;
			top: 0;
			left: 573px;
			width: 171px;
			height: 45px;
			background: url("images/post_date.gif") no-repeat;
			text-align: center;
			font: normal 14px/37px Arial, Verdana;
		}
		
		#content .post .post-title h2 {
			color: #8187d6;
			font: bold 22px Arial, Verdana;
			padding: 27px 200px 10px 15px;
		}
		
		#content .post .post-title h2 a {
			color: #8187d6;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			background: url("images/post_title_info.gif") no-repeat;
			width: 730px;
			height: 30px;
			line-height: 30px;
			font-weight: bold;
			margin-left: 10px;
			padding: 0 10px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana;
			color: #8187d6;
			width: 740px;
			padding: 0 15px;
			background: url("images/post_bottom.gif") no-repeat left bottom;
			float: left;
		}
		
		#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 blockquote {
			border-left: 10px solid #0c1a46;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			float: left;
			width: 740px;
			color: #8187d6;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Arial, Verdana;
			color: #8187d6;
			width: 740px;
			float: left;
		}
		
		#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: #0c1a46;
		}
		
		#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/18px Arial, Verdana;
			color: #8187d6;
			width: 715px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		color: #ffffff;	
		width: 770px;
	}
	
	#content .navigation a {
		width: 150px;
		height: 30px;
		text-align: center;
		display: block;
		margin-bottom: 25px;
		color: #ffffff;
		font: bold 12px/30px Arial, Verdana;
		background: url("images/navigation.gif") no-repeat;
		text-decoration: none;
	}
	
	#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: 189px;
		background: url("images/sidebar.gif") repeat-y;
		font: normal 12px/18px Arial, Verdana;
		color: #8187d6;
		margin-bottom: 25px;
	}
	
		#sidebar #sidebar-top {
			width: 189px;
			background: url("images/sidebar_top.gif") no-repeat;
		}
		
		#sidebar #sidebar-bottom {
			width: 189px;
			padding-top: 10px;
			background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Box */
	
	#sidebar .sidebar-box {
		width: 189px;
		padding-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 167px;
			height: 38px;
			padding-left: 22px;
			font: bold 15px/32px Arial, Verdana;
			color: #8187d6;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 22px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #a6c1f3;
			font: bold 12px/25px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #a6c1f3;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 189px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 159px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 128px;
			padding-top: 2px;
		}
		
		#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 12px 0 12px;
		}


/* Footer */

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

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

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

