/*
Theme Name: Test
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/
@import "style/css/960.css";
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/nav.css";

/* body */

html, body {
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	background: #fff url(img/bg.jpg) repeat-x;
}

.container_12 {
	background: transparent;
	padding: 0;
}
.container_16 {
	background: #fff url(img/16_col.gif) repeat-y;
}
#header {
	background: #FFFFFF url(img/header.gif) no-repeat;
	height: 190px;
	width: 940px;
	position: relative;
}

#header .homelink a
{
	position: absolute;
	top: 0;
	left: 70px;
	width: 530px;
	height: 186px;
	display:block;
}

#header .artemialink a
{
	position: absolute;
	top: 145px;
	left: 780px;
	width: 148px;
	height: 26px;
	display:block;
}

#bgsxm {
	background: url(img/bg-website.jpg) no-repeat fixed center 0px;
	margin: 0px;
	padding: 0px;
}

/* WELCOME MESSAGE*/

#welcome {
	padding: 0px 8px;
	margin-bottom: 30px;
	}
#welcome h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.fp-floral-pic {
	margin-top: 110px;
}

/* 3 COLUMNS */

.fp-3-cols {
	position: relative;
}
.fp-3-cols p {
	margin:0 16px;
	height: 65px;
	overflow: hidden;
}

.fp-3-cols div {
	color: #fff;
	float: right;
	margin-right: 14px;
}
.fp-3-cols .floral-read-more {
	margin:0;
	padding:10px 10px 10px 0px;
}
.fp-3-cols .floral-read-more span {
	padding:1em 60px 1em 0;
	background: url(img/floral-read-more.gif) no-repeat right center;
	font-weight:bold;
	height: 37px;
	width: 35px;
}

/* PAGE CONTENT*/

.content {
	padding: 0px 8px 0px;
	}

.post {
	padding: 0px 10px 0px;
	}
.post img {
padding: 4px;
border:1px solid #A9A9A9;

}	
.subpage-title {
	margin: 0 0 10px;
	padding-left: 10px;
	font-size:18px;
	font-weight:bold;
	color: #74A631;
}
.subpage-title-title {
	margin: 0 0 10px;
	padding-left: 10px;
	font-size:12px;
	color: #A2A1A6;
}

	
/* SIDEBAR */

#sidebar_wrapper {
	margin-left: 10px;
	}
#sidebar {
	width: 200px;
	padding: 10px 5px 5px;
	background-color: #A2A1A6;
	color:#FFFFFF;
	margin:0;
}

#sidebar a {
	color:#FFFFFF;
	text-decoration:none;
	}
#sidebar a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
#sidebar ul {
	list-style: none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background:none;
	padding:0;
	margin-top:0;
	margin-left: 5px;
	}
#sidebar ul ul li {
	background-image: url(img/arrow-bullet-sidebar.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 15px;
	margin: 0.5em 0 0.5em 10px;
	}
#sidebar h4 {
	font-weight:bold;
	font-size: 1.1em;
}
	
/* FOOTER */

#footer {
	border-top: 6px solid #EC519D;
	margin-top: 20px;
	border-bottom: 2px solid #A2A1A6;
	background-color: #8CC63E;
	color: #fff;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
	
	color:#FFFFFF;
}

#lastest-blog-entries div, #contact-details div, #website-details div {
	padding: 16px;
}
#lastest-blog-entries ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#lastest-blog-entries li {
	background-image:url(img/arrow-bullet.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	padding-left:15px;
	margin: 1em 0;
	list-style-type:none;
}

#lastest-blog-entries li a:hover{
	text-decoration:underline;
}
#contact-details .facebook {
	background: url(img/facebook-icon.gif) no-repeat 0px;
	padding:0 0 0 25px;
	}
#contact-details a:hover {
	text-decoration:underline;
	}
#contact-details .twitter {
	background: url(img/twitter-icon.gif) no-repeat 0px;
	padding:0 0 0 25px;
	}
#website-details ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
width: 100%;
white-space:nowrap;
}

* html #website-details ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#website-details li{
display: inline;
background: none;
padding-left: 0;
margin: 0;
}


#website-details ul li a{
	float: left;
	padding: 0px 5px 2px;
	background: transparent url(img/pipe.gif) center right no-repeat;
	font-size: 13px;
	text-transform: lowercase;
}
#website-details ul li a:hover{
	text-decoration:underline;
}
#webmaster a {
	text-decoration: none;
}
#webmaster a:hover {
	text-decoration: underline;
}

/* BLOG */

#blog #sidebar {
	margin-top: 10px;
	background-color: #fff;
	
	}
#blog-nav {
	padding: 10px 5px 5px;
	background-color:#A2A1A6;
	color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* OTHER */
	
.linkcat h2 {display:none}

#ngg-webslice {
	margin-top: 2.3em;
	margin-left: 10px;
}
#ngg-webslice h2 {
	background:none;
	padding:0;
	margin: 0;
}

/* TESTIMONIAL PAGE*/

#post-40 blockquote {
	margin: 0em 1.5em 1.5em;
	color: #666;
	font-style: italic;
	border-bottom: 1px solid #999999;
	padding-bottom: 15px;
	font-size: 13px;
}

#post-40 span strong {
	color:#74A631;
	font-size: 13px;
}
#post-40 span em {
	font-weight:bold;
	font-size: 11px;
}
#slideshow-holder {
	width: 940px;
	height: 295px;
	overflow:hidden;
	}