/*
Theme Name:Urban Excess
Theme URI:http://www.webopius.com/
Description:UrbanExcess Wordpress theme
Version:1.0.0
Author:Webopius Ltd
Author URI:http://www.webopius.com/

 Urban Excess CSS Blog styles 
 Webopius Ltd 2010 

*/


/* @group Top menu */

ul.topmenu {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 15px;
	color: #555555;
	margin-bottom: 10px;
}

ul.topmenu.left {
	float: left;
}

ul.topmenu.right {
	float: right;
}

ul.topmenu li {
	display: inline;
	background: url(elements/bullet1.png) no-repeat left center;
	padding-left: 10px;
	font-size: 11px;	
}

ul.topmenu li.first {
	display: inline;
	background: none;
	padding-left: 0px;
}

ul.topmenu li a {
	font-size: 11px;
	display: inline;
	color: #555555;
}

/* Newsletter */

form#NewsLetterForm {
	display: inline;
	height: 17px;
}

form#NewsLetterForm input#NewsLetterEmail {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;	
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #dadada;
	width: auto;
	padding: 2px;
	text-transform: uppercase;
}

form#NewsLetterForm input.NewsLetterWordsBtn {
	border: none;
	margin-top: 1px;
}


/* top left menu */
ul.topnav {
	clear: both;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 53px;
}

ul.topnav li
{
	display: inline;
}

ul.topnav li a {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #363636;
	display: inline;	
	padding-bottom: 1px;
}

ul.topnav li a.sel {
	border-bottom: 2px solid #555555;
}

ul.topnav li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #555555;
}

img#logo {
	position: absolute;
	left: 0px;
	top: 82px;
	z-index: 100;	
}

img#stamp {
	position: absolute;
	right: 29px;
	top: 28px;
	z-index: 100;	
}


/* @end */

/* @group Grid Elements */

#urbanexcess {
	width: 880px;
	margin: 0 auto;
	position: relative;
	padding-left: 40px;
	padding-right: 30px;
	background: #ffffff url(elements/logo-right.png) no-repeat right top;
}

#menu-pane {
	width: 160px;
	float: left;
	margin: 20px 40px 30px 0px;
	position: relative;
}

#content-pane {
	width: 680px;
	margin: 30px 0px 30px 0px;
	float: left;
}

/* @end */

/* @group menu styles */

#menu-pane select {
	display: block;
	margin-top: 10px;
}

#menu-pane h3 {
	margin-top: 10px;
}

.menudiv {
 text-align:left;
 font-size:11px;	
 color: #555555;
}

.menudiv a.menucat
{
	text-align:left;
	display:block;
	line-height:14px;	
	text-decoration:none;
}

.menudiv a.menucat_bold
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 6px;
}

/* @end */

/* @group content styles */

#content-pane h1 {
	font-size: 18px;
	margin-bottom: 10px;	
}

#content-pane h2 {
	font-size: 14px;
	margin-bottom: 5px;	
}

#content-pane b {
	font-family: Helvetica, Arial, Geneva, sans-serif;	
}

ul.articles li {
	width: 270px;
	margin: 30px 50px 5px 360px;
	position: relative;
}

#content-pane img {
	width: 650px;
	height: auto;
}

#content-pane p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 20px;
	margin-right: 20px;
}

#content-pane p a, #content-pane p a:visited {
        color: #222;
        font-weight: 600;
}

#content-pane ul p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 20px;
}

.summary {
	color: #555555;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content-pane ul.articles li img {
	width: 310px;
	height: auto;
	position: absolute;
	left: -360px;
	top: 0px;
	padding-right: 25px;
	border-right: 1px dotted #a9a9a9;	
}

.navigation {
	width: 680px;
	clear: both;
	margin-bottom: 20px;
}

.navigation a {
	background-color: #eeeeee;
	padding: 3px;	
}

.alignright {
float:right;
margin-left:10px;
}
.alignleft {
float:left;
margin-right:10px;
}

/* @end */

/* @group comment styles */

#comments {
	margin-top: 25px;
	margin-bottom: 25px;
}

#comments img {
	width: auto;
	height: auto;
}

#comments ol.commentlist li {
	margin-bottom:20px;
	border-left:1px dotted #eeeeee;
	padding:10px 5px 20px 10px;
	min-height:110px;
}

#comments input {
	width:680px;
	font-size:14px;
	margin-bottom: 10px;
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #dadada;
	padding: 2px;
}

#comments textarea {
	width:680px;
	font-size:14px;
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #dadada;
	padding: 2px;
	margin-bottom: 10px;
}

#comments li.submitbutton input {
	width: 126px;
	height: 25px;
	padding: 25px 0 0; 
	overflow: hidden;
	border: none;
	cursor: pointer;
	background: url(elements/button-comment.png) no-repeat center top;
}

#comments li.submitbutton input:hover {
	background: url(elements/button-comment.png) no-repeat center -25px;
}

#comments .center {
text-align:center;
}

/* @end */

/* @group footer styles */

ul.footer {
	list-style-type: none;
	display: block;
	font-size: 11px;
}

ul.footer a {
	display: block;
}

ul.footer li {
	width: 190px;
	float: left;
	margin: 20px 0px 30px 10px;
	position: relative;
}

ul.footer li.panel1 {
	margin-left: 0px;
}

ul.footer li.panel4 {
	margin-left: 40px;
}

ul.footer h4 {
	margin-bottom: 10px;
}

/* @end */

/* @group Search */

#home-right form.searchform h3, #menu-pane form.searchform h3 {
	font-size: 15px;
	margin-bottom: 10px;
	padding-top: 0px;
	display: block;
}

form.searchform {
	margin-bottom: 10px;
	position: relative;
}

form.searchform input#s {
	margin-bottom: 10px;
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #dadada;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	width: 210px;
	height: 16px;
}

#menu-pane form.searchform input#s {
	width: 125px;
}

form.searchform input#go {
	background: none;
	border: none;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	width: 22px;
	position: absolute;
	right: -1px;
}

/* @end */

/* @group Horiz rules */

hr {
	clear: both;
	width: 950px;
	height: 1px;
	border-top: 1px dotted #a9a9a9;
	position: relative;
	left: -40px;
}

#home-right hr {
	width: 280px;
	left: 0px;
}

#menu-pane hr {
	width: 160px;
	left: 0px;
}

#content-pane hr {
	width: 100%;
	left: 0px;
}


/* @end */


