/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

body {
	margin: 0 auto;
	padding: 22px 0;
	width: 940px;
	font: 18px/26px Helvetica, Arial, sans-serif;
	background: #63C9F8;
}

h1, h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	padding-bottom: 22px;
	font-size:18px;
	font-family:"Comic Sans MS", cursive;
	line-height:normal;
}

p ul li{
	padding-bottom: 22px;
	font-size:28px;
	font-family:"Comic Sans MS", cursive;
	line-height:normal;
}




/*------------------------------
=NAVIGATION MENUS
------------------------------*/

nav {
	position: absolute;
	left: 0;
	width: 100%;
	background: url("../images/nav_background.png");
}

	nav ul {
		margin: 0 auto;
		width: 940px;
		list-style: none;
	}

		nav ul li {
			float: left;
		}
		
			nav ul li a {
				display: block;
				margin-right: 20px;
				width: 130px;
				font-size: 20px;
				line-height: 44px;
				text-align: center;
				text-decoration: none;
				color: #00D3EC;
			}
			
				nav ul li a:hover {
					color: #FFF;
				}
			
			nav ul li.selected a {
				color: #FFF;
			}
			
			nav ul li.subscribe a {
				margin-left: 18px;
				padding-left: 28px;
				text-align: left;
				background: url("../images/rss.png") left center no-repeat;
			}



/*------------------------------
=INTRODUCTION
------------------------------*/

#intro {
	position: relative;
	margin-top: 66px;
	padding: 44px;
	background: #467612 url("../images/intro_background.png") repeat-x;
	
	/* Background-size not implemented yet */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;

	
	/* Border-radius not implemented yet */
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

	#intro h2, #intro p {
		position: relative;
		z-index: 9999;
		width: 336px;
	}
	
	#intro h2 {
		padding: 0 0 22px 0;
		font-weight: normal;
		color: #fff;
	}
	
	#intro p {
		padding: 0;
		color: #d9f499;
	}
	
	#intro img {
		position: absolute;
		top: 0;
		right: 0;
		width: 653px;
		height: 100%;
	
		/* Border-radius not implemented yet */
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
	}

	#intro ul li{
		padding-left:15px;
		font-size:16px;
		font-family:"Comic Sans MS", cursive;
	}



/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	display: table;
	padding: 0 10px;
}

	#mainContent {
		display: table-cell;
		width: 620px;
		padding-right: 22px;
	}
	
	aside {
		display: table-cell;
		width: 300px;
		/*background: url("../images/sidebar_background.png") top left;*/
	}



/*------------------------------
=BLOG POST
------------------------------*/
.blogPost header p, .blogPost header p a {
		font-size: 18px;
		font-style: italic;
		color: #777;
	}
	
.blogPost header p a:hover {
	text-decoration: none;
	color: #000;
}

.blogPost div {
	/*Column-count not implemented yet */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	
	/* Column-gap not implemented yet */
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
}
	
.blogPost img {
	margin: 22px 0;
	-webkit-box-shadow: 3px 3px 7px #777;
}

.blogPost ul {
	margin: 20px 20px 20px 20px ;
	font:"Comic Sans MS", cursive;
	font-size: 18px;
}

.blogPost ul li p{
	font:"Comic Sans MS", cursive;
	font-size: 18px;
}







/*------------------------------
=COMMENT FORM
------------------------------*/
form {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

	form p {
		display: table;
		margin-bottom: 22px;
		padding: 0 22px;
	}

		form label {
			display: table-cell;
			width: 180px;
			padding-right: 20px;
			text-align: right;
			vertical-align: top;
		}
	
		form input[type="text"], form input[type="email"], form input[type="url"] {
			display: table-cell;
			width: 300px;
			height: 20px;
			border: 1px solid #d7d7d7;
		}
		
		form textarea {
			width: 300px;
			height: 100px;
			border: 1px solid #d7d7d7;
		}
		
		form input[type="submit"] {
			margin-left: 162px;
		}



/*------------------------------
=FOOTER
------------------------------*/
.align-right { 
	float:right; margin: 0 0 15px 15px; 
}

.align-left { 
	float:left; margin: 0 15px 15px 0; 
}



/*------------------------------
=FOOTER
------------------------------*/
footer {
	position: absolute;
	left: 0;
	width: 100%;
	background: #222;
}

	footer div {
		display: table;
		margin: 0 auto;
		padding: 44px 0;
		width: 940px;
		color: #FFF;
	}
	
		footer div section {
			display: table-cell;
			width: 300px;
			text-align:center;
		}
		
		footer div #about, footer div #blogroll {
			padding-right: 20px;
		}
		
	footer h3 {
		color: #FFF;
	}
	
	footer p {
		font-size:14px;
	}
	
	footer a {
		color: #999;
	}
	
		footer a:hover {
			color: #FFF;
			text-decoration: none;
		}
	
	footer ul {
		margin: 0 0 0 40px;
		list-style: square;
		color: #565656;
	}
	
		footer ul li a {
			display: block;
		}
		
		
		
#navbar{height:30px; display:block; text-align:right; margin-top:40px; float:right; width:500px;}
#navbar ul li {display:inline;float:right; list-style-type:none; padding:6px 0px; font-size:1.2em; }
#navbar ul li a {padding:9px 16px 6px; text-decoration: none; color: #3f3d1c; text-transform:uppercase; margin-left:2px;}
#navbar ul li a.current,
#navbar ul li a:hover {padding:9px 16px 6px; text-decoration: none; background: #3f3d1c; color: #b5d4d2;}
