/*
Theme Name: IFOLIOS
Theme URI:
Description:
Version: v3.1
Author: GB VENTURES
Author URI: 
*/

body {
	font-family:Helvetica, Arial sans-serif;
}

#wrap {
	width:100%;
	margin:10px auto;
}


/*** header ***/
#header {
	width:95%; /*** this sets the width of the logo placeholder inside the browser window ***/
	margin:0 auto;
	text-align:center;
}

#header img {
	margin-bottom:10px;
	width:100%;
	max-width:768px;
	height: auto;
}

#header h1 a{
	font: 18px Helvetica, Arial sans-serif;
	color:#666;
	text-decoration:none;
}

/*** main-photo ***/
#main-photo {
	margin-bottom:10px;
	width:95%; /*** this sets the width of the homepage photo inside the browser window ***/
	margin:0 auto;
	text-align:center;
}

#main-photo img {
	width:100%;
	max-width:768px;
	height: auto;
}

/*** nav ***/
#nav {
	color:#666666;
	margin:10px auto;
	width:95%;
	max-width:768px;
	border-bottom:1px #666666 solid;	
}

#nav a{
	text-decoration:none;
	color:#666666;
	display:block;
	padding:10px 0;
}

#nav li {
	border-top:1px #666666 solid;
	font:bold 18px Helvetica, Arial sans-serif;	
	background:url(images/icon-nav.png)	right no-repeat;
}

/*** content ***/
#content {
	color:#666666;
	margin-bottom:10px;
	font-size:14px;
	width:95%; /*** this sets the width of the gallery images and page type inside the browser window ***/
	max-width:768px;
	margin:0 auto;
}

#content a {
	color:#0088cc;
	text-decoration: none;
}

#content img {
	max-width:100%;
	height:auto;
}

.gallery-item {
	margin-top: 5px;
	text-align:center;
}

.gallery br {
	display: none;
}

#content h2 {
	font:bold 20px Helvetica, Arial sans-serif;	
	margin-bottom:10px;
}

#content p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;

}

img.alignright {
	margin-left:10px;
	margin-bottom:5px;
}

/*** footer ***/
#footer {
	margin:25px auto;
	width:95%;
	max-width:768px;
	text-align:left;
	color:#666666;
	font:10px Helvetica, Arial sans-serif;
}

#footer a {
	text-decoration:none;
	color:#888888;
}


/*** misc ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
	
}