/*

Graphics Plant v.10 
Copyright 2009 Stephen Radford

All Rights Reserved

*/

/* Reset */

a img { border: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }


/* Main Layout */

body{
	background-color: #eae8e8;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

a:link, a:visited{
	color: #000;
	font-style: italic;
}

a:hover, a:active{
	text-decoration: none;
}

.clear{
	clear: both;
}

#clear{
	clear: both;
}

p{
	margin-top: 10px;
}

h2{
	font-size: 11pt;
	font-weight: bold;
	
}

#container{
	width: 945px;
	margin: auto;
}

#header{
	background-color: #fff;
	width: 945px;
	height: 125px;
	margin: auto;
	margin-top: 20px;
}

#headercont{
	width: 915px;
	margin: auto;
}

#logo{
	background: url(images/logo.png) no-repeat;
	width: 119px;
	height: 47px;
	float: left;
	margin-top: 15px;
	margin-bottom: 14px;
}

/* Navigation */

#nav{
	clear: both;
}

#nav ul{
	display: inline;
}

#nav ul li{
	float: left;
	border-right: 1px dotted #000;
}

#nav ul li a.navlink:link, a.navlink:visited{
	display: block; 
	width: auto; 
	height: auto; 
	color: #000;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
}

#nav ul li a.navlink:hover, a.navlink:active{
	background: url(images/pinkbg.png);
	color: #fff;
	text-decoration: none;
}

#nav ul li a#navon{
	display: block; 
	width: auto; 
	height: auto; 
	background: url(images/pinkbg.png);
	color: #fff;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
}

span.navtitle{
	font-weight: bold;
}

/* Featured */

#featured{
	background: url(images/pinkbg.png);
	width: 945px;
	height: 210px;
	margin-top: 15px;
}

#featuredimg{
	background: url(images/rwkfeatured.png) no-repeat;
	float: left;
	width: 430px;
	height: 203px;
	margin-top: 7px;
	position: relative;
}

#featuredtext{
	width: 460px;
	float: right;
	position: relative;
	margin-top: 9px;
	color: #fff;
	padding-right: 20px;
}

a.links, a.links:visited{
	background: url(images/trans.png);
	border-bottom: 1px solid #fff;
	padding: 5px;
	color: #fff;
	text-shadow: #000 1px 1px 0;
	text-decoration: none;
	margin-right: 10px;
	display: inline;
}

a.links:hover, a.links:active{
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

/* Content Area */

#content{
	background-color: #fff;
	width: 945px;
	margin-top: 15px;
	padding-bottom: 15px;
}

#contenttext{
	width: 915px;
	margin: auto;
	position: relative;
	padding: 15px 0 15px 0;
}

/* Gallery */

.column{
	width: 300px;
	float: left;
}

ul#gallery{
	display: block;
	width: auto;
}

ul#gallery li{
	margin-bottom: 1px;
}

ul#gallery li a.gallerytitle:link, a.gallerytitle:visited{
	background-color: #e7e7e7;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 5px 10px 5px;
}

ul#gallery li a.gallerytitle:hover, a.gallerytitle:active{
	background: url(images/pinkbg.png);
	color: #fff;
}

ul#gallery li div.galleryitem{
	padding: 10px;
}

ul#gallery li div.galleryitem div.leftcol{
	width: 300px;
	float: left;
	position: relative;
}

ul#gallery li div.galleryitem div.rightcol{
	width: 560px;
	float: right;
	position: relative;
}

/* Footer */

#footer{
	margin-top: 15px;
	font-size: 8pt;
	color: #333;
	margin-bottom: 15px;
}

/* About Page*/

.who{
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	color: #000;
	letter-spacing: -1pt;
	line-height: .7em;
}

span.pinkhead{
	color: #ff33ff;
}

#abouttext{
	width: 550px;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

#aboutside{
	background-color: #f1f1f1;
	width: 250px;
	float: right;
	position: relative;
	color: #666;
	border: 1px solid #e1e1e1;
}

#aboutsidetext{
	width: 230px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#aboutsidetext h2{
	font-style: italic;
	color: #000;
}

#aboutsidetext ul{
	display: block;
	margin-top: 15px;
	padding-bottom: 15px;
}

#aboutsidetext ul li a{
	text-decoration: none;
	background-color: #e1e1e1;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #d4d4d4;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}

#aboutsidetext ul li a:hover{
	background-color: #d2d2d2;
	text-decoration: none;
}

#social{
	width: 550px;
	border-top: 1px dotted #000;
	padding-top: 15px;
}

#social ul{
	display: inline;
}

#social ul li a{
	text-decoration: none;
	background-color: #e1e1e1;
	padding: 5px;
	border: 1px solid #d4d4d4;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 5px;
	margin-top: 15px;
}

#social ul li a:hover{
	background-color: #d2d2d2;
	text-decoration: none;
}