/*  
Theme Name: Jacqui Wicks
Description: Customised Wordpress Theme for jacquiwicks.com by Craig Lomas
Version: 1.0
Author: Craig Lomas
Author URI: http://www.studio-shots.co.uk

*/

body,h1,h2,h3,h4,h5,h6,blockquote,p{
	margin:0;
	padding:0;
}

body{
	margin:0;
	font-family:Helvetica, Arial, SansSerif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background: #FFF9F4;
	color:#7a6f68;
}

a:link, a:visited{
	text-decoration:none;
	color: #7a6f68;
}

a:hover{
	text-decoration:underline;
}

#wrapper{
	margin:0;
	width:100%;
	text-align:left;
}

h1{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding: 0 0 10px 0;
}

h2{
	font-size:12px;
	font-weight:bold;
}

#header{
	float:left;
	width:400px;
}

#container{
	float:left;
	width:445px;
}

#footer{
	float:right;
	width:600px;
	font-size:10px;
	text-align:right;
	margin-top:5px;	
}


/*Sidebar*/

.sidebar{
	float:right;
	width: 175px;
	height:100%;
	background: #ede3da;
	display:inline;
	text-align:left;
}

.sidebar ul{
	list-style-type: none;
	margin:0;
	padding:0 5px 0 5px;
}

.sidebar ul li{
	padding:5px 0 5px 0;
}

.sidebar ul li h2{
	font-size:12px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 14px;
}

table#wp-calendar{
	width: 100%;
}

table#wp-calendar a{
	font-weight:bold;
	text-decoration:underline;
	color: #b07273;
}


.blognav{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;	/*padding-left: 10px;*/
}


#search input{
	border:thin solid #9B9189;
}

.post{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.post h2{
	font-size:14px;
	line-height: 18px;
	background: #ede3da;
	padding: 2px;
}

.entry p{
	text-align:justify;
	line-height:12px;
	padding-bottom: 5px;
	padding-top:3px;
}

p.postmetadata{
	font-size:10px;
	border-top: 1px solid #ccc;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size:12px;
	font-weight:bold;
	line-height: 14px;
}

#commentform input, textarea{
	border: thin solid #9B9189;
}

.comments-template{
	margin: 5px 0 0;
	/*border-top: 1px solid #ccc;*/
	padding: 5px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 7px;
	list-style: none;
}

.comments-template ol li{
	margin: 5px 0 0;
	line-height: 14px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
}

.commentmetadata{
	font-size: 11px;
}

.comments-template p.nocomments{
	padding:0;
}

.comments-template p{
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.comments-template textarea{
	font-size: 11px;
}

.NavText {
	font-family: Helvetica, Arial, SansSerif;
	font-size: 10px;
	color: #FFF;
	padding-bottom: 6px;
}
.NavText a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 4px;
}
.NavText a:hover {
	color: #954547;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 4px;
}

.NavText a:visited{
	color:#FFF;}

.footerTxt {
	font-family: Helvetica, Arial, SansSerif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
}

.footerTxt a{
	color: #FFF;
	text-decoration:none;
}

.footerTxt a:hover{
	color: #FFF;
	text-decoration:underline;
}

.snIcons{
	padding-top:2px;
}
