/*
Theme Name: City Lights
Theme URI: http://www.freewpthemes.net/preview/citylights/
Description: A Web 2.0 design with fluid width. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(images/bgbody.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 12px Arial, Helvetica, sans-serif;
}

h1 {
	font-size:24px;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom:15px;
	color:#2a52aa;
}

h2 {
	font-size:18px;
	color:#2a52aa;
}

h3 {
	font-size: 1em;
	color:#2a52aa;
}

p, ol {
	margin-bottom: 2em;
	line-height: 150%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color:#2559ac; text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search input {
	padding: 0;
	width: 70px;
	height: 29px;
	font-weight: bold;
}

#search #s {
	padding: 5px;
	width: 150px;
	height: auto;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}

/* Categories */

#sidebar #categories li {
}

/* Calendar */

#calendar_wrap {
	padding: 0 30px 40px 30px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */

#footer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0px 10px 0px;
	border-top: 2px #EEEEEE solid;
	background: #F5F5F5;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	background: #F5F5F5;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #187BD9;
}

#footer a:hover {
}

#footer .rss {
}

#footer .xhtml {
}

#footer .css {
}

#footer .legal a {
	padding: 0;
}

/* new design */

/* Header */
#header {
	overflow:hidden;
	width: 928px;
	margin-left:auto;
	margin-right:auto;
	height: 137px;
	background-image:url(images/bgtop.gif);
	background-repeat:repeat-x;
	
	padding:0px 0px 0px 32px;
}

#header .logo-container {
	float:left;
	width:180px;
	height:125px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}

#header-menu {
	float:left;
	width:741px;
	height:137px;
	padding:0px 7px 0px 0px;
	
	background-image:url(images/topimage.gif);
	background-repeat:no-repeat;
}


#header-menu .txt {
	float:left;
	width:350px;
	height:75px;
	
	padding:20px 0px 0px 391px;
	text-align:center;

	color:#f4d46d;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}

#header-menu .txt a,
#header-menu .txt a:hover,
#header-menu .txt a:visited {
	color:#f4d46d;
	text-decoration:none;
}

#header-menu ul {
	float:right;
	height:34px;
	list-style:none;
	
	padding:0px 0px 0px 28px;
}

#header-menu ul li {
	float:left;
	width:106px;
	height:26px;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	text-align:center;
	
	font-weight:bold;
	font-size:14px;
	
	padding:8px 0px 0px 0px;
}

#header-menu ul li a,
#header-menu ul li a:hover,
#header-menu ul li a:visited {
	color:#000000;
	text-decoration:none;
	
	
}

#header-menu ul li.space {
	width:2px;
	height:34px;
	background:none;
}

/* Page */

#page {
	width: 959px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:0px 1px 0px 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	background-color:#e4e9ef;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 10px 0px 30px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 23px;
	background: url(images/arrow.gif) no-repeat 5px 50%;
	font-size:12px;
	line-height:17px;
}

#sidebar li li a {
	text-decoration:none;
}
#sidebar h2 {
	height:27px;
	background-color:#d6dfe8;
	border-left:1px solid #e4e9ed;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;

	padding: 9px 0px 0px 25px;
	font-weight:bold;
	font-size: 14px;
	color: #1e55a7;
}

#sidebar select {
	margin-left: 23px;
	margin-top: 10px
}

#sidebar div {
	padding-top:10px;
	text-align:center;
	
	font-weight:bold;
	font-size: 14px;
	color: #1e55a7;
}

#sidebar div a {
	text-decoration:none;
	color: #1e55a7;
}
/* Content */

#content {
	float:left;
	width:620px;
	padding:40px 0px 0px 28px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
}

.post .title h2,
.post .title h1 {
min-height:25px; 
	padding:0px 0px 0px 40px;
	margin:5px 0px 5px 0px;
	font-size:19px;
	color:#2a52aa;
	font-weight:bold;
	letter-spacing:normal;
	background-image:url(images/icon.gif);
	background-position:2px 2px;
	background-repeat:no-repeat;
}
.title h2 a,
.title h1 a {
	color: #2a52aa;
	font-weight:bold;
	text-decoration:none;
}
.title h2 a:hover,
.title h1 a:hover { text-decoration:underline; }
.post .title p {
	margin:0px;
	padding:10px 0 10px 0px;
	border-top:4px #D8DFE6 solid;
	line-height:normal;
	color:#8a8a8a;
	font-style:italic;
}

.post .title p a {
	color:#2a52aa;
}

.post .entry {
	padding:10px 0px 0px 0px;
	margin:0px;
	font-size:14px;
}

.post .links {
	padding: 5px 0px 45px 0px;
	margin-top: 10px;
	text-align: left;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
	padding: 0 0 0 20px;
	background: url(images/readmore.gif) no-repeat left 50%;
	font-size:12px;
	font-weight:normal;
}

.post .links .comments {
	height:16px;
	margin-left: 20px;
	background: url(images/comments.gif) no-repeat left top;
	padding: 0 0 0 20px;
	font-size:12px;
	font-weight:normal;
}

.post .meta {
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:14px;
}

.commentlist {
	padding-left:20px;
}

.commentlist .comment p, .commentlist .meta {
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:14px;
}

#respond {
	font-size:12px;
}

#respond h2 {
	margin:20px 0px 10px 0px;
}

textarea {
	width:600px;
}
.hidden { display:none; }
.navigation { height:30px ; margin: 0 0 10px 0 ; }
.navigation .alignright { float:right; width:49%; text-align:right; }
.navigation .alignleft { float:left; width:49%; }


