/*
	carloconnell.com // Website, Optimisation // Chris Hamilton //
	Last Updated 27.01.2010 // @Version 0.1 // In Development
*/


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;	
}

* {
	margin: 0;
	padding: 0;
}

/*
	Universal Elements
*/

a {
	color: #0088CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*
	Structure
*/

#wrapper {
	width: 875px;
	float: left;
}

#sitehead {
	background: #CCC;
}

#content {
	float: left;
	width: 725px;
	margin: 0 0 0 75px;
	padding: 30px 0 0 0;
}

#content.alt {
	float: left;
	width: 750px;
	margin: 0 0 0 65px;
	padding: 30px 0 0 0;
}

ul#gallery-list {
	width: 725px;
	margin: 10px 0 30px 0;
	list-style-type: none;
	background: #CCC;
}

ul#gallery-list.alt {
	width: 750px;
}

ul#gallery-list.alt li {
	width: 150px;
}


ul#gallery-list li {
	float: left;
	width: 145px;
	text-align: center;
}

ul#gallery-list li img {
	float: left;
}

ul#gallery-list li h2 a {
	text-decoration: underline;
	display: block;
	padding: 5px 0;
	color: #000;
}

ul#gallery-list li h2 a:hover, ul#gallery-list li h2 a.active {
	text-decoration: none;
	background: #d7d7d7;
}

ul.info-price {
	list-style-type: none;
	padding-top: 50px;
	float: left;
}


ul.info-price li.first {
	padding-bottom: 75px;
}

ul.info-price li.first { 
padding-bottom/*\**/:0\9
 }


ul.info-price li a {
	color: #000;
	text-decoration: underline;
}

ul.info-price li a:hover {
	text-decoration: none;
}

#strapline {
	float: left;
	width: 625px;
	margin: 0 0 30px 125px;
	text-align: center;
}

.bio {
	padding: 0 0 25px 0;
	float: left;
}

.bio .portrait {
	float: left;
	margin: 0 15px 0 0;
}

.bio img { 
	border: 1px solid #DCDCDC;
	padding: 1px;
}

#footer {
	float: left;
	width: 875px;
	padding: 5px 0;
	background: #CCC;
	border-top: 3px solid #000;
}

#footer ul {
	float: left;
	width: 725px;
	margin: 0 0 0 75px;
	list-style-type: none;
}

#footer ul li {
	float: left;
	width: 241px;
	text-align: center;
}

#footer ul li.first {
	text-align: left;
}

#footer ul li.last {
	text-align: right;
}

/*
	Typography
*/

h1 { 
	font-size: 18px;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	color: #111;
	background: #CCC;
}

p {
	line-height: 1.4;
}

.bio p {
	margin: 0 0 15px 0;
}

p.lead-link {
	text-align: right;
}


/*
	Self-clear floats + Internet Explorer fixes
*/

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .group { /* IE6 */
	height: 1%;
}

*:first-child+html .group { /* IE7 */
	min-height: 1px;
}

/*
	ShadowBox CSS styles - Thanks to Michael J. I. Jackson @ http://www.shadowbox-js.com/
*/

#sb-container,#sb-wrapper{text-align:left;}
#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}
#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}
body>#sb-container{position:fixed;}
#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}
#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}
#sb-wrapper img{border:none;}
#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid #303030;}
#sb-body-inner{position:relative;height:100%;}
#sb-content.html{height:100%;overflow:auto;}
#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}
#sb-title,#sb-title-inner{height:26px;
}#sb-title-inner{font-size:11px;padding:5px 0;color:#fff;}
#sb-info,#sb-info-inner{height:20px;}
#sb-info-inner{font-size:12px;color:#fff;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}
#sb-nav-close{background-image:url(../js/resources/close.png);background-repeat:no-repeat;
}#sb-nav-next{background-image:url(../js/resources/next.png);background-repeat:no-repeat;}
#sb-nav-previous{background-image:url(../js/resources/previous.png);background-repeat:no-repeat;}
#sb-nav-play{background-image:url(../js/resources/play.png);background-repeat:no-repeat;}
#sb-nav-pause{background-image:url(../js/resources/pause.png);background-repeat:no-repeat;}
#sb-counter{float:left;padding:2px 0;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
.hidden {display: none;}
