/*
THEME NAME: Scott Sueme 
AUTHOR: Michael Ngo
*/

/*****************************
Global Settings
*****************************/
html, body {
	height: 100%;
}

/************************
Header
************************/
#hd {
	height: 240px;	
	border-bottom: solid 1px #ccc;
}

#hd_content {
	position: relative;
	display: block;
	top: 220px;
	z-index: 0;	
}

#logo {
	position: absolute;
	left: -5px;
	top: 142px;
	z-index: 0;
}

#bg {
	position: absolute;
	left: -130px;
	top: 0px;
	z-index: -1;
}



/************************
Body content
************************/
#doc {
	width:600px;
	min-width:600px;
	margin:auto;
	text-align:left;
	height: 100%;
}
		
#bd {
	height: 100%;
}

.post {
	padding: 30px 0px 30px 0px;
	border-bottom: solid 1px #ccc;
}

.post img.alignnone{
	padding-top: 10px;	
}

.post h4, .post strong {
	font-size: 14px;
	font-weight: 600;
}

.post a {
	color:#39F;
	text-decoration:none;
}

.post a:hover {
	text-decoration: underline;
}

.post p {
	padding-bottom: 30px;	
}

.post h2 {
	font-size: 40px;
	color:#191919;
	text-transform: uppercase;
	letter-spacing: -4px;

	padding-right: 5px;
	background: #fff;
}

.post .info {
	padding-bottom: 30px;
}

.post h2 .heading_bold {
	font-weight:bold;
	color:#191919;
}

.post h2 .heading_light {
	font-weight: lighter;
	color:#191919;
}

.post h2 a:hover {
	text-decoration: none;
}

.post .date {
	display: block;
	position: relative;
	top: -5px;
	left: 3px;
	text-transform: uppercase;
	font-size: 11px;
}

.gallery {
  display: block;
  width: 630px;
}

.thumbnail {
   float: left;
   margin: 10px 15px 0px 0;
 }

.caption {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

/************************
Footer Nav
************************/

#ft_nav, #hd {
	color: #999;
	padding: 30px 0px 30px 0px;
	text-transform: uppercase;
    border-bottom: solid 1px #ccc;
}

#ft_nav {
	height: 13px;
}

#links{
	float: right;
}

.nav a{
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

.nav a:hover{
	color: #39F;
	padding-top: 10px;
	text-decoration: underline;
}


/************************
Naviationg
************************/
ul.navlist { font-family: sans-serif;}

ul.navlist li { float: left;}

ul.navlist li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

ul.navlist li:first-child a{
	padding-left: 0px;
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

ul.navlist li a:hover {
	color: #39F;
	text-decoration: underline;
}

ul.navlist li a.active, #gallery_list li a.active {
	color: #39F;
	padding-bottom: 2px;
	text-decoration: underline;
}

#gallery_list li{
	float: left; 
	padding-left: 5px;
}

#gallery_list :first-child{
	padding-left: 0px;
}

ul#subnavlist { position: absolute; display: none; padding-top: 8px; padding-left: 5px;}
ul#subnavlist li { float: left; }

ul.navlist li:hover ul#subnavlist {
	position: absolute;
	display: block;
	padding-left: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


/************************
Footer
************************/
.clear {
	clear:both;
	margin:0;
	padding:0;
	width:1px;
}

.clearfooter {
	height: 199px;
	clear: both;
}

#content {
	min-height: 100%;
	margin-bottom: -200px;
	position: relative;
}

#ft {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	border-top: solid 1px #ccc;
	position: relative;
	height: 199px;
	background:url(images/footer.jpg) no-repeat left bottom;
	background-position: 0px 100px;
}

#ft p, #ft .social_media {
	display: inline;
	padding-left: 10px;
}

#ft p {
	padding-left: 0px;
}

.social_media a{
	padding-right: 2px;
}

#ft_content {
	position: relative;
	top: 80px;
	float: right;
}