/*
Theme Name: Scarlet's Web
Theme URI: http://www.scarletsweb.com
Description: Custom theme for Scarlet's Web
Version: 1.0.1
Author: Scarlet's Web
Author URI: http://scarletsweb.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #066EA9;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #0073E6;
}
a:hover {
	text-decoration: underline;
	outline: none; 
}

p {
	margin: 0 0 10px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #FFFFFF;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#content {
}

#content-left {
	padding: 10px 20px;
	float: left;
	width: 560px;
}

.content-right {
	text-align: left;
	width: 253px;
	padding: 10px 20px;
}

.submenu {
	background: #E0EEF7 url(images/bg_bluenav.gif) no-repeat left top;
	min-height: 260px;
}

.content {
	background-color:#FFFFFF;
}


/*	##################################
   	HEADINGS
	################################## */

h1 {
	font-weight: bold;
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

h1 a {
	color: #FF9900;
	text-decoration: none;
}
a.title, a.title:hover, a.title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	line-height: 20px;
	text-decoration: none;
}
a.title2, a.title2:hover, a.title2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	line-height: 20px;
	text-decoration: none;
}
h2 {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */


/*	##################################
   	CONTENT
	################################## */

	/** box left */

.box-left {
	margin: 0 20 10px 0px;
}
.meta {
	clear: both;
	padding: 5px;
	border-top: 1px dotted #336699;
	color: #336699;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-date.gif) no-repeat 0px 2px;
    font-size: 11px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-categories.gif) no-repeat 0px 2px;
    font-size: 11px;
	color: #336699;
}
 .meta-categories a, .meta-comments a {
    font-size: 11px;
	color: #336699;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-comments.gif) no-repeat 0px 2px;
     font-size: 11px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
}

.box-right ul {
	padding: 0px;
	list-style: none;
}

.box-right li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px dotted #336699;
	list-style: none;
}
.page_item {

}
.current_page_item, .current_page_parent {
	color: #003366;
}
.box-right li a {
	color: #336699;
	text-decoration: none;
}

.box-right li a:hover, .box_right li.current_page_item a {
	color: #003366;
	text-decoration: none;
}

.subpage {
	padding-left: 25px;
}


/*	##################################
   	COMMENTS
	################################## */

	#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #FFFFFF;
	border: 1px solid #dadada;
	color: #B5C5AB;
	background: #FFFFFF;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 0 5px;
	background: #95C734;
	border: none;
	color: #FFFFFF;
}

.commentlist {
	margin: 10px;
	padding: 0px;
}

.commentlist .quote {
	padding: 10px 50px 10px 10px;
}

.commentlist li {
	margin: 20px 0 0 40px;
	padding: 0px;
	border: 1px 0 dotted #336699;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 10px 25px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */

	#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #FFFFFF url(images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #ADE3ED;
	border: none;
	color: #FFFFFF;
}

/*	##################################
   	FOOTER
	################################## */

#footer1 {
	background-color: #FFF;
	background-image: url(images/tb_bottom.jpg);
	background-repeat: no-repeat;
	height: 68px;
}
.footer1txt, a.footer1:link, a.footer1:visited {
	text-decoration: none; 
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding-top: 20px;
}
a.footer1:hover {
	text-decoration: underline;
}
#footer2 {
	text-align: center;
	padding: 5px;
}
.footer2txt, a.footer2:link, a.footer2:visited {
	text-decoration: none; 
	font-size: 11px;
	color: #CCC;
}
a.footer2:hover {
	text-decoration: underline;
}

#footer {
	width: 936px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

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

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/** MISC CSS */

.tb_left {
	background-color: #066EA9;
	background-image: url(images/tb_left.png);
	background-repeat: repeat-y;
	width: 20px;
}
.nav {
	background-color: #95C734;
	height: 24px;
	border-bottom: 1px solid #FFFFFF;
}

.green_box {
	background-color: #E1EFC6;
	font-size: 11px;
	color: #066EA9;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
a.green, a.green:active, a.green:visited {
	color: #00356D;
	text-decoration: none;
	font-size: 11px;
}
a.green:hover {
	color: #00356D;
	text-decoration: underline;
	font-size: 11px;
}
.blue_box {
	background-color: #81A4C8;
	border-left: 1px solid #FFFFFF;
}
.tb_right {
	background-color: #066EA9;
	background-image: url(images/tb_right.png);
	background-repeat: repeat-y;
	width: 20px;
}
.side_table {
	padding: 5px;
	border: 1px solid #FFF;
}
.side_table_head {
	font-size: 12px;
	font-weight: bold;
	color: #093A7D;
	padding: 0 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.tb_left {
	background-color: #066EA9;
	background-image: url(images/tb_left.png);
	background-repeat: repeat-y;
	width: 20px;
}
.nav {
	background-color: #95C734;
	height: 24px;
	border-bottom: 1px solid #FFFFFF;
}
.portfolio {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.facebook {
	border-top: 1px solid #C0C0C0;
}
ul.reg,li.reg, li {
	line-height: 20px;
	list-style-image: url('images/icon_01b.gif');
}