/*
Theme Name: Camo
Theme URI: http://wordpress.org/
Description: The theme that goes with site theme Camo.
Version: 1
Author: TopWebModels.com
Author URI: http://topwebmodels.com/
Tags: Camo

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built 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

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
	font: 11px Arial;
	text-align:center;
	height:100%;
	}

#page {
/*	background-color: white;*/
	padding: 0;
	width: 980px;
	border: 2px solid #000000/*959596*/;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/*#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}*/
#blogholder  {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.narrowcolumn {
	float: left;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}

.widecolumn {
	width: 670px;
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: auto;
	width: 190px;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
/*	clear: both;*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
/*Styles Specific To Flower Theme*/
/*global styles*/
body, ul, li, dl, dt, dd, h1, h2, h3, h4, p  {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
div  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
form input[type="hidden"]  {
	margin: 0px;
	padding: 0px;
	border: none;
	display: none;
	visibility: hidden;
}
.float_left  {
	float: left;
}
.float_right  {
	float: right;
}
.clear { 
	clear:both; 
}
.picborder  {
	border: 1px solid #999999;
}
#container {
	width:980px;
	height:auto;
	/*min-height:700px;*/
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
}
/*misc styles*/
.footerLinkIcon  {
	width: 14px;
	height: 14px;
	float: left;
	border: 0px;
	margin: 0px;
	padding: 2px; 
}
.footerLink a {
	text-align: left;
	font-weight: bold;
}
#topHeader  { 
	width: 980px;
	height: 136px;
	background-position: top center;
	background-repeat: no-repeat;
}
#topHeader_top  {
	width: 980px;
	height: 104px;
}
#siteTopLogo  {
	/*width: 190px;*/
	height: 101px;
	float: left;
	margin: 0px;
	/*padding-left: 48px;*/
}
#siteLoginBox  {
	width: 366px;
	height: 104px;
	margin: 0px;
	float:right;
	background-position: top center;
	background-repeat: no-repeat;
}
#siteLoginBox form  {
	width: 346px;
	margin: auto;
	padding-top: 62px;
	padding-bottom: 12px;
}
#siteLoginBox form label  {
	width: 70px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	float: left;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
}
#siteLoginBox form input[type="text, password"], #useridtop, #passwordtop  {
	width: 75px;
	border: solid 1px #3e3e3e;
	background-color: #ffffff;
	float: left;
	display: inline;
	font-size: 10px;
	margin-left: 2px;
}
#siteLoginBox form input[type="submit"], #loginbttntop  {
	/*width: 30px;*/
	height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	background-repeat: repeat-x;
	display: inline;
	cursor:pointer;
	text-align: center;
	margin-left: 4px;
}
#siteLoginBox form br  {
	clear: left;
}
/*full sized panel*/
.fullWidthBox  {
	width: 954px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.fullWidthBoxHeader  {
	width: 954px;
	height: 34px;
}
.fullWidthBoxContent  {
	width: 948px;
	background-position: center top;
	min-height:480px;
}	
.FullWidthBoxFooter  {
	width: 954px;
	height: 8px;
}
/*side borders and background for panels which are scalable and can expand vertically*/
.scalable_vertical  {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: center top;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
/*footer*/
#footer		{
			width:976px;
			text-align:center;
			font-weight:bold;
			}
#footer ul li{
			display:inline;
			}
/*styles for top header navigation*/
#headernav  {
	width: 978px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#headernav ul  {
	width: 978px;
	margin: auto;
	/*float: left;*/	
}
#headernav img {
	border: none;
}
#headernav ul, #headernav ul li  {
	list-style-image: none;
	list-style-type: none;
/*	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;*/
	height: 30px;
}
#headernav ul li  {
	display: block;
	float: left;
	text-align: center;
	height: 30px;
	overflow: hidden;
}
#headernav ul li span {
	display: none;
}
#headernav ul li a, #headernav ul li a:hover {
	display: block;
	height: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	/*text-decoration: underline;*/
}
#nav_home, #nav_home a, #nav_aboutme, #nav_aboutme a, #nav_blog, #nav_blog a, #nav_calendar, #nav_calendar a, #nav_pics, #nav_pics a, #nav_movies, #nav_movies a, #nav_webcam, #nav_webcam a, #nav_board, #nav_board a, #nav_directory, #nav_directory a   {
	display: block;
	height: 30px;
}
#nav_home a:hover, #nav_aboutme a:hover, #nav_blog a:hover, #nav_calendar a:hover, #nav_pics a:hover, #nav_movies a:hover, #nav_webcam a:hover, #nav_board a:hover, #nav_directory a:hover   {
	display: block;
	height: 28px;
}
#nav_home, #nav_home a, #nav_home a:hover, #homepage #headernav #nav_home a, #nav_blog, #nav_blog a, #blogpage #headernav #nav_blog a, #nav_pics, #nav_pics a, #picpage #headernav #nav_pics a, #nav_movies, #nav_movies a, #moviepage #headernav #nav_movies a {
	width: 100px;
}
#nav_home a:hover, #nav_blog a:hover, #nav_pics a:hover, #nav_movies a:hover  {
	width: 98px;
}
#nav_aboutme, #nav_aboutme a, #nav_aboutme a:hover, #aboutmepage #headernav #nav_aboutme a, #nav_calendar, #nav_calendar a, #calendarpage #headernav #nav_calendar a, #nav_board, #nav_board a, #nav_board a:hover, #boardpage #headernav #nav_board a, #nav_webcam, #nav_webcam a, #webcampage #headernav #nav_webcam a {
	width: 106px;
}
#nav_aboutme a:hover, #nav_calendar a:hover, #nav_board a:hover, #nav_webcam a:hover {
	width: 104px;
}
#nav_directory, #nav_directory a, #directorypage #headernav #nav_directory a   {
	width: 154px;
}
#nav_directory a:hover  {
	width: 152px;
}



#headernavLogo  {
	width: 440px;
	height: 40px;
	float: right;
	margin: 0px;
}
#topHeader  { 
	width: 980px;
	height: 136px;
	background-position: top center;
	background-repeat: no-repeat;
}
#topHeader_top  {
	width: 980px;
	height: 106px;
}
#siteTopLogo  {
	/*width: 190px;*/
	height: 101px;
	float: left;
	margin: 0px;
	/*padding-left: 48px;*/
}
#helpMeHeader  {
	width: 292px;
	height: 102px;
	padding-left: 78px;
	float: left;
	margin: 0px;
}
#siteLoginBox  {
	width: 366px;
	height: 104px;
/*	margin-top: 10px;
	margin-right: 10px;*/
	float:right;
	background-image: url(/wp-content/themes/camo/images/toplogin_bg.gif);
	/*border: solid 1px #333333;*/
	/*background-color: #cc0000;*/
	color: #ffffff;
}
#siteLoginBox a  {
	color: #ffffff;
}
#siteLoginBox form  {
	width: 346px;
	margin: auto;
	padding-top: 56px;
	padding-bottom: 4px;
}
#siteLoginBox form label  {
	width: 70px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	float: left;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
}
#siteLoginBox form input[type="text, password"], #useridtop, #passwordtop  {
	width: 75px;
	border: solid 1px #3e3e3e;
	background-color: #ffffff;
	float: left;
	display: inline;
	font-size: 10px;
	margin-left: 2px;
}
#siteLoginBox form input[type="submit"], #loginbttntop  {
	/*width: 30px;*/
	height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	background-repeat: repeat-x;
	display: inline;
	cursor:pointer;
	text-align: center;
	margin-left: 4px;
}
#siteLoginBox form br  {
	clear: left;
}
#loginErrorMessage  {
	width: 130px;
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding-left: 5px;
}
#loginRegisterNow  {
	width: 220px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
#loggedInBox  {
	width: 346px;
	height: 44px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	float:right;
	background-image: url(/wp-content/themes/camo/images/toplogin_bg.gif);
	color: #ffffff;	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#loggedInBoxTop  {
	width: 346px;
	margin-bottom: 2px;
}
#loggedInBox a  {
	color: #ffffff;
}
#loggedInBoxMessage  {
	width: 175px;
	float: left;
	padding-top: 2px;
}
#loggedInBoxProfile  { 
	width: 100px;
	float: left;
	padding-top: 2px;
}
#logoutForm  {
	width: 70px;
	height: 12px;
	float: left;
}
#loggedInBoxLink  {
	width: 300px;
}
.mssgHiLite  {
	color: #f00;
}
#loggedInBox #logoutBttn  {
	border: solid 1px #666666;
	background-color: #6d2f73;
	color: #ffffff;
/*	float: left;*/
	font-size: 10px;
	font-weight: bold;
}
/*#loginBoxHeader  {
	width: 480px;
	padding-left: 300px;
}
#loginBoxHeader ul  {
	width: 480px;
}
#loginBoxHeader ul li  {
	height: 40px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	width: 160px;
}*/

/* footer layout */
#footer		{
			width:976px;
			text-align:center;
			font-weight:bold;
			margin: 0px auto 0px auto;
			}
#footer ul {
			margin:0px;
			padding:0px;
			}
#footer ul li{
			display:inline;
			padding:0px;
			margin:0px;
			}
/*Camo Theme Specific Styles*/
body {
	background-color:#956ddc;
	background-image: url(/wp-content/themes/camo/images/bg.gif);
}
a:link {
	color: #a31180;
}
a:visited {
	color: #ad89a0;
}
a:hover {
	color: #f743a9;
}
a:active {
	color: #7b0246;
}
a.tn:hover img { 
	border: 1px dashed #f743a9;
}
html {
scrollbar-face-color:#f2f2f2;
scrollbar-highlight-color:#b9b9b9;
scrollbar-3dlight-color:#878787;
scrollbar-darkshadow-color:#838383;
scrollbar-shadow-color:#141313;
scrollbar-arrow-color:#333333;
scrollbar-track-color:#f9f9f9;
}
#container {
	background-color:#808080;
	border-right-color: #999999;
	border-left-color: #999999;
}
.footerLink a:link {
	color: #a31180;	
}
/*header section*/
#topHeader  {
	background-image: url(/wp-content/themes/camo/images/header_bg.gif);
}
#headernav  {
	background-color: #f27cbf;
	border: solid 1px #5c5b5b;
}
#headernav ul li a  {
	color: #000000;
	text-decoration: none;
}
#headernav ul li a:hover  {
	background-color: #f743a9;
	color: #ffffff;
	border: solid 1px #e6aed7;
}
#headernav ul, #headernav ul li  {
	color: #000000;
}
#homepage #headernav #nav_home a, #aboutmepage #headernav #nav_aboutme a, #blogpage #headernav #nav_blog a, #calendarpage #headernav #nav_calendar a, #picpage #headernav #nav_pics a, #moviepage #headernav #nav_movies a, #webcampage #headernav #nav_webcam a, #boardpage #headernav #nav_board a {
	background-color: #f743a9;
	color: #ffffff;
	border: solid 1px #e6aed7;
	text-decoration: none;
}
#siteLoginBox form input label  {
	color: #ededed;
}
#siteLoginBox #loginbttntop  {
	border: solid 1px #666666;
	background-color: #f27cbf;
	/*background-image: url(/themes/butterfly/images/go_button_bg.gif);*/
	color: #ffffff;
}
#loggedInBox #logoutBttn  {
	border: solid 1px #666666;
	background-color: #f27cbf;
	color: #ffffff;
}
/*content box styles*/
.smallContentBoxHeader  {
	height: 36px;
}
.smallContentBoxHeader img {
	height: 36px;
	width: 254px;
}
.smallContentBoxFooter  {
	height: 6px;
}
.smallContentBoxFooter img  {
	height: 6px;
	width: 254px;
}
.smallContentBoxContent  {
	background-image: url(/wp-content/themes/camo/images/smallbox_bg.gif);
	width: 252px;
}
.mediumBoxHeader img {
	height: 36px;
	width: 406px;
}
.mediumBoxHeader img {
	height: 36px;
	width: 406px;	
}
.mediumBoxContent  {
	background-color: #ffe3f3;
	width: 404px;
}
.mediumBoxFooter {
	height: 6px;
	width: 406px;	
}
.mediumBoxFooter img {
	height: 6px;
	width: 406px;	
}
#myPicsBox, #aboutMeBox, #pollBox, #memberHomeBox  {
	width: 406px;
	border: solid 1px #c2c2c2;
	padding-bottom: 0px;
}
.largeBoxheader  {
	width: 528px;
	height: 36px;
}
.largeBoxheader img {
	width: 528px;
	height: 36px;
}
.largeBoxContent  {
	width: 522px;
}
.largeBoxFooter  {
	width: 528px;
	height: 6px;
}
.largeBoxFooter img {
	width: 528px;
	height: 6px;
}
/*containers for large panels*/
#loginBox, #welcomeBox, #blogBox, #moviesBox, #dvdsBox, #commentsBox, #messageBox {
	width: 528px;
	border: solid 1px #c2c2c2;
}
#webcamCalendarBox  {
	width: 528px;
}
#webcamBox, #calendarBox  {
	border: solid 1px #c2c2c2;
	height: auto;
}
/*full sized panel*/
.fullWidthBox  {
	width: 954px;
	border: solid 1px #c2c2c2;
}
.fullWidthBoxHeader  {
	width: 954px;
	height: 34px;
}
.fullWidthBoxHeader img {
	width: 954px;
	height: 34px;
}
.fullWidthBoxContent, .friendsBoxContent  {
	width: 952px;
	background-image: url(/wp-content/themes/camo/images/fullwidth_bg.gif);
}	
.FullWidthBoxFooter  {
	width: 954px;
	height: 6px;
}
.FullWidthBoxFooter img {
	width: 954px;
	height: 6px;
}
#tallBox  {
	height: auto;
	min-height: 800px;
}
/*side borders and background for panels which are scalable and can expand vertically*/
.scalable_vertical  {
	background-color: #ffe3f3;
	border-right-color: #000000;
	border-left-color: #000000;
}
/*medium boxes using scalable*/
#myPicsBoxContent, #aboutMeBoxContent, #myPollBoxContent, #memberHomeBoxContent  {
	width: 404px;
	background-color: #ffe3f3;
}
/*large boxes using scalable*/
#blogBoxContent, #moviesBoxMovies, #moviesBoxContent, #commentsBoxContent, #messageBoxContent, #welcomeBoxContent {
	width: 526px;
}
/*.whiteBorderSmall  {
	background-color: #ffffff;
	width: 254px;
	height: auto;
}
.whiteBorderMedium  {
	background-color: #ffffff;
	width: 406px;
	height: auto;
}
.whiteBorderLarge  {
	background-color: #ffffff;
	width: 528px;
	height: auto;
}
.whiteBorderFull  {
	background-color: #ffffff;
	width: 954px;
	height: auto;
}*/
#footer	a {
	color: #ffffff;
}
#memberHomeBoxContent  {
	background-image: url(/wp-content/themes/camo/images/controls_bg.gif);
	background-color: #ffe3f3;
}
#myPicsBoxContent  {
	background-image: url(/wp-content/themes/camo/images/pics_bg.gif);
	background-color: #ffe3f3;
}
#aboutMeBoxContent  {
	background-image: url(/wp-content/themes/camo/images/aboutme_bg.gif);
}
#pollBoxContent  {
	background-image: url(/wp-content/themes/camo/images/poll_bg.gif);
}
#welcomeBoxContent  {
	background-image: url(/wp-content/themes/camo/images/welcome_bg.gif);
}
#blogBoxContent  {
	background-image: url(/wp-content/themes/camo/images/blog_bg.gif);
}
.calendarContentBoxContent  {
	background-image: url(/wp-content/themes/camo/images/calendar_bg.gif);
	width: 248px;
}
#moviesBoxContent  {
	background-image: url(/wp-content/themes/camo/images/movies_bg.gif);
	background-color: #ffe3f3;
}
#commentsBoxContent  {
	background-image: url(/wp-content/themes/camo/images/comments_bg.gif);
}
#messageBoxContent  {
	background-image: url(/wp-content/themes/camo/images/message_bg.gif);
	background-color: #ffe3f3;
}
.galleryPagesHeader  {
	background-image: url(/wp-content/themes/camo/images/gallery_album_header.gif);
	width: 794px;
	padding-left: 160px;
	color: #a31180;
}
.calbox {
	background-image: url(/wp-content/themes/camo/images/calendar_weekday_bg.gif);
}
legend {
	height: 20px;
	color: #a31180;
	background-image: url(/wp-content/themes/camo/images/form_top_bg.gif);
	background-repeat: repeat-x;
}
#blogTagLine  {
	width: 300px;
	float: right;
	margin: 0px;
	padding-top: 30px;
}
#blogTagLine h1 {
	font-size: 30px;
	color: #333;
	padding: 5px;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

