/* Generic */

a img {
	border:none;
}

html {
	font-size:62.5%;
}

body {
	background-color:#ccc;
	color:#333;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#333;
	text-decoration:none;
}

a:hover { color: black; }

address {
	clear:left;
	float:left;
	font-style:normal;
	font-weight:bold;
	margin-left:20px;
}

/* Re-Usables */

.alignRight { float:right; }
.alignLeft { float:left; }

.clearRight { clear:right; }
.clearLeft { clear:left; }
.clear { clear:both; }

.vcard { float:left; }

.addLabel { color: #996; font-weight:bold; }

/* Main Structure */

* html div#wrapper {
	height:480px;
}

div#wrapper {
	width:746px;
	min-height:480px !important;
	margin:auto; padding:7px 7px 30px;
	background-color:#FFF;
	background: #FFF url('../images/bottom_line.jpg') center bottom repeat-x;
}

div#staticNav {
	clear:both;
	background: #fff url('../images/bottom_line.jpg') center 8px repeat-x;
}

div#mainNav {
	text-align:right;
	color:#996;
	font-weight:bold;
	text-transform:lowercase;
	padding-right:5px;
	margin-bottom:10px;
}

div#logoContainer
{
	float: right;
	text-align: right;
}

div#logoContainer p
{
	margin: 0;
	padding: 0;
	font-size: 75%;
}

div#logoContainer p.address
{
	margin: 0;
	padding: 0;
	font-size: 75%;
	float: right;
	clear: both;
}

div#logoContainer a
{
	float: right;
}

div#smallDesc h1
{
	float: none;
	margin: 0;
}

div#smallDesc
{
	padding: 0 12px;
	text-align: left;	
}

/* Page Specific - Homepage */

div#homepageNav {	text-align:center; }
div#homepageNav div#staticNav {
	margin-bottom:20px;
	text-align:left;
}
div.homepageContent {
	width:50%;
	margin:auto;
}

div.homepageContent div#homeholder {
	width:250px;
	border: solid 1px #CCC;
	margin:auto;
	padding:10px 10px 2px 10px;
}

div.homepageContent div#homeholder p {
	text-align:left;
	line-height:15px;
}

div#homejob {
	margin:20px 0 20px 28px;
	width:635px;
	padding:15px;
	border:1px solid #fff;
}

div.homepageContent div#topBox {
	width:306px;
	padding:5px;
	margin:auto;
	border:solid 1px #fff;
}

/* Page Specific - About */

div#aboutThumbs {
	width:240px;
	float:left;
	margin: 0 10px;
}

div#aboutThumbs img {
	margin: 10px;
}

body#about p {
	float:left;
	margin-left:20px;
	width:420px;
	margin-top:20px;
}

body#about div.vcard {
	width: 300px;
}

/* Page Specific - Contact */

body#contact div.vcard {
	margin-top:20px;
	width: 300px;

}

body#contact p {
	margin-left: 20px;
}

body#contact address {
	margin-bottom: 20px;
}

/* Page Specific - BrooksBrooks */

div#brooks {
	float:left;
	width:252px;
	margin-bottom:50px;
}

div.brooksartist {
	float:left;
	margin-top:20px;
}

div.brooksartist img {
	float:left;
}

div.brooksartist .brookstitle {
	float:left;
	color:#333;
	font-weight:bold;
}

div.brooksartist .brookslink {
	float:left;
	font-weight:bold;
}

div.brooksartist .brlinks {
	float:right;
	width:142px;
	margin-top:55px;
}

/* Separate Sections */

h1 {
	float:left;
	font-size:1em;
	color:#996;
	margin:9px 0 0 10px;
}

img.siteSectionImage {
	float:middle;
	margin:0px 70px;
}

div.latest {
	float:right;
	margin:20px 20px 30px 0;
	padding:15px;
	border:none;
}

div.latest p {
	font-weight:bold; padding-left:10px;
}

div.latestdiv {
	float:right;
	margin:0;
	width:100px;
	padding:10px;
}

div.latestdiv img {
	border:solid 1px #333;	
}

ul#artistLists, ul#altSectionList {
	clear:left;
	float:left;
	list-style:none;
	margin:0 10px 20px;	padding:0;
	text-transform:lowercase;
	font-weight:bold;
	color:#996;
	width:155px;
}

/* Artist Pages */

div#leftColumn {
	width:175px;
	float:left;
}

div#rightColumn {
	width:280px;
	float:right;
}

img#mainImage {
	float:left;
	margin-bottom:30px;
}

img.imgThumb {
	margin-right: 1px; margin-top:-2px; padding:0;
	width:25px;height:25px;
	border:#333 1px solid;
}

img.imgThumb:hover {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}


img.imgThumb50 {
	width:50px !important;
	height:50px !important;
}



div#thumbList {
	line-height:14px;
}

/* CVS */

.whiteheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #333;
}

.whiteheading h1 {
	display:block;
	padding:0; margin:0;
	color:#333;
}

.whiteheading h2, .whiteheading p {
	clear:left;
	color:#996;
	width:298px;
}

.whiteheading h2 {
	padding:10px 0 0 0; margin:0;
}

ul.fullWidth {
	padding:0; margin:0 0 20px;
	width:298px;
}

ul.halfWidth {
	padding:0; margin:0;
	width:148px;
	float:left; list-style:none;
}

.whiteheading p span {
	float:left; color:#333;
	width:148px;
}

.whiteheading p span a:link, .whiteheading p span a:visited {
	color:#996;
}

/* Admin Suite */

div#adminHeader {
	width:100%;
	height:100px;
}

p#topNav {
	background: transparent url('../images/chm_address.gif') top right no-repeat;
	padding-top:85px;
	text-align:right; padding-right:10px;
}

div.adminSection {
	float:left;
	min-width:225px;
	border:#ccc 1px solid;
	margin:5px; padding:5px;
}

div.adminSection ul {
	clear:left;
	list-style:none;
	margin: 0 10px; padding:0;
}

div.adminSection p.actions {
	clear:left;
	margin: 10px;
	text-align:center;
}

h2 {
	clear:both;
	font-size:1.1em;
	margin:10px;
}

body.admin p {
	clear:left;
	margin-left:10px;
}

label {
	width:150px;
	clear:left; float:left;
}

input {
	float:left;
}

div#video {
	margin-bottom:10px;
}

div#homepageRight a {
	font-family: "Lucida Sans", sans-serif;
	font-weight: bold;
}

.fb_twit_img{clear:both; margin-left:15px; margin-top:10px}
.prjob{float:right; height:36px; padding-top:27px}
.img_border{margin-top:7px; border:none}
.fb_twit_img a{padding:0 10px 0 0}

.centerimg_leftcontent {width:320px;float:left}
