/*  
Theme Name: WordPress Carm Version 3
Theme URI: http://wordpress.org/
Description: Carmella's Theme Version 3
Version: 1.0
Author: David Hepworth (with immense help from Michael Heilemann).
Author URI: http://www.flagmandesign.com/

	Carmella
	 http://www.carmshangout.com/

	This theme was based on the design by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* ------------HTML BODY */

body {
	background: #000000 url(images/site/bgleaves.jpg) repeat-x top left;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
	
a {
	color: #ccdca9;
	text-decoration: underline;
	}
	
a:link {
	color: #ccdca9;
	text-decoration: underline;
	}
	
a:visited {
	color: #decaa9;
	text-decoration: underline;
	}
	
a:hover {
	color: #e3ff80;
	text-decoration: underline;
	}
	
a:active {
	color: #fff9bf;
	text-decoration: underline;
	}
	
h1 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 180%;
	font-weight: 500;
	}

h2 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 160%;
	font-weight: 500;
	}
	
h3 {
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: 110%;
	font-weight: 500;
	}

h4 {
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: 500;
	}

h5 {
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: 75%;
	font-weight: 500;
	}
	
h6 {
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: 70%;
	font-weight: 500;
	}
	
hr {
	background: #434837;
	color: #434837;
	height: 1px;
	}
	
img {
	border: 0;
	}
	
p {
	margin: .7em 0 .7em 0;
	}
	
/* ------------MAIN */

#searchform {
	}
	
#searchbox {
	background: #989898 url(images/site/bgtextbox.jpg) top left repeat-x;
	border: 1px solid #bebebe;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 500;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}
	
#searchsubmit {
	background: #949d6d url(images/site/bggobox.jpg);
	border: 1px solid #c1c1c1;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	text-align: center;
	}
	
.contactname {
	background: #989898 url(images/site/bgtextbox.jpg) top left repeat-x;
	border: 1px solid #bebebe;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 500;
	width: 460px;
	padding: 2px 0px 2px 3px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}

.contactemail {
	background: #989898 url(images/site/bgtextbox.jpg) top left repeat-x;
	border: 1px solid #bebebe;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 500;
	width: 460px;
	padding: 2px 0px 2px 3px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}
	
.contacttext {
	background: #989898 url(images/site/bgtextbox.jpg) top left repeat-x;
	border: 1px solid #bebebe;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 500;
	width: 660px;
	padding: 2px 0px 2px 3px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}

.submit {
	background: #949d6d url(images/site/bggobox.jpg);
	border: 1px solid #c1c1c1;
	color: #ffffff;
	font-size: 10%	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	}
	

#contentcontainer {
	background: #000000 url(images/site/bgheader.jpg) no-repeat;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 700px;
	}
	
#header {
	height: 150px;
	width: 100%;
	}
	
#header h1 {
	display: none;
	visibility: hidden;
	}
	
#logo {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 180px;
	}

#navigationtop {
	background: transparent url(images/site/bgnavigation.jpg) no-repeat top left;
	border: 1px solid #bebebe;
	float: right;
	font-size: 75%;
	font-weight: 600;
	margin: 55px 22px 0 0;
	padding: 5px 0 5px 0;
	text-align: right;
	}
	
#navigationtop ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#navigationtop li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#navigationtop a {
	color: #ffffff;
	text-decoration: none;
	}
		
#navigationtop a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
#navigationtop a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#navigationtop a:hover {
	background: #757640 url(images/site/bgnavigationhover.jpg) top left;
	color: #ffffff;
	text-decoration: none;
	}
	
#navigationtop a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
#navigationlist a {
	padding: 5px 7px 5px 7px;
	}
	
#navigationlist a:link {
	padding: 5px 7px 5px 7px;
	}
	
#navigationbottom {
	background: #000000;
	border-top: 1px solid #6f6f6f;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	float: right;
	font-size: 75%;
	font-weight: 600;
	margin: -1px 22px 0 0;
	padding: 3px 7px 3px 7px;
	text-align: right;
	}

#navigationbottom ul {
	display: inline;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#navigationbottom li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#navigationsearch {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#navigationsearchbox {
	background: #989898 url(images/site/bgtextbox.jpg) top left;
	border: 1px solid #bebebe;
	color: #000000;
	font-size: 80%;
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 1px 3px 1px 3px;
	.padding: 2px 3px 1px 3px;
	}
	
#navigationsearchsubmit {
	background: #949d6d url(images/site/bggobox.jpg);
	border: 1px solid #c1c1c1;
	color: #ffffff;
	font-size: 80%;
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	text-align: center;
	}

.postnav {
	font-size: 60%;
	padding: 10px 0 10px 0;
	}
	
.floatleft {
	float: left;
	}
	
.floatright {
	float: right;
	}

.photofloat {
	float: left;
	padding: 0 10px 5px 0;
	}
	
#content {
	margin: 0 0 0 0;
	padding: 15px 15px 15px 15px;
	float: left;
	width: 470px;
	}
	
#content h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#content h2 a {
	color: #ccdca9;
	text-decoration: none;
	}

#content h2 a:link {
	color: #ccdca9;
	text-decoration: none;
	}
	
#content h2 a:visited {
	color: #ccdca9;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #e3ff80;
	text-decoration: none;
	}
	
#content h2 a:active {
	color: #fff9bf;
	text-decoration: none;
	}
	
#content h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#content h5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#content h5 a {
	color: #ccdca9;
	text-decoration: none;
	}

#content h5 a:link {
	color: #ccdca9;
	text-decoration: none;
	}
	
#content h5 a:visited {
	color: #decaa9;
	text-decoration: none;
	}
	
#content h5 a:hover {
	color: #e3ff80;
	text-decoration: none;
	}
	
#content h5 a:active {
	color: #fff9bf;
	text-decoration: none;
	}
	
#page {
	margin: 0 0 0 0;
	padding: 15px 0px 15px 15px;
	float: left;
	width: 665px;
	}
	
#page h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#page h2 a {
	color: #ccdca9;
	text-decoration: none;
	}

#page h2 a:link {
	color: #ccdca9;
	text-decoration: none;
	}
	
#page h2 a:visited {
	color: #ccdca9;
	text-decoration: none;
	}
	
#page h2 a:hover {
	color: #e3ff80;
	text-decoration: none;
	}
	
#page h2 a:active {
	color: #fff9bf;
	text-decoration: none;
	}
	
#page h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#page h5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#page h5 a {
	color: #ccdca9;
	text-decoration: none;
	}

#page h5 a:link {
	color: #ccdca9;
	text-decoration: none;
	}
	
#page h5 a:visited {
	color: #decaa9;
	text-decoration: none;
	}
	
#page h5 a:hover {
	color: #e3ff80;
	text-decoration: none;
	}
	
#page h5 a:active {
	color: #fff9bf;
	text-decoration: none;
	}
	
.postmeta {
	font-size: 70%;
	}
	
#commentform {
	font-size: 120%;
	}
	
#commentbox {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	margin: 0 0 0 0;
	padding: 2px 0 2px 3px;
	background: #989898 url(images/site/bgtextbox.jpg) repeat-x top left;
	border: 1px solid #c1c1c1;
	color: #000000;
	width: 660px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}
	
.commentbox {
	}
	
#commentsubmit {
	background: #949d6d url(images/site/bggobox.jpg);
	border: 1px solid #c1c1c1;
	color: #ffffff;
	font-size: 90%;
	font-weight: 600;
	padding: 1px 1px 1px 1px;
	}
	
.commentsubmit {
	}
	
.textbox {
	background: #989898 url(images/site/bgtextbox.jpg) top left repeat-x;
	border: 1px solid #bebebe;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: 500;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}
	
#comments {
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#comments a {
	color: #ccdca9;
	text-decoration: none;
	}
	
#comments a:link {
	color: #ccdca9;
	text-decoration: none;
	}
	
#comments a:visited {
	color: #decaa9;
	text-decoration: none;
	}
	
#comments a:hover {
	color: #e3ff80;
	text-decoration: none;
	}
	
#comments a:active {
	color: #fff9bf;
	text-decoration: none;
	}
		
#comments h2 {
	font-size: 160%;
	padding: 10px 0 10px 0;
	}
	
#comments .alpha {
	border: 1px solid #434837;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 5px;
	}
	
#comments .beta {
	background: #000000 url(images/site/bgcomments.jpg) no-repeat top left;
	border: 1px solid #434837;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 5px;
	}
	
#sidewrap {
	float: right;
	margin: 0 1px 0 0;
	padding: 0;
	width: 199px;
	}
	
#sidebar {
	margin: 15px;
	text-align: left;
	}
	
#sidebar a {
	color: #ffffff;
	text-decoration: none;
	}

#sidebar a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
#sidebar a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #e3ff80;
	text-decoration: none;
	}
	
#sidebar a:active {
	color: #fff9bf;
	text-decoration: none;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	
	
#sidebar li {
	color: #ccdca9;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#sidebar dl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	
	
#sidebar dt {
	color: #ccdca9;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	}
	
#sidebar dd {
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#linkslist {
	font-size: 90%;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	}
	
#linkslist h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 110%;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	}
	
#linkslist ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#linkslist li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#footercontainer {
	border-top: 1px solid #7c7c7c;
	background: #000000;
	padding: 0 0 15px 0;
	width: 100%;
	}

#footer {
	font-size: 70%;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
	width: 670px;
	}
	
#footer a {
	color: #ccdca9;
	text-decoration: none;
	}
	
#footer a:link {
	color: #ccdca9;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #decaa9;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #e3ff80;
	text-decoration: none;
	}
	
#footer a:active {
	color: #fff9bf;
	text-decoration: none;
	}
	
#footer h4 {
	font-size: 130%;
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#footer ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	}
	
#footer li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#footerrow1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	width: 250px;
	}
	
#footerrow2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	width: 150px;
	}
	
#footerrow3 {
	float: left;
	width: 250px;
	}
	
.footerbox {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	background: #989898 url(images/site/bgtextbox.jpg) repeat-x top left;
	border: 1px solid #c1c1c1;
	color: #000000;
	width: 200px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}
	
.footersubmit {
	background: #949d6d url(images/site/bggobox.jpg);
	border: 1px solid #c1c1c1;
	color: #ffffff;
	float: right;
	font-size: 90%;
	font-weight: 600;
	margin: 5px 48px 0 0;
	.margin: 5px 46px 0 0;
	padding: 1px 1px 1px 1px;
	}