/*
Theme Name: Easy Review Theme
Theme URI: http://www.easyreviewtheme.com/
Description: Create product, service or location review pages.
Author: Valentin Jed
Version: 1.1.1
*/

* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	line-height:20px;
	background:url(images/background.png) repeat-x top #e6f3ff;
}

.fb_override {
	background:none #fff;
}

div {
	overflow:hidden;
}

.clean {
	clear:both;
}

a {
	color:#265299;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	padding:20px 24px 5px 24px;
	margin-bottom:20px;
	border-top:3px solid #ff9200;
	border-bottom:3px solid #ff9200;
	background:#f6f6f6;
	line-height:18px;
}

blockquote blockquote {
	border-color:#558cb7;
	font-size:12px;
	line-height:16px;
	padding:15px 17px 0 17px;
	background:#fff;
}

blockquote p {
	margin-bottom:15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Nobile', Arial, Helvetica, sans-serif;
	margin:0 0 25px 0;
	letter-spacing:-1px;
	line-height:110%;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 25px 0;
	line-height:20px;
}

h1 {
	font-size:34px;
	letter-spacing:-2px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:26px;
}

h4 {
	font-size:21px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

ul, ol {
	margin:0 0 25px 25px;
	line-height:20px;
	padding:0;
}

ul li, ol li {
	margin:0 0 10px 0;
	padding:0 0 0 8px;
}

#page {
	width:960px;
	margin:0 auto;
}

#fb_page {
	width:520px;
	margin:0 auto;
}

#stage {
	padding:30px;
	background:#fff;
}

/* FORMS */

label {
	display:block;
	font-size:12px;
	font-weight:bold;
}

#content textarea,
#content input {
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	margin:15px 5px 15px 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #6188b8;
}

#content textarea {
	padding:12px;
	font-size:14px;
	line-height:18px;
}

.review_section textarea {
	width:560px !important;
	margin:20px 0 0 0;
	padding:12px;
	font-size:14px;
	line-height:18px;
}

#content input {
	padding:4px 8px;
	font-size:14px;
	letter-spacing:normal;
	line-height:24px;
	height:24px;
}

.review_section input.field {
	width:170px !important;
	margin:10px 5px;
	padding:4px 8px;
	font-size:14px;
	letter-spacing:normal;
	line-height:24px;
	height:24px;
}

#content input {
	width:auto;
}

#content input[type="button"], #content input[type="submit"] {
	border:0;
	width:auto;
	height:auto;
	margin:0;
	padding:4px 13px;
	background:#6188b8;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

#content input[type="image"] {
	border:0;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

/* SEARCH FORM */

.widget_search .assistive-text {
	display:block;
	font-family:'Nobile', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px 15px;
	background:#4f4f4f;
	color:#fff;
	letter-spacing:-1px;
	border-bottom:3px solid #c1c1c1;
	margin:0;
}

.widget_search input.field,
.widget_search input.submit {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.widget_search input.field {
	margin:20px 5px 20px 20px;
	border:1px solid #6188b8;
	padding:0 8px;
	font-size:14px;
	line-height:25px;
	height:25px;
	color:#666;
}

.widget_search input.submit {
	border:0;
	width:auto;
	height:28px;
	line-height:28px;
	margin:0;
	padding:0 8px;
	background:#6188b8;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

/* HEADER */

#header {
}

/* MAIN MENU */

#mainmenu {
	font-family:'Nobile', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	letter-spacing:-1px;
	font-weight:lighter;
	background:url(images/mainmenu_bg.png) top no-repeat;
	padding:10px 30px 10px 10px;
}

#mainmenu.fb_mainmenu {
	background:url(images/mainmenu_bg_fb.png) left top no-repeat;
}

#mainmenu a {
	color:#fff;
	text-decoration:none;
}

#mainmenu a:hover {
	color:#ffcf8b;
}

#mainmenu ul li.current_page_item a, #mainmenu ul li.current_page_item a:hover {
	color:#ff9600;
}

#mainmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
}

#mainmenu ul li {
	float:left;
	margin:0;
	padding:2px 20px 0 20px;
}

#mainmenu.fb_mainmenu ul li {
	padding:0 14px;
}

#mainmenu .sm {
	float:right;
	display:block;
	text-align:right;
}

#mainmenu .sm li {
	padding:0 0 0 7px;
	line-height:0px;
}

/* CONTENT */

#content.toleft {
	float:left;
	width:590px;
}

#content.toright {
	float:right;
	width:590px;
}

.attachment-post-thumbnail, .wp-post-image {
	float:left;
	margin:15px 15px 15px 0;
}

.category-archive-meta p, .tag-archive-meta p {
	font-size:16px;
	line-height:24px;
	color:#4d4d4d;
}

img [align="left"] {
	float:left;
	margin:15px 15px 15px 0;
}

img [align="right"] {
	float:right;
	margin:15px 0 15px 15px;
}

/* PREVIEW */

.preview {
	margin:0 0 30px 0;
}

.preview_title {
	width:445px;
	float:left;
}

.preview_title_orange, .preview_title_blue {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#3e3e3e;
	border-bottom:3px solid #ff9000;
	line-height:35px;
	padding:0 12px;
	margin:0 0 25px 0;
	letter-spacing:-1px;
}

.preview_title_blue {
	border-bottom:3px solid #6188b8;
}

.preview_rating {
	margin-top:3px;
	line-height:32px;
	height:32px;
	/*display:block;*/
	float:right;
}

.preview_rating img {
	margin:0 0 0 4px;
}

.preview_image {
	width:175px;
	float:left;
}

.preview_content {
	font-size:14px;
	line-height:18px;
	width:390px;
	float:right;
}

.preview_nav img {
	margin-right:5px;
}

.preview_button {
	width:250px;
	float:left;
}

.preview_pricebox {
	margin-bottom:25px;
}

.preview_price {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:22px;
	color:#a11200;
}

.preview_tag {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:40px;
	float:left;
	text-transform:uppercase;
	font-size:10px;
	color:#242740;
	margin-top:8px;
}

/* PREVIEW SMALL */

.small_preview {
	margin:0 0 30px 0;
	border-top:6px solid #6188b8;
	width:280px;
	float:left;
}

.small_preview_separator {
	width:30px;
	float:left;
}

.small_preview h2 {
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	line-height:16px;
	margin:18px 0 10px 0;
	padding:0;
}

.small_preview h2 a {
	color:#000;
}

.small_preview p {
	font-size:12px;
	font-weight:regular;
	line-height:16px;
	margin:7px 0 15px 0;
	padding:0;
}

.small_preview_rating {
}

.small_preview_nav img {
	margin-right:5px;
}

.small_preview_buttons {
	width:130px;
	float:left;
}

.small_preview_pricebox {
	margin-bottom:18px;
}

.small_preview_price {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:22px;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:18px;
	color:#a11200;
}

.small_preview_tag {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:40px;
	float:left;
	text-transform:uppercase;
	font-size:10px;
	color:#242740;
	margin-top:7px;
}

/* SIDEBAR */

#sidebar.toright {
	width:280px;
	float:right;
	margin:0;
}

#sidebar.toleft {
	width:280px;
	float:left;
}

#sidebar a {
	color:#28588f;
	text-decoration:none;
}

#sidebar a:hover {
	color:#1d3d61;
}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul li {
	margin:0;
	padding:0;
}

#sidebar ul li h2 {
	font-size:14px;
	font-weight:bold;
	padding:7px 15px;
	background:#4f4f4f;
	color:#fff;
	letter-spacing:-1px;
	border-bottom:3px solid #c1c1c1;
	margin:0;
}

#sidebar ul li ul {
	background:url('images/widget_bg.png') top repeat-x;
	margin:0;
	padding:12px;
	list-style-type:none;
	color:#333;
}

#sidebar ul li ul li {
	margin:0 0 0 5px;
	padding:0 0 4px 15px;
	line-height:22px;
	background:url('images/sidebar_bullet.png') no-repeat 0 5px;
}

/* FOOTER */

#footer {
	font-family:'Nobile', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background:#3e3e3e;
	padding:30px;
}


#footer .copy {
	display:block;
	float:left;
}

#footer .menu {
	display:block;
	float:right;
	text-align:right;
}

#footer .menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer .menu ul li {
	float:left;
	margin:0;
	padding:0 0 0 15px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#3cf;
}

/* Slider */

#slider {
	margin:0 0 30px 0;
}

#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider2 {
	margin-top:1em;
}

#slider li, #slider2 li { 
	width:590px;
	height:290px;
	overflow:hidden; 
}

#prevBtn, #nextBtn, #slider1next, #slider1prev { 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}

#nextBtn, #slider1next {
	left:696px;
}

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url('../images/btn_prev.png') no-repeat 0 0;	
}

#nextBtn a, #slider1next a {
	background:url('../images/btn_next.png') no-repeat 0 0;	
}

/* numeric controls */	

ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;	
}

ol#controls li {
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}

ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}

ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

/* RATING TABLE */

#ratings {
}

#ratings table {
	width:100%;
	font-size:12px;
}

#ratings tr.gray {
	background:#f6f6f6;
}

#ratings th {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#3e3e3e;
	border-bottom:3px solid #ff9000;
	line-height:35px;
	padding:0 12px;
}

#ratings td {
	padding:10px;
}

#ratings .rank {
	font-size:14px;
	font-weight:bold;
	color:#a11200;
}

#ratings .price {
	font-size:14px;
	font-weight:bold;
	color:#a11200;
}

.rating_section {
	margin:0 0 10px 20px;
	border-bottom:3px solid #6188b8;
	width:280px;
	float:right;
}

.rating_section h2 {
	font-size:16px;
	line-height:18px;
	color:#000;
	text-transform:uppercase;
	margin:0;
	padding-bottom:15px;
	border-bottom:3px solid #6188b8;
}

.rating_section table {
	margin:5px 0 5px 5px;
	font-size:12px;
	color:#4b4b4b;
}

/* DATE */

.date {
	font-size:12px;
	color:#666;
	margin-bottom:15px;
}

/* PRICE SECTION */

.price_section {
	margin-bottom:15px;
}

.price_section h2 {
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
	margin:0;
	padding-bottom:12px;
}

.price_section h2 a {
	text-transform:none;
}

.price_section .separator {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#c1c1c1;
	padding:0 15px;
}

.price_section h2 .price {
	color:#a11200;
	font-size:150%;
}

/* RATING WIDGET */

#ratings_w table {
	width:100%;
	font-size:11px;
	line-height:13px;
	margin-bottom:30px;
}

#ratings_w tr.gray {
	background:#f6f6f6;
}

#ratings_w td {
	padding:8px 0;
}

#ratings_w td:last-child {
	padding:8px 10px 8px 0;
}

#ratings_w .rank {
	font-size:11px;
	font-weight:bold;
	color:#a11200;
	padding:8px 10px 8px 15px;
}

#ratings_w .product_title {
	padding:8px 10px 8px 0;
}

/* REVIEW */

#review {
}

.review_rating {
	float:right;
	width:292px;
	margin:0 0 25px 20px;
	padding:0;
	line-height:16px;
}

.review_rating img {
	margin-right:4px;
}

.review_section {
	width:590px;
	margin-bottom:30px;
}

.review_section .user_rating {
	margin:0 0 20px 0;
}

.review_section h2 {
	font-size:14px;
	line-height:30px;
	text-transform:uppercase;
	color:#000;
	border-bottom:6px solid #6188b8;
	margin-bottom:18px;
}

/* REVIEW GALLERY */

.gallery_section {
	width:292px;
	float:right;
	margin:0 0 15px 20px;
	text-align:center;
}

.gallery_section img {
	margin-left:3px;
	margin-bottom:3px;
}

/* AD HEAD */

.ad_head {
	float:right;
	text-align:right;
	width:480px;
	margin-top:22px;
	padding-right:15px;
}

/* LATEST POSTS */

.post_title {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#3e3e3e;
	border-bottom:3px solid #f00; /* ff9000; */
	line-height:40px;
	padding:0 12px;
	margin:0 0 25px 0;
	letter-spacing:-1px;
}

.post_latest {
}

.post_latest_title, .post_latest_title a {
	font-family:'Nobile', Arial, Helvetica, sans-serif;
	margin-bottom:8px;
	letter-spacing:-1px;
	line-height:120%;
	font-size:21px;
	color:#265299;
	text-decoration:none;
}

.post_latest_title a:hover {
	text-decoration:underline;
}

.post_latest_date {
	font-size:12px;
	color:#666;
	margin-bottom:20px;
}

.post_latest_intro {
	line-height:18px;
}

.post_latest_intro p {
	margin-bottom:20px;
}

.post_latest_footer {
	color:#666;
	font-size:12px;
	margin-bottom:30px;
}

.separator {
	color:#666;
	padding:0 10px;
}

/* NAVIGATION */

.review_comments_nav, .easyreview_navigation {
	margin:0 0 25px 0;
}

.review_comments_nav .nav_toleft, .easyreview_navigation .nav-previous {
	width:40%;
	float:left;
}

.review_comments_nav .nav_toright, .easyreview_navigation .nav-next {
	width:40%;
	float:right;
	text-align:right;
}

/* COMMENTS */

.review_comment {
	border-bottom:1px solid #6188b8;
	padding-top:25px;
	margin-bottom:25px;
}

.review_comment .review_comment {
	width:530px;
	margin:0 0 0 54px;
	border-top:1px solid #6188b8;
	border-bottom:0;
}

.review_comment .review_comment .review_comment {width:470px;}
.review_comment .review_comment .review_comment .review_comment {width:410px;}
.review_comment .review_comment .review_comment .review_comment .review_comment {width:350px;}
.review_comment .review_comment .review_comment .review_comment .review_comment .review_comment {width:290px;}

.review_comment_content {width:530px;float:right;text-align:left;}

.review_comment .review_comment .review_comment_content {width:470px;}
.review_comment .review_comment .review_comment .review_comment_content {width:410px;font-size:97%;line-height:97%;}
.review_comment .review_comment .review_comment .review_comment .review_comment_content {width:350px;font-size:95%;line-height:95%;}
.review_comment .review_comment .review_comment .review_comment .review_comment .review_comment_content {width:290px;font-size:92%;line-height:92%;}

.review_comment_avatar {
	width:54px;
	float:left;
	text-align:center;
}

.review_comment_name {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.review_comment_name a, .review_comment_name .name {
	text-decoration:none;
	color:#265299;
}

.review_comment_name a:hover {
	text-decoration:underline;
}

.review_comment_attributes {
	font-size:11px;
	color:#888;
	margin-bottom:20px;
}

.review_comment_attributes a {
	text-transform:uppercase;
	font-weight:bold;
}

.review_comment_separator {
	padding:0 10px;
}

.review_comment_reply {
	font-weight:bold;
	margin-bottom:25px;
	line-height:18px;
}

/* PAGEING */

.page-link {
	margin-bottom:25px;
}

.page-link strong {
	float:left;
}

.page-link-number {
	float:left;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#dfdfdf;
	padding:2px 5px;
	margin:0 0 0 4px;
	font-size:11px;
	line-height:16px;
	color:#999;
}

.page-link a:hover {
	text-decoration:none;
}

.page-link a .page-link-number {
	background:#558cb7;
	color:#fff;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}

.page-link a:hover .page-link-number {
	background:#72afde;
}

/* WORPRESS DINGS */

.sticky {}
.gallery-captio {}
.bypostauthor {}