/*
Theme Name: BlinkMind
Theme URI: http://wordpress.org/
Description: The BlinkMind WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Kristy Wienken
Author URI: http://www.kristywienken.com/
*/

body  {
	font: 11px/16px Verdana, Geneva, sans-serif;
	color: #464749;
	background: #aaaeb1;
	margin: 0px;
	padding: 0px;
}
/* Begin BlinkMind Layout */
/* Standard Elements */
a {
	color: #006ba8;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #464749;
	border-bottom: 1px solid #006ba8;
	margin: 0px 0px 5px;
	padding: 0px;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #006ba8;
	margin: 0px 0px 5px;
	padding: 0px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #f46b11;
	margin: 5px 0px 15px;
	padding: 0px;
	font-style: italic;
}
h3 a {
	color: #f46b11;
}
h4 {
	font-size: 0.98em;
	line-height: 0.98em;
	font-weight: bold;
	color: #464749;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 0.98em;
	line-height: 0.98em;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	font-style: italic;
}

.blueText {
	color: #006ba8;
}
.orangeText {
	color: #f46b11;
}
.greenText {
	color: #5ac144;
}

/* Page Container */
.pgContainer {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
/* Page Header */
.pgHeader {
	height: 60px;
}
.pgHeader .logo {
	display: block;
	width: 188px;
	height: 49px;
	float: left;
	padding-top: 10px;
}
.pgHeader form {
	width: 185px;
	float: right;
	text-align: right;
	margin: 6px 0px 0px;
	padding: 5px 0px 0px;
}
.pgHeader form label {
	display: block;
	font-size: 0.60em;
	line-height: 0.65em;
	font-weight: bold;
	text-transform: uppercase;
	color: #006ba8;
	margin-right: 4px;
}
.pgHeader form input {
	font-size: 0.70em;
	width: 84px;
	color: #AAAEB1;
	border: 1px solid #AAAEB1;
	padding: 2px;
	margin: 0px;
}
.pgHeader form a {
	display: block;
	float: left;
	width: 84px;
	font-size: 0.78em;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding-left: 2px;
}
.pgHeader form .go {
	display: block;
	float: right;
	background: url(/static/rc20091021/images/but_go_white.png) no-repeat right center;
	height: 7px;
	width: 25px;
	border: none;
	margin-top: 4px;
}
/* Layout Elements/Page Navigation */
.pgNav {
	background: url(/images/bg_nav.gif);
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.pgNav a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
/* Layout Elements/Page Navigation/First Level */
.pgNav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.pgNav ul li {
	display: block;
	float: right;
	position: relative;
	padding: 15px 20px 0px 0px;
	height: 25px;
	text-align: center;
}
/* Layout Elements/Page Navigation/Second Level */
.pgNav {
	background: url(/static/rc20091021/images/bg_nav.gif);
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.pgNav a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
/* Layout Elements/Page Navigation/First Level */
.pgNav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.pgNav ul li {
	display: block;
	float: right;
	position: relative;
	padding: 15px 20px 0px 0px;
	height: 25px;
	text-align: center;
}
/* Layout Elements/Page Navigation/Second Level */
.pgNav ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	padding: 0px 8px 5px;
	width: 108px;
	background: #f09534;
}
.pgNav ul li:hover ul {
	display: block;
}
.pgNav ul ul li {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px 0px 3px;
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
}
.pgNav ul ul li a {
	color: #fff;
	font-weight: normal;
}
.pgNav ul ul li a:hover {
	font-style: italic;
}
.pgNav li.signup {
	width: 107px;
	padding: 15px 0px 0px;
	background: url(/static/rc20091021/images/nav_signup_now.png);
}
/*Page Content */
.pgContent {
	background: #fff;
	min-height: 350px;
}
.subPage {
	background: url(/static/rc20091021/images/bg_sub_page.gif) no-repeat right bottom;
	padding: 15px;
}
.subPage .left {
	width: 645px;
	float: left;
}
.subPage .right {
	width: 215px;
	float: right;
}
/* Page Features */
.hpSub .one, .hpSub .two, .hpSub .three, .hpSub .four {
	padding: 19px 10px 0px;
	height: 176px;
	margin: 0px 3px 0px 0px;
	width: 215px;
	float: left;
}
.hpSub .one {
	background: url(/static/rc20091021/images/bg_hp_blueblock.gif) repeat-x left top;
}
.hpSub .two {
	background: url(/static/rc20091021/images/bg_hp_greenblock.gif) repeat-x left top;
}
.hpSub .three {
	background: url(/static/rc20091021/images/bg_hp_orangeblock.gif) repeat-x left top;
}
.hpSub .four {
	background: url(/static/rc20091021/images/bg_hp_grayblock.gif) repeat-x left top;
	padding: 29px 0px 0px;
	height: 166px;
	margin: 0px;
	width: 185px;
	text-align: center;
}
.hpSub .one .items, .hpSub .two .items, .hpSub .three .items {
	height: 120px;
}
.hpSub .four .items {
	height: 132px;
}
.hpSub .one img.button, .hpSub .two img.button, .hpSub .three img.button {
	margin: 0px 0px 0px 54px;
}
.hpSub .four img.button {
	margin: 0px;
}
.hpSub ul {
	margin: 8px 0px 0px;
	padding: 0px 0px 0px 19px;
}
.hpSub ul li {
	font-size: 0.85em;
	list-style: url(/static/rc20091021/images/bul_orange.png);
}
.hpSub ul li a {
	color: #464749;
	text-decoration: none;
}
.hpSub ul li a:hover {
	text-decoration: underline;
}
.hpSub img.button {
	margin: 15px auto 0px;
}
/* Page Footer */
.pgFooter {
	padding-top: 10px;
	font-size: 0.85em;
}
.pgFooter .copyright {
	width: 124px;
	float:left;
	margin: 0px;
}
.pgFooter .miniNav {
	width: 652px;
	float:left;
	text-align: center;
	margin: 0px;
}
.pgFooter .miniNav a {
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
	color: #006ba8;
	text-decoration: none;
}
.pgFooter .logo {
	display: block;
	float:right;
	width: 124px;
	height: 22px;
	margin: 0px;
}
/* WordPress Layout */
.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 645px;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: italic;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.navigation {
	margin-bottom: 10px;
}
.navigation a {
	color: #f46b11;
}
.navigation .alignleft {
	float: left;
	width: 350px;
}
.navigation .alignright {
	text-align: right;
	float: right;
	width: 350px;
}
/* Sub Page/Navigation */
.subNav {
	background: url(/images/bg_sub_nav.jpg);
	margin: 0px auto 8px;
	width: 215px;
}
.subNav .top {
	background: url(/images/sub_nav_top.jpg) no-repeat;
	padding: 5px;
}
.subNav .top p {
	margin-top: 0px;
}
.subNav .top h4 {
	color: #006ba8;
	margin: 5px 0px;
}
.subNav .top h5 {
	color: #f46b11;
	margin: 8px 0px 8px 5px;
}
.subNav .top ul {
	margin: 0px;
	padding: 0px;
}
.subNav .top ul li {
	list-style: none;
}
.subNav .top ul ul {
	margin-left: 20px;
}
.subNav .top ul ul li {
	list-style: url(/images/bul_orange.png);
	font-size: 0.95em;
}
.subNav .top ul ul li a {
	color: #464749;
	text-decoration: none;
}
.subNav .top ul ul li a:hover {
	color: #f46b11;
}
.subNav .bottom {
	background: url(/images/sub_nav_bottom.jpg) no-repeat;
	height: 10px;
}
