/*   
Theme Name: Rainbow
Theme URI: http://www.childatomic.com
Description: pretty colors
Author: Childatomic
Author URI: http://www.childatomic.com
*/

@charset "utf-8";
/* CSS Document */

body {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	padding-right: 1px;
	background-color: #0d0d15;
	background-image: url('./images/childatomic_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	color: #226;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}

table, td {
	vertical-align: top;
	font-size: 10pt;
}

img {
	border: none;
}

input {
	border: 1px solid #222266;
}

hr {
	height: 30px;
	display: none;
	border: none;
	background-image: url('./images/hazard.jpg');
}

#searchsubmit {
	background-color: #666688;
}

#header {
	width: 800px;
	height: 50px;
	margin-top: 100px;
}

.hazard {
	height: 30px;
	background-image: url('./images/hazard.jpg');
	background-repeat: repeat-x;
}

.content {
	margin-bottom: 60px;
	width: 550px;
	text-align: left;
	border-top: 1px solid #666688;
	border-bottom: 1px solid #666688;
	padding: 5px;
}

.blogcontent {
	border-bottom: 1px dotted #999999;
}

.contenttype {
	width: 550px;
	text-aligin: right;
}

.blogauthor {
	text-align: right;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

.nav {
	text-align: center;
	padding-bottom: 50px;
}

#footer {
	padding-top: 20px;
	background-color: #666688;
	background-image: url('./images/footer_bg.gif');
	background-position: right;
	background-repeat: no-repeat;
	color: #dddddd;
	font-size: 8pt;
}
#footer a, a:link, a:visited, a:active, a:hover, a:focus {
	color: #99ff00;
}

#box {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #666688;
	color: #ffffff;
	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
}
#box a, a:link, a:visited, a:active, a:hover, a:focus {
	color: #99ff00;
}

a, a:link, a:visited, a:active, a:hover, a:focus {
	color: #0099ff;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

a.archivelink {
	color: #00ff99;
	font-size: 8pt;
}

a.linkslink {
	color: #0099ff;
	font-size: 8pt;
}

a.contactlink {
	color: #99ff00;
	font-size: 8pt;
}

a.aboutlink {
	color: #0099ff;
	font-size: 8pt;
}

a.rsslink {
	color: #00ff99;
	font-size: 8pt;
}

/* WP classes */

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #666688;
   text-align: center;
   background-color: #cCC;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#searchsubmit {
	background-color: #ffffff;
}

#comment {
	max-width: 500px;
}