******************
Site: Red Giant
Author: Trung Lam
Date: 02-12-2010
******************/

html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	background: #474747;
}

body {
	font: normal 12px arial;
	color: #575757;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #aa0d0c;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 16px;
	padding-bottom: 16px;
}

#body {
	text-align: center;
}

#main {
	background: url(images/background-repeat.png) top center repeat-y;
}

#main-top {
	background: url(images/background.jpg) top center no-repeat;
	min-height: 150px;
}

#main-wrapper {
	margin: 0 auto;
	width: 903px;
}

#header {
	position: relative;
	height: 115px;
}

#header h1 {
	position: absolute;
	top: 15px;
	left: 20px;
}

#header #contact {
	position: absolute;
	top: 40px;
	right: 20px;
	color: #fff;
}

#header #contact h3 {
	font-weight: bold;
	color: #e22d00;
	margin-bottom: 2px;
}

#header #contact a {
	color: #fff;
	text-decoration: none;
}

#header #contact a:hover {
	color: #e22d00;
}

#nav {
	background: url(images/nav-background.jpg) no-repeat;
	height: 38px;
	padding: 0 6px;
	margin-bottom: 15px;
}

#nav li {
	float: left;
	padding: 0 14px;
}

#nav li.right {
	float: right;
}

#content {
	float: left;
	width: 682px;
	text-align: left;
}

#content .top {
	background: url(images/content-top.gif) no-repeat;
	height: 6px;
	font-size: 0;
}

#content .bottom {
	background: url(images/content-bottom.gif) no-repeat;
	height: 6px;
}

#content .content {
	background-color: #fff;
	padding: 16px 20px;
}

#content .post {
	padding-bottom: 30px;
}

#content .tags {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px 0;
	margin-bottom: 16px;
	font-weight: bold;
	color: #333;
}

#content h2 {
	font-size: 17px;
	color: #a60100;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#content h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 16px;
}

#content h3 a {
	color: #575757;
	text-decoration: none;
}

#content h3 a:hover {
	color: #aa0d0c;
}

#content h4 {
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
#content .post h4 {
	color: #666;
	margin-bottom: 5px;
}

#content ul, #content ol {
	line-height: 20px;
	margin: 0 0 18px 50px;
}

#content ul li {
	list-style: disc;
}

#content ol li {
	list-style: decimal;
}

#content input.text {
	width: 150px;
	padding: 1px 2px;
}

#content #comments {
	color: #333;
	background-color: #e5e5e5;
	padding: 20px 20px 4px 20px;
	margin-bottom: 15px;
}

#content #comments h6 {
	font-weight: bold;
	margin-bottom: 2px;
}

#content #comments .author {
	color: #aa0d0c;
}

#content #comments .date {
	color: #6f6f6f;
}

#content #respond {
	background-color: #f2f2f2;
	padding: 30px 30px 10px 30px;
	margin-bottom: 20px;
}

#content #respond textarea {
	width: 400px;
	padding: 2px;
}

#content #respond input {
	padding: 1px 2px;
}

#sidebar {
	float: right;
	width: 206px;
	color: #fff;
	text-align: left;
}

#sidebar .top {
	background: url(images/sidebar-top.gif) no-repeat;
	height: 6px;
	font-size: 0;
}

#sidebar .bottom {
	background: url(images/sidebar-bottom.gif) no-repeat;
	height: 6px;
}

#sidebar .content {
	background-color: #333;
	padding: 16px 20px;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .cloud {
	font-weight: bold;
	color: #cdc98e;
}

#sidebar .cloud a {
	color: #cdc98e;
}

#sidebar ul.icons {
	margin-bottom: 20px;
}

#sidebar ul.icons li {
	display: inline;
	margin-right: 7px;
}

#sidebar ul.icons li.last {
	margin-right: 0;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #e22d00;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 14px;
	color: #858585;
	margin-bottom: 10px;
}

#sidebar h4 {
	font-weight: bold;
	color: #cdc98e;
	margin-bottom: 16px;
}

#sidebar h4 a {
	color: #cdc98e;
}

#sidebar label, #sidebar input.text, #sidebar select {
	display: block;
	margin-bottom: 10px;
}

#sidebar label {
	font-weight: bold;
}

#sidebar input.text {
	width: 150px;
	padding: 1px 2px;
}

#sidebar select {
	width: 158px;
	padding: 1px 2px;
}

#home {
	color: #fff;
	text-align: left;
	padding-bottom: 70px;
}

#home a {
	color: #fff;
	text-decoration: none;
}

#home a:hover {
	color: #aa0d0c;
}

#home h2 {
	font-family: verdana;
	font-size: 17px;
	color: #cdc98e;
	line-height: 22px;
	margin-bottom: 25px;
}

#home h4 {
	font-weight: bold;
	color: #cdc98e;
	margin-bottom: 16px;
}

#home h4 a {
	color: #cdc98e;
}

#home #banner {
	margin-bottom: 20px;
}

#home #col1 {
	float: left;
	width: 450px;
	padding-left: 10px;
}

#home #col2 {
	float: left;
	width: 220px;
	padding-top: 5px;
	padding-left: 60px;
}

#home #col3 {
	float: right;
	padding-top: 5px;
	padding-right: 25px;
}

#home #col3 li {
	margin-bottom: 5px;
}

#footer {
	border-top: 1px solid #fff;
	padding: 10px;
	margin: 20px 0;
	color: #fff;
}

#footer #copyright {
	float: left;
}

#footer #author {
	float: right;
	padding-right: 20px;
}

#search form {
	text-align: center;
	margin-bottom: 30px;
}

#search form img {
	vertical-align: bottom;
}

#search h3 {
	margin-bottom: 2px;
}

#search h3 a {
	color: #aa0d0c;
	text-decoration: none;
}

#search h3 a:hover {
	color: #575757;
}

#search a {
	color: #575757;
	text-decoration: none;
}

#search a:hover {
	color: #aa0d0c;
}

#search p {
	padding-bottom: 2px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-center {
	text-align: center;
}

.hide {
	display: none;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

img.alignleft {
	float: left;
	margin: 3px 10px 0 0;
}

img.alignright {
	float: right;
	margin: 3px 0 0 10px;
}

.addthis_container {
	margin-bottom: 16px;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background-color: #fff;
}

.twitter-share-button {
	display: block;
	float: right;
}
