@charset "utf-8";

/*  

Theme Name: Clouds_s1_code_with_design

Theme URI: http://codewithdesign.com/

Description: Clouds_s1_code_with_design is created by Caleb Jonasson on the foundation of wordpress and copyright under creative commons.

Version: 1.0

Author: Caleb Jonasson

Tags: white, CSS3, drop-shadow, cloud, clouds

*/

html {
	font-size:100%;
}
html, body {
	border:0;
	margin:0;
	padding:0;
}
* 
{
	padding:0;
	margin:0;
}
body { 
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color:#232323;
	background:#EAF4FF
	url(images/bg.png) no-repeat;
	padding-bottom:20px;
}

/***** Headings *****/



h1, h2, h3, h4, h5, h6 

{
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:3px 3 10px 3;
	font-size:20px;
	color:#333333;
	text-transform:uppercase;
}
h2 {
	padding:3px 3 20px 3;
	font-size:18px;
}
h3 {
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#ac1616;
	padding:3px 3 20px 3;
}

/***** Common Formatting *****/
p, ul, ol {
	margin:0;
	padding:0 0 20px 0;
}
ul, ol {
	padding:0 0 0px 2.5em;
}
blockquote {
	margin:0 0 20px 0px;
	padding:10px 10px 10px 60px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#F2F2F2 url(images/br_corner_cloud.png) bottom right no-repeat;
}


small 

{

	font-size:0.85em;

}



img {
	border:none;
	

}
sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
}
/***** Links *****/
a,a:link,a:visited,a:hover {
	text-decoration:none;
}
a:link {
	color:#4180B6;	
}

a:visited {
	color:#ac1616;	
}
a:hover {
	color:#69AEE7;
}
a:active {
	color:#ff4200;
}
/***** Forms *****/
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	letter-spacing:1px;
	font: 12px/100% "Plantagenet Cherokee";
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}

/***** Tables *****/

table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:2px;
	border:0;
}
table tr th {
	padding:2px;
	border:0;
}
/***** Wrapper *****/
.wrap 
{
	width:1000px;
	margin:0 auto;
}

/***** Global Classes *****/
.clear         { clear:both; overflow:hidden; width:1px; height:1px;}
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 
.aligncenter,
div.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: #ffffff;
   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;
}
/**************  Classes  **************/

/*++++++++++++++  Header  +++++++++++++++*/
.header {
	width:1000px;
	height:150px;
	position:relative;
	background: #ffffff url(images/header.png) no-repeat;
	-moz-box-shadow: 0 0px 5px #666;
	-webkit-box-shadow: 0 0px 5px #666;
}

h1.logo

{
	margin:0;
	padding:0;
	font:bold 34px/34px 'Script MT Bold';
	letter-spacing:-1px;
	color:#323236;
	position:absolute;
	left:57px;
	top:3px;
}
h1.logo a, h1.logo a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:-1px;
	font-weight:bold;
	font: 40px "Tw Cen MT Condensed";
	text-shadow:1px 1px 1px #666;
}

.description

{
	margin:0;
	padding:0;
	font:bold 11px/11px "Trebuchet MS", Helvetica, sans-serif;
	color:#000;
	position:absolute;
	left:57px;
	top:44px;
	letter-spacing:1px;
	font: 14px/100% "Plantagenet Cherokee";
	
}
.subscribe_rss{
	margin:0;
	padding:0;
	color:#ff9900;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	right:200px;
	letter-spacing:-1px;
	font-weight:bold;
	font: 40px "Tw Cen MT Condensed";
	text-shadow:1px 1px 1px #666;
}
.subscribe_rss a, .subscribe_rss a:visited
{
	color:#ff6600;
	text-decoration:none;
}
.subscribe_email{
	margin:0;
	padding:0;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	color:#333333;
	right:80px;
	top:10px;
	letter-spacing:-1px;
	font-weight:bold;
	font: 40px "Tw Cen MT Condensed";
}
.subscribe_email a, .subscribe_email a:visited{
	color:#666;
	text-decoration:none;
}
.subscribe_email a:hover, .subscribe_rss a:hover{
	color:#fff;
}
ul.menu

{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:100px;
	left:55p;
}
ul.menu li {
	float:left;
	font:bold 11px/11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	color:#ffffff;
	padding:0 21px 0 21px;
	margin:0;
	position:relative;
	text-align: center;

}

ul.menu li a, ul.menu li a:visited {		
	color:#ffffff;	
}
ul.menu li a:hover {		
	color:#333333;		
}
ul.menu li ul { 	
	position: absolute; 
	left:0px; 
	top: 10px;
	padding:0;
	margin:0;
	display:none; 
	width:130px;
	background:#c7d1db;
	list-style:none;

}
ul.menu li ul li
{
	float:none;
	padding:5px 0 5px 5px;
	display:block;
	margin:0;
	position:relative;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

ul.menu li ul li ul
{
	position: absolute; 
	left:150px; 
	top:0px;
	display:none; 
	padding:0px 0 0 0;
	list-style:none;
}
ul.menu li:hover ul, ul.menu li.over ul { display: block; } 
ul.menu li:hover ul li ul, ul.menu li.over ul li ul { display: none; } 
ul.menu li ul li:hover ul, ul.menu li ul li.over ul { display: block; } 
/* Content */ 

.content

{
	width:100%;
	overflow:hidden;
	background:#ffffff;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
}
.content_left
{
	width:100%;
	overflow:hidden;
	background:#ffffff;
}

.content_right
{
	width:100%;
	overflow:hidden;
	background:#ffffff;
}
/* Mainbar */
.mainbar
{
	float:left;
	width:669px;
	overflow:hidden;
	display:inline;
	margin:13px 0 20px 0px;
}
.mainbar_top {
	width:669px;
	overflow:hidden;
	background:url(images/grey_grad.png) repeat-x;
}
.mainbar_bottom
{
	width:669px;
	overflow:hidden;
	background:#ffffff;
	
	padding:40px 0;
}
.mainbar_inner
{
	width:600px;
	margin:0 0 0 30px;	
}

.post
{
	width:100%;
	margin:0 0 0 20px;
	position:relative;
	letter-spacing:2px;
	background:#FFFFFF;
}
.post img{
border:none;
	margin:5px;
        background:#f2f2f2;
        padding:5px;
border:1px solid #ccc;
}
.post h2.post_header
{
	font:normal 24px/24px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0 0 7px;
	margin-left: 20px;
	padding:10px;
	background:#f2f2f2 url(images/br_corner_cloud.png) bottom right no-repeat;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border: 1px solid #ccc;
	
}
.post h2.post_header a, .post h2.post_header a:visited
{
	color:#666;
}
.post h2.post_header a:hover
{
	color:#222;
}
.post_line
{
	width:100%;
	height:7px;
	margin:0 0 12px;

}

.post_content {

	line-height:20px;
	margin-left:20px;
}
.post_data

{
	width:540px;
	background:#f2f2f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:4px 10px;
	font:normal 12px/12px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0px 0 50px 0;
	border: 1px solid #ccc;
	padding-top:15px;
	height:50px;
	background:url(images/tr_corner_cloud.png) top right no-repeat #f2f2f2;
}

.post_data a, .post_data a:visited{h 
	color:#555;
	text-decoration:none;
}
.post_data a:hover{
	color:#333;
	text-decoration:underline;
}
.post_date{
	width:46px;
	height:90px;
	background: #BCD9FF url(images/date.png) no-repeat;
	position:absolute;
	left:-51px;
	top:0;	
	color:#666;
	border: 1px solid #ddd;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;

}
.post_date_top{
	margin:0px 0 0 0;
	margin-top:30px;
	font:bold 24px/24px Georgia, "Times New Roman", Times, serif;
	text-align:center;	
}

.post_date_bottom{
	margin:0px 0 0 0;
	font:bold 12px/12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-transform:uppercase;
}
.post_old_entries {
	float:left;
	font:bold 20px/20px Georgia, "Times New Roman", Times, serif;
	margin-left:-31px;
	padding:5px 15px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}
.post_old_entries a{
	color:#666666;
}
.post_old_entries a:hover {
	color:#333333;
}
.post_new_entries {
	float:right;
	font:bold 20px/20px Georgia, "Times New Roman", Times, serif;
	margin-right:-31px;
	padding:5px 15px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}
.post_new_entries a {
	color:#666666;
}
.post_new_entries a:hover {
	color:#333333;
}
/* Comments */

.comments{
	width:100%;
	overflow:hidden;
	border-top:1px solid #413a1f;
	color:#232323;
}
.comments h1{
	padding:20px 0 10px;
}
ol.commentlist{
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
li.comment{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback .vcard{
	padding:0 0px 0 75px;
}
li.pingback .p{
	padding:0 0px 0 75px;
}
li.pingback .commentmetadata{
	padding:0 0px 0 75px;
}
li.comment img{
	border:5px solid #7b9db4;
	float:left;
	margin:0 15px 0 0;
}

li.comment cite{
	font-style:normal;
	font-size:14px;
	line-height:80%;
	margin:0;
	padding:0;
}
li.comment span{
	font-style:normal;
	font-size:11px;
}
.commentmetadata{
	margin:0;
	padding:0 0 8px;
	line-height:80%;
	font-size:10px;
}
.comment-body{
	width:100%;
	overflow:hidden;
}
.comment-body p{
	width:485px;
	overflow:hidden;
	float:right;
	padding:0 0 15px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.comment-body blockquote{
	overflow:hidden;
	float:right;
	padding:0 0 10px 10px;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*Comment form*/

.commentform
{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	border-bottom: 2px solid #666666;

}

.commentform_inner h1
{
	padding:0 0 0px;
}
.commentform_inner
{
	padding:10px 10px 15px;
	overflow:hidden;
}
.commentform_inner h3
{
	padding:0 0 10px 9px;
	color:#fff;
}

.commentform_hint
{
	padding:6px 9px;
	overflow:hidden;
	color:#666;
	font-size:11px;
	margin:0 0 5px 0;
}

form.commentform_form
{
	width:100%;
	overflow:hidden;
}
.commentform_left{
	float:left;
	width:147px;
	overflow:hidden;
	padding:0 0 0 9px;
}
.commentform_right {
	float:right;
	width:360px;
	overflow:hidden;
}
.commentform_title{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:5px 0 2px 4px;
}
.commentform_left input{
	width:145px;
	height:19px;
	border:1px solid #ccc;
}
.commentform_right textarea
{
	width:358px;
	height:150px;
	border:1px solid #ccc;
	background:eee;
	letter-spacing:3px;
	font: 14px/100% "Plantagenet Cherokee";
}

.commentform_right input.commentform_submit

{
	width:67px;
	height:20px;
	background:#eee;
	margin:12px 0 0 0;
	border:1px solid #ccc;
	font-size:12px;
	cursor:pointer;
}
.tags
{
	padding:10px 0;
	font-size:10px;
}
/**/
.sidebar
{
	float:right;
	width:270px;
	overflow:hidden;
	margin:22px 0 0 10px;
}
.sidebar ul, .sidebar ul li, .sidebar ul li ul, .sidebar ul li ul li
{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	background:none;
	overflow:hidden;
}
.sidebar ul li, .sidebar ul, .sidebar ul li ul
{
	display:block;
}
.sidebar ul li
{
	width:270px;
	border-top:1px solid #f1f1f1;
	background:#ffffff;
	margin:0 0 10px 0;
	overflow:hidden;
}
.sidebar ul li h2
{
	width:270px;
	height:33px;
	background:#ffffff;
	margin:11px 0 20px 0;
	color:#666;
	text-transform:uppercase;
	font: bold 24px/33px "Trebuchet MS", Helvetica, sans-serif;
	padding:0 0 0 18px;
	background: #F2F2F2;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
}
.sidebar ul li h2 a{
	color:#999999;
}
.sidebar ul li h2 a:hover{
	color:#666666;
}
.sidebar ul li ul
{
	width:232px;
	margin:0 0 10px 0;
	padding:0;
}
.sidebar ul li ul li
{
	margin:0 0 0px 10px;
	padding: 5px 0 5px 13px;
	background:#ffffff;
}
.sidebar ul li ul li a, .sidebar ul li ul li, .sidebar ul li ul li a:visited
{
	font:normal 13px/13px Georgia, "Times New Roman", Times, serif;
	color:#000;
}

.sidebar ul li ul li a:hover
{
	color:#73794f;
}
.sidebar ul li input.search_input
{
	width:180px;
	height:30px;
	background:#eee;
	border:1px solid #ccc;
	vertical-align:middle;
	font:normal 20px/100% "Trebuchet MS", Helvetica, sans-serif;
	padding:0px 0 0 5px;
	margin:0 5px 0 0;
}
.sidebar ul li input{
	vertical-align:middle;
}
.sidebar ul li input.submit_search
{
	width:34px;
	height:32px;
	background:#ffcc99;
	border:1px solid #ccc;
	margin:0 0 0 0px;
	padding:0;
	font:bold 20px/100% "Trebuchet MS", Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
	cursor:pointer;
}
.sidebar ul li input.submit_search a:hover

{
	color:#ccc;
	background:#fff;
}

form.sidebar_search
{
	width:232px;
	padding:13px 18px;
	display:block;
}
#footer {
	padding-left:20px;
}
.footer{
	width:100%;
}.footer_left{
	width:100%;
	height:120px;
	
}
.footer_right{
	width:100%;
	height:55px;
	position:relative;
}
	.copy
{
	position:absolute;
	top:10px;
	padding:20px;
	line-height:30px;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color:#000;
	background:url(images/copy.png) top right no-repeat #BCD9FF;
	border: 1px solid #ddd;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;
	margin-left: 51px;
}
.copy_support
{
	position:absolute;
	top:80px;
	right:30px;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color:#333;
	height:50px;
	background:#f2f2f2;
	border: 1px solid #ddd;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;
}
.copy_support a{
	color:#FFCC33;
}
.copy_support a:hover{
	color:#FF6600;
}
table#wp-calendar
{
	width:100%;
}