@charset "UTF-8";
/*
Theme Name: Colorboxes1A
Theme URI: http://www.seaserpent.com/themes/Colorboxes1A.zip
Description: A colorful layout with a clickable header and horizontal menus.
Version: 1.0
Author: Sea Serpent Design
Tags: two-columns, right-sidebar, fixed-width, custom-colors, custom-header, pink, purple

Colorboxes1A by Sea Serpent Design || http://www.seaserpent.com
Change colors, replace header images, go to town.:)
*/

body {
	/*pink background*/
	background: #CC66CC;
	/*end of pink background*/
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	/*posts non-linking text color*/
	color: #000000;
	/*end of posts non-linking text color*/
}

a {
	/*posts link text color*/
	color: #666666;
	/*end of posts link text color*/
	text-decoration: none;
}

a:hover {
	/*posts link rollover color*/
	color: #FF6600;
	/*end of posts link rollover color*/
}

ul {
	list-style: square inside;
}

ol {
	list-style: decimal inside;
}

/*TABLE DESIGN*/

table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
}

table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

table th, table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

table th[scope=col]
{
	color: #000;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	background: #9999FF;
}

table th+th[scope=col]
{
	color: #fff;
	border-right: 1px dotted #666;
	background: #9966FF;
}

table th[scope=row]
{
	border-right: 2px solid #333;
}

table tr.alt th, table tr.alt td
{
  color: #2a4763;
}

table tr:hover th[scope=row], table tr:hover td
{
	color: #fff;
	background: #FF9900;
}

/*END OF TABLE DESIGN*/

blockquote {
	color: #000000;
	font-size: 0.9em;
}

h1 {
	font-weight: bolder;
	color: #006699;
	font-size: 2em;
}

h2 {
	font-weight: bolder;
	color: #006699;
	font-size: 1.4em;
}

h3 {
	font-weight: bolder;
	color: #006699;
}

#divider {
	border-top: 1px dashed #006699;
	margin-top: 21px;
	height: 1px;
}


#container {
	margin: auto;
	width: 800px;
}

#pages_nav {
	width:800px;
	height: 26px;
	position: relative;
}

#pages_nav ul {
	list-style:none;
	margin:0;
	padding:0;
	font-variant: small-caps;
}

#pages_nav ul li {
	display:block;
	list-style:none;
	float:left;
	font-size: 1.1em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #990099;
}

#pages_nav ul li a,#topbar ul li a:visited {
float:left;
display:block;
height:22px;
color:#fff;
text-decoration:none;
padding:3px 8px 0;
}

#pages_nav ul li a:hover {
	background: #00FFCC;
}

#pages_nav ul li ul,#topbar ul li ul li {
margin:0;
padding:0;
}

#pages_nav ul li ul li a,#topbar ul li ul li a:visited {
float:left;
display:block;
height:19px;
color:#fff;
text-decoration:none;
padding:6px 8px 0;
}
#page {
	width: 800px;
	overflow: auto;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	/*posts background color*/
	background: #FFCCFF;
	/*end of posts background color*/
}

/*HEADER, BLOG TITLE, and BLOG TAGLINE*/
#header {
	height: 321px;
	width: 600px;
	/*header image*/
	background: url(images/cb1_header.jpg) no-repeat 0px 0px;
	/*end of header image*/
	border-bottom: 1px solid #000000;
	text-align: center;
}
/*Blog title, which is currently invisible:*/
#title {
	display: none;	
}
/*End of blog title*/

/*Blog tagline, which is currently invisible:*/
#tagline {
	display: none;
}
/*End of blog tagline*/
/*END OF HEADER, BLOG TITLE, and BLOG TAGLINE*/

#sidebar {
	width: 160px;
	padding: 15px 20px;
	float:right;
	margin: 0 0 0 -200px;
	/*sidebar background color*/
	background: #33cccc;
	/*end of sidebar background color*/
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	list-style: none outside;
	color: #663366;
	font-weight: bolder;
}
#sidebar ul {
	padding:0 0 1em;
	margin:0;
	list-style: none outside;
}
#sidebar ul li {
	list-style: none outside;
	color: #CC99CC;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}
#sidebar ul li a{
	list-style: none outside;
	/*sidebar link color*/
	color: #FFFFFF;
	/*end of sidebar link color*/
	text-decoration: none;
	font-size: 0.95em;
	font-weight: bold;
}

#sidebar ul li a:hover{
	/*sidebar link rollover color*/
	color: #FF6633;
	/*end of sidebar link rollover color*/
}


#sidebar ul li ul {
	padding-left: 1em;
}

#hc_wrapper {
	margin-left: 0px;
	float: left;
	width: 585px;
}

#content {
	width: 500px;
	padding: 20px;
	float: left;
	overflow: hidden;
}

#footer {
	width: 800px;
	/*footer text color*/
	color:#FFFFFF;
	/*end of footer text color*/
	text-align: center;
	font-variant: small-caps;
	margin: auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 1em 0;
	/*footer background color*/
	background: #006699;
	/*end of footer background color*/
}

#designer{
	/*footer link color*/
	color: #FFFFCC;
	/*end of footer link color*/
	text-decoration: none;
	font-weight: bolder;
}

#designer:hover{
	/*footer link rollover color*/
	color: #FF6600;
	/*end of footer link rollover color*/
	text-decoration: none;
}
#searchform {
	padding-bottom: 1em;
	padding-top: 0;
	margin:0;
}

#fbuttontopspace {
	margin-top:2px;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}