/*
Theme Name: MyWordpress
Theme URI: http://www.hv-designs.co.uk
Description: A wordpress theme
Version: 1
Author: Richard Carpenter
*/

/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}

body {
/*	background-image: url(images/bg.png);*/
/*	background-repeat: repeat-x;*/
	background-color: #4D4D4D;
	font-family: Verdana, Arial, "Century Gothic";
	font-size: 12px;
	color: black;
}

ul, ol {
	list-style:none;
}

h1,h2 {
	color: white;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	line-height: 18px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
}

h3 {
	color: #333333;
	font-size: 18px;
	line-height: 18px;
}

a:link {
	color: DodgerBlue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: DodgerBlue;
}
a:hover {
	text-decoration: none;
	color: blue;
}
a:active {
	text-decoration: none;
	color: lightblue;
}

#container {
	margin: auto;
	overflow: hidden;
	width: 960px;
 background-image: url(images/container1bg.png); 
 background-repeat: repeat-y; 
}



/* HEADER STYLES */

#header {
	margin-left:50px;
	height: 160px;
	width: 860px;
background-image: url(images/headerbg.png);
background-repeat: repeat-x;
}

.logo1 {
float: left;
width: 650px;
height: 160px;
background-image: url(images/logo.png);
background-repeat: no-repeat;
}






/* NAVIGATION STYLES */

#navigation {
	height: 40px;
	margin-left:50px;
	width: 860px;
background-image: url(images/navbar.png);
background-repeat: repeat-x;
border-top-width: 1px;
border-top-style: solid;
border-top-color: white;
}

.Navshad1 {
margin-left: 50px;
width: 858px;
height: 20px;
background-image: url(images/navshad.jpg);
background-repeat: repeat-x;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-left-color: black;
border-right-color: black;
}

.nav_links ul {
	margin: 0px;
	padding: 0px;
}

.nav_links li {
	list-style:none;
	display:block;
	float: left;
}

.nav_links a {
	text-decoration: none;
	color: white;
	display: block;
	height: 27px;
	padding-right: 17px;
	padding-left: 20px;
	padding-top: 15px;
}

.withdiv {
	background-image: url(images/nav_divider.png);
	background-repeat: no-repeat;
}

.nav_links a:hover {
	color: #FFFFFF;
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
}


/* CONTENT CONTAINER STYLES */

#content {
	float: left;
	width: 858px;
margin-left: 50px;
	padding-bottom: 40px;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-left-color: black;
border-right-color: black;
}

#content p {

	padding: 0;

}



#content-left {
	float: left;
	width: 640px;
}


/* POST STYLES */

.a-post p {
margin-top: 10px;
margin-bottom: 10px;
}



.a-post a:link {
	color: DodgerBlue;
	text-decoration: none;
}

.a-post  a:visited {
	text-decoration: none;
	color: DodgerBlue;
}


.a-post {
	background-color: white;
	width: 638px; 
border-width: 1px;
border-style: solid;
border-color: black;
	float: left;
	margin-bottom: 20px;
}

.a-post h1{
	color: #309DCF;
	font-size: 11px;
	font-weight: italic;
	line-height: 11px;
}

.a-post h2{
	color: #309DCF;
	font-weight: italic;
line-height: 20px;
margin-left: 20px;
margin-top: 5px;
margin-bottom: 5px;
}


/* post images start here */

.a-post img{
	border: 1px solid #d4d4d4;
	padding: 5px;
margin: 20px;
max-width: 100%;
}

.a-post img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.a-post img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

.a-post img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.a-post .alignright {
float: right;
}

.a-post .alignleft {
float: left
}


/* post images end here */


.singlepost-title {
	float: left;
	width: 636px;
height: 38px;
border-width: 1px;
border-style: solid;
border-color: white;
background-image: url(images/titlebg.png);
background-repeat: repeat-x;
}

.singlepost-title H1{
margin-top: 10px;
margin-left: 20px;
font-size: 14px;
font-style: italic;
color: DodgerBlue;
line-height: 18px;
}




.post-title {
	float: left;
	width: 636px;
height: 38px;
border-width: 1px;
border-style: solid;
border-color: white;
background-image: url(images/titlebg.png);
background-repeat: repeat-x;

}


.post-title H1{
margin-top: 2px;
margin-left: 20px;
font-size: 14px;
font-style: italic;
color: DodgerBlue;
line-height: 18px;
}

.post-title2 {
	float: left;
	width: 636px;
height: 38px;
border-width: 1px;
border-style: solid;
border-color: white;
background-image: url(images/titlebg.png);
background-repeat: repeat-x;


}


.post-title2 H1{
margin-top: 10px;
margin-left: 20px;
font-size: 14px;
font-style: italic;
color: white;
line-height: 18px;
}

.post-title p{
	color: #FFFFFF;
font-size: 10px;
font-style: italic;
margin-left: 20px;
margin-top: 3px;
}

.titlebarshadow1 {
float: left;
width: 636px; 
height: 20px;
background-image: url(images/titleshad.jpg);
background-repeat: repeat-x;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-left-color: white;
border-right-color: white;
}



.archivetitleshadow {
float: left;
width: 638px; 
height: 20px;
background-color: #330000;
margin-top: 10px;
margin-bottom: 20px;
color: white;
text-indent: 20px;
padding-top: 5px;
}



.titleshadow1 {
float: left;
margin-top: 20px;
width: 638px; 
height: 20px;
background-color: #330000;
text-indent: 20px;
}

.titleshadow2 {
margin-top: 20px;
width: 638px; 
height: 20px;
background-color: #330000;
}

.titleshadow1 p{
color: white;
font-size: 10px;
line-height: 18px;
margin-top: 0px;
margin-bottom: 0px;
}

.titleshadow1 a{
color: DodgerBlue;
font-size: 10px;
}

.page1 {
width: 560px;
float: left;
margin-left: 40px;
margin-top: 20px;

}



.post-desc {

	float: left;
margin-left: 20px;
	width: 600px;
margin-top: 0px;

	font-style: italic;
	line-height: 16px;

}


/* SIDEBAR STYLES */
#text-5 {
line-height: 20px;
}


#text-4 {
padding: 10px 15px;
}

#text-4 H2 {
margin-left: -15px;
}


.side-bar {
	background-color: white;
	float: right;
	width: 198px;
border-width: 1px;
border-style: solid;
border-color: black;

}

.side-bar-content {
	width: 160px;
float: left;
	margin-left: 0px;



}

.side-bar-ads {
	margin-left: 3px;
	margin-bottom: 3px;
}


.side-bar h1{
	color: white;
height: 50px;
width: 198px;
background-image: url(images/sidebarbg.png);
background-repeat: repeat-x;
margin-left: -10px;
text-indent: 40px;


	font-size: 14px;
	font-weight: italic;
	line-height: 18px;
}

.widgettitle {
/* .side-bar h2 { */
	color: white;
height: 50px;
width: 158px;
background-image: url(images/sidebarbg.png);
background-repeat: repeat-x;

padding: 4px 20px;

	font-size: 14px;
	font-weight: italic;
	line-height: 18px;

}


.side-bar p {
	line-height: 16px;
color: black;


}

.side-bar a:link {
	color: DodgerBlue;
	text-decoration: none;	
}


.side-bar a:visited {
	text-decoration: none;
	color: DodgerBlue;
}

.side-bar li {
	line-height: 18px;
/* text-indent: 40px; */
margin-bottom: 5px;
	display: block;

}

.side-bar ul li {
display: block;

}

.side-bar ul a {
display: block;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
border-bottom: 1px solid black;
}

/* FOOTER STYLES */

#footer {
background-image: url(images/container1bg.png);
	background-repeat: repeat-y;
	clear: both;
	height: 60px;
width: 960px;
margin: auto;
}

#footer-content {
background-image: url(images/footerbg.png);
background-repeat: repeat-x;
	height: 60px;
	width: 858px;
	margin: auto;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-left-color: black;
border-right-color: black;
}

#footer-content p {
	color: #FFFFFF;
padding-top: 30px;
	text-align: right;

}

#comments {
margin-top: 40px;
}


.comment-box {
	border: 1px dashed #666666;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	text-align: justify;
	width: 565px;
}

.comment-box p {
	margin: 5px 0 10px; 
	padding: 0;
}

.gravatar {
	float: right;
	margin: 5px;
}

.archivecontent p{
margin-left: 20px;
}

p.blog_decription {
float: left;
margin-left: 320px;
margin-top: 120px;
color: #fff;
}

