/*
Theme Name: dustindikes.com - Clouds
Theme URI: http://wordpress.org/
Description: WP Theme built for specific use on dustindikes.com
Version: 3.0
Author: Dustin Dikes
Author URI: http://www.dustindikes.com
Tags: sky clouds

*/

/*//////////////////////////////////////////////*/
/*				DEFAULT SYTLES					*/
/*//////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	margin: 0;
}

body {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}

p {
	color: #4c5c76;
	font-family: Verdana,Helvetica,Geneva,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 0 10px 0;
	word-spacing: 4px;
}

a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

a {
	color: #00aeef;
	font-family: Verdana,Helvetica,Geneva,Arial,sans-serif;
}
	
	a:hover {
		color: #002753;
	}
	
h1 {
	display: none;
}

h2 {
	color: #4c5c76;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0 10px 0;
}

h3 {
	color: #4c5c76;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.double-top {
	border-top: solid 1px #000;
}

.double-bottom {
	border-bottom: solid 1px #000;
}

/*//////////////////////////////////////////////*/
/*					MAIN SYTLES					*/
/*//////////////////////////////////////////////*/

#wrapper, #header, #nav {
	width: 800px;
}

#wrapper {
	margin: 0 auto 0 auto;
	min-height: 500px;
}

	#island {
		display: block;
		margin: 95px 500px 0 0;
	}
	
	#logo {
		display: block;
		margin: 0 auto 0 auto;
	}



#content {
	margin: 0 auto 0 auto;
	padding: 25px;
	width: 750px;
}

/*//////////////////////////////////////////////*/
/*				INTERIOR SYTLES					*/
/*//////////////////////////////////////////////*/	

#crumbs {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 0;
}

	#crumbs a, #crumbs .current {
		font-family: Verdana,Helvetica,Geneva,Arial,sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

	#crumbs a {
		color: #898989;
		text-decoration: none;
	}
		
		#crumbs a:hover {
			color: #25aae1;
			text-decoration: underline;
		}
		
#right {
	width: 550px
}

/*//////////////////////////////////////////////*/
/*				HOMEPAGE SYTLES					*/
/*//////////////////////////////////////////////*/	

#hello {
	background-image: url(images/hello.gif);
	background-repeat: no-repeat;
	height: 334px;
	width: 720px;
}
	
	#hello p {
		color: #4c5c76;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2;
		margin: 0 auto 0 auto;
		padding: 160px 0 0 30px;
		width: 500px;
		word-spacing: 0;
	}
	
	#hello a {
		color: #fff;
	}
	
		#hello a:hover {
			color: #4c5c76;
		}

/*//////////////////////////////////////////////*/
/*				 NAVIGATION SYTLES				*/
/*//////////////////////////////////////////////*/

#nav {
	margin: 0 auto 0 auto;
}

	#nav p {
		margin-top: 30px;
		text-align: center;
		word-spacing: 15px;
	}
	
		#nav a {
			color: #4c5c76;
			font-size: 15px;
			letter-spacing: 4px;
			text-decoration: none;
			text-transform: lowercase;
		}
		
			#nav a:hover {
				color: #00aeef;
			}
		
/*//////////////////////////////////////////////*/
/*				SIDEBAR SYTLES					*/
/*//////////////////////////////////////////////*/

#sidebar {
	float: left;
	padding: 2px 15px 15px 0px;
		width: 170px;
}

	#sidebar ul li {
			list-style-type: none;
			width: 170px;
		}
	
		#sidebar ul li a {
			color: #4c5c76;
			display: block;
			font-size: 13px;
			padding: 3px;
			text-decoration: none;
		}
		
			#sidebar ul li a:hover {
				background-color: #f1f1f1;
				color: #25aae1;
			}
			
			#sidebar ul li a.on {
				background-color: #f1f1f1;
				color: #25aae1;
			}

	.line-top {
		border-top: solid 1px #4c5c76;
	}
	
	.line-bottom {
		border-bottom: solid 1px #4c5c76;
	}

/*//////////////////////////////////////////////*/
/*				BLOG SYTLES						*/
/*//////////////////////////////////////////////*/

.post .title {
	float: left;
}

	.post a.title img.main {
		border: solid 2px #4c5c76;
		float: left
	}
	
		.post a:hover.title img.main {
			border: solid 2px #25aae1;
		}

.post .comments {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 25px;
	padding-top: 15px;
	position: relative;
		left: 13px;
	text-align: center;
	text-decoration: none;
}

	.post .comments span {
		font-size: 35px;
	}

.post .date {
	border-bottom: solid 1px #25aae1;
	float: left;
	height: 77px;
	padding: 8px 0 7px;
	text-align: center;
	width: 100px;
}

	.post .date a {
		text-decoration: none;
	}
	
		.post .date a .month {
			font-size: 20px;
			text-transform: uppercase;
		}
		
		.post .date a .day {
			font-size: 32px;
			font-weight: bold;
			line-height: 17px;
		}
		
		.post .date a .year {
			font-size: 17px;
			line-height: 30px;
		}

.post .posted {
	padding-bottom: 0;
}

.heading {
	color: #4C5C76;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.post .content {
	margin-top: 15px;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.post .content .info {
		font-size: 11px;
		line-height: 18px;
		margin-top: 10px;
		padding-top: 3px;
	}
	
	.post .content .info a {
		text-decoration: none;
	}
	
		.tags a {
			background-color: #25aae1;
			background-image: url(images/tag.gif);
			background-position: right;
			background-repeat: no-repeat;
			color: #fff;
			padding-right: 10px;
			padding-left: 5px;
		}
		
			.tags a:hover {
				color: #4C5C76;
			}

/*//////////////////////////////////////////////*/
/*				COMMENT FORM STYLES				*/
/*//////////////////////////////////////////////*/

#respond {
	padding-bottom: 25px;
}

#commentform input, #commentform textarea {
	border: solid 1px #4C5C76;
	padding: 4px;
	/*CSS3 Rounded Corners*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	#commentform input:focus, #commentform input:hover, #commentform textarea:focus, #commentform textarea:hover {
		background-color: #f1f1f1;
		border-color: #25aae1;
	}
	
/*//////////////////////////////////////////////*/
/*				COMMENTS STYLES					*/
/*//////////////////////////////////////////////*/

.comment {
	padding: 10px 0 ;
}

	.comment .comment-left {
		border-right: solid 1px #000;
		float: left;
		width: 150px;
	}
	
		.comment .comment-left .number {
			color: #e1e1e1;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 70px;
			font-weight: bold;
			line-height: 70px;
			padding: 0;
			padding-right:8px;
			text-align: right;
		}
		
		.comment .comment-left .author {
			color: #25aae1;
			line-height: 0;
			padding-right: 10px;
			text-align: right;
		}
		
		.comment .comment-left .comment-date {
			color: #959595;
			font-size: 10px;
			line-height: 13px;
			padding-right: 10px;
			text-align: right;
		}
	
	.comment .content {
		border-left: solid 1px #000;
		float: left;
		margin-left: -1px;
		padding-left: 15px;
		width: 381px;
	}
	
#comments, #respond h3 {
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}

	
/*//////////////////////////////////////////////*/
/*				ARCHIVE STYLES					*/
/*//////////////////////////////////////////////*/
	
#archive-cal .cal {
	height: 150px;
	padding-top: 10px;
	width: 550px;
}
	
#archive-cal .cal .year {
	border-bottom:1px solid #25AAE1;
	color: #898989;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	height: 50px;
	letter-spacing: 5px;
	width: 123px;
	position: relative;
		top: 40px;
		left: -33px;
	/*CSS3 Rotate*/
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#archive-cal .cal .months {
	color: #ebebeb;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	height: 135px;
	line-height: 46px;
	padding-left: 41px;
	position: relative;
		left: -51px;
	text-transform: uppercase;
	width: 386px;
}
	#archive-cal .cal .months a {
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
	}
	
/*//////////////////////////////////////////////*/
/*				CODE PAGE STYLES				*/
/*//////////////////////////////////////////////*/

.post .code {
	margin-top: 0;
	padding-top: 0;
}

/*//////////////////////////////////////////////*/
/*				TAGS PAGE STYLES				*/
/*//////////////////////////////////////////////*/

#tags a {
	border-bottom: solid 1px #000;
	color: #b7b7b7;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;
	padding: 9px 0 2px;
	text-decoration: none;
	text-transform: uppercase;
	width: 550px;
}

	h2.tags {
		margin-bottom: 0;
	}

	#tags a:hover {
		color: #25aae1;
		background-color: #f1f1f1;
	}

/*//////////////////////////////////////////////*/
/*				FOOTER SYTLES					*/
/*//////////////////////////////////////////////*/

#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	height: 289px;
	width: 100%;
}

#footer-wrapper {
	background-color: #05aeef;
	width: 100%;
}

	#footer {
		margin: 0 auto 0 auto;
		padding: 0 25px 0 25px;
		width: 750px;
	}
	
		#footer p {
			color: #fff;
			font-size: 10px;
			letter-spacing: 2px;
			word-spacing: 4px;
			
		}
		
		#footer span a {
			color: #fff;
			font-size: 10px;
			text-decoration: none;
			text-transform: lowercase;
		}
		
			#footer span a:hover {
				color: #002157;
			}
		
.recent {
	float: left;
	height: 250px;
	padding: 0 10px 0 10px;
	width: 225px;
}

	.recent ul {
		padding: 0;
		margin-top: 6px;
	}

		.recent li {
			border-bottom: 1px solid #0072bc;
			font-family: Arial, "MS Trebuchet", sans-serif;
			list-style-type: none;
		}


	.recent h2 {
		font-family: Futura, Arial, "MS Trebuchet", sans-serif;
		color: #fff;
		padding-bottom: 0;
	}
	
	.recent a {
		color: #002157;
		font-size: 12px;
		text-decoration: none;
	}
		
		.recent a:hover {
			color: #fff;
		}
	
	.recent span {
		color: #0076a3;
		font-size: 11px;
	}