/*
Theme Name: GCNova
Theme URI: http://www.visualwizdesign.com/
Description: GCNova Website Theme.
Author: Chris Cho
Author URI: http://www.visualwizdesign.com/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

a {
	color:#5e95b1;
}

a:hover {
	color:#FFFFFF;
}

body {
	background: #111111 url(images/header_bg.jpg) repeat-x top left;
	font: 14px "Times New Roman", Times, serif;
	line-height: 140%;
	color: #b0aeae;
}

strong {
	font-weight: bold;
	color: #FFFFFF;
}


h2 {
	font: 22px "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

h2 a {
	color: #5e95b1;
	text-decoration: none;
}

h2 a:hover {
	color: #CCCCCC;
}

h3 {
	font: 30px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	padding-left: 20px;
	padding-top: 5px;
}

p {
	padding: 0 0 1em;
}

blockquote {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 20px;
}

#wrapper {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	margin-top: none;
}

#header {
	width: 925px;
	height: 140px;
	float: left;
}

#content {
	width: 925px;
	float: left;
}

#content #left-col {
	width: 623px;
	float: left;
	position: relative;
	padding-right: 0px;
}

#content #right-col {
	width: 300px;
	margin-top: 26px;
	float: left;
	position: relative;
	border: 1px solid #2f2f2f;
	background-color: #030303;
	padding-bottom: 20px;
}

#content #right-col #sidebar {
	width: 300px;
	float: left;
	position: relative;
}

#footer {
	width: 100%;
	float: left;
	background: url(images/footer_bg.png) repeat-x top left;
	height: 40px;
	padding-top: 10px;
	color: #fff;
	margin-top: 75px;
}

#header #logo {
	display: block;
	width: 250px;
	height: 62px;
	float: left;
	padding-top: 14px;
}

#header #logo h1 a {
	background: url(images/logo.jpg) no-repeat top left;
	width: 250px;
	height: 62px;
	float: left;
}

#header #menu {
	float: right;
	width: 310px;
	margin-top: 40px;
	margin-left: 80px;
}

#header #menu ul {
	width: 310px;
	list-style: none;
	float: left;
	text-align: left;
}

#header #menu ul li.page_item {
	float: left;
}

#header #menu ul li.page_item a {
	display: block;
	margin: 0 20px 0 0;	
	float: left;
	text-decoration: none;
	font: 14px "Times New Roman", Times, serif;
	color: #ffffff;
}

#header #menu ul li.page_item a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#header #menu ul li.current_page_item a {
	text-decoration: underline;
}

.post {
	width: 575px;
	float: left;
	margin-top:26px;
	margin-left:2px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #222222;
	border: 1px solid #444444;
}

.post ul {
	padding-left: 30px;
}

.post .post-info {
	float: left;
	width: 110px;
	padding-left: 5px;
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #111111;
	border: 1px solid #444444;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-author {
	display: block;
	font-size: 13px;
	padding-left:2px;
	margin-top:2px;
}

.post .post-info span.post-tag {
	display: block;
	font-size: 12px;
	padding-left:2px;
	padding-bottom: 6px;
	font-weight:900;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight:900;
	color:#eeeeee;
}

.post .post-info span.post-tag a:hover {
	text-decoration: none;
	font-weight:900;
	color:#777777;
}

.post .post-info span.post-comments {
	width: 105px;
	height: 20px;
	font-size: 12px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 27px;
	border: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #333333;
}

.post .post-info span.post-comments a {
	color: #CCCCCC;
	text-decoration: none;
}

.post .post-info span.post-comments a:hover {
	color: #999999;
}

.post .entry {
	float: left;
	width: 440px;
	padding-right: 10px;
	padding-bottom: 10px;	
}

.post .entry span.text a {
	color: #5e95b1;
}

.post .entry span.text a:hover {
	color: #FFFFFF;
}

.post .page_entry {
	float: left;
	padding: 20px;	
}

.post .entry span.f-date {
	color:#777777;
	font-size: 12px;
	padding-bottom: 24px;
}

p.metadata {
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 125px;
	clear: left;
	text-align: left;
}

p.metadata span.readmore {
	font: 12px  "Times New Roman", Times, serif;
}

p.metadata span.readmore a {
	font: 12px "Times New Roman", Times, serif;
}

p.metadata span.readmore a:hover {
	font: 12px "Times New Roman", Times, serif;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

#sidebar_logo {
	float: left;
	width: 293px;
	height: 145px;
	padding-top: 7px;
	padding-left: 7px;
}

#sidebar_logo h1 a {
	background: url(images/sidebar_logo.png) no-repeat top left;
	width: 286px;
	height: 145px;
	float: left;
}

#follow {
	display: block;
	font: 22px "Times New Roman", Times, serif;
	color: #5e95b1;
	letter-spacing: -1px;
	width: 294px;
	text-align:center;
	float: left;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#searchtitle {
	display: block;
	font: 22px "Times New Roman", Times, serif;
	color: #5e95b1;
	letter-spacing: -1px;
	width: 294px;
	text-align: center;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#facebook {
	display: block;
	color: #CCCCCC;	
	float: left;
	width: 294px;
	padding-left: 40px;
	height: 29px;
	padding-bottom: 10px;
}

#facebook h1 a {
	background: url(images/facebook.png) no-repeat top left;
	width: 27px;
	height: 29px;
	float: left;
	padding-right: 4px;
}

#facebook h3 a {
	font: 20px "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}

#facebook h3 a:hover {
	font: 20px "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}

#twitter {
	display: block;
	color: #CCCCCC;	
	float: left;
	width: 294px;
	padding-left: 40px;
	height: 28px;
	padding-bottom: 10px;
}

#twitter h1 a {
	background: url(images/twitter.png) no-repeat top left;
	width: 26px;
	height: 28px;
	float: left;
	padding-right: 4px;
}

#twitter h3 a {
	font: 20px "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}

#twitter h3 a:hover {
	font: 20px "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}

#rss {
	display: block;
	color: #CCCCCC;	
	float: left;
	width: 294px;
	padding-left: 40px;
	height: 28px;
	padding-bottom: 30px;
}

#rss h1 a {
	background: url(images/rss.png) no-repeat top left;
	width: 27px;
	height: 28px;
	float: left;
	padding-right: 4px;
}

#rss h3 a {
	font: 20px "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}

#rss h3 a:hover {
	font: 20px "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}

#searchform {
	width: 250px;
	float: left;
	background: url(images/searchform.png) no-repeat top left;
	height: 41px;
	margin-left: 40px;
}

#searchform form {
	float: left;
	width: 240px;
	margin-top: 9px;
	margin-left: 5px;
	display: inline;
}

#searchform form input#s {
	width: 171px;
	background: url(images/form.png) no-repeat top left;
	height: 23px;
	border: 0;
	float: left;
	text-align: right;
	padding-top: 3px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 33px;
	background: url(images/search.png) no-repeat center left;
	height: 23px;
	margin-top: 0px;
	border: 0;
}

#comments {
	padding-left: 125px;
}

.commentlist {
	padding-top: 20px;
	padding-left: 125px;
	padding-right: 5px;
	list-style: none;
}

#respond {
	padding-left: 125px;
	padding-top: 30px;
}

.input-text {
	background-color: #333333;
	border: 1px solid #999999;
	font: 14px  "Times New Roman", Times, serif;
	color: #CCCCCC;
	padding: 1px;
}

.search-text {
	font: 14px "Times New Roman", Times, serif;
}


.navigation {
	float: left;
	padding-left: 125px;
	width: 425px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}


.footer-text {
	font: 14px "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 5px;
}

.footer-text a {
	color: #CCCCCC;
}

.footer-text a:hover {
	color: #000000;
}

.form {
	background-color: #333333;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font: 14px "Times New Roman", Times, serif;
}

#contactpage {
	margin-top: 50px;
}

#tagsmenu {
	padding-left: 20px;
	padding-right: 20px;
}

#tagsmenu a {
	color: #CCCCCC;
}

#tagsmenu a:hover {
	color: #444444;
}

#tagsmenu li {
	display: inline;
}

#tags {
	display: block;
	font: 22px "Times New Roman", Times, serif;
	color: #5e95b1;
	letter-spacing: -1px;
	width: 294px;
	text-align:center;
	float: left;
	padding-top: 20px;
	padding-bottom: 15px;
}

#monthly {
	display: block;
	font: 22px "Times New Roman", Times, serif;
	color: #5e95b1;
	letter-spacing: -1px;
	width: 294px;
	text-align:center;
	float: left;
	padding-top: 20px;
	padding-bottom: 15px;
}

.dropdown {
	padding-left: 87px;
}