/* Main structure
----------------------------------------------- */
body.cloudy {min-width: 800px; background: #FFF;}

body.cloudy #wrapper { width: 800px; background: #F7F6E8;}
	body.cloudy #content { padding: 2em 20px; }
	
body.cloudy .rtl #wrapper { text-align: right; direction: rtl; }
	#header, #content { margin-bottom: 2em; padding-left: 0px; padding-right: 0px; }

/* Positioning
----------------------------------------------- */
body.cloudy .primary { width: 500px; }
	body.cloudy.janus .primary { float: left; }
body.cloudy .primary-span { padding: 0 0 0 265px; clear: both; }
	body.cloudy.janus .primary-span { padding: 0 225px 0 0; }

body.cloudy .secondary { width: 200px; float: right;}
	body.cloudy.janus .secondary { float: right; }
body.cloudy .secondary-span { padding: 0 0 0 565px; }
	body.cloudy.janus .secondary-span { padding: 0 525px 0 0; }
	
body.cloudy #sidebar { padding-top: 1.06em; }


/* Header
----------------------------------------------- */
body.cloudy #header {padding: 0 0 0 0; margin: 0px 0px -10px 0px;}
body.cloudy #header-image { padding: 0px 0px 0px 0px;}
body.cloudy	#title { border-bottom: 1px solid #587498; padding-left: 20px;}
body.cloudy	#navigation {border-bottom: 1px solid #587498; padding-left: 20px; padding-right: 20px;}

/* Navigation
----------------------------------------------- */
body.cloudy #wrapper .nav-current:link, #wrapper .nav-current:visited, #wrapper .nav-current:active { color: #003366; }
body.cloudy #wrapper .nav-current:hover { color: #E33017; }
	

	/* Feed icon
	------------------------------------------- */
	
	body.cloudy .janus .feed, body.rtl .feed { float: right; padding: 1px 20px 0px 0px; background-position: 100% 1px;}

/* Content
----------------------------------------------- */
body.cloudy code {
	font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #8fafbf;
	}
body.cloudy acronym {
	border-bottom: 1px solid #5c8499;
	}

		/* Headers
		--------------------------------------- */
		body.cloudy h3 {
			color: #a8a8a8;
			}
			
		body.cloudy .title{
			clear: both;
		}
				
		body.cloudy .entry h3{
			display: inline;
			border-bottom: 0px;
			padding-left: 3px;
			padding-right: 3px;
		}
		
		body.cloudy a h3{
			display: inline;
			border-bottom: 0px;
			padding-left: 3px;
			padding-right: 3px;	font-size: 0.7em; font-weight: normal; text-transform: uppercase; letter-spacing: 0.1em;
		}
		
		body.cloudy #blog-title{
			display: none;
		}
		
		body.cloudy h5 {
		font-family:"Times New Roman", Times, serif; font-size: 1.25em; font-weight: normal; font-style: bold; line-height: 120%; margin: 0 0 0.3em 0; color: #587498;
		}
		

		/* Post content
		--------------------------------------- */
			body.cloudy .articlenav {
				background: #F7F6E8;
				float: left;
				text-align: left;
				margin-left: 5px;
				}
			body.cloudy a.download:link, body.cloudy a.download:visited, body.cloudy a.download:active {
				background: #fafcfc url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #8fafbf; border-bottom: 1px solid #8fafbf !important;
				}
			body.cloudy a.download:hover {
				background: #fafafa url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8 !important;
				}
			body.cloudy a img {
				border: 0px;
				}
			body.cloudy a:hover img {
				border: 0px;
				}
			
		/* Comments
		--------------------------------------- */
				body.cloudy .comments-feed a {
					background: url('../images/feed.gif') no-repeat 100% 50%;
					}
		body.cloudy .author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			background: #fff;
			}
		body.cloudy .trackback {
			background: url('../images/trackback.gif') no-repeat 100% 60%;
			}

	/* Comment form
	--------------------------------------- */
	body.cloudy #submit {float: right;}
			
/* Links
----------------------------------------------- */
body.cloudy a:link, body.cloudy a:active, body.cloudy a:visited {
	color: #587498;
	}
body.cloudy a:hover {
	color: #E33017;
	}

body.cloudy .content a:link, body.cloudy .content a:visited, body.cloudy .content a:active, body.cloudy .post-content a:link, body.cloudy .post-content a:active, body.cloudy .post-content a:visited, body.cloudy .comment-content a:link, body.cloudy .comment-content a:active, body.cloudy .comment-content a:visited, body.cloudy #blurb a:link, body.cloudy #blurb a:active, body.cloudy #blurb a:visited, body.cloudy .recent p a:link, body.cloudy .recent p a:active, body.cloudy .recent p a:visited {
	border-bottom: 0px solid #ccc;
	}
body.cloudy .content a:hover, body.cloudy .post-content a:hover, body.cloudy .comment-content a:hover, body.cloudy #blurb a:hover, body.cloudy .recent p a:hover {
	border-bottom: 0px solid #E33017;
	}
	
body.cloudy #secondary img{
	margin: 0 0 0.8em 0;
	padding: 0px 8px 0.4em 8px;
	border-bottom: 1px solid #e5e5e5 length ;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
}

body.cloudy .transparent{
	opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
}

body.cloudy .transparent a:hover{
	opacity:0.7;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
}

body.cloudy .transparent img.space {
	padding: 0px 2px 0px 0px;
}

body.cloudy .showtitle {
	color: #E33017;
}

body.cloudy .showinfo {
	padding: 0px 0px 0px 15px;
	color: #666666;
}

