/*
	Theme Name: Streamline
	Theme URL: http://www.studiopress.com/themes/streamline
	Description: Streamline is a 3-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 3.0
	Tags: three-columns, fixed-width, white, black, blue, sidebar-widgets, threaded-comments, sticky-post

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #688b00;
	color: #2e2e2e;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

#main {
	background:  #8DD0FD url(images/cloudsbg.png) repeat-x;
	color: #2e2e2e;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	}

#wrap {
	background: none;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	}

#tree {
	background: url(images/sidebar.png) repeat-y;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none
	}

/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	height: 213px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: visible;
	position: relative;
	}

#treetop {
	background: url(images/header.jpg) no-repeat;
	width: 1100px;
	height: 216px;
	position: absolute;
	top: 0px;
	left: -235px;
}

#header2 {
	width: 960px;
	height: 145px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: visible;
        position: relative;
	}

.headerleft {
	width: 591px;
	float: left;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft2 {
	width: 400px;
	float: left;
	margin: 10px 0px 0px 240px;
	padding: 0px;
	overflow: hidden;
	}

.headerright {
	width: 300px;
	float: right;
	margin: 15px 0px 0px;
	padding: 0px;
	text-align: right;
	}

.tux {
  background: url(images/tuxsmall.png) no-repeat;
  float: right;
  width: 30px;
  height: 35px;
  margin: 0px 0px -10px;
  position: absolute;
  right: 60px;
  bottom: 3px;
  z-index: 999999;
}

/************************************************
*	Navbar  									*
************************************************/

#navbar {
	width: 285px;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 15px;
	}

#navbar a:hover {
	background-position: 0px 0;
	}

.home {
	background: url(images/home.png) no-repeat;
	background-position: 0px -50px;
	float: left;
	width: 41px;
	height: 50px;
	margin: 10px 18px 20px 0px;
	}

.galleries {
	background: url(images/galleries.png) no-repeat;
	background-position: 0px -50px;
	float: left;
	width: 63px;
	height: 50px;
	margin: 10px 18px 20px 0px;
	}

.folders {
	background: url(images/folders.png) no-repeat;
	background-position: 0px -50px;
	float: left;
	width: 57px;
	height: 50px;
	margin: 10px 18px 20px 0px;
	}

.contact {
	background: url(images/contact.png) no-repeat;
	background-position: 0px -50px;
	float: left;
	width: 54px;
	height: 50px;
	margin: 10px 0px 20px 0px;
	}

/************************************************
*	Homepage					     		    *
************************************************/

#homepage {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	overflow: visible;
	}

#homepage p {
	padding: 0px 0px 0px 0px;
	text-indent: 15px;
	margin: 0px;
	}

#homepage h1 {
	color: blue;
	font-size: 18px;
	font-family: Comic Sans MS, Lucida Grande, Arial, Trebuchet MS;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}

#homepage h1 a, #homepage h1 a:visited, #featuredpage h1 a, #featuredpage h1 a:visited {
	color: blue;
	text-decoration: none;
	}

#homepage h1 a:hover, #featuredpage h1 a:hover {
	color: #E12F7E;
	text-decoration: none;
	}

.clear {
	clear: both;
	}

.thumb {
	float:left;
	margin:0px 10px 0px 0px;
	}

.thumbnail {
	width: 110px;
	height: 110px;
	margin-top: 3px;
	}

/************************************************
*	Slider 					     		    *
************************************************/

#slider {
	width: 820px;
	height: 320px !important;
	margin: 17px auto 0px;
	padding: 5px 0px 0px;
}

#slider a, #slider a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#slider a:hover {
	color: #7DA939;
	text-decoration: none;
	}


#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{
	/*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width:820px;
	height:320px;
	overflow:hidden;
	}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	left:30px;
	top:173px;
	z-index:1000;
	}
#nextBtn, #slider1next{
	left:892px;
	}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:35px;
	height:35px;
	background:url(images/fleche1.png) no-repeat;
	background-position: 0 -35px;
	}

#nextBtn a, #slider1next a{
	background:url(images/fleche2.png) no-repeat;
	background-position: 0 -35px;
	}

#prevBtn a:hover, #nextBtn a:hover, #slider1next a:hover, #slider1prev a:hover{
	background-position: 0px 0px;
	}

#nextBtn a:hover, #slider1next a:hover {
	background-position: 0px 0px;
	}

#portfolio {
	background: url(images/billboard.png) top center no-repeat;
	width: 940px;
	height: 380px;
	margin: 0px auto 0px;
	padding: 15px 10px;
}

.portfolioleft {
	width: 350px;
	height: 320px;
	float: left;
	margin: 0px 20px 0px 8px;
	padding: 0px;
	position: relative;
}

.date {
	color: #f1278b;
	font-size: 11px;
	text-align: right;
	margin: -10px 0px 5px;
	padding: 0px;
}

.portfoliobottom a {
	background: url(images/more.png) no-repeat;
	font-size: 12px;
	color: blue !important;
	width: 115px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.portfolioright {
	float: left;
	width: 420px;
	margin: 10px auto 0px;
	text-align: center;

}

.portfolioright img {
	border: 5px solid #9BCC01;
}

/************************************************
*	Content 					     		    *
************************************************/

#content {
	background: url(images/sidebar.png) repeat-y;
	width: 960px;
	float: left;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	position: relative;
	}

#content h1 {
	color: blue;
	font-size: 20px;
	font-family: Comic Sans MS, Lucida Grande, Arial, Trebuchet MS;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	}

#content h1 a, #content h1 a:visited {
	color: blue;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #E12F7E;
	text-decoration: none;
	}

#contentleft h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 10px;
	}


#content h3 {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h4 {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 7px 0px;;
	border-bottom: 1px dotted #BBBBBB;
	}

#content h5 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0px 10px 0px;
	padding: 0px;;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

blockquote {
	background: #abdcfd url(images/openquote.png) top left no-repeat;
	margin: 15px 20px 15px 25px;
	padding: 20px 30px 5px 40px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#contentleft {
	float: right;
	width: 570px;
	margin: 0px;
	padding: 0px 0px 80px;
	}

.reply {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 0px 10px 10px;
}

.postarea {
	width: 570px;
	float: right;
	margin: 0px;
	padding: 0px;
	z-index: 999999;
	}

.postcomments {
	margin: 0px 5px 10px 10px;
	display: block;
}

.postcomments h3 {
	margin-left: -40px !important;
}

.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited, #postwide a, #postwide a:visited {
	color: #2255AA;
	text-decoration: underline;
	}

.postarea a:hover, .postcomments a:hover, #postwide a:hover {
	color: #2255AA;
	text-decoration: none;
	}

.postarea p, #postwide p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 15px;
	}

.postarea img {
	border: 3px solid #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.postarea ol, .postright ol, #postwide ol {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}

.postarea ol li, .postright ol li, #postwide ol li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}

.postarea ul, .postright ul, #postwide ul {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}

.postarea ul li, .postright ul li, #postwide ul li {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}

.postarea ul ul, .postright ul ul, #postwide ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}

.postarea ul li li, .postright ul li li, #postwide ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}

.postarea ul li ul li, .postright ul li ul li, .postwide ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}

.postright {
	float: right;
	width: 324px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

.postright p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 20px;
	}

#postwide {
	background: url(images/screen.png) no-repeat;
	width: 903px;
	height: 606px;
	float: left;
	margin: 0px auto 0px;
	padding: 10px 20px 0px 37px;
	}

#archives {
	width: 916px;
	float: left;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	z-index:2;
	}

#flashcontent {
	margin: 0px auto 0px;
}

.breadcrumb {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #333333;
	}

.headline {
	background: url(images/banner.png) no-repeat;
	width: 485px;
	height: 83px;
	float: left;
	margin: 10px 0px 0px -15px;
	padding: 25px 110px 10px 15px;
	clear: both;
	display: inline;
	vertical-align: middle;
	}

.headline2 {
	margin: 0px;
	padding: 0px;
	display: block;
	}

.headline2 h1 {
	color: blue !important;
	font-size: 18px !important;
	font-family: Comic Sans MS, Georgia, Times New Roman, Trebuchet MS !important;
	font-weight: bold;
	line-height: 22px;
	margin: 0px !important;
	padding: 0px !important;
	}

.headline2 p {
	font-size: 12px;
}

.headline h1 {
	color: blue !important;
	font-size: 17px !important;
	font-family: Comic Sans MS, Georgia, Times New Roman, Trebuchet MS !important;
	font-weight: normal;
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
	}

.headline p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.headline a, .headline a:visited {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

.headline a:hover {
	color: #2255AA;
	text-decoration: none;
	}

.postmeta {
	background: #EEEEEE;
	width: 550px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #BBBBBB;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.pagination {
	width: 550px;
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	position: absolute;
	bottom: -80px;
	z-index: 100;
	}

.pagination2 {
	width: 550px;
	margin: 30px auto 0px;
	padding: 0px;
	}

.palignright {
	width: 150px;
	height: 102px;
	float: right;
	}

.palignleft {
	width: 150px;
	height: 102px;
	float: left;
	}

.archive {
	width: 100%;
	background: url(images/archivebg.png);
	float: left;
	margin: 15px 0px 0px;
	padding: 6px 6px 6px 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

.aheadline {
	width: 600px;
	float: left;
	margin: 50px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	clear: both;
	}

.bheadline {
	width: 600px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 7px 0px;
	clear: both;
	}

.fheadline {
	width: 916px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}

.pheadline {
	width: 324px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}

.vheadline {
	width: 600px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}


#image img {
	width: 562px;
}

.navigation {
	background: #000000;
	color: #ffffff;
}

/************************************************
*	Images  					     		    *
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}

img.alignnone {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
	}

img.alignright {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

.productimage {
	border: 10px solid #333333;
	margin-bottom: 10px;
	}

/************************************************
*	Sidebar 		    	        	        *
************************************************/

#sidebar {
	background: none;
	color: #fefefe;
	float: left;
	width: 300px;
	height: 100%;
	margin: 0px 0px 0px 40px;
	padding: 0px 10px 10px;
	position: relative;
	z-index: 9999999;
	}

#sidebar h2, #sidebar h3, #sidebar h4 {
	background: url(images/sidebarh2.png) no-repeat;
	width: 320px;
	height: 51px;
	color: #ffffff;
	font-size: 14px;
	font-family: Comic Sans MS, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 5px -32px;
	padding: 30px 0px 0px 40px;
	border: none;
	}

#sidebar p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 5px 5px 0px;
	}

#sidebar a, #sidebar a:visited {
	color: #8DD0FD;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #E12F7E;
	text-decoration: underline;
	}

#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li li {
	list-style-type: none;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}

#sidebar ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 35px;
	}

#sidebar .widget {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

.enews {
	margin: 0px 0px 0px 20px;
}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #688b00 url(images/bg2.png) repeat-x;
	}

#footerbg2 {
	background: #688b00 url(images/bg2.png) repeat-x;
	}

/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 200px;
	color: #fefefe;
	margin: 0px auto 0px;
	padding: 100px 0px 0px;
	position: relative;
	}

#footerhome {
	background: url(images/footer2bg.png) top center no-repeat;
	width: 960px;
	height: 321px;
	color: #fefefe;
	margin: 0px auto 0px;
	padding: 90px 0px 0px;
	}

#footer p, #footerhome p {
	color: #fefefe;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#footer h1, #footerhome h1 {
	font-family: Comic Sans MS, Lucida Grande, Arial, Trebuchet MS;
	color: #ffffff;
	letter-spacing: 1px;
	margin: 0px 0px 15px;;
	padding: 0px;
	}

#footerhome h4 {
	color: #fefefe;
	font-size: 14px;
	font-family: Lucida Grande, Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 7px 0px;
	}

#footer a, #footer a:visited, #footerhome a, #footerhome a:visited {
	color: #ffff00;
	text-decoration: none;
	}

#footer a:hover, #footerhome a: hover {
	color: #ffffff !important;
	text-decoration: underline;
	}

#footer ul, #footerhome ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#footer ul li, #footerhome ul li, #footerhome li {
	font-size:12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#footer2 ul li, #footer3 ul li {
	background: url(images/listbg.png);
	color: #fff;
	list-style-type: none;
	margin: 0px 0px 7px;
	padding: 5px;
	}

#footer ul ul, #footerhome ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#footer2 ul li li, #footer3 ul li li, #footerhome ul li li {
	background: #000000;
	list-style-type: none;
	margin: 0px 0px 4px !important;
	padding: 4px;
	border: 1px solid #ff0000 !important;
	}

#footer ul li ul li, #footerhome ul li ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}

#footerhome li ul li {
	background: url(images/listbg.png);
	font-size:12px;
	list-style-type: none;
	margin: 0px 0 10px;
	padding: 5px;
	}

#footer .widget, #footerhome .widget {
	background: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	}

.trunk {
	background: url(images/footerbg.png) no-repeat;
	width: 550px;
	height: 230px;
	position: absolute;
	top: -20px;
	left: -73px;
}

.footer1 {
	background: url(images/footer1.png) no-repeat;
	width: 440px;
	height: 300px;
	float: left;
	margin: 0px 0px 0px;
	padding: 8px 20px 10px;
	position: relative;
	}

.footer2 {
	background: url(images/footer1.png) no-repeat;
	width: 440px;
	height: 300px;
	float: right;
	margin: 0px 0px 0px;
	padding: 8px 20px 10px 15px;
	}

.footer3 {
	background: url(images/slideinstructions.png) no-repeat;
	width: 900px;
	height: 265px;
	float: left;
	margin: 30px 0px 0px 50px;
	padding: 30px 0px 5px 0px;
	}

.footer3left {
	width: 300px;
	float: left;
	margin: 5px 0px 0px 65px;
}

.footer3right {
	width: 500px;
	float: left;
	margin: 30px 0px 0px 0px;
}

.footer3right a img {
	float: right;
	margin: 0px 20px 0px 0px;
}

.footer3right p {
	line-height: 20px;
}

.footer3 h2 a {
	color: #ffffff !important;
	font-size: 16px !important;
	font-family: Comic Sans MS, Lucida Grande, Arial, Trebuchet MS !important;
	font-weight: bold;
	letter-spacing: 1px;
	margin: -15px 0px 5px 0px !important;
	padding: 0px 0px 0px 0px;
	}

.more {
	text-align: right;
}

#tweetme {
	position: absolute;
	bottom: 4px;
	right: 10px;
}

/************************************************
*	Footer  									*
************************************************/

#copyright {
	width: 960px;
	height: 35px;
	color: #eeeeee;
	margin: 20px auto 0px;
	padding: 0px 10px 0px 0px;
	text-align: right !important;
	}

#copyright p {
	color: #fffeee;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}

#copyright a, #copyright a:visited {
	color: #fffeee;
	text-decoration: none;
	}

#copyright a:hover {
	color: #ffff00;
	text-decoration: underline;
	}

#copyright img {
	vertical-align: middle;
}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}

#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}

#searchbox {
	background: url(images/searchbox.png) no-repeat !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 197px;
	height: 19px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 7px 8px 0px;
	margin: 0px 5px 10px 25px;
	border: none;
	}

#searchbutton {
	background: #6a8d00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px 2px;
	margin: 0px;
	border: none;
	}

#author, #email, #url {
	background: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

#comment {
	background: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 460px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

#submit {
	background: #6a8d00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border: none;
	}

#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	overflow: hidden;
	}

#subbox {
	background: url(images/searchbox.png) no-repeat !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 197px;
	height: 19px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 7px 8px 0px;
	margin: 0px 5px 10px 0px;
	border: none;
	}

#subbutton {
	background: #6a8d00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px;
	border: none;
	}

/************************************************
*	Comments									*
************************************************/

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	background: #331900;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	border: 1px solid #000000;
	}

#commentform {
	width: 275px;
	float: left;
	margin: -10px 0px 0px -41px;
	padding: 5px 0px 0px 45px;
	}

#commentform textarea {
	background: #331900;
	width: 98%;
	padding: 5px;
	border: 1px solid #000000;
	}

#respond {
	margin-left: 5px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}

#commentform p {
	margin: 5px 0px 5px 0px;
	}

#commentform #submit {
	background: #6a8d00;
	margin: 0px;
	float: left;
	}

.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}

.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}

.children {
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.thread-alt {
	background: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-bottom: 2px solid #688b00;
	}

.thread-even {
	background: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #688b00;
	}

.depth-1 {
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 0px;
	}