/*  
Theme Name: Smart IT
Theme URI: http://www.itsupportliverpool.com/
Description: WordPress theme for Smart IT
Version: 1.0
Author: Lunamedia
Author URI: http://www.lunamedia.co.uk
*/

/* Layout */

@import url('reset.css');
@import url('text.css');

/* Global */

html{
}

body{
	background:#575757 url(images/body_bg.jpg) 0px 0px repeat-x;
}

#container{
	width: 760px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.5em;	
}

#inner-wrap{
	float: left;
 	
}

/* Links */

a:link, a:visited{
	text-decoration: none;
	color: #85B719;;
}

a:hover, a:focus, a:active{
	text-decoration: underline;
}

a:active{
	outline: none;
}

a img {
	border: none;
}



/* News ticker */
#ticker{
	clear:both;
	padding:5px;
	padding-left:115px;
	padding-top:15px;
	height:50px;
	z-index: 0;
	background: url(images/tickertapebg.jpg) no-repeat;
}

#news-ticker a{
	text-decoration: underline;
}


/* Header */

#header{
	width: 100%;
	height: 140px;
	margin: 20px 0 0 0;
	padding-top:5px;
	background: #FFF url(images/top_rounded.gif) no-repeat;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

.logo{
	height: 96px;
	margin-left:20px;
  
}

a#site-name{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

/* Navigation */

#pagenav{
	float: left;
 	
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 5px;
	height:25px;
	background: url(images/menubar.jpg) no-repeat;
}

#dropmenu{
	font-size:125%;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
}

#dropmenu, #dropmenu ul 
{
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:760px; 
}


#dropmenu a {
	display:block; 
	padding:0.25em 1em; 
	color:#FFF; 
	font-weight:normal;
	text-decoration:none;
}
#dropmenu a:hover { color:#999999;}

#dropmenu li {
	float:left; 
	position:relative;  
}

#dropmenu ul { 
	background-color:#BBBBBB; 
	border:1px solid #AAAAAA; 
	position:absolute; 
	display:none; 
	top:1.9em; 
	left:-2px;
}

#dropmenu a { background: url(images/link-bg.gif) no-repeat 100% 50%;}
#dropmenu ul a { border-right: none;}

#dropmenu li ul {width:auto;}
#dropmenu li ul a {width:7.9em; height:auto; float:left; background: none;}
#dropmenu ul ul {top: auto;}
#dropmenu li ul ul {left:9.3em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


/* Content */

#main-content{
	float: left;
	width: 100%;
	background-color:#FFF;
	border: 1px solid #CCCCCC;
	border-top:none;
 
}

#content{
	float: left;
	width: 460px;
	margin: 0 0 0 0;
	padding-right:10px;
	padding-left:30px;
	margin:0 15px 0 0;
	line-height: 150%;
	
}

.attachment-post-thumbnail{
	padding-left: 20px;
	padding-bottom: 20px;
}

/* Sidebar */

.sidebar{
	float: left;
	width: 250px;
	padding: 15px 15px;
	background: #FFF;

}

.sidebar ul li{
	margin-bottom: 20px;
	list-style: none;
}

.sidebar ul li ul, .sidebar ul li ul li ul{
	margin-bottom: 0.5em;
}

.sidebar ul li ul li, .sidebar ul li ul li ul li{
	margin-bottom: 0.5em;
}

.sidebar ul li a{
	color: #000;
}

/* Footer */

#footer{
	float: left;
	clear: both;
	width: 796px;
	margin: 20px 0;
	background-color: #85B719;
	border: 2px solid #CCCCCC;
	color: #fff;
	margin-bottom: 5px;	
}

#footer-inner{
	position: relative;
	padding: 10px;
}

#footer ul{
	position: absolute;
	top: 10px;
	right: 10px;
}

#footer ul li{
	display: inline;
	margin-left: 10px;
}

#footer ul li a{
	color: #fff;
}

#footer ul li a:hover{
	text-decoration: underline;
}

/* Posts */

.post{
	float: left;
	clear: left;
	width: 460px;
	margin-bottom: 20px;
 
}

.post h1{
	border-bottom:1px solid #CCC;
	padding-bottom: 3px;
}

.post h2{
	border-bottom: 1px dashed #CCC;
	padding-bottom:3px;
}

.post-title{
	font-size:18px !important;
	
}

.pagetitle{
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}

.postmetadata{
	float: left;
	clear: left;
	width: 100%;
	font-size: 0.9em;
	color: #777;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

.entry ul, .entry ol{
	margin-left: 20px;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
}

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

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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;
}


/* Form Elements */

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

#searchform #s {
	width: 130px;
	padding: 3px 20px 2px 2px;
	border:solid 1px #aaa;  
	line-height: 1.5em;
	background: url(images/search.png) no-repeat 136px 3px;
	color: #000;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}


/* Begin Comments */

h3#comments{
	clear:left;
}

ul.commentlist {
	margin: 20px 0;
	padding:0 85px 0 0;
}

ul.commentlist li {
	margin:0px;
	padding:10px 0px 20px 60px;
	position:relative;
	list-style:none;
}

ul.commentlist li cite.fn{
	margin-bottom: 10px;
	font-size: 1.4em;
}

ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #aaa;
}

ul.commentlist .commentmetadata {
	display:none;
}

ul.commentlist ul  {
	margin:20px 0px 20px 0px;
	padding:0px;
}

ul.commentlist ul li {
	border:0px;
	background-color: transparent;
	overflow:auto;
	background-image:none;
	padding-bottom:0px;
}

ul.commentlist li.even{
	background: #f8f8f8;
}

ul.commentlist li.odd{
	margin-top: 20px;
}

ul.commentlist li.bypostauthor{
	background: #000;
	color: #fff;
}

.says{
	display: none;
}

#commentform label{
	float: left;
	width: 200px;
}

#commentform textarea{
	margin-top: 15px;
	width: 460px;
}

 

#submit {
	background:#333;
	border: none;
	color:#FFF;
	font-size:0.9em;
	padding:0.5em 1em;
}

#submit:hover {
	background:#85B719;
	border: none;
	color:#FFF;
	font-size:0.9em;
	padding:0.5em 1em;
	cursor: pointer;
}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: left;
	width: 97%;
	padding-left: 3%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }



/* Kubrick Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 30px;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	color: #777;
	background: url(images/blockquote.gif) no-repeat top left;
}

cite {
	margin: 5px 0 0;
	display: block;
	font-style: normal;
}

.center {
	text-align: center;
}

.navigation {
	float: left;
	width:460px;
	text-align: center;
	padding-bottom: 20px;
}


.entry ul li{
list-style-type: disc;
}

.entry ol li{
list-style-type: decimal;
}





