/*
Theme Name: Lichfield Computer Center 2
Theme URI: http://workslikeadream.net
Description: A custom theme for Lichfield Computer Centre.
Author: robthedog
Author URI: http://robthedog.com
version: 1.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{
/*margin:0; 
padding:0;*/
line-height:20px;
}

.clear
{

display:block;
clear:both;
height:1px;

width:100%;

}

body {
	background:#dedede;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 14px;
	margin:20px;
	}
	
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 9px;}


img
{ 
border: none; 
padding:0; 
}

img a
{
border:none;
}

img.left
{ 
float: left; 
border: none; 
padding: 6px 0 0 0; 
}
img.right
{ 
float: right; 
border: none; 
padding: 0 0 0 6px; 
}

blockquote
{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#417aaa;
	text-decoration:none;
	}

a:hover
{
text-decoration: underline;
}



/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background-color:#78aad5;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#333;
	overflow: hidden;
	border:solid 1px #78aad5;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	
	}
	
/* header */

#header {
  	height:90px;
	color: #fff;
	float:right;
	padding-right:20px;
	}

#header h1{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 30px;
	padding:20px 0 0 16px;
	margin:0;
	text-align:right;
	}
	
#header h1 a
{
color: #ffffff; 
text-decoration: none;
}

#header h1 a:hover
{
color: #dcdcdc; 
text-decoration: none;
}


#header h2{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 14px;
	color:#333333;
	
	margin-top:6px;
	text-align:right;	
	}

/* main menu */


#menu {
	
	font-family: verdana, arial, times, serif;
	font-size: 14px;
	width:700px;
	float:right;
	margin-right:20px; 
	overflow:hidden;
	background-color:#417aaa;
	border:solid 1px #417aaa;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #ffffff;
	color:#000;
	
}

#menu ul li li a:hover {
background-color:#ffffff;
width:130px;
}


.current_page_item
{
color:#cccccc;
}

#menu li.page_item ul 
{ 
display: none; 
position:absolute;
width:150px;
z-index:999;
background-color:#417aaa;

}




#menu li.page_item:hover ul 
{ 
display: block; 
background-color:#417aaa;

}



/* content */
#column-right
{

float:right;
overflow:hidden;
width:710px;

margin:10px 20px 10px 0px;
}

#content {
	
	width:700px;
	float:right;
	background-color:#ffffff;
	background-image:url(images/white-grad.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow: hidden;
	margin:0px 0px 10px 0px;
	border:solid 1px #ddd;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}	

.post {
	margin:0;
	padding:6px 12px 12px 12px;
	line-height: 14px;
	overflow:hidden;
	}
	
	
.post h2{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 15px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul
 {
 margin:10px;
 padding:10px;
 list-style-position:inside;
 }

.post li
 {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	width:240px;
	float:left;
	margin:0;
	margin-left:12px;
	margin-top:0px;
	padding: 0;
	padding-top:170px;
	background-image:url(images/new-sidebar-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
#business-info
{
color:#ffffff;
height:80px;
text-align:center;
font-size:14px;
}

#business-info a
{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#business-info a:hover
{
border-bottom:dotted 1px #ffffff;
}
	
#sidebar-content
{
	
	padding:10px;
}

#sidebar h2
{
color:#ffffff;
	
}

#sidebar a
{
color:#ddd;
margin-left:6px;
text-decoration:none;
}

#sidebar a:hover
{
border-bottom:dotted 1px #ffffff;
}

#sidebar label{
	font:normal 11px arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}



#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14px;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Bottom left sidebar */
#sidebar-bottom-left
{
	width:290px;
	float:left;
	overflow:hidden;
	padding-left:10px;
	
	
}

#sidebar-bottom-left .widget
{
	border:solid 1px #ddd;
	background-image:url(images/white-grad.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding:10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#sidebar-bottom-left .widget h2
{
margin:0px;
border-bottom:solid 1px #cccccc;
padding-bottom:10px;
}

#sidebar-bottom-left ul,#sidebar-bottom-left  ul li
{
list-style:none;
}

#sidebar-bottom-left ul
{
margin:0px;
padding:0px;
}



/* End Bottom left sidebar */


#sidebar-bottom-right
{
	width:400px;
	float:right;
	overflow:hidden;
}

#sidebar-bottom-right a
{
color:#cccccc;
}

#sidebar-bottom-right ul,#sidebar-bottom-right  ul li
{
list-style:none;
}

#sidebar-bottom-right ul
{
margin:0px;
padding:0px;
}


#sidebar-bottom-right .widget
{
	color:#ffffff;
	background-image:url(images/blue-grad.jpg);
	background-position:top;
	width:360px;
	background-repeat:no-repeat;
	background-color:#417aaa;
	border:solid 1px #78aad5;
	margin-bottom:20px;
	padding:10px;
	float:right;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#sidebar-bottom-right .widget h2
{
margin:0px;
border-bottom:solid 1px #cccccc;
padding-bottom:10px;
}

/* Contact form*/
.wpcf7
{

border:solid 1px #ddd;
background-image:url(images/white-grad.jpg);
background-position:top;
background-repeat:no-repeat;
width:350px;
font-size:10px;

/* optional rounded corners for browsers that support it */
 -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wpcf7 form
{
margin:10px;
}

.wpcf7 form input
{
border:solid 1px #666666;
}


/* footer */

#footer {
	background-color:#78aad5;
	clear: both;
	width: 100%;
	font-size:10px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

