/*
Theme Name: VEOdesign
Theme URI: http://www.veodesign.com/
Description: Original VEOdesign Homepage.
Version: 3.0
Author: Tina Mailhot-Roberge
Author URI: http://vervex.ca/
Tags: 
*/
@font-face {
	font-family: Myriad;
	src: url('/mp.otf');
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	color: #9b7850;
	background: #3a2b1e url('images/gradientback.png') no-repeat center top;
	font-family: Myriad, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

p {
	margin: 1.12em 0;
}

a {
	color: #fff;
	text-decoration: none;
}
a img {
	border: none;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px;
}

#header {
	height: 44px;
	text-align: center;
	letter-spacing: 54px;
	background-image: url('images/bar-top1.png');
	background-repeat: repeat-x;
	padding-top: 12px;
}

#content {
	width: 730px;
	margin: 50px auto 0 auto;
	/*border: 1px solid white;*/
}

#content img.logo {
	display: block;
	margin-bottom: 8px;
}

#content img.featured {
	margin-top: 52px;
	margin-bottom: -5px;
	display: block;
}
#content h2.featured {
	margin-top: 52px;
}
#content div.doubleln {
	border-top: 1px solid #4d3824;
	border-bottom: 1px solid #4d3824;
	padding-top: 2px;
	margin-bottom: 22px;
}

/* CSS for Home and Single */
#content div.home_gallery div.post {
	width: 230px;
	display: inline-block;

}
.single #content div.post   {
	text-align: center;
}
#content div.home_gallery div.post img,
.single #content a.lightbox img {
	border: 6px solid #4D3624;
	display: block;
}
.single #content a.lightbox img {
	margin: 0 auto;
}
#content div.home_gallery div.post span.cat_name,
.single #content span.cat_name {
	color: #c58d3e;
	font-size: 18px;
	margin-top: 4px;
	display: block;
}
#content div.home_gallery div.post span.cat_name small,
.single #content span.cat_name small {
	font-size: 11px;
}
#content div.home_gallery div.post span.entry {
	color: #a47f54;
}
#content div.home_gallery div.post span.entry em {
	color: #fff;
	font-weight: 400;
	font-style: normal;
}


/* Portfolio */
#art_gallery .hentry,
#web_gallery .hentry,
#gra_gallery .hentry {
	display: inline-block;
}
#art_gallery .hentry a img,
#web_gallery .hentry a img,
#gra_gallery .hentry a img {
	border: 6px solid #4D3624;

}

#content #art_gallery .entry ,
#content #web_gallery .entry,
#content #gra_gallery .entry {
	width: 230px;
	display: block;
}

#content span.entry em {
	color: #fff;
	font-weight: 400;
	font-style: normal;
}

#art_hidden, 
#web_hidden, 
#gra_hidden {
	margin-top: 22px;
	display: none;
}
#art_hidden div.post, 
#web_hidden div.post, 
#gra_hidden div.post {
	margin-bottom: 22px;
}
#gra_gallery {
	margin-bottom: 30px;
}
#art_toggle,
#web_toggle,
#gra_toggle {
	cursor: pointer;
}

/* Footer */
#footer, .push {
	height: 56px;
}

#footer {
	text-align: center;
	background-image: url('images/bar-bottom1.png');
	background-repeat: repeat-x;
}
#footer_content {
	position: relative;
	top: 24px;
}

.clearer {
	clear: both;
}
.hidden, 
.preload {
	display: none;
}

.post-edit-link {
	color: #ccc;
}
.home .continue {
	margin-top: 30px;
	float: right;
	display: block;
}
.page-template-portfolio-php .continue {
	margin-top: 15px;
	float: right;
	display: block;
}
.page-template-portfolio-php .middle_thumb_style {
	margin-left: 13px; 
	margin-right: 13px;
}

.orange {
	color: #c58d3e;
}