@charset "UTF-8";
/* CSS Document */

body, html{
	margin: 0;
	padding: 0;
	height:100%;
	background-color: #f5f5f2;
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;

}

a img { border:0px; }

a { color:#66cc99; }

#wrapper {
	clear:both;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -245px; /* the bottom margin is the negative value of the footerwrapper's height */
}

h4 {
}

/* CSS for header  */

#header {
	height:23px;
	width:792px;
	margin:0 auto;
	padding:12px 24px;
	background:url(img/menu_bg.gif) no-repeat;
}

#logo {
	float:left;
}

#nav {
	float:right;
}

#nav img {
	padding-left:25px;
}



/* CSS for main page  */

#mainframe {
	margin:0 auto;
	width:795px;
	padding-top:30px;
	height:100%;
}

#menu {
	float:left;
	width:200px;
	padding-right:40px;
	display:inline;
}

#menu img { padding-bottom:10px; }



/* CSS for gallery  */

#galleryframe {
	float:right;
	width:540px; 
	padding-bottom:30px;
	display:inline;
}

.gallery-header{
	width: 540px;
	padding-top: 12px;
	margin-bottom:15px;
}

.creditsleft { float:left; width:255px;}
.creditsright { float:right; width:255px;}

.credits {
	width: 538px;
	height: 293px;
}

.credits, .creditsleft, .creditsright {
	border:#66cc99 solid 1px;
	background-color:#66cc99;
	margin-bottom:25px;
	color:#FFF;
	font-size:14px;
	letter-spacing:0.1px;
	line-height:30px;
}

.project {
	margin:0;
	padding:0;
}

.featured {
/*	margin-right:20px;*/
	margin-top:-3px;
	vertical-align:middle;
}

.projecttitle {
	margin-left:10px;
}



/* CSS for Shop */ 
.buynow {
	height:87px;
	margin-left:-87px;
	position:absolute;
	width:87px;
}



/* CSS for blog sidebar*/
#footerwrap {
	width:100%;
	height:245px;
	background:url(img/footer_bg.gif) repeat-x;
	clear:both;
}

.push {
	height: 245px; /* .push must be the same height as #footerwrap */
}

#footer {
	width:792px;
	margin:0 auto;
	padding:12px 24px;
}

#footer img {
	padding-top:15px;
}

#footernav {
	float:left;
	width: 225px;
}

#footernav ul, #footertweets ul, #footerlinks ul {
	list-style: none outside none;
	padding-left: 0;
}

#footernav ul li, #footertweets ul li, #footerlinks ul li {
	list-style-type: none;
	margin-bottom:3px;
}

#footernav ul li a, #footertweets ul li a, #footerlinks ul li a {
	display:block;
	padding: 5px 10px;
	color:#666666;
	text-decoration:none;
	background:#f5f5f2;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#footernav ul li a:hover, #footertweets ul li a:hover, #footerlinks ul li a:hover {
	background:#66cc99;
	color:#FFF;
}

#footerlinks {
	float:right;
	width:540px;
}

.footerleft {
	float:left;
	width:255px;
}

.footerright {
	float:right;
	width:255px;
}

#creditfooter {
	display:none;
}