/* 
Description: Centre for Plastic Surgery
Version: 1.0
Released: 03/8/10
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	color: white;
	font:81%/1.8 Arial, Helvetica, sans-serif; /* Sets default size to 13pt */
	text-align: center;
	position: relative;
	min-width: 960px;
	background: black;
}

#branding {
	background: #B2B2B2 url(../images/bg_branding.jpg) repeat-x 50% 0;
	height: 349px;
	border-bottom: 1px solid #a1a1a1;
	position: relative;
}


#content_main_container{
	width: 570px;
	margin-top: 55px;
	padding: 35px 0px 0 0;
	
}

#content_main {
	background: url(../images/bg_content.jpg) no-repeat 0 0;
	
}


#branding_container, #content_main, #site_info_container{
	width: 960px; 
	margin: 0 auto; 
	text-align: left;
}
	

#site_info {
	overflow:hidden;
	clear:both;
}

/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body * {
	font-size: 100%;
}
	
HTML {
	font-size: 100%;
}

p {
	margin-bottom: 17px;
}


h4{
	color:#2E719E;
	font-size: 115%;
	margin-bottom: 3px;
}

h5 {
	font-weight: bold;
}

ul {
	margin-bottom: 10px;
}

li {
	margin-bottom: 13px;
	background: url(../images/li.png) no-repeat 0 0;
	padding-left: 21px;
	margin-right: 25px;
	line-height: 1.5;
	color: #bbb;
}

li.single_line_li {
	background-position: 0 50%;
}







/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.action_link {
	margin-top: 10px;	
	text-align:right;
	font-weight: bold;
}

.action_link a:link, .action_link a:visited {
	color:#91AA4F;
	
}

a:link, a:visited {
	color:#91AA4F;
	text-decoration: none;
}

a:hover{
	color:#91AA4F;
	text-decoration: underline;
}




/* =Branding
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#branding_container {
	position: relative;
}

#branding h1 {
	text-indent: -9999px;
	position: relative;
	top: 20px;
	left: 0px;
}

#branding h1 a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	height: 74px;
	width: 234px;
}

#branding h2 {
	text-indent: -9999px;
	background: url(../images/logo_framecounter.jpg) no-repeat 0 0;
	height: 209px;
	width: 561px;
	position: relative;
	top: 66px;
	left: -6px;
}
	
#ipod {
	width: 359px;
	height: 718px;
	background: url(../images/ipod.png) no-repeat 0 0;
	position: absolute;
	right: 0px;
	top: 23px;
	z-index: 100;
}

#video {
	position: relative;
	top: 117px;
	left: 47px;
}
	

#branding #sibling_logo {
	display:none;
}


/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



#screenshot_thumbs img {
	margin:5px 15px 0 0;
	cursor:pointer;
}

#screenshot_thumbs {
	margin-left: 90px;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	min-width:320px;	
	min-height:320px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
	
	
#ipod a {
	text-indent:-9999em;
	width:329px;
	height:63px;
	display:block;
	background: url(../images/download.png) no-repeat 0 0;
	position:absolute;
	top: 690px;
	right: 14px;
	z-index: 200;
}
	

/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	color: #5b5b5b;
	padding: 20px 0;
}

#site_info p {
	text-align: right;
	margin-right: 10px;
}

#site_info a {
	color: #5b5b5b;
}


