@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; 
	text-decoration:none;
}

#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(http://www.martinholm.com/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(http://www.martinholm.com/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;
}



/* -------------------------------------------------------- */
/*                    CSS for blog only                     */
/* -------------------------------------------------------- */

/* CSS for blog sidebar*/

.search-form input.search-text {
	float:left;
	font-size:10px;
	margin:0;
	width:100px;
}

input.search-text {
	background-color:#66cc99;
	border:0 none;
	color:#FFF;
	font-size:10px;
	padding:8px 0 8px 7px;
}

.comment textarea, .comment input.text {
	border:1px solid #ddd;
	color:#666666;
	height:150px;
	padding:6px 5px;
}

.comment textarea {
	width:522px;
}



/* CSS for blogposts etc. */

.blog-post {
	margin-bottom:60px;
}

.post-title {
	color:#66cc99;
	font-size:17px;
	text-transform:uppercase;
}

.post-title a {
	text-decoration:none;
}

.comment-title, .commentheading {
	font-size:17px;
	text-transform:uppercase;
}

.blogcredits {
	margin-bottom:20px;
	margin-top:30px;
}

.post-info, .comment-author, .comment-meta {
	font-size:11px;
}

.post-info-item {
	margin-right:10px;
}

.comment-meta a {
	color:#666;
}
.comment-author a, .comment-meta a {
	text-decoration:none;
}

.avatar {
	display:none;
}

#categories-list li{
	list-style-type:circle;
	list-style-position:inside;
}

#share-container {
	margin-top:30px;
	margin-bottom:100px;
}

#share-container a{
	color:#666;
}

#share-container ul, ul.commentlist {
	list-style-position:inside;
	list-style-type:none;
	padding:0px;
}

ul.commentlist {
	display:inline;
}

#share-container li {
	display:table-cell;
	vertical-align:middle;
	padding-right: 12px;
}

ul.commentlist li{
	padding:20px;
	background-color:#fcfcfa;
	margin:10px 0;
}

.commentheading {
	margin-top:30px;
}



/** CSS for WP-Pagenavi **/

.wp-pagenavi {
	margin-bottom:60px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 8px 6px 8px;
	margin: 1px;
	text-decoration: none;
	color: #FFF;
	background-color: #66CC99;	
}
.wp-pagenavi a:visited {
	padding: 6px 8px 6px 8px;
	margin: 1px;
	text-decoration: none;
	color: #FFF;
	background-color: #66CC99;	
}
.wp-pagenavi a:hover {	
	color: #000000;
	background-color: #66CC99;
}
.wp-pagenavi a:active {
	padding: 6px 8px 6px 8px;
	margin: 1px;
	text-decoration: none;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 6px 8px 6px 8px;
	margin: 1px;
	color: #FFF;
	background-color: #66CC99;
}
.wp-pagenavi span.current {
	padding: 6px 8px 6px 8px;
	margin: 1px;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
}
.wp-pagenavi span.extend {
	padding: 6px 8px 6px 8px;
	margin: 1px;
	color: #FFF;
	background-color: #66CC99;
}