/*  
Theme Name: Ark Computers
Description: Created for Ark Computers Chorley
Version: 1.0.0
Author: Jay Unsworth
Author URI: http://bwww.james-unsworth.co.uk

*/


/* CSS Document */

body {


	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#headerContainer {

	background: #000000;
	height: 190px;
	padding: 20px 0px 0px 0px;

		
	}
	
#headerWrap {

	margin: 0 auto 0 auto;
	width: 800px;
	padding: 0px 0px 0px 0px;

	
	}
	
#navigationContainer {

	background: #000;
	
	}

#navigationWrap {

	margin-top: expression('17px;');
	margin: 18px auto 0 auto;
	width: 800px;
		
	}
	
#homeSummaryContainer {

	background: #f9caef url(images/pinkBackground.jpg) repeat;
	border-bottom: 1px solid #e3add7;
	
	}	

#homeSummaryWrap {

	margin: 0 auto 0 auto;
	width: 800px;
	padding: 20px 0px 20px 0px;
	font-size: 12px;

	}

#contentContainer {

	background: #ffffff;
	
	}
	
#contentWrap {

	margin: 20px auto 0px auto;
	width: 800px;
	
	}
	
#mainColumn {

	float: left;
	width: 570px;
	
	}
	
#sidebar {

	float: right;
	width: 180px;
	
	}
	
#footer {

	border-top: 1px dotted #aaaaaa;
	clear: both;
	height: 50px;
	margin: 20px 0px 0px 0px;
	
	}
	
.post {

	margin: 20px 0px 70px 0px;
	
	
	}
	
#home_link {

	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0px 10px 0px 0px;
	
	}
	
#home_link a {

	color: #FFFFFF;
	font-size: 12px; 
	
	}
	
h1 {

font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 24px;
margin: 0px 0px 0px 0px;
font-style: italic;

}

h2, h2 a {

font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 22px;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: #000;
font-style: italic;
text-decoration: underline;

}

h3, h3 a {

font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: #000;
font-style: italic;

}

.post small {


	font-size: 12px;
	
	}
	
.postmetadata a {

	color: #000;
	font-size: 12px;
	font-weight: bold;
	
	}
	
.postmetadata {

	font-style: italic;
	
	}

#sidebar ul {

	margin-top: 0px;
	
	}

#navigationWrap ul, li {

	display: inline;
	
	}

#navigationWrap li a {

	background: #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 4px;
	margin: 0px 0px 0px 2px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-size: 13px;

	}
	
#navigationWrap a:hover {

	background: #333333;
	
	}
		
a {

	color: #ff0000;
	
	}
	
a:hover {

	color: #fe4e4e;
	
	}
	
#sidebar ul {

	margin: 5px 0px 10px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	
	}
	
#sidebar li, #sidebar li a {

	text-align: left;
	float: left;
	margin: 0px 0px 2px 0px;
	color: #000;
	font-size: 12px;
	clear: both;

	
	}
	
.entry p {

}


