/*  
Theme Name: CFGrok
Theme URI: http://www.cfgrok.com
Description: CFGrok theme designed by Ezra Parker.
Version: 1.0
Author: Ezra Parker
Author URI: http://www.cfgrok.com
*/

/* page formatting */
body {
	background: #dcfcff;
	color: #333;
	font: .8em/1.4 Verdana,Arial,sans-serif;
	margin: 0;
	}
#page {
	background: url(../images/back.jpg) repeat-y;
	margin: 0 auto;
	width: 990px;
	}

/* style reset */
h1, h2, h3, h4, h5, h6, p, form, ul, li {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
ul {
	list-style: none;
	}

/* links */
a:link {
	color: #2474a6;
	text-decoration: none;
	}
a:visited {
	color: #2c7366;
	text-decoration: none;
	}
a:hover, a:focus, a:active {
	color: #2e97f2;
	text-decoration: underline;
	}

/* header */
#header {
	background: url(../images/head.jpg) no-repeat;
	height: 225px;
	margin-bottom: 10px;
	position: relative;
	}
#headertext a {
	height: 60px;
	left: 47px;
	position: absolute;
	top: 43px;
	width: 284px;
	}
#headertext a, #headertext div {
	font-size: 0;
	}

/* content column */
#content {
	float: left;
	margin: 0 0 0 40px;
	width: 760px;
	}
#content h2 {
	font: bold 160% "Trebuchet MS",Verdana,Arial,sans-serif;
	}
#content h3 {
	color: #2474a6;
	font: bold 120% "Trebuchet MS",Verdana,Arial,sans-serif;
	margin-bottom: 10px;
	}
.post {
	margin-bottom: 10px;
	}
.post-date {
	font-size: 85%;
	}
.entry {
	margin: 5px 0 5px 10px;
	}
.entry p {
	margin-bottom: 10px;
	}
.entry code {
	background: #ffc;
	border: 1px solid #333;
	display: block;
	margin: 12px 0 10px;
	padding: 5px;
	}
.navigation {
	clear: both;
	}
/* Self-clearing technique */
.navigation: after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.previous-entries a {
	float: left;
	}
.next-entries a {
	float: right;
	}
#content a.external img {
	border: none;
	}

/* comments area */
.commentlist li {
	padding: 5px 0;
}
.commentlist small {
	display: block;
	font-size: 87%;
	margin-bottom: 5px;
}
#commentform {
	font: 110% Verdana,Arial,sans-serif;
	margin-top: 10px;
	}
/* Self-clearing technique */
#commentform: after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#commentform p {
	margin: 0px;
	padding: 6px 0px;
	}
#commentform label {
	color: #2c7366;
	font-size: 87%;
	}
#commentform input {
	background: #dcfcff;
	border: 1px solid #2c7366;
	margin-top: 3px;
	padding: 3px;
	}
#commentform textarea {
	background: #dcfcff;
	border: 1px solid #2c7366;
	height: 115px;
	margin-top: 3px;
	padding: 2px;
	width: 478px;
	}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
	}
#commentform #submit {
	background: url(../images/btn.png) no-repeat 0 2px;
	border: none;
	color: #fff;
	cursor: pointer;
	font: bold 12px Verdana,Arial,sans-serif;
	height: 30px;
	width: 144px;
	}
#commentform #submit:hover, #commentform #submit:focus, #commentform #submit:active {
	background: url(../images/btnhot.png) no-repeat 0 2px;
	}
#commentform input[type="text"] {
	width: 200px;
	}
p.error {
	border: 1px solid #fc3307;
	color: #fc3307;
	font-weight: bold;
	margin-top: 2em;
	padding: 1em;
}

/*sidebar column */
#sidebar {
	float: right;
	margin: 0 40px 0 0;
	width: 125px;
	}
#sidebar h2 {
	color: #2474a6;
	font: bold 140% "Trebuchet MS",Verdana,Arial,sans-serif;
	}
#sidebar li {
	margin-bottom: 10px;
	}
#sidebar li ul {
	margin-left: 10px;
	}
#sidebar li li {
	margin: 5px 0 0 0;
	}
#sidebar li a.external img {
	border: none;
	height: 125px;
	width: 125px;
	}

/* footer */
#footer {
	background: url(../images/foot.jpg) no-repeat bottom center;
	clear: both;
	min-height: 35px;
	padding: 0 30px 5px;
	text-align: center;
	}
#footer span {
	margin: 0 5px;
	}