/*

Theme Name: C and S Sheds

Theme URI: http://www.cands.com

Description: CandSheds.com Theme

Version: 1.0

Author: wsimarketing.ie

*/



/* CSS Document */



/******************** Remove Defaults ********************/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:75%;
	line-height:1.3;
	background:url(images/bg.gif) repeat-x left top #dbd2cb;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



.cleardiv {
	clear:both;
}

#maincontent p {
margin-bottom: 1em;
display: block;
font-size: 12px;
}

#maincontent li {
font-size: 12px; 
margin-left: 20px;
}

/******************* Structural Elements ***************************/



#wrapper {
	width:870px;
	text-align:left;
	margin:0 auto;
}



#masthead{
background:url(images/masthead.jpg) no-repeat right top;
height: 214px;
}



#header h1, #header h2, #header h3{
	overflow:hidden;
	position:absolute;
	top:-500em;
	color: #293078;

}
h1 {
	font-size:22px;
	font-weight:bold;
		color: #293078;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color: #0b417f;
}

h3{
	font-size: 13px;
	font-weight:bold;
    color: #CC1515;
}

h4{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
#nav{
background:url(images/nav.gif) no-repeat;
height:48px;
margin-bottom:13px;
list-style-type:none;
}

#nav li{
float:left;
}
#nav span{
display: none;
}

#content{
background:url(images/sidebarbg.gif) repeat-y;
}

#contentbox{
float: right;
min-height: 300px;
width:576px;
background:url(images/contenttop.gif) no-repeat right top #ffffff;
}

#contentbottom{
background:url(images/contentbottom.gif) no-repeat bottom left;
height:14px;
}

#maincontent{
padding:10px 20px;
}

#sidebar{
float: left;
background:url(images/sidebartop.gif) no-repeat #102960;
padding-top:76px;
min-height: 300px;
width:279px;

}

#sidebarthumb {
width: 90px;
height: 62px;
border: 1px solid #ffffff;
float:left;
clear:left;
margin-left: 14px;
}

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

#sidebar h3{
font-size: 0.9em;
text-transform:capitalize;
padding-bottom:2px;
}

#sidebar li{
margin-bottom:10px;
display:block;
}

#sidebar li div{
float:left;
margin-left:10px;
width:150px;
color:#FFFFFF;
}

#sidebar a{
display:block;
color:#70f0ff;
text-decoration:underline;
}

#sidebar .cleardiv{
height:1px;
margin: 17px 0;
width: 279px;
background:url(images/sidebarline.gif) no-repeat left bottom;
}

#footer {
height:47px;
background:url(images/footerr.gif) #181e50 no-repeat right;
color:#c8cfdd;
margin-top: 18px;
}

#footer ul{
list-style-type: none;
}

#footer li{
display:inline;
float:left;
line-height:47px;
}

#footer p{
height:47px;
background:url(images/footerl.gif) #181e50 no-repeat left;
float:left;
padding-left: 20px;
line-height:47px;
}

#footer a{
color:#c8cfdd;
margin:13px 0;
border-left:1px solid #c8cfdd;
padding-left:10px;
margin-left:10px;
}

#tagline{
margin: 18px 0;
color: #62787d;
text-align:center;
line-height:2em;
}
#tagline a{
color: #62787d;
text-decoration:underline;
}

/* SLIDER STYLE */

.TopSlider {
	float: left;
	width: 545px;
	height: 214px;
	overflow: hidden;
}

.TopSliderPrev {
	background: url(/wp-content/themes/default/images/left.png) no-repeat left center;
	width: 50px;
	height: 214px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.TopSliderNext {
	background: url(/wp-content/themes/default/images/right.png) no-repeat right center;
	width: 50px;
	height: 214px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.TopSliderDescription {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#TopSliderNavigation { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }

#TopSliderNavigation a:link, #TopSliderNavigation a:active, #TopSliderNavigation a:visited, #TopSliderNavigation a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#TopSliderNavigation a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../img/bullet.png) no-repeat center center;
}

#TopSliderNavigation a.active img
{
	background: url(../img/bullet_active.png) no-repeat center center;
}

.c{clear:both;}
