
body {
	margin: 0;
	padding: 0;
	background: 
	#FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


h1, h2, h3 {
	margin-top: 0;
	color: midnightblue;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: midnightblue;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 1100px;
	height: 108px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {

	margin: 0;
	color: #FFFFFF;
}


#logo h1 {
	padding: 20px 0 0 0;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 10px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1100px;
	height: 30px;
	margin: 0 auto;
	padding-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	background: url(images/img02.gif) no-repeat left 50%;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}
#menu .first_item a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	background: none;
	padding: 10px 15px 10px 0px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #000000;
}

#menu .first_item a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #000000;
}


#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #000000;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed midnightblue;
}

/* Content */

#content {
	float: left;
	width: 558px;
}

#content p {
	text-align: justify;
	line-height: 120%;
	font-size: 13px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed midnightblue;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
}

.links {
	border-bottom: 1px dashed midnightblue;
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	background: white url(images/img04.jpg) no-repeat left 50%;
	text-transform: lowercase;
	color: midnightblue;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

/* Sidebarsright */

.sidebarright {
	float: left;
	width: 280px;
	padding: 0 0 0 21px;
}


.sidebarright a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: black;
}

.sidebarright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarright li {
	padding: 0 0 20px 0;
}

.sidebarright li ul {
}

.sidebarright li li {
	padding: 5px 0 5px 0px;
}

.sidebarright li h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed midnightblue;
	font-size: 16px;
	font-weight: normal;
	color: midnightblue;
}


/* Sidebarsleft */

.sidebarleft {
	float: left;
	width: 180px;
	padding: 0 0 0 0px;
}


.sidebarleft a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: black;
}

.sidebarleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarleft li {
	padding: 0 0 20px 0;
}

.sidebarleft li ul {
}

.sidebarleft li li {
	padding: 5px 0 5px 0px;
}

.sidebarleft li h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed midnightblue;
	font-size: 16px;
	font-weight: normal;
	color: midnightblue;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid midnightblue;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: midnightblue;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Footer */

#footer {
	background: #565656 url(images/img03.jpg) repeat-x left top;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}



/* Advert */

.advert {
	float: right;
	width: 300px;
	padding: 0 0 0 21px;
}


.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
