/*  
Theme Name: CloudMixer
Author URI: http://www.justinparks.com
Version: V0.1
Author: Justin Parks
Description: CloudMixer two-column, widget-ready uber cool cloud site.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #3562d6 url(images/bg.jpg) top center no-repeat;
	color: #000000;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}

img {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EFEFEF none repeat scroll 0 0;
	border:1px dashed grey;
	margin:5px;
	padding:5px;
}

a {
	color: #0066cd;
	text-decoration: underline;
	} 

a:visited{
	color: #cc22aa;
	text-decoration: underline;
	}
	
a:hover{
	color: #000000;
	text-decoration: underline;
	}
	
#container { 
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari */
	border: #b5cdff solid 1px;
	width: 950px;
	display: block;
	background: #FFFFFF; 
	text-align: left; 
	margin: 10px auto 10px;
	padding: 10px;
	}
	
#contenttop {
	background:transparent url(images/content-top.png) no-repeat center top;
	width: 970px;
	height: 25px;
	margin: auto;
	}
	
* html #container {
	overflow: hidden;
}
#header { 
	height: 210px;
	width: 950px; 
	margin: 0px auto;
	position: relative;
	}
	
#logo { background-image:url(images/logo.png);
	background-repeat:no-repeat;
	top: 0px;
	height:170px;
	position: relative;
	width:325px;
 }
 
#homelink { 
	background-color:transparent;
	height:160px;
	left:0;
	position:absolute;
	top:10px;
	width:345px;
 }
 
#sponsor { background-image:url(images/sponsor-button.png);
	background-repeat:no-repeat;
	float:right;
	height:100px;
	padding:10px 0;
	position:relative;
	top:215px;
	width:450px;
 }
 
#sponsorlink { 
	background-color:transparent;
	height: 100px;
	left: 0;
	position:absolute;
	top: 0px;
	width: 450px;
 }
 
#twitterlink { 
	background-color:transparent;
	height:70px;
	left:10px;
	position:absolute;
	top:15px;
	width:70px;
 }
 
#rsslink { 
	background-color:transparent;
	height:70px;
	left:170px;
	position:absolute;
	top:15px;
	width:70px;
}
 
#emaillink { 
	background-color:transparent;
	height:70px;
	left:90px;
	position:absolute;
	top:15px;
	width:70px;
}

/* The title of the page, in the top left. White. */
#header .title {
	color: #2c9aea;
	font-size: 35px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	width: 50%;
	}

#header .title a {
	color: #2c9aea;
	text-decoration: none;
	}

#header .title a:hover {
	color: #2c9aea;
	text-decoration: none;
	}
/* the Tagline of the blog, beside the title. Black. */
#header .description {
	color: #000000;
	font-size: 25px;
	font-family: "Arial", Times New Roman, Sans-Serif; 
	margin: 0px 0px 0px 75px;
	font-style: italic;
	}

#menu { 
	backgroung: #ffffff;
	display:block;
	height:33px;
	margin:0 auto;
	padding:7px;
	width:950px;
	}
	
* html #menu {
	bottom: 0px;
}
#navlist, #navlist ul {
	height: 33px;
	width: 870px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#navlist li {
	border:medium none;
	display:inline;
	float:left;
	height:30px;
	margin:0 3px;
	padding:5px;
	text-align:right;
	width:auto;
}
#navlist li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #00296e;
	width: auto; height: 33px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border: none;
	padding: 6px 0px 0px 0px;
}
#navlist li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	color: #00296e;
}
#content { 
	width: 570px; 
	float: left; 
	margin-bottom: 20px;
	}
#content p{
	margin: 0px;
	line-height: 20px;
	padding: 10px;
	}

img.alignright {float:right; margin:0 0 1em 1em; border:1px dashed grey;}
img.alignleft {float:left; margin:0 1em 0em 0; border:1px dashed grey;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; border:1px dashed grey;}
a img.alignright {float:right; margin:0 0 1em 1em; border:1px dashed grey;}
a img.alignleft {float:left; margin:0 1em 1em 0; border:1px dashed grey;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; border:1px dashed grey;}
	
#content h1 {
	color: #2c9aea;
	font-size: 25px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #2c9aea;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #c63ce8;
	text-decoration: none;
	}

#content h2 {
	color: #2c9aea;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 5px;
	line-height: 150%;
	border-bottom: 1px #999999 dashed;
	}
#content h2 a  {
	color: #2c9aea;
	text-decoration: none;
	font-size: 22px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}

#content h2 a:hover {
	color: #c63ce8;
	text-decoration: none;
	}

#content h3 {
	color: #939393;
	font-size: 18px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 5px;
	line-height: 150%;
	border-bottom: 1px #999999 dashed;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 250px; 
	background: #FFFFFF;
	float: right; 
	margin: 0px 20px 20px 20px;
	padding: 5px 15px 15px 15px; 
	}

#subscribelinks { background-image:url(images/subscribelinks.png);
	position:relative;
	height:107px;
	width:250px;
}
	
#sidebar h2 {
	color: #2c9aea;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #000000;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #99cc00;
	text-decoration: underline;
	}

#footer { 
	clear: both;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: #2c9aea;
	text-align: center;
	border-top: 1px dotted #cccccc;
}

#footer2 { 
	clear:both;
	color:#2c9aea;
	font-family: "Trebuchet MS", Georgia,Times New Roman,Serif;
	font-size:12px;
	padding:10px;
	text-align:center;
}	
	
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #669900;
	text-decoration: none;
}
#content, #footer { padding: 15px; }

/*=== Author Page and Author Boxes on Posts ===*/

.postauthor {
    border: 1px dashed grey;
    padding: 15px;
    margin: 10px 0;
}

.postauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.postauthor img {
    float: left;
    margin: 0px 10px 10px 0px;
}

.postsbyauthor {
    color: #FF6600;
	font-size: 16px;
	font-weight:bold;
    border: 1px dashed grey;
    padding: 15px;
    margin: 10px 0;
}

#postsbyauthor li {
	font-size: 14px;
	font-weight:bold;
    border: 1px dashed grey;
    padding: 15px;
    margin: 10px 0;
}