/* Color theme: 'Gamersat' */

/* Page Body background */
.theme_gamersat.theme_body, .theme_gamersat .theme_body {
	background-color:#f0f0f0;
}

/* Article background */
.theme_gamersat.theme_article, .theme_gamersat .theme_article {
	color:#666666;
	background-color:#ffffff;
}

/* Text color */
.theme_gamersat p, .theme_gamersat td, .theme_gamersat th, .theme_gamersat input, .theme_gamersat textarea, .theme_gamersat div,
.theme_gamersat .theme_text {
	color:#666666;
}
.theme_gamersat p {line-height: 1.5em;}


/* Headers color */
.theme_gamersat h1, .theme_gamersat h2, .theme_gamersat h3,
.theme_gamersat .theme_title, .theme_gamersat .theme_header {
	color:#222222;
}

/* SubHeaders color */
.theme_gamersat h4, .theme_gamersat h5, .theme_gamersat h6,
.theme_gamersat .theme_subtitle, .theme_gamersat .theme_subheader {
	color:#222222;
}

/* Strong text */
.theme_gamersat .theme_strong {
	color:#222222;
}

/* Info text - post date, author, comments etc. */
.theme_gamersat .theme_info {
	color:#aaaaaa;
}

/* Links (as text) */
.theme_gamersat a,
.theme_gamersat .theme_link {
	color:#dd0000;
}

/* Links (as text) hover */
.theme_gamersat a:hover,
.theme_gamersat .theme_link:hover {
	color:#bbbbbb;
}

/* Links (as button) */
.theme_gamersat a.more-link,
.theme_gamersat a.comment-reply-link,
.theme_gamersat .theme_button {
	background-color:#666666;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_gamersat a.more-link:hover,
.theme_gamersat a.comment-reply-link:hover,
.theme_gamersat a.theme_button:hover,
.theme_gamersat a.theme_accent_bg:hover,
.theme_gamersat .theme_hover {
	background-color:#bbbbbb;
	color:#ffffff;	
}

/* Border color */
.theme_gamersat .theme_border {
	border-color:#e0e0e0;
}

/* Accent color */
.theme_gamersat .theme_accent_bg {
	background-color:#dd0000;
	color:#ffffff;
}
.theme_gamersat .theme_accent {
	color:#dd0000;
}
.theme_gamersat .theme_accent_border {
	border-color:#dd0000;
}

/* Reviews stars */
.theme_gamersat .theme_stars {		/* Inactive */
	color:#888888;
}
.theme_gamersat .theme_stars_on {	/* Active */
	color:#ffc800;
}


/* Puzzles - description block background and color */
.theme_gamersat .theme_puzzles {
	background-color:#006776;
	color:#ffffff;
}

.theme_gamersat .theme_advertisement {
	background-color:#999;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_gamersat .theme_menu {
	background-color:#f0f0f0;
}
	.theme_gamersat #mainmenu a {
		color:#222222;
	}
	#mainmenu > li.theme_gamersat.current-menu-item > a,
	.theme_gamersat #mainmenu > li.current-menu-item > a {
		background-color:#dd0000;
		color:#ffffff;
	}
	#mainmenu > li.theme_gamersat > a:hover,
	#mainmenu > li.theme_gamersat.sfHover > a,
	.theme_gamersat #mainmenu > li > a:hover,
	.theme_gamersat #mainmenu > li.sfHover > a {
		background-color:#dd0000;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_gamersat ul,
	.theme_gamersat #mainmenu > li ul {
		background-color:#dd0000;
		color:#ffffff;   
		border: 1px solid #F0F0F0;
		margin-left:-1px; 		
	}	
	#mainmenu > li.theme_gamersat ul li a,
	.theme_gamersat #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_gamersat ul li.current-menu-item > a,
	.theme_gamersat #mainmenu > li ul li.current-menu-item > a {
		background-color:#bbbbbb;
	}
	#mainmenu > li.theme_gamersat ul li a:hover,
	#mainmenu > li.theme_gamersat ul li.sfHover > a,
	.theme_gamersat #mainmenu > li ul li a:hover,
	.theme_gamersat #mainmenu > li ul li.sfHover > a {
		background-color:#bbbbbb;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_gamersat #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_gamersat.current-menu-item a,
	.theme_gamersat #sidemenu_area li.current-menu-item a {
		background-color:#666666;
		color:#ffffff;
	}
	#sidemenu_area li.theme_gamersat a:hover,
	#sidemenu_area li.theme_gamersat.sfHover a,
	.theme_gamersat #sidemenu_area li a:hover,
	.theme_gamersat #sidemenu_area li.sfHover a {
		background-color:#bbbbbb;
		color:#ffffff;
	}


/* Pages navigation
---------------------------------------------------*/
.theme_gamersat #nav_pages li a,
.theme_gamersat #nav_pages li span,
.theme_gamersat .nav_pages_parts a,
.theme_gamersat .nav_pages_parts > span,
.theme_gamersat .nav_comments a,
.theme_gamersat .nav_comments > span {
	background-color:#666666;
	color:#ffffff;	
}
.theme_gamersat #nav_pages li a:hover,
.theme_gamersat .nav_pages_parts a:hover,
.theme_gamersat .nav_comments a:hover {
	background-color:#bbbbbb;
	color:#ffffff;	
}
.theme_gamersat #nav_pages li.pager_current span,
.theme_gamersat #nav_pages li.pager_current a,
.theme_gamersat #nav_pages li a.current,
.theme_gamersat .nav_pages_parts > span.page_num,
.theme_gamersat .nav_comments span {
	background-color:#dd0000;
	color:#ffffff;	
}
.theme_gamersat .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_gamersat #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#666666;
}


/* Form fields
---------------------------------------------------*/
.theme_gamersat button,
.theme_gamersat html input[type="button"],
.theme_gamersat input[type="reset"],
.theme_gamersat input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background-color:#dd0000;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_gamersat button:hover,
.theme_gamersat html input[type="button"]:hover,
.theme_gamersat input[type="reset"]:hover,
.theme_gamersat input[type="submit"]:hover {
	background-color:#bbbbbb;
	color:#ffffff;	
}
.theme_gamersat button:focus,
.theme_gamersat html input[type="button"]:focus,
.theme_gamersat input[type="reset"]:focus,
.theme_gamersat input[type="submit"]:focus,
.theme_gamersat button:active,
.theme_gamersat html input[type="button"]:active,
.theme_gamersat input[type="reset"]:active,
.theme_gamersat input[type="submit"]:active {
	background-color:#bbbbbb;
	color:#ffffff;	
}
.theme_gamersat .theme_field,
.theme_gamersat blockquote,
.theme_gamersat input[type="text"],
.theme_gamersat input[type="number"],
.theme_gamersat input[type="email"],
.theme_gamersat input[type="password"],
.theme_gamersat input[type="search"],
.theme_gamersat textarea {
	background-color: #dddddd;
	border-width:0;
	color: #666666;
}
.theme_gamersat .theme_field:focus,
.theme_gamersat input[type="text"]:focus,
.theme_gamersat input[type="number"]:focus,
.theme_gamersat input[type="email"]:focus,
.theme_gamersat input[type="password"]:focus,
.theme_gamersat input[type="search"]:focus,
.theme_gamersat textarea:focus {
	background-color: #cccccc;
	color: #666666;
}





/* Sidebars
---------------------------------------------------*/
.theme_gamersat aside.widget {
	color:#666666;
	background-color:#ffffff;
}

/* All lists bullets in widgets */
.theme_gamersat #content ul li:before,
.theme_gamersat.widget_area ul li.current-menu-item > a,
.theme_gamersat.widget_area ul li:before {
	color:#bbbbbb;
}

/* Widget Calendar */
.theme_gamersat .widget.widget_calendar caption {
	color:#222222;
}
.theme_gamersat .widget.widget_calendar table thead th {
	background-color:#dd0000;
}
.theme_gamersat .widget.widget_calendar table tbody td {
	color:#d0d0d0;
	background-color:#dd0000;
}
.theme_gamersat .widget.widget_calendar table tbody a {
	color:#ffffff;
	background-color:#dd0000;
}
.theme_gamersat .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#bbbbbb;
}
.theme_gamersat .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_gamersat .widget.widget_calendar table tbody #today,
.theme_gamersat .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#e0e0e0;
}

/* Tag cloud */
.theme_gamersat .widget.widget_tag_cloud a {
	color:#ffffff;
	background-color:#666666;
}
.theme_gamersat .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#bbbbbb;
}



/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_gamersat .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #666666;
	color:#ffffff;
}
.theme_gamersat .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #dd0000;
}
.theme_gamersat .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#dd0000;
}
.theme_gamersat .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#bbbbbb;
}
.theme_gamersat .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #bbbbbb;
	color:#666666;
}

/* Blogger */
.theme_gamersat .sc_blogger .sc_blogger_title a:hover {
	color:#666666;
}
.theme_gamersat .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #aaaaaa;
}
.theme_gamersat .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#e0e0e0;
}
.theme_gamersat .sc_blogger.style_date .date_month {
	background-color:#dd0000;
	color:#ffffff;
}
.theme_gamersat .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#222222;
	border-color:#e0e0e0;
}
.theme_gamersat .sc_blogger .sc_blogger_item_bordered {
	border-color: #e0e0e0;
}

/* Button */
.theme_gamersat .sc_button {
	border-color:#e0e0e0;
	color:#ffffff;
}
.theme_gamersat .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_gamersat .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #222222;
}
.theme_gamersat .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #dd0000;
	color: #ffffff;
}
.theme_gamersat .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #666666;
	color: #ffffff;
}

/* Infobox */
.theme_gamersat .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}
.theme_gamersat .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}

.theme_gamersat .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}

.theme_gamersat .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}

.theme_gamersat .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}


/* Line */
.theme_gamersat .sc_line {
	border-color: #e0e0e0;
}

/* List */
.theme_gamersat ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_gamersat ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #dd0000;
}
.theme_gamersat ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_gamersat ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_gamersat .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#f3f3f3;
}
.theme_gamersat .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #e0e0e0;
	background:#f0f0f0;
}
.theme_gamersat .sc_skills .sc_skills_item .sc_skills_caption {
	color:#222222;
}
.theme_gamersat .sc_skills .sc_skills_item .sc_skills_level {
	background:#dd0000;
	color:#ffffff;

}

/* Slider Flex */
.theme_gamersat .sc_slider_flex .flex-control-nav a:hover {
	background-color:#dd0000;
}
.theme_gamersat .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#dd0000;
}

/* Table */
.theme_gamersat .sc_table table td, 
.theme_gamersat .sc_table table th {
	border-color: #e0e0e0;
	background: #ffffff;
}
.theme_gamersat .sc_table table th {
	color:#222222;
	background: #f0f0f0;
}
.theme_gamersat .sc_table table tr:hover td {
	background-color:#fcfcfc;
}

/* Tabs */
.theme_gamersat .ui-tabs-active .theme_button {
	background-color:#dd0000;
	color:#ffffff;	
}
.theme_gamersat .sc_tabs .content {
	background: #fff;
	border-color: #e0e0e0;
}

/* Team */
.theme_gamersat .sc_team .sc_team_item {
	background: #f0f0f0;
}

/* Testimonials */
.theme_gamersat .sc_testimonials .sc_testimonials_position {
	color:#aaaaaa;
}
.theme_gamersat .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#f0f0f0;
}
.theme_gamersat .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#9b9b9b;
	color:#ffffff;
}
.theme_gamersat .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #565656;
}
.theme_gamersat .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #ffffff #ffffff;
}

/* Title */
.theme_gamersat .sc_title_bubble_top .sc_title_bubble_icon,
.theme_gamersat .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#dd0000;
	color:#ffffff;
}

/* Toggles */
.theme_gamersat .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #666666;
	color:#ffffff;
}
.theme_gamersat .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #dd0000;
}
.theme_gamersat .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#dd0000;
}
.theme_gamersat .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#bbbbbb;
}
.theme_gamersat .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #bbbbbb;
	color:#666666;
}

/* Tooltip */
.theme_gamersat .sc_tooltip_parent {
	color:#222222;
	border-bottom-color:#666666;
}
.theme_gamersat .sc_tooltip {
	background: #222222;
	color:#ffffff;
}
.theme_gamersat .sc_tooltip:after {
	border-color: #222222 transparent transparent;
}





/* Popup & register
---------------------------------------------------*/
.theme_gamersat .popup_form .popup_title .popup_arrow:after {
	border-bottom-color: #dd0000;
}
.blog_style_excerpt #content .post_text_area {    
    margin-top:10px;
    padding-right: 15px;
}
.blog_style_excerpt #content .post_title {
    margin: 18px 0px 0px;
    text-transform: uppercase;
}
.popup_field.popup_button a {
    display: inline-block;
    text-align: center;
    width: 96px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
}

.widget_advert_inner {
   margin: -20px -15px -20px -15px !important;
   padding-left: 5px;
   padding-right: 5px;
}

#header_top_inner #ads_block_top {
    margin-bottom: 5px;
}

header {
    padding-bottom: 8px;
}

#header_top_inner .logo {
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    max-width: 100%;
}


.post_format_quote .post_content_wrapper {
background-color:#000 !important;
}

.post_format_quote .post_content_wrapper .post_descr {
    margin-top: 43px;
    margin-right: -7px;
    margin-left: -7px;
}

.post_format_quote .post_content_wrapper .post_content_padding {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 0px;
}