@charset "utf-8";
/*	-------------------------------------------------------------
 
	DDSTUDIOS TEMPLATE
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description : Base cascading style sheet
	Nom: style.css
	Version: 1.0
	Date: September 8th, 2009 
 
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/ddstudios/portfolio
	Copyright 2009 Dany Duchaine <ddwebstudios@hotmail.com>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	COLORS SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	

 
	Blue: #11262d
	Light Gray: #a5a5a5
	Borders: #c5c7d8 


*/

/* ---------- Body ---------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg_repeat.png) repeat-x scroll left top;
	color: #505050;
	background-color: #130e06;
}
.clear {
	clear: both;
}
img, .live, .buy, #top_bg, .check { 
	behavior: url(js/iepngfix.htc.html) 
}

/* ---------- Typography ---------- */

a {
	text-decoration: none;
}
p {
	margin-bottom: 18px;
	font-size: 15px;
	color: #b8b6ab;
}
h1 {
	text-transform:uppercase;
	color: #ae9775;
	font-size: 21px;
}
h2 {
	color: #ae9775;
	margin-bottom: 30px;
	text-transform:uppercase;
}
h2.blog a {
	color: #ae9775;
}
h2.blog a:hover {
	color: white;
}
.blog {
	margin: 0px 0px 10px 0px;
}
h2.light {
	color: #72840e;
	margin-bottom: 15px;
	text-transform:uppercase;
}
h3, h3 a {
	color: #75674e;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform:uppercase;
}
h3 a:hover {
	color: #ae9775;
}
h3.contact {
	font-size: 13px;
	margin-bottom: 15px;
}
h4.smallcomments a {
	color: #75674e;
	font-size: 10px;
	text-transform:uppercase;
	float: left;
}
h4.smallread a {
	color: #ae9775;
	font-size: 10px;
	text-transform:uppercase;
	float: left;
	margin-right: 20px;
}
h4.smalldate {
	color: #75674e;
	font-size: 10px;
	text-transform:uppercase;
	margin-bottom: 10px;
}
h5 {
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 18px;
	float: left;

}
h5.tagline {
	font-size: 10px;
	margin: 5px 0px 0px 20px;
}

/* ---------- Layout ---------- */

#top_content, #bottom_content, #header_content, #footer_content {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
.block, .block_light_border {
	border-top: 1px solid #4d412d;
	padding: 22px 0px 12px 0px;
}
.block_light_border {
	border-top: 1px solid #c3c2b4;
	text-align: justify;
}
.blogblock, .blogblock_sidebar, .blogblock_sidebar_cat {
	border-bottom: 1px solid #4d412d;
	padding: 0px 0px 20px 0px;
	margin-bottom: 30px;
}
.blogblock_sidebar {
	margin-bottom: 40px;
	padding: 0px 0px 50px 0px;
}
.col_280px, .middle_col_280px, .col_blog_280px {
	width: 280px;
	float: left;
}
.col_blog_280px {
	width: 280px;
	float: left;
	margin-bottom: 40px;
}
.middle_col_280px {
	padding: 0px 55px;
}
.right_col_620px {
	margin-left: 60px;
	float: left;
	width: 620px;
}
.left_col_620px {
	width: 620px;
	float:left;
	margin-right: 60px;
}
.left_col_blog_620px {
	width: 900px;
	float:left;
	margin: 0px 60px 20px 0px;
}
#sidebar {
	width: 280px;
	*width: 220px;
	float: right;	
}
.workimg {
	margin-bottom: 15px;
	border: 6px solid #59492d;
}


/* ---------- Header ---------- */

#header_wrap {
	margin-top: 30px;
}
.logo {
	float: left;
	margin-top: 2px;
}
#nav {
	margin-top: 3px;
	float: right;
}
#nav li {
	float: left;
}
#nav li a {
	text-decoration: none;
	color: #e0e0e0;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px 0px 0px 33px;
}
#nav li a:hover, #nav li .on {
	color: #d7bc94;
}

#intro_header {
	border-bottom: 1px solid #4d412d;
	border-top: 1px solid #4d412d;
	overflow: hidden;
	padding: 20px 0px 17px 0px;
	margin-bottom: 40px;
}

/* ---------- Top content ---------- */

#top_wrap {
	padding-bottom: 30px;
}
#top_content {
	padding: 30px 0px 0px 0px;
	overflow:hidden;
}
a.live, a.buy {
	text-decoration: none;
	font-size: 12px;
	color: #68790d;
	display: block;
	width: 285px;
	height: 35px;
	padding-top: 17px;
	background-repeat: no-repeat;
	background-position: top;
	text-transform:uppercase;
	text-align: center;
	margin-top: 30px;
}
a:hover.live, a:hover.buy {
	color: black;
} 
a.live {
	background-image: url(../images/btn.png);
	float: left;
}
a.buy {
	background-image: url(../images/btn.png);
	float: right;
}
.featuredimg {
	border: 6px solid #59492d;

}

/* ---------- Bottom content ---------- */

#top_bg {
	background-image: url(../images/paper_top_repeat.png);
	background-repeat: repeat-x;
	height: 43px;
	margin: 0px 0px 0px 0px;
}
#bottom_wrap {
	background-image: url(../images/paper_fill_repeat.png);
	background-repeat: repeat;
	padding: 0px 0px 40px 0px;
}
#bottom_wrap p {
	color: #505050;
}
#bottom_content {
	overflow:hidden;
}

/* ---------- Portfolio ---------- */

.featured_item {
	overflow:hidden;
}
.portfolio_item {
	margin-top: 40px;
	border-top: 1px solid #4d412d;
	padding: 40px 0px 0px 0px;
}
.info {
	width: 330px;
	float: left;
}
.info ul {
	margin-top: 40px;
}
.item {
	width: 590px;
	float: right;
}
.portfolioimage {
	border: 8px solid #c3bf9a;
	margin-bottom: 30px;
}
/* ---------- Blog ---------- */

#blog_wrap {
	width: 620px;
	float: left;
}
.sponsors li {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#blog_cat li a:hover {
	text-decoration: underline;
}
.blogopt {
	overflow: hidden;
	margin-bottom: 17px;
}
.blogimg {
	margin-bottom: 40px;
	border: 6px solid #59492d;
}

/* ----------List icons ---------- */

.check {
	background-image: url(../images/check.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	text-transform:uppercase;
	font-size:14px;
	color: #999999;
	height: 21px;
	margin-bottom: 16px;
	padding: 7px 0px  0px 38px;
}
/* ---------- Contact form ---------- */

#contactform {
	margin-top: 30px;
}
.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
textarea {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}
.button {
	background-image: url(../images/submitbutton.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 23px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #75674e;
	border: solid 1px #ae9775 ;
}

/* ---------- Footer content ---------- */

#footer_wrap {
	padding: 20px 0px 20px 0px;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	background-color: #2b200e;	
}
.footer_nav {
	margin-left: 60px;
}
#footer_content a {
	color: #CCCCCC;
}
#footer_content a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}

