/*
/	World Famous Burns Support
/	Frame Digital
/ 
/	website core layout (not element styles!)
/
/	- SITE LAYOUT
/
/	- NAV
/
*/

/*-------------------------------
/	- SITE LAYOUT
/------------------------------*/
html {
    height:101%;
}

body
{
    background: #ffffff;
    font: normal 12px "Lucida Sans", tahoma,  sans-serif;
    color: #737373;
	 line-height:16px;
    padding: 0;
	 margin:0;
	 background-image: 	url(../images/framework/bk_body.jpg);
	 background-repeat: repeat;
	 
}
form
{
    margin: 0;
    padding: 0;
}
#container{
		background-image: url(../images/framework/bk_container.png);
	background-repeat: repeat-y;
	width:961px;
	padding: 0 17px 0 17px;
	margin: 0 auto;	
}

#header{
	height:140px;
	background-color: #fff;
}

#header .logo{
	
	float:left;
	margin: 15px 0 0 15px;
}

#header .countdown{
	margin:25px 30px 0 0;
	float:right;
}

#header .logo-hcs{
	margin:25px 30px 0 0;
	_margin:25px 10px 0 0;
	float:right;
}

#content{
	padding: 30px 0 0 0;
	
	min-height: 300px;
    height: auto !important;
    height: 300px;
}

/* for two colum layout */
#content #left{
	float:left;
	width:200px;
	margin:0 0 0 20px;
	padding:0;
	display: inline;
}

#content #right{
	float:right;
	width:700px;
	margin:0 20px 0 0;
	_margin:0 10px 0 0;
	display: inline;		
}

/* for wider layout with no nav */
#content #left-wide{
	float:left;
	width:300px;
	margin:0 0 0 20px;
	
	_margin:0 0 0 10px;
}

#content #right-wide{

	float:right;
	width:610px;
	_width:600px;
	margin:0 10px 0 0;
}

/* for three column layout*/
#content #right-one{
	float:left;
	width:467px;
	margin:0 20px 0 10px;

}

#content #right-two{
	float:left;
	width:218px;
	margin:0 15px 0 0;

	min-height: 200px;
    height: auto !important;
    height: 200px;
	
}

/* website footer*/
#footer{
	height:150px; /* was height:198px;*/
	background-image: url(../images/framework/bk_footer.png);
	background-repeat: repeat-x;
	background-color: #b96b2b;
	font: normal 10px "Lucida Sans", tahoma,  sans-serif;
	color:#fff;
}

#footer .left{
	float:left;
	margin:40px 0 0 20px;
}

#footer .right{
	float:right;
	margin:40px 20px 0 0;
	text-align:right;
	vertical-align: top;
}

#footer .left table td,
#footer .left table th{
	font: normal 10px "Lucida Sans", tahoma,  sans-serif;
	color:#fff;
	text-align:left;
	vertical-align: top;
	padding:2px 10px 2px 2px; 
	white-space:	nowrap;
}

#footer .left table th{
	font-weight: bolder;
}

#footer .left table td a{
	font: normal 10px "Lucida Sans", tahoma,  sans-serif;
	color:#fff;
	text-decoration: underline;
}

#footer .left table td a:hover{
	font: normal 10px "Lucida Sans", tahoma,  sans-serif;
	color:#fff;
	text-decoration: none;
}


/*-------------------------------
/	- NAV
/------------------------------*/
#nav{
	background-color: #e2e2e2;
	color:#737373;
	padding:10px 0 10px 0px;
}

#nav-item a{
	 font: bold 13px Georgia,Garamond,serif;
	 text-decoration: none;
	 color: #666666;
	 outline:none;
}

#nav-item{
/*	margin: 5px 0 0 5px;*/
}

#nav-item a:hover{
 text-decoration: none;
	color: #c98647;
}

#nav-item span a{
	padding: 2px;
	padding: 2px;
}

#nav-item span.one a
{	
	margin:10px 0px 0 15px;
	padding-right:15px;
	border-right: 1px solid #737373;
}


#nav-item span.two a,
#nav-item span.three a,
#nav-item span.four a,
#nav-item span.five a,
#nav-item span.six a
{	
	margin:10px 0px 0 5px;
	border-right: 1px solid #737373;
	padding-right:13px;
}

#nav-item span.seven a
{	
	margin:10px 0px 0 6px;
	padding-right:15px;
}









/*-------------------------------
/	- Subnav
/------------------------------*/
#subnav{

	padding:0;
	margin:0;
	line-height:	normal;
	

}

#subnav ul
{
    margin: -7px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    width:200px; 

}

#subnav ul li
{
    text-decoration: none;
    text-align: left;
    margin: 3px 0px 0px 0px;
	 _margin: 0px;
	 padding:0;
    width: 100%;
	text-transform: uppercase;
	line-height:	normal;	    
}

#subnav ul li a
{
line-height:	normal;
    display: block;
    padding: 8px 2px 12px 3px;
    color: #737373;
    text-decoration: none;
    width: auto;
	 font-family:Georgia,Garamond,serif;
font-size:12px;
font-weight:bold;
text-transform: uppercase;
background-image:	url(../images/framework/bk_subnav.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#subnav ul li a:hover
{
display: block;
    padding: 8px 2px 12px 3px;
   color: #c98647;
    text-decoration: none;
    width: auto;
	 font-family:Georgia,Garamond,serif;
font-size:12px;
font-weight:bold;
text-transform: uppercase;
background-color: #f9f9f9;background-image:	url(../images/framework/bk_subnav.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}






/**************************************
ACCOUNT CSS
**************************************/
a.editlink{
	font-weight: bold; 
	color:#737373; 
	cursor:pointer;

}

a.editlink:hover{
	color:#737373; 
}

#content #account
{
	width: 901px;
	padding: 30px;
	padding-top:0px;
	min-height: 200px;
    height: auto !important;
    height: 200px;  
}

#content #account .account-header
{
	width: 910px;
	min-height: 35px;
    height: auto !important;
    height: 35px;

}

#content #account .account-left
{
	width: 440px;
	min-height: 155px;
    height: auto !important;
    height: 155px;
	float: left;
}


#content #account .account-left-wide
{
	width: 910px;
	min-height: 155px;
    height: auto !important;
    height: 155px;
	float: left;	
}

#content #account .account-right
{
	width: 430px;
    float: right;

}
#content #account .account-right .video-player{
	width:390px;
	height:340px;
	background-image: url(../images/framework/bk_frame.jpg);
	background-repeat: no-repeat;
	padding:41px 0 0 40px;
	margin-bottom:10px;
}

#content #account .account-right .video-player .video{
	width:351px;
	text-align: center;
}

#content #account .account-right .video-player .video p{
	color: #fff;
	text-align:center;
	margin:30px 0 0 0;
}

#content #account .account-right .photos{
	background-color: #e2e2e2;
padding:5px 10px 15px 10px;
background-image:url(../images/elements/panel-430-bot.gif);
background-position: bottom;
background-repeat:	no-repeat;
	
}
#content #account .account-right .photos table{
	border-collapse: collapse;
	margin-bottom: 10px;
}

#content #account .account-right .photos table td{
padding: 5px;
vertical-align:top;
}

.status-accepted,
.status-pending,
.status-rejected{
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
		font-weight: bold;
	width:200px;
	font-size:11px;
	line-height:normal;
}

.status-accepted{
	background-image: url(../images/icon_status_accepted.gif);
	color:#54a322;
}

.status-pending{
	background-image: url(../images/icon_status_pending.gif);
	color:#d79115;
}

.status-rejected{
	background-image: url(../images/icon_status_rejected.gif);
	color:#ed1a3b;
}


/* uploads form for Flickr & YouTube*/
.uploads{
	background-color: #e2e2e2;
padding:5px 10px 15px 10px;
width:540px;
background-image:url(../images/elements/panel-560-bot.gif);
background-position: bottom;
background-repeat:	no-repeat;
	
}
.uploads table{
	border-collapse: collapse;
	margin-bottom: 10px;
}

.uploads table td{
padding: 5px;
vertical-align:top;
}

.uploads table h2{
color:#737373;
font-family:Georgia,Garamond,serif;
font-size:16px;
font-weight:bolder;
margin:0;
padding:0;
}

.uploads table td .intructions{
font-weight:bold;
font-size:16px;
	
}

.uploads table td .intructions-detail{
	font-weight:normal;
font-size:11px;
}






