/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00012f;
	background-image:url(images/bg.png);
	background-color:#000e6d;
	background-repeat:repeat-x;
}
h1 {
	font-size:20px;
	color:#0065fe;
}
h2 {
	font-size:20px;
	color:#000000;
}
ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
li {
	padding-left:20px;
	background-image:url(images/ok.png);
	background-repeat:no-repeat;
}
a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
a:active {
	color:#FF0000;
	text-decoration:none;
}

#box {
	margin:0 auto;
	background-image:url(images/bg_box.png);
	background-repeat:no-repeat;
	background-color:#00012f;
	width:940px;
	min-height:700px;
}
#header {
	height:200px;
}
#container {
	background-image:url(images/shadow.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	min-height:400px;
	width:910px;
	margin:0 auto;
        padding:0px 0px 10px 0px;
}
#footer {
	font-size:11px;
	text-align:center;
	padding:15px;
	color:#FFF;
	margin:0 auto;
	height:65px;
}
#menu {
	margin:0px;
	height:46px;
}
#flash {
	width:346px;
	height:200px;
	float:right;
	}
.content {
	padding:30px 0px 0px 20px;
	width:590px;
}
.sidebar {
	float:right;
	width:250px;
	margin:30px 20px 0px 0px;
    overflow:auto;
    /*max-height:350px;*/
}
.quote {
	width:200px;
	background-color:#ccffff;
	padding:5px 20px;
	margin:10px 20px 0px 20px;
	float:right;
}
.menul {
	list-style:none;
	margin:4px 0px 0px 15px;
}
.menuli {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-image:none;
	padding:14px 0px;
	float:left;
}
.menuli a:hover {
	background-image:url(images/bg_rollover.png);
	background-repeat:repeat-x;
	cursor:pointer;
}
.menuli a {
    padding:14px 10px;
	color:#FFF;
	text-decoration:none;
}

.input_text, textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url("images/fieldbg.gif") repeat-x top;
	width: 200px;
}
textarea {
	width:450px;
	height:100px;
}
.form_title {
	font-weight:bold;
	padding: 5px 0;
}

.space {
	width:50px;
}

.required {
	color:red;
	font-weight:bold;
}

.client_name {
}



/**
*
* Wordpress Styles
*
**/

.post h2 {
	margin-bottom:5px;
}

.post .date {
	color:#737373;
	font-size:11px;
}

p {
	margin-bottom:7px;
}

.post p { margin:15px 0 15px 0; }

#comments {
	margin-bottom:10px;
}

.comments {
	margin-top:20px;
}

.comments ol {list-style:none; padding:0; margin:0;}
.comments ol li {list-style:none; background:none; padding:0; margin:0;}

.comments .the_comment {
	font-size:11px;
}

.comments .the_comment_text {
	
}

.comment_wrap {
	border:1px solid #ccc;padding:5px;
	margin-bottom: 5px;
}

#respond {
	margin-top:15px;
	margin-bottom:15px;
}

#add_comment {
	width:500px;
}

#add_comment label {
	width:450px;
	display:block;

}

#add_comment input, #add_comment textarea  {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url("images/fieldbg.gif") repeat-x top;
	width: 570px;
	padding:5px;
	margin-bottom:5px;
}

#add_comment #submit {
	background:#000E6D;
	border:#4242FF;
	color:#F9F9F9;
	font-weight:bold;
	width:250px;
}

#sidebar-ul {
}

.widget_archive, .widget_recent_entries, .widget_search {
	background:none;
}

.widget {margin:0 0 15px 0;}


.widget_search .input_text  {
	width:150px;
	padding:4px;
}

.widget_search #searchsubmit {
	padding:3px;
}
ul.paginador li{
	background:none;
}
.powered {
	color:transparent !important;	
}
a img{
	border:none;
}
.powered img {
	margin:0px 10px 10px 0px;
}