/*  

Theme Name: dreamworks redux

Theme URI: http://www.quickiepc.com

Description: Keeping it very sharp, clean, and accesible. 

Version: 1.1

Author: Vinh Le

Author URI: http://www.quickiepc.com

*/ 

* {
	margin: 0;
	padding: 0;
}

body {
	background:#F1EFF0;
	color: #b9b9b9;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	font-weight: normal;
}

a {
	color: #eeeced;
	text-decoration: none;
}

a:hover {
	color:#ee1c25;
}

p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 21px;
}

#content_wrapper {
	width: 871px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}

ol, ul {
	font-size: 12px;
}

blockquote {
	margin: 21px;
}


/******************************************************
*
*						HEADER
*
******************************************************/

#header {
	width: 871px;
	position: relative;
	height: 243px;
	background: url('images/header.jpg') no-repeat 0 10px;
	margin: 10px 0 0 0;
}
.headerred{
	font-size: 50px;
	color:#F00;
	float:left;
}

.headersiren{
	font-size: 50px;
	color:#cccccc;
	float:left;
}

.headerblog{
	font-size: 50px;
	color:#ffffff;
	float:left;
}

#header #header_top a{
/*	display: block;
	width: 150px;
	height: 50px;*/
	float:right;
}

#header #header_main a{
	display: block;
	width: 871px;
	height: 170px;
	float: left;
}

#header h1.main_title {
	padding-right: 22px;
	position: absolute;
	bottom: 219px;
}

#members_area {
	font-size: 12px;
	color: #FFF;
/*	position: absolute;*/
	right: 8px;
	bottom: 236px;
}

#members_area a {
	color: #FFF;
}

#members_area a:hover {
	color:#ee1c25;
}
.articleList li
{
	padding-left: 5px;
	list-style-type: none;
}
.postsAuthor
{	
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 2em;	
}
#header h3.slogan {
	padding-right: 22px;
	position: absolute;
	font-size: 22px;
	bottom: 160px;
	left: 100px;
	font-weight: normal;
}

#header ul.navmenu {
	padding-right: 22px;
	position: absolute;
	bottom: 13px;
	left: 22px;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#header ul.navmenu li {
	float: left;
	margin-right: 20px;
}

#header ul.navmenu li a {
	float: left;
	color: #FFF;
	background-color: #53abd5;
	text-decoration: none;
	padding: 0px 7px;
}

#header ul.navmenu li:hover {
	background: #87c4e2 url('images/nav_left.jpg') no-repeat;
}

#header ul.navmenu li a:hover {
	background: url('images/nav_right.jpg') no-repeat top right;
	color:#ee1c25;
}


#header ul.navmenu li.current_page_item {
	float: left;
	margin-right: 20px;
	background: #87c4e2 url('images/nav_left.jpg') no-repeat;
}

#header ul.navmenu li.current_page_item a {
	float: left;
	color: #FFF;
	background: url('images/nav_right.jpg') no-repeat top right;
	text-decoration: none;
}

/******************************************************
*
*						CONTENT
*
******************************************************/


#content {
	width: 871px;
	position: relative;
	background: url('images/content_bg.jpg') repeat-y;
	padding: 0 0 0 22px;
}


#content_posts_wrapper {
	width: 575px;
	float: left;
	position: relative;
	padding-top:15px;
}

.date {
	width: 58px;
	height: 60px;
	float: left;
	position: relative;
	padding-bottom: 5px;
	text-align: center;
	line-height: 28px;
	background: url('images/date.jpg') no-repeat;
	color: #4e4e4e;
	font-size: 30px;
	font-weight: bold;
}

.month {
	font-size: 18px;
	color: #FFF;
}
.addcommentlink{
	font-size:12px;
}

.red{
	color:#ee1c25;
}
.white{
	color:#FFF;
}
.post {
	margin-bottom: 40px;
}

.actual_post ol, .actual_post  ul {
	list-style: inside;
}

.sub_title {
	margin-bottom: 20px;
}

.entry_author_image
{
  float: left;
  border: solid 1px outset;
  margin: 0px 10px 0px 0px;
}

.author a {
/*	background: #53abd5;
	border: 1px solid #222222;*/
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: relative;
}

.author a:hover {
	color:#ee1c25;
}

.authorInfo {
	float:right;
	color: #FFF;
	font-size: 12px;
}

.comments {
	color: #FFF;
	float: right;
	position: relative;
	font-size: 12px;
	padding-left: 20px;
	background: url('images/comment_post.jpg') no-repeat left center;
}

.comments a {
	color: #FFF;
	text-decoration: none;
}

.comments a:hover {
	color:#ee1c25;
}

.actual_post {
	padding-top: 21px;
	clear: both;
}

.content_post {
	width: 505px;
	margin-left: 10px;
	float: left;
	position: relative;
}

.tags {
	background: #4e4e4e;
	border: 1px solid #222222;
	padding: 5px;
	color: #FFF;
	font-size: 12px;
}

.tags a {
	padding-left: 20px;
	background: #4e4e4e url('images/tag.jpg') no-repeat left center;
	color: #FFF;
	text-decoration: none;
}

.tags a:hover {
	color:#ee1c25;
}

h1, h3 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 72px;
	color: #FFF;
	letter-spacing: -5px;
}

h2 {
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
}

h2 a {
	color: #FFF;
}

h2 a:hover {
	color:#ee1c25;
}

h1 span {
	color: #53abd5;
}

#bottom {
	width: 871px;
	height: 47px;
	position: relative;
	background: #333 url('images/content_bottom.jpg') no-repeat;
	clear: both;
}


/******************************************************
*
*						SIDEBAR
*
******************************************************/

#sidebar {
	width: 211px;
	padding-right: 15px;
	padding-left: 32px;
	list-style-type: none;
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 21px;
	background: url(images/featured.jpg) no-repeat  scroll 20px 0;
}
#aboutus{
	padding-top: 15px;
}

#featuredPost{
	padding: 80px 0 30px 10px;
}

.profile{
	padding: 0 0 0 25px;
	background-image: url(images/profile.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
}

#featuredPost a:hover{
	color:#ee1c25;
}

#members_area{
	padding-top: 15px;
	padding-bottom: 20px;
	font-weight:bold;
}

#rss_email{
	width: 211px;
	font-size: 12px;
	padding-bottom: 30px;
}

#rss_input {
	width: 110px;
	background: #FFF;
	border: 1px solid #222222;
	color: #333;
	padding: 2px;
	float: left;
	height: 18px;
}

#rss_submit {
	border: 1px solid #222222;
	background: #ee1c25;
	color: #FFF;
	margin-left: 5px;
	padding: 1px;
}

#rss_feed {
	padding-bottom: 15px;
}

#rss_feed img {
	border: 0;
}

#rss_feed a:hover {
	color:#ee1c25;
}

#search {
	width: 211px;
	background: url('images/search.jpg') no-repeat left top;
	font-size: 12px;
	padding-top: 35px;
	padding-bottom: 30px;
}

#search p {
	margin: 0;
}

#search_input {
	width: 110px;
	background: #FFF;
	border: 1px solid #222222;
	color: #333;
	padding: 2px;
	float: left;
	height: 18px;
}

#search_submit {
	border: 1px solid #222222;
	background: #ee1c25;
	color: #FFF;
	margin-left: 5px;
	padding: 1px;
}

#sidebar li.recentcomments_dw {
	width: 194px;
	height: 35px;
	background: url('images/recentcomments.jpg') no-repeat;
}

#sidebar ul.recentcomments_sub {
	padding-bottom: 30px;
	list-style: none;
}

#sidebar ul.recentcomments_sub span {
	color: #bbb;
	
}

#sidebar ul.recentcomments_sub a {
	padding: 0 0 0 25px;
	margin-bottom: 1px;
	background: url('images/recentcomments_icon.png') no-repeat 5px center;
	display: block;
}

#sidebar ul.recentcomments_sub a:hover {
	color:#ee1c25;
	/*background: #53abd5 url('images/recentcomments_icon.png') no-repeat 5px center;*/
	
}

#sidebar li.recentposts {
	width: 194px;
	height: 35px;
	background: url('images/recentposts.jpg') no-repeat;
}

#sidebar ul.recentposts_sub {
	padding-bottom: 30px;
	list-style: none;
}

#sidebar ul.recentposts_sub a {
	padding: 0 0 0 20px;
	margin-bottom: 1px;
	background: url('images/recentposts_icon.png') no-repeat 5px center;
	display: block;
}

#sidebar ul.recentposts_sub a:hover {
	background: url('images/recentposts_icon.png') no-repeat 5px center;
	color:#ee1c25;
}

#sidebar li.archives {
	width: 194px;
	height: 35px;
	background: url('images/archives.jpg') no-repeat;
}

#sidebar ul.archives_sub {
	padding-bottom: 30px;
	list-style: none;
}

#sidebar ul.archives_sub a {
	padding: 0 0 0 24px;
	margin-bottom: 1px;
	background: url('images/archives_icon.png') no-repeat 5px center;
	display: block;
}

#sidebar ul.archives_sub a:hover {
	background: url('images/archives_icon.png') no-repeat 5px center;
	color:#ee1c25;
}

#sidebar a {
	text-decoration: none;
	color: #d8d8d8;
}

#calendar_wrap table {
	width: 100%;
	border-collapse: collapse;
}

#calendar_wrap table a {
	padding: 0;
}

#calendar_wrap tfoot a {
	background: none;
	margin-top: 2px;
	margin-bottom: 30px;
}

#calendar_wrap tfoot a:hover {
	color:#ee1c25;
}

#calendar_wrap thead {
	background: #7b7b7b;;
}

#calendar_wrap caption {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 2px
}

#calendar_wrap th, #calendar_wrap td {
	text-align: center;
}

li.sidebar_widgets ul {
	list-style: none;
	margin-bottom: 30px;
}

li.sidebar_widgets a {
	padding: 0 0 0 0px;
	margin-bottom: 1px;
	
}

li.sidebar_widgets a:hover {
	color:#ee1c25;
}

h2.sidebar_widgets_title {
	font-size: 170%;
	margin-bottom: 10px;
}


li.sidebar_widgets div.ngg-widget a{
	display: inline;
	background: none;
}

/******************************************************
*
*						FOOTER
*
******************************************************/

#footer_top {
	width: 871px;
	height: 20px;
	margin-top: 100px;
	position: relative;
	background: #333 url('images/footer_top.jpg') no-repeat;
}

#footer_top h1.footer_title {
	font-size: 72px;
	position: absolute;
	bottom: 2px;
	color: #FFF;
}

#footer_main {
	width: 871px;
	position: relative;
	background: #333 url('images/footer_bg.png') repeat-y;
	color: #d7f3fe;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	padding-left: 22px;
	padding-right: 22px;
	list-style: none;
	font-size: 14px;
	line-height: 21px;
}

#footer li.page_footer, li.about_footer {
	float: left;
	width: 240px;
}

#footer li.page_footer {
	margin-right: 45px;
}

ul.recentcomments_footer, ul.recentposts_footer {
	list-style: none;
}

ul.recentcomments_footer {
	padding-top: 35px;
	background: url('images/recentcomments_footer.jpg') no-repeat left top;
}

ul.recentposts_footer {
	padding-top: 35px;
	background: url('images/recentposts_footer.jpg') no-repeat left top;
}

li.about_footer {
	padding-top: 35px;
	background: url('images/about_footer.jpg') no-repeat left top;
}

ul.recentcomments_footer a, ul.recentposts_footer a {
	padding: 5px 5px 0 21px;
	background: url('images/footer_icon.jpg') no-repeat 1px center;
	text-decoration: none;
	display: block;
	color: #d7f3fe;
	border-bottom: 1px solid #67b8de;
}

ul.recentcomments_footer a:hover, ul.recentposts_footer a:hover {
	color:#ee1c25;
}

#footer_bottom {
	width: 871px;
	height: 23px;
	margin-bottom: 40px;
	position: relative;
	background: #333 url('images/footer_bottom.jpg') no-repeat;
	clear: both;
}

.clear {
	clear: both;
}

.disclaimer {
	position: relative;
	padding-top: 20px;
	padding-bottom: 15px;
	bottom: 0px;
	text-align: center;
	color: #EE1C25;
	display: block;
}

.disclaimer a {
	color: #EE1C25;
}

.disclaimer a:hover {
	text-decoration: underline;	
}


/*********************************

			comments

*********************************/


.comments_number {
	margin-top: 40px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 30px;
}

.comments_list li {
	padding-left: 2px;
}

.comments_list ol {
	list-style: none;
}

.comments_list ol .comments_author {
	color: #ff7f00;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 0 11px;
	position: relative;
}

.comments_list ol .comments_author span {
	background: url('images/comment_tab.jpg') no-repeat top right;
	padding: 6px 35px 0 0;
	color: #666;
	font-weight: normal;
	position: relative;
	z-index: 3;
}

.comments_list ol .comments_author a {
	color: #ff7f00;
}

.comments_list ol .comments_author a:hover {
	color:#ee1c25;
}

.comments_list ol li.alt .comments_author {
	display: block;
	color: #53abd5;
	font-weight: bold;
	font-size: 14px;
}

.comments_list ol li.alt .comments_author a {
	color: #53abd5;
	font-weight: bold;
}

.comments_list ol li.alt .comments_author a:hover {
	color:#ee1c25;
}

.comments_list ol .comments_text {
	color: #b9b9b9;
}


#comments input, textarea {
	border: 1px solid #222;
	background: #f3f3f3;
	color: #333;
	padding: 3px;
}

#comments textarea {
	width: 505px;
}

#submit {
	border: 1px solid #222;
	background: #f3f3f3;
	color: #999;
}

#submit:hover {
	background: #53abd5;
	color: #fff;
}

.comments_date {
	color: #999;
	display: inline;
	font-size: 12px;
	background: url('images/date_orange.jpg') no-repeat left center;
	padding-left: 13px;
}

.comments_date_tidy {
	padding: 0 0 10px 11px;
}

li.alt .comments_date {
	background: url('images/date_blue.jpg') no-repeat left center;
	padding-left: 13px;
}


.comments_list li .comments_text {
	border: 1px solid #222222;
	padding: 10px 10px 0 10px;
	background-color: #4e4e4e;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.comments_form label {
	font-size: 14px;
	padding-left: 5px;
}

.comments_avatar img {
	width: 90px;
	float: left;
}

.comments_avatar a {
	border: 0;

}

.comments_avatar img {
	border: 0px solid #FFF;
}

.comments_body {
	float: left;
}


/*********************************

			PAGE

*********************************/

.page_content_post {
	width: 573px;
	float: left;
	position: relative;
}

.pagetitle {
	margin-bottom: 20px;
}