/* Theme Name: BittenNails Theme URI: http://bittennails.com/ Description: BittenNails Second Theme. Version: 2.0
Author: Apaarjeet Chopra Author URI: http://bittennails.com/
This theme was created by Apaarjeet Chopra, who you'll find at http://bittennails.com/ 
This began as the default v2 kubrick and was modified. I'm not responsible if you use this, I play here constantly, things break.
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php */

* { padding: 0; margin: 0; }

html, body {
background-color: #01151d;
height: 100%; /* make the viewport fill up */
}

* { behavior: url(http://bittennails.com/iepngfix.htc) }
img { behavior: url(http://bittennails.com/iepngfix.htc) }
* html img { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #headerimg { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #rollingmast { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #sidebar { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #sidebar ul h2 { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #sidebar ul ul { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #sidebar_home ul ul { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #post { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #post ul { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #blockquote { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #footwrap { behavior: url(http://bittennails.com/iepngfix.htc); }
img, #footwrap { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #footer { behavior: url(http://bittennails.com/iepngfix.htc); }
* html #footer .right { behavior: url(http://bittennails.com/iepngfix.htc); }
* html .right { behavior: url(http://bittennails.com/iepngfix.htc); }
* html ul { behavior: url(http://bittennails.com/iepngfix.htc); }
* html h2 { behavior: url(http://bittennails.com/iepngfix.htc); }


/* Begin Main Blocks */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
  	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	line-height: 18px;
	text-align: center;
	color: #300000;
	background-image: url(images/texture.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0; }
	
#page {
	background-image: url(images/texture.jpg);
	background-repeat: repeat;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	_width: 100%;
	 /* height: 100%; /* make the viewport fill up */ }
	 
	 
	 
/* Begin Header */

#header {
	text-align: left;
	padding: 0;
	/*height: 184px;*/
	height: 184px;
	width: 100%;
	background-image: url(images/new-backrep.jpg);
	background-repeat: repeat-x;  }
	
#mast {
	background-image: url(images/rollingmast_back.jpg);
	background-repeat:  no-repeat;
	background-position: center 0;
	height: 184px;
	width: 100%; } 	
	
.toppers { background-image: url(images/topdroppers.jpg); background-repeat: repeat; height: 15px; margin: 0 0 0; padding: 0; display: block; width: 100%; }


#headerimg {
	/*background-image: url(images/xledge.png);
	background-repeat:  repeat-x;*/
	height: 184px;
	width: 100%; } 
		
#rollingmast {
	background-image: url(images/rollingmast_ie6.png); /* only png so far */
	background-repeat:  no-repeat;
	height: 184px;
	width: 960px;
	margin: 0 auto; }  
	
#header h1 {
	font-size: 3em;
	display: none; }

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;
	display: none;
	}

#header a {
  text-decoration: none;
  color: white; }
  
/* Begin Boxes */

 #wrapper {	
 	width: 960px;
	margin: 0 auto;
	overflow: hidden; /* this breaks it/aligns left/ in ie5 mac, why? */
	clear: left; }
	
 #content {
	text-align: left;
	width: 600px;
	float: left;
	margin-top: 5px;
	margin-left: 50px;
	margin-right: 50px; } 
	
 #content-hom {
	text-align: left;
	width: 600px;
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 50px; }
	
/*  Base Type */

p {
	margin-bottom: 1em; }
	
/* Begin Sidebar */

#sidebar {
	background-color: transparent;
	font-size: 1.1em;
	background-image: url(images/sidebar_sep_vert.png);
	background-repeat: no-repeat;
	width: 240px;
	float: left;
	text-align: left;
	min-height: 777px;
	padding: 0 0 10px;
	margin-top: 5px;
	margin-left: 15px; }

#sidebar ul {
	text-align: left;
	margin-top: 0;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 0; }
	
#sidebar ul h2 {
	color: #300000;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(images/sidebar_strip.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	border-bottom: 0 solid #222;
	border-top: 0 solid #333;
	padding: 0 0 2px 7px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 45px; }
	
#sidebar ul p {
margin-left: 45px; }

#sidebar ul ul { /*image as a bullet and if this cannot be found it falls back to a circle bullet point. */
  list-style-image: url(images/none.png); list-style-type: none; margin-left: 60px; }
#sidebar ul ul ul { margin-bottom: 0; }
#sidebar li {
	text-decoration: none;
	color: #630000;
	margin-left: 0; }
#sidebar a { text-decoration: none; color: #630000; }
#sidebar a:hover { text-decoration: underline; }
#deli ul { text-align: left; list-style-type: none; margin-bottom: 10px; }
#deli li { text-decoration: none; color: #630000; line-height: 16px; margin-bottom: 10px; }
#deli a { text-decoration: none; color: #630000; }
#deli a:hover { text-decoration: underline; }

#sidebar ul h6 {
	font-size: 0.9em;
	text-align: left;
	color: #630000;
	font-style: italic;
	padding: 0 0 2px 7px;
	margin-top: 0;
	margin-bottom: 0.6em;
	margin-left: 45px; }
	
#sidebar ul p.testi {
	margin-top: 10px;
	margin-left: 45px;
	font-size: 0.9em;
	line-height: 16px;
	padding-left: 7px; }
		
	
/* Begin Sidebar_Home */

#sidebar_home {
	background-color: transparent;
	font-size: 1.1em;
	width: 200px;
	float: right;
	text-align: left;
	margin-top: 24px;
	padding: 0 0 10px;
	margin-right: 30px  }

#sidebar_home ul {
	text-align: left;
	list-style-type: none;
	margin-bottom: 0px; }

#sidebar_home ul h2 {
	text-align: right;
	color: #300;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 0 solid #222;
	border-top: 0 solid #333;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 20px; }

#sidebar_home ul ul { /*image as a bullet and if this cannot be found it falls back to a circle bullet point. */
  list-style-image: url(images/none.png);
  list-style-type: none;
  margin-left: 20px; }

#sidebar_home ul ul ul { 
	margin-bottom: 0; }
	
#sidebar_home li {
  text-decoration: none;
  color: #630000; }
	
#sidebar_home a {
  text-decoration: none;
  color: #300; }

#sidebar_home a:hover {
  color: #630000;
  text-decoration: none; }
  
/*  Begin Post Section  */

.post {
  margin-bottom: 25px;
  color: #300000;
  padding-left: 5px;
  font-size: 1.2em; }
  
h2 {
	font-size: 1.2em;
	color: #300000; }
	
h2 a:link, h2 a:visited, h2 a {
	text-decoration: none;
	color: #630000; }
  
h2 a:hover, h2 a:active {
	text-decoration: none;
	color: #300000; }
  
.entry {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px; }
	
.entry2 {
	line-height: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px; }
	
.entry h2 {
	color: #300000;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 15px; }
	
.entry p {
	color: #300;
	font-size: 1em;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px; }
	
#hometxt p {
	color: #300;
	font-size: 1em;
	line-height: 18px;
	margin-bottom: 4px;
	margin-top: 5px;
	margin-left: 19px; }
	
.entry a:link, a:visited {
	color: #630000;
	text-decoration: none; }
	
.entry a:hover, a:active {
	color: #300000;
	text-decoration: none; }
	
	
.postmetadata {
	color: #630000;
	padding: 2px;
	font-size: 0.9em; }
  
.postmetadata a {
  color: #630000;
  text-decoration: none; }
  
.postmetadata a:hover {
  color: #300000; }
  
.post p {
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #300000;
  margin-top: 10px; }
  
/* .post a{
  color: yellow; }  overiding specifics*/

.post li {
  margin-left: 20px;
  color: #300000; }

.post ul{
  list-style-image: url(images/listitem.png);
  list-style-type: square;
  margin-bottom: 10px; }
  
.post a:link, a:visited {
	color: #630000;
	text-decoration: none; }
	
.post a:hover, a:active {
	color: #300000;
	text-decoration: underline; }
  
blockquote{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #FADA96;
  background: #FCF1E2 url(images/blockquote.png) no-repeat   scroll top left; }

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

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

blockquote {
  margin: 5px 0 0;
  display: block; }

.center{
  text-align: center;}

a img{
  border: none; }
 
h3{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	color: #300000; }

h4{
  margin-top: 1.2em;
  font-size: 1.2em; }

h5{
  margin-top: 1em;
  font-size: 1em; }  
	
	
/* Begin Single Page Section */

 .navigation {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1.2em; }

.navigation a {
  color: #300000;
  text-decoration: none; }
  
.navigation a:hover {
  color: #630000; }
 
.alignleft {
  float: left;
  text-align: left;
  width: 50%;
  color: #630000; }

.alignright {
  float: right;
  text-align: right;
  width: 50%;
  color: #630000; }

.widecolumn .postmetadata {
	color: #300000;
	padding: 2px;
	font-size: 0.9em; }
	
	
/* Begin Comments*/

ol.commentlist {
  width: 80%;
  margin: 0 auto;
  list-style-type: none; }

ol.commentlist li {
	color: #300000;
	margin-bottom: 1.5em;
	padding: 0px;
	font-size: 1.2em; }
	
ol.commentlist li.alt {
  font-size: 1.2em;
  }
small.commentmetadata {
  font-size: 0.9em;
  display: inline; }
  
ol.commentlist cite {
  display: inline;
  font-weight: bold;
  font-style: normal;
  font-size: 1em; }

ol.commentlist a {
	color: #630000;
	text-decoration: none; }
  
ol.commentlist a:hover {
	color: #300000;
	text-decoration: none; }

h3#respond, #comments {
	font-size: 1.2em;
	color: #630000;
	width: 80%;
	margin: 1.5em auto 1em; }
  
#commentform {
	width: 80%;
	margin: 0 auto;
	color:#300000; }
	
#commentform input {
	font-size: 0.9em;
	width: 120px;
	/*color:#eab769;  -- hidden as it overides the submit color below, instead gave the filed id's the color  */
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 2px; }
	
#commentform small {
	font-size: 1em; }
	
#submit {
	cursor: pointer;
	border: inset 1px #ccc;
	color: #01151d;
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/search-back2.gif);
	background-color: #f2d580;
	background-repeat: repeat;
	padding: 1px 2px; }
	
#author, #email, #url {
	color:#eab769;
}

#comment{
	font-size: 1.6em;
	/* width: 450px;*/
	color:#f3f3f3;
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 5px;

}
	
#commentform input { background-color: #01151d ! important} /* This overrides the google autofill pee yellow */
#commentform select { background-color: #01151d ! important} /* This overrides the google autofill pee yellow, may need it in txt areas too well not really as yet */
	
/*  Search form in footer  */
	
#search {
	text-align: right;
	margin-top: 15px;
	margin-right: 45px;
	margin-left: 3px;
	list-style-type: none; }

#searchform {
  text-align: right; }
  
#searchform input {
	font-size: 0.9em;
	 }

#searchform #s {
	width: 120px;
	color:#eab769;
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 2px; }
  
#searchsubmit {
	cursor:pointer;
	border:outset 1px #ccc;
	color:#4b4b4b;
	font-size: 1em;
	font-weight:bold;
	background-image: url(images/search-back.gif);
	background-color: #fff5e6;
	padding: 1px 2px; }

#searchform2 {
  text-align: left; } 
  
#searchform2 input {
	font-size: 0.9em;
	font-weight: bold;
	 }

#searchform2 #s {
	width: 120px;
	color:#eab769;
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 2px; }
  
/* Begin Footer */

#footer {
	clear: both;
	/* background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;*/
	text-align: center;
	width: 100%;
	height: 142px;
	position: relative;  /* Needed for Safari */ }
	
#footwrap {
	background-image: url(images/crowy.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	width: 100%;
	height: 24px;
	border-bottom: 1px solid black; }

#footwrap2 {
	clear: both;
	background-image: url(images/footer_back-new.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 118px; }
	
#footer .inside{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0px;
	/*overflow: hidden;*/
	clear: left;
	/*border: dotted 1px red; }*/}
	
#footer .left{
	width: 475px;
	height: 118px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 50px;
	float: left;
	/*border: solid 1px #000; }*/ }
	
#footer .right{
	/*background-image: url(images/bloddyhell.png);
	background-repeat: no-repeat;*/
	width: 424px;
	height: 118px;
	padding-top: 0px;
	float: right;
	/*border: dashed 1px #800080; }*/ }
	
#footer p {
	color: #300000;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	margin: 15px 0 0 5px; }
	
#footer a {
	color: #630000;
	text-decoration: none; }
	
#footer a:hover, #footer a:active {
	color: #300;
	text-decoration: none; }

#grade {
	background-image: url(images/navstrip.jpg);
	width: 960px;
	margin: 15px auto 0;
	height: 1px;
	clear: both;
	display: block; }
  

  
/*menu */

#toolbar { /* If I ever wanted to add the search bar in this row, right aligned, base unstyled  */
	text-align: left;
	width: 960px;
	height: 169px;
	/*margin: 0 auto;*/
	padding-top: 79px;
	padding-left: 46px;
	overflow: hidden; }

/* #toolbar form {
	margin: 0;
	padding: 0.1em 2em 0.1em 0em;
	height: 1em; }

#toolbar input { margin: 1px;} */


#nav { /* all suckernav lists */
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	height: 30px;
	float:left;
	margin: 0 5px 20px 0; }
#nav ul {
	 margin: 0;
	 padding: 0;
	 list-style: none; }


#nav li {
	float: left;
	position:relative;
	display:block;
	color:#fdd758;
	background: transparent;
	width: 10em;
	margin: 0;
	padding:0px; }


#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration:none; 
	color:#fdd784;
	display: block;
	padding: 4px 10px; }
	
#nav li.current_page_item a {
	color:#c35c01; 
	background: transparent;
}
	
#nav a:hover  { 
	color:#c35c01; 
	background: transparent;}

#nav li ul { /* second lev */
	width: 15.8em;
	margin-top: 0px;
	position: absolute;
	left: -999em; }

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	z-index:99999;
	min-height: 0; }

#nav li li {
	background:none;
	float:none;
	border:none;
	border-bottom: : 0px solid #999;
	border-top: 0px solid #fff;
	border-right:none;
	border-left:none;
	padding-left:0}
	
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color: #c35c01;
	padding: 5px 10px;
	width: 14em; }
	
#nav li li a:hover {
	color:#c35c01;
	background: transparent; }

/* hide from IE mac \*/
#nav li {width:auto}
/* end hiding from IE5 mac */	


/* end menu - kept to only one level - for wordpress - need more get a better fake cms */


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*  Errata  */

hr {
	display: none; }
	
/*  Additional Page templates customized  */	

/* Begin Paintings Page */

 #content2 {
	text-align: center;
	width: 810px;
	float: left;
	margin-left: 75px;
	margin-right: 75px; } 

.post2 {
  margin-bottom: 25px;
  color: #300000;
  padding-left: 5px;
  font-size: 1.2em; }
  
.post2 h2 {
  margin-top: 25px; }
  
.entry2 {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 15px; }
	
.entry2 h2 {
	color: #300000;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 15px; }
	
.entry2 p {
	 color: #630000;
	line-height: 18px; }
	
.paint1 {
	margin: 30px 160px 50px;
	padding: 0;
	border: solid 1px #000;
	float: left; }
	
.paint2 {
	margin: 20px 40px 50px;
	padding: 0;
	border: solid 2px #000;
	float: left; }
	
/* Begin Port/Gallery Pages */


#content3 {
	text-align: center;
	width: 900px;
	margin: 0 0 20px 60px; } 
	
.post3 {
  margin-bottom: 0px;
  padding-left: 0px; }
  
  
.entry3 {
	margin-top: 10px;
	margin-bottom: 0px; }
	
.entry3 h1 {
	font-size: 1.4em;
	color: #330000;
	text-align: left;
	margin-bottom: 7px; }
	
.entry3 h2 {
	font-size: 1.2em;
	color: #330000;
	text-align: left;
	margin-bottom: 7px; }
	
.porttitle {
	font-size: 1.2em;
	text-align: left;
	color: #300000; }

.lcol {
	/*float: left;*/
	width: 900px;
	color: #300000;
	font-size: 1.1em;
	text-align: left;
	line-height: 17px;
	margin-top: 15px;
	margin-left: 7px;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0; }
	

	
.rcol {
	/*float: right;*/
	width: 900px;
	margin-bottom: 5px;
	text-align: left; }
	
.rcol1 {
	/*float: right;*/
	width: 900px;
	margin-bottom: 5px;
	text-align: left; }
	
.rcol2 {
	/*float: right;*/
	width: 900px;
	margin-bottom: 5px;
	text-align: left; }
	
.rcol img {
 float: left;
 }
 
.rcol1 img {
 float: left;
 margin-left: 0px;
 margin-right: 20px;
 margin-top: 15px; }
 
.rcol2 img {
 float: left;
 margin-left: 0px;
 margin-right: 7px;
 margin-top: 15px; }
 
.rcol3 img {
 float: left;
 margin-left: 0px;
 margin-right: 25px;
 margin-top: 15px }
 
 
.crowsep {
	margin-top: 25px;
	margin-bottom: 25px; }	
	
	
	
/* Begin Web/Print Pages */

#content4 {
	text-align: center;
	width: 900px;
	/*float: left;*/
	margin: 0 0 20px 60px; } 
	
.post4 {
  margin-bottom: 0px;
  padding-left: 0px;
  /*font-size: 1.2em;*/  }
  
  
.entry4 {
	margin-top: 10px;
	margin-bottom: 0px; }
	
.entry4 h1 {
	font-size: 1.4em;
	color: #330000;
	text-align: left; }
	
.webtitle {
	font-size: 1.2em;
	text-align: left;
	color: #300000;
	padding-top: 1px;
	padding-bottom: 7px;
	padding-left: 5px; }


.webbox {
	width: 900px;
	margin-bottom: 15px;
	text-align: left; }

.wb1 {
	float: left;
	width: 262px;
	margin: 0 30px 15px 0; }
.wb2 {
	float: left;
	width: 262px;
	margin: 0 30px 15px 0; }
	
.wb3 {
	float: left;
	width: 262px;
	margin: 0 30px 15px 0; }
 
 p.inwb {
	float: right;
	text-align: left;
	font-size: 1em;
	color: #963;
	margin: 0 5px 0 15px; }
	
 p.inwb2 {
	float: left;
	text-align: left;
	font-size: 1em;
	color: #963;
	margin: 0 5px 0; }
	
.webbox a:link, a:visited {
	color: #963;
	text-decoration: none; }
	
.webbox a:hover, a:active {
	color: #630000;
	text-decoration: none; }

/* Begin Flash Pages */


#content7 {
	text-align: center;
	width: 900px;
	margin: 0 0 20px 50px; } 
	
.post7 {
	margin-bottom: 0;
	padding-left: 0; }
  
  
.entry7 {
	margin-top: 10px;
	margin-bottom: 0; }
	
.entry7 h1 {
	font-size: 1.2em;
	color: #330000;
	text-align: left;
	margin-left: 7px; }
	
.entry7 p {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 7px;
	margin-bottom: 10px; }
	

.flashleft {
	float: left;
	width: 625px;
	color: #300000;
	font-size: 1.1em;
	text-align: left;
	line-height: 17px;
	margin-top: 15px;
	margin-left: 7px;
	margin-right: 65px;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0; }
	
.flashright {
	float: left;
	width: 150px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
	color: #300000;
	font-size: 1em;
	text-align: left; }

.flashright p {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1em;
	text-align: left; }
	
.fla1 {
	float: left;
	width: 300px; }
	
.fla1 p {
	margin-left: 5px; }
	
.fla2 {
	float: left;
	width: 300px; }
	
 p.infla {
	text-align: left;
	font-size: 1em;
	color: #963;
	margin-left: 6px;
	margin-right: 5px;
	margin-top: 2px; }
	
.infla a:link, a:visited {
	color: #963;
	text-decoration: none; }
	
.infla a:hover, a:active {
	color: #630000;
	text-decoration: none; }
	
.crowsep {
	margin-top: 25px;
	margin-bottom: 25px; }	
	
#tthcfla {
	margin-bottom: 15px;
}
	
	
/* Begin Resume Page */


#content5 {
	text-align: left;
	width: 600px;
	float: left;
	margin-top: 5px;
	margin-left: 50px;
	margin-right: 50px; } 
	
.post5 {
  margin-bottom: 0px;
  padding-left: 0px;
  /*font-size: 1.2em;*/ }
  
  
.entry5 {
	margin-top: 10px;
	margin-bottom: 0; }
	
.entry5lb {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left; }
	
#entry5rb {
	width: 200px;
	float: right;
	margin: 10px 10px 0 25px;
	outline: solid 1px #f60; }
	
.entry5 h1 {
	font-size: 1.3em;
	color: #330000;
	text-align: left;
	margin-bottom: 0.7em;
	margin-top: 1.8em; }
	
.entry5 h2 {
	font-size: 1.2em;
	color: #300000;
	text-align: left;
	margin-top: 1.2em; }
	
.entry5 p {
	font-size: 1.1em;
	text-align: left;
	color: #300000;
	padding-left: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.6em; }
	
#entry5rb p {
	font-size: 1em;
	text-align: left;
	color: #630000;
	font-style: italic;
	padding-left: 1.2em;
	margin-top: 0;
	margin-bottom: 0.6em; }
	

	
.entry5 a:link, a:visited {
	color: #630000;
	text-decoration: none;
	font-size: 1em; }
	
.entry5 a:hover, a:active {
	color: #300000;
	text-decoration: none;
	font-size: 1em; }	

.light {
	color: #630000;
	font-size: 1em; }
	
p.overide5 {
		font-size: 1.1em;
		color: #300000;
		text-align: left;
		margin-bottom: 7px; }	
	
  
 /*  Search form in sidebar  
	
#search {
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-right: 100px;
	margin-left: 15px;
	list-style-type: none; }

#searchform {
  text-align: right; }

 #searchform input {
	font-size: 0.9em;
	 }

 #searchform #s {
	width: 100px;
	border: inset 1px #eab769;
	background-image: url(images/formbg.jpg);
	background-color: #fff5e6;
	padding: 2px; }
  
#searchsubmit {
	cursor:pointer;
	border:outset 1px #ccc;
	color:#333;
	font-weight:bold;
	background-image: url(images/formbg.jpg);
	background-color: #fff5e6;
	padding: 1px 2px; }
	
  */	
		
#clear { clear: both; }

.hide { display: none; }

/* images in posts */


.postimgleft {
float: left;
margin-right: 10px;
}

.imgleftbord {
float: left;
margin-right: 10px;
border: solid 1px #630000;
}

.strokesep {
	margin: 5px;
	border: solid 1px #630000; }




.fifteen {
	padding-left: 0px;
	padding-bottom: 15px;
	display: block;
}

.toppad {
	padding-top: 10px;
	line-height: 16px; }
	
.toppad ul li small {
	line-height: 14px;
	margin-top: 10px;
	padding-bottom: 10px; }
	
.toppad ul li em {
	padding-bottom: 12px; }
	
	
img#wpstats { 
width:0px;
height:0px;
padding:0px;
border:none;
overflow:hidden
}	
	
div#smfar {
margin-left: -999em;
}


#cat {
	margin-left:60px;
}

#archives select {
	margin-left:60px;
}

#text-302900141 {
	margin-left:60px;
}

.textwidget {
	margin-left:45px;
	margin-top:25px;
}

#homposts {
	margin: 0 0 0 9px;
	padding: 0; 
}
#homposts h4 {
	font-style:italic;
	margin: 0 0 0 12px;
	font-size:12px;
}
#homposts ul {
	list-style-type: none;
	background-image: url(images/home-posts-backg.png);
	background-repeat:  no-repeat;
	height: 60px;
	width: 579px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#homposts ul li {
	float: left;
	margin: 18px 0 0 25px;
	padding: 0px;
	overflow: hidden;
	height: 20px;
}


/*********cforms css overrides ***************/

.linklove {
	display: none;
}

/*********contact form ***************/

fieldset {
border: none;
display:block;
margin-left:2px;
margin-right:2px;
padding:0.35em 0.625em 0.75em;
}

div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

div.formcontainer span.required {
color: #FF0000;
}

div.formcontainer p.error,
div.formcontainer p.important,
div.formcontainer p.information,
div.formcontainer p.success {
/*border-top: 1px solid #E8E8DE;*/
/*color: #442;*/
line-height: 250%;
padding-left: 36px;
width: 95%;
}

div.formcontainer p.error {
background: url('images/error.png') no-repeat 12px 50%;
/*border-bottom: 2px solid #F0D28B;*/
}

div.formcontainer p.important {
background: url('images/important.png') no-repeat 12px 50%;
/*border-bottom: 2px solid #FED7CE;*/
}

div.formcontainer p.information {
background: url('images/information.png') no-repeat 12px 50%;
/*border-bottom: 2px solid #C5DDF2;*/
}

div.formcontainer p.success {
background: url('images/success.png') no-repeat 12px 50%;
/*border-bottom: 2px solid #C7E9B3;*/
}

div.formcontainer form.contact-form {
clear: both;
float: none;
width: 75%;
}

div.formcontainer form.contact-form fieldset {
/*background: #F6F6F6;*/
/*color: #333333;*/
margin: 0.5em 0 1.5em 0;
}

div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

div.formcontainer form.contact-form fieldset div.form-label label,
div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

div.formcontainer form.contact-form fieldset div.form-input,
div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

div.formcontainer form.contact-form fieldset div.form-input input,
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

div.formcontainer form.contact-form fieldset div.form-input input.error {
/*background-color: #FBF4E2;*/
}

div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

div.formcontainer form.contact-form fieldset div.form-option,
div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1.4em 0 0 0;
width:100%;
}

div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}

.form-sub-label {color: #300000 !important;
display: block;
font-size: 9px;}
