/*
MASTER STYLE SHEET FOR SHOP
*/

html {overflow-y: scroll;}

body {
	text-align: center;
	background: #ffffff;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#header {
	height: 170px;
	width: 100%;
	/* background: defined in colour style */
	margin: 0;
}

#logo {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	position: relative;
}

div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}

/* text and links */

a {
	/* color: defined in colour style */
	text-decoration: none;
}

a:hover {
	color:#999;
	text-decoration:none;
}
p {
	padding:0;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* h2 text and links */

h2 {
	color:#999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:normal;
	font-weight:bold;
	padding:0;
	margin:10px 0;
}

h2 a:hover {
	color:#999;
}


/**/

div#content, div#content-news-single {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#content div.post {
	margin: 0 0 45px 0;
	position:relative;
}

#content-news-single div.post {
	margin: 0 0 45px 0;
	position: relative;
	/* must be 480 px wide for single pages (unlike full width above) */
	width:480px;
}

#content-news-single div.thumbnail, #content-news-single div.featuredimage {
	width: 480px;
	text-align: justify;
	position:relative;
	z-index:100;
	margin:0;
        float: left;
}

#content-news-single div.featuredimage {
	margin-bottom:15px;
}

#content div.thumbnail, #content div.featuredimage {
	width: 480px;
	text-align: justify;
	position:relative;
	z-index:100;
	margin:0;
	/* MUST float left for non-single pages */
	float:left;
}


div.entry {
	width: 250px;
	float: right;
	text-align: justify;
}

div.datecircle {
	width:90px;
	height:70px;
	padding: 30px 10px 0 0;
	background:url(http://viewtheshop.co.uk/layout_files/images/date_circle_green.gif);
	position:absolute;
	top:30px;
	left: -85px;
	z-index:1;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}

div.thepostcontent {width: 480px; margin:25px 0 25px 0; padding: 0; background:#FFF; text-align:justify;}

div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}

/* TOP HEADER / NAV */

.navigation-container, .service-text-container {
	width: 770px;
	border: 1px solid #E3E3E3;
	margin: 35px auto 0 auto;
	background-color: #FAFAFA;
	padding: 6px 15px 6px 15px;
	}

.navigation, .service-text {
	text-align: justify;
	margin: 0;
	}

#nav {float:right;}

#nav ul {
	list-style: none;
	margin:0;
	padding:0;
} 

#nav li {
	float: left;
	margin-right:10px;
	padding-left:10px;
	border-left: 2px solid #E3E3E3;
}

#nav li.firstlink {border: 0;}

.post-categories a {color:#999;}


/* SIDE BAR */

#sidebar {
	width: 270px;
	float:right;
	/* top margin to level sidebar with featured image*/
	margin-top:10px;
}

#sidebar .widget {
	border: 1px solid #E3E3E3;
	background-color: #FAFAFA;
	width: 234px;
	float: right;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.sidebar h2 a {color:#999;}
	


/* COLOUR CODE */

#colour-nav {
	width: 25px;
	position:absolute;
	margin-top: 30px;
	top: 170px;
	left: 15px;
	z-index: 500;
}

/* MAILING LIST ON SIDEBAR */

.sidemailinglist input, .widget_text input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	width: 122px;
	background-color: #ffffff;
	padding: 2px;
	color: #999;
	margin-top:10px;

}

.sidemailinglist .subscribedropdown, .widget_text .subscribedropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	width: 80px;
	background-color: #ffffff;
	padding: 2px;
	color: #999;
}

.sidemailinglist .button, .widget_text .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	margin-left: 5px;
	width: 40px;
	background-color: #ffffff;
	padding: 2px;
	color: #999;

}


/* BLOG (NEWS) SPECIFIC */

.widget {text-align:left;}

.postinfo {	
	border: 1px solid #E3E3E3;
	margin: 25px 0 0 0;
	padding: 10px;
	background-color: #FAFAFA;
}

.more-link {float:left; margin-top: 20px; padding: 5px; border: 1px dotted #999; width:238px; text-align: center;}

#comments-section {
	border: 1px solid #E3E3E3;
	margin: 25px 0 0 0;
	background-color: #FAFAFA;
	padding: 10px;
	}

textarea#comment {width:410px;}

#comments-section input, textarea#comment {border: 1px solid #E3E3E3; color:#999; font-family:Arial, Helvetica, sans-serif; font-size:12px; outline: none;}

input#submit {background-color:#FFF;}

.author cite {margin-left:10px; text-decoration:none; font-style:normal; font-weight:bold;}

h3#comments {font-size:12px; font-weight:bold;}

.commentsblock{margin-top:35px;}

.commentsblock textarea{
	width:480px;
}
.commentsblock input, .commentsblock textarea{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	margin-right:5px;
	background-color: #ffffff;
	padding: 2px;
	color: #999;

}
.commentauthor{
	display:block;
}
ol.commentlist{
	list-style-type:none;
}
.commentlist li{
	border: 1px solid #E3E3E3;
	margin: 20px 0 20px 0;
	padding: 10px;
	background-color: #FAFAFA;
	position: relative;
}

.avatar {float:right; }

cite.fn {font-weight: bold;}

.comment-meta a {font-size: 10px; color: #999; }

a.comment-reply-link {font-size: 10px; position: absolute; bottom:10px; right:12px; }

#cancel-comment-reply {font-size: 10px; }

.alt{}
