html {
	height: 100%;
}

body {
	height: 100%;
	background: #3BB4D9;
	color: #000;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

/* Header styles */

#header {
	background: #3BB4D9;
	color: #fff;
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top:10px;
	border-bottom: 1px solid #000;
}

#header h1 {
	margin: 0;
	padding: 5px;
}

#header #beer-rss {
	float:right;
	clear:right;
	margin-top:-75px;
}

#twitter {
	background: #226480 url(/media/sik2/images/twitter.png) no-repeat scroll left bottom;
	width: 930px;
	height: 20px;
	color: #fff;
	text-align: left;
	padding: 50px 5px 5px 25px;
	font-style: italic;
}

#twitter li {
	list-style-type: none;
	margin: 0;
	color:#000;
	width:960px;
}

#twitter a {
color: #000;
}

/* 2 column right menu settings */

.container_12 {
	background: url(/media/sik2/images/back.png) repeat-y top center;
	padding-bottom: 9em;
}

/* This is for the sticky footer */

.grid_8 {
	color: #000;
	margin-top: 10px;
}


.grid_4 {
	color: #000;
	margin-top:10px;
}

.grid_4 h2 {
	margin: 0;
}

.grid_4 ul, .grid_4 li {
	list-style: none;
	font-size: 18px;
	margin: 0;
	color:#000;

}

/* Recent */

.body {
	padding: 10px;
}

.recentpost a:hover {
	color: #E99C07;
}

.recentpost:hover {
	background: #E6E6E6;
}

.recentcomment a:hover {
	color: #E99C07;
}

.recentcomment:hover {
	background: #E6E6E6;
}

.title, .name, .recentcomment p {
	margin: 0;
}

.date {
	font-style: italic;
	margin: 0;
}

/* Footer styles */

#footer {
	background: #3BB4D9 url(/media/sik2/images/footcorn.png) bottom left repeat-x;
	color: #fff;
	border-top: 1px solid #0E3E3F;
	margin: auto;
	width: 960px;
}

#footer .vcard {
	background: url(/media/sik2/images/bcsurf.png) left bottom no-repeat;
	float: left;
	text-align: left;
	color: #000;
	padding: 5px 0 20px 100px;
}

#footer .logo {
	float: right;
	text-align: right;
	color: #000;
}


/* Navigation Style */

#nav {
	background:#3BB4D9;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-bottom: thin solid #73D5F0;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav a:link,
#nav a:visited {
	color: #fff;
	background: #3BB4D9;
	padding: 20px 40px 4px 10px;
	float: left;
	width: auto;
	text-decoration: none;
	font: bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav a:hover {
	color: #3BB4D9;
	background: #fff;
}



.home #nav-home a:hover,
.blog #nav-blog a:hover,
.about #nav-about a:hover,
.projects #navprojects a:hover {
	background: #fff;
}

#nav a:active {
	background: #fff;
	color: #3BB4D9;
}

/* Text Styles */

p {
	color: #000;
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gill Sans, Verdana;
	color: #222222;
	/*padding-left: .4em; */
	margin-bottom:10px;
	font-weight: normal;
}

.sidebar h4 {
	padding-top: 5px;
	padding-left: 0px;
}

a:link {
	color: #325EE6;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #2A4FBF;
	text-decoration: none;
}

a:hover {
	color: #E99C07;
	text-decoration: none;
}

a:active {
	
}

/* Comment Form */

input, textarea {
	background: #E6E6E6;
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

textarea:hover, input:hover {
	border: 2px solid #3BB4D9;
}

textarea:focus, input:focus {
	border: 2px solid #3BB4D9;
	background: #fff;
}

p label {
	font-family: Gill Sans, Verdana;
	float: left;
	text-align: right;
	margin-right: 30px;
	width: 100px;
	padding: 5px 10px 5px 0;
	font-size: 1.4em;
}

.submit-preview {
	background: #E6E6E6;
	padding: 5px;
	width: 205px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0 0 10px 140px;
	border: 2px solid #ccc;
	float:left;
}

.submit-post {
	background: #E6E6E6;
	padding: 5px;
	width: 205px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0 0 10px 140px;
	border: 2px solid #ccc;
	float:left;
}
/* Comment Code */

.comment {
	color: #000;
	float: left;
	clear: both;
	width: 600px;
	margin-bottom:10px;
	padding:5px;
}
.comment:hover {background:#efefef;}

.comment p {
	margin: 5px 0 10px 0;
}

/*
.comment .count {
	padding:5px;
	float: left;
}
*/

.comment .date {
	font-family: Gill Sans, Verdana;
	border-bottom: solid thin #E8DFC2;
}

pre {
	background-color: #E6E6E6;
	color: #000;
	overflow: auto;
	display:block;
	width:600px;
	padding:4px;
	margin-bottom: 9px;
}

p code {
	background-color: #E6E6E6;
	color: #000;
	padding:5px;
}

#searchbox,
#search {
	background: #efefef url(/media/sik2/images/search.png) right no-repeat;
	margin: 0;
	border: none;
	width: 280px;
}

.spacer {
	clear: both;
}

/* Quote Styles */

.intro {
	text-align: justify;
	margin-left: 5px;
	padding: 10px;
	border-left: thin solid #000;
}

blockquote.withquote {
	background: url(/media/sik2/images/quote.gif) no-repeat;
	background-position: top left;
	text-align: justify;
	padding-left: 20px;
	font-style: italic;
}

p.withunquote {
	background: url(/media/sik2/images/unquote.gif) no-repeat;
	background-position: bottom right;
	padding-right: 5px;
}

p.credit {
	margin: -10px 0 5px 0;
	padding: 0;
	float: left;
	font-style: italic;
}

.post_list .post>h2 {
	margin-left: 0.4em;
}

.grid_8 .post>h2 {
	margin-left: 0.4em;
}

