/*  

Theme Name: Sheppertones

Theme URI: http://sheppertones.com/

Description: Band theme for Sheppertones

Version: 1.0

Author: Robert Chambers

Author URI: http://robert-chambers.com/

*/

html, body, form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #F5F5F5;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
h3 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #666666;
	margin-top: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

input {
	border: 1px solid #CCCCCC;
	color: #999999;
	background-color: #FFFFFF;
}

.thumb {
   	float: left;
   	margin-right: 7px;
   	margin-bottom: 7px;
	border: 2px solid #cfcfcf;
   }

textarea {
	font-size: 12px;
	color: #999999;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

#line {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#topline {
	margin-top: 0px;
	margin-left:35px;
	margin-right:35px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#container {
	background-color: #FFFFFF;
	width: 770px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/containerbg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 110px;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 20px;
}

#headersidebar {
	width: 295px;
	float: right;
}

#headersidebar h2 {
	color: #2764B7;
	margin-top: 20px;
	margin-bottom:5px;
}


#headersidebar p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#logo {
	width: 380px;
	margin-right: 295px;
	margin-bottom: 20px;
}
#pagemenu {
	width: 380px;
	margin-right: 295px;
	font-size: 22px;
	text-transform: lowercase;
	color: #999999;
}

#pagemenu ul {
	margin: 0px;
	padding: 0px;
}

#pagemenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pagemenu a {
	color: #999999;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 10px;
}

#pagemenu a:hover {
	color: #C45561;
	text-decoration: none;
}

#pagemenu .current_page_item a{
	color: #C45561;
}

#categorymenu a:hover {
	color: #CF9D49;
}

#categorymenu .current-cat a{
	color: #CF9D49;
}

#categorymenu a.active_category {
	color: #CF9D49;
}

#photo {
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 20px;
}

#content {
	padding-left: 35px;
	margin-right: 380px;
	vertical-align: top;
}

#content h2 {
	color: #CF9D49;
	margin-bottom: 10px;
}

#contentwide {
	padding-left: 35px;
	margin-right: 35px;
	vertical-align: top;
}

#contentwide h2 {
	color: #CF9D49;
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 295px;
	padding-right: 35px;
	vertical-align: top;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#sidebar h2 {
	color: #2764B7;
	margin-bottom: 10px;
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 5px;
}

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

#footer {
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #999999;
	padding-bottom: 30px;
}

#footer a {
	color: #999999;
}

#footer #right {
	float: right;
}

#footer #left {
	margin-right: 320px;
}

.entry img {
max-width:700px; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}