/*-----------------------------------------------------------------------------
Theme Name: Authors
Theme URI: http://
Description: Custom Theme
Version: .1
Author: Michael Bishop
Author URI: http://bishopblogworks.com/

-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
	margin: 4px 8px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.border {
	padding: 3px;
	border: 1px solid #C6D1AF;
}

#wrapper {
	width: 760px;
	margin: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  color: #AD8C60;
  background: #C6D1AF url(images/bg.jpg) repeat-y;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	display: none;
	margin: 0;
}

h2 {
	font-size: 1.8em;
}

#sidebar h2 {
	background: url(images/cap.gif) no-repeat;
	height: 46px;
	width: 192px;
	font-size: 2em;
	text-align: center;
	color: #fff;
	margin: 0;
	padding-top:5px;
}




/* =Links
-----------------------------------------------------------------------------*/

a {
	color: #DE652E;
}

a:link {
	color: #DE652E;
}

a: visited {
	color: #DE8F2E;
}

a:hover {
	background: #DE652E;
	color: #fff;
}





/* =Masthead
-----------------------------------------------------------------------------*/

#masthead {
	background: url(images/masthead2.jpg) no-repeat;
	width: 759px;
	height: 144px;
	margin: 0;
	border-bottom: 5px solid #ABCB66;
}


/* =Content
-----------------------------------------------------------------------------*/

#content {
	float: left;
	margin-left: 25px;
	font-size: 1.3em;
	width: 465px;
}


/* =Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	margin:15px 35px 0 0;
	width: 200px;
}



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

ul#sidebar ul {
	border-bottom: 1px solid #ABCB66;
	border-left: 1px solid #ABCB66;
	border-right: 1px solid #ABCB66;
	width: 187px;
	text-align: center;
	font-size: 1.4em;
	margin-top: -8px;
	margin-bottom: 40px;
	margin-left: 2px;
	
}

ul#sidebar li ul li {
	padding: 5px 0;
	border: none;
}


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #ABCB66;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Comments
-----------------------------------------------------------------------------*/



/* =Misc.
-----------------------------------------------------------------------------*/
