/*
Theme Name: Nexus Drinks
Theme URI: http://www.giantpeachdesign.com
Description: Based on http://www.nexusdrinks.com
Version: 1.0
Author: Giant Peach
*/

/**************************** Import required stylsheets ****************************/

@import url(http://www.nexusdrinks.co.uk/css/layout.css);
@import url(http://www.nexusdrinks.co.uk/css/styles.css);
@import url(http://www.nexusdrinks.co.uk/css/lightbox.css);

#page
{
	overflow-x: hidden;
}
#columns-holder 
{
	padding-top: 0;
	height: auto;
}
#header
{
	clear: both;
	position: relative;
	background: #fff;
}

#sidebar H2 
{
	position: relative;
	color:#68574B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: normal;
	padding: 11px 10px 11px 36px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	text-transform:uppercase;
	background:#F2E7D5;
} 
#sidebar ul ul 
{
	margin:0 0 10px;
}
#sidebar ul ul li 
{
	padding-bottom:1px;
	background:#FAF3E8;
}

#sidebar ul ul li a 
{
	display: inline;
	color:#AF6542;
	line-height:26px;
	padding-left:53px;
	background:#FAF3E8;
}

#content
{
	overflow: hidden;
}
#content H2
{
	display: block;
	position: relative;
}
#content H2 span.date
{
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	padding:3px 10px 0 0;
	position:absolute;
	right:0;
	padding: 3px 0px;	
}
/**************************** Begin Form Elements ****************************/
#searchform 
{
	margin: 0px 0px 10px 0px;
	padding: 15px 10px;
	background-color:#F8F8F8;
	border:1px solid #F2F2F2;
}
#searchform label
{
	display: block;
}
#sidebar #searchform #s 
{
	width: 150px;
	padding: 5px 2px;
}

#sidebar #searchsubmit 
{
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 2px;
	width: 60px;
	border: none;
	background: #000;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


.navigation
{
	clear: both;
	margin: 0px 0px 20px 0px;
}

/**************************** Begin Form Elements ****************************/

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata 
{
	clear: both;
	padding: 20px;
	background: #f4f4f4;	
}
#content .postmetadata A
{
	color: #6F6157;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}














