/*   
Theme Name: Sunshine
Theme URI: http://iconbee.willmayo.com
Description: A natural alternative.
Author: Will Mayo
Author URI: http://www.willmayo.com
.
You are free to use this theme for personal use
.
*/

/* Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;border:0;} fieldset,img,abbr{border:0;} a img{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul,ol{list-style:none;line-height:normal;} caption,th{text-align:left;}

br {margin: 0; padding: 0; border-width: 0; line-height: 0; height: 0; display: none;}

/* Layout
############################################# */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #328A45 url('images/bg.jpg') top left no-repeat;
	color: #333;
	text-align: left;
	}

#container {
	width: 656px;
	margin: 0 auto;
	}

#sun {
	width: 656px;
	margin: 0;
	padding: 93px 79px 0;
	background: url('images/sun.png') right 27px no-repeat;
}

#header {
	height: 25px;
	margin: 0 auto 0;
	}
	
#content {
	width: 656px;
	font-size: 1.2em;
	}

div.post {
	width: 386px;
	float: left;
	background-color: #fff;
	padding: 24px;
	margin: 0px 0 3px;
	}

#content.wide div.post {
	width: 605px;
	margin: 3px 0 3px 3px;
	text-align: center;
	float: none;
}

#navigation {
	clear: both;
	padding: 0 3px;
}

/* Styles
############################################# */

h1,h2,h3,h4,h5,h6 {
	color: #328A45;
	margin: 0 0 6px;
}

h3,h4,h5,h6 {
	margin: 12px 0 6px;
}

p {
	margin: 6px 0;
}

a, a:link, a:active, a:visited, a:hover {
	color: #3B5FDB;
}

/* Speacial download link */
h2 a.download {
	padding: 1px 30px 2px 0px;
	background: #fff url('images/download.png') center right no-repeat;
}

/* Icon Block
############################################# */
div.icon-block {
	background: transparent url('images/icon-block-bg.png') center no-repeat;
	width: 210px;
	height:150px;
	float: left;
	padding: 3px;
	margin: 0 4px 4px 0;
}

#icon-block-3.icon-block,
#icon-block-6.icon-block {
	margin-right: 0;
}

div.icon-block img {
	width: 210px;
	height:150px;
	float: left;
	z-index: 1;
}

a.download-link,
a.download-link:link,
a.download-link:hover,
a.download-link:active,
a.download-link:visited {
	font-size: 0;
	display:block;
	position:relative;
	margin-left: -210px;
	z-index: 2;
	width:210px;
	height:150px;
	overflow: hidden;
	background-image: none;
	float: left;
}
a.download-link:hover {	background: transparent url('images/visit.png') top left no-repeat;}
a.download-link:active { background: transparent url('images/visit-active.png') top left no-repeat;}
a.download-link strong {
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: relative;
	left: -999em;
}
/* Footer
############################################# */
#footer {
	padding: 35px 0 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	height: 118px;
	background: transparent url('images/dashed-line.png') top right no-repeat;
	padding: 0;
	text-align: right;
	}

#footer img {
	position: relative;
	margin-right: -230px;
	padding: 0 10px;
}

/* Wordpress Items
############################################# */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
.postmetadata {
	text-align: center;
	margin: 10px 0;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
/* End Various Tags & Classes*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist cite a {
	color: #333;
	}
.commentlist cite a:hover {
	text-decoration: underline;
}

.commentlist a,
.commentlist a:link,
.commentlist a:active,
.commentlist a:visited,
.commentlist a:hover {
		text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 12px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 6px 0 3px;
	padding: 6px 12px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 6px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 6px 0 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentmetadata a {
	color: #777;
	}
/* End Comments */