/*
Theme Name: Greenwashing Index
Theme URI: http://wordpress.org/
Description: New super Greenwashing team
Author: the ESM team
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/*Table of contents
 
 --HTML5 element display
 --Base
 --Links
 --Typography
 --Lists
 --Embedded content
 --Figures
 --Forms
 --Tables
 --Primary styles - Author: Gus Higuera
 --Layout
 --Fonts
 --Structure
 ----The main theme structure
 ----Structure the footer area
 ----Structure the header area
 --Header
 ----This is the custom header image
 --Menu
 --Content
 --Ad page
 --Overlay
 --Subpages
 --Post Ad Page
 --Asides
 --Gallery Listing
 --View Ads List
 --Category page
 --Attachment pages
 --Images
 --Navigation
 --Comments
 ----Comments form
 --Widget Areas
 ----Main sidebars
 ----Footer widget areas
 --Homepage
 --About GWI page
 --NEWS page
 --Tag styles
 --contact form
 --Footer
 --Mobile Safari (iPad, iPhone, and iPod Touch)
 --Print Style
 --Non-semantic helper classes
 --QUICK POST
 ----error message
 --MultiRatings
 --Print styles
 
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222;  }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #696; color: #fff; text-shadow: none; }
::selection { background: #696; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #6eb43f; }
a:visited { color: #6eb43f; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { 
	border: 0; 
	-ms-interpolation-mode: bicubic; 
}

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }

input:invalid, textarea:invalid {  }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Gus Higuera
   ========================================================================== */


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/  
#container_subcontent {
	display: block;  
} 
#container {      
	width: 100%;
	display: block;
}
#content {
	display: block;
	clear: both;
}
#primary,
#secondary {
	float: right;
	width: 290px;
	margin-right: 10px;
}

#secondary {
	clear: right;
}
#footer {
	clear: both;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'Univers';
    src: url('wp-content/themes/greenwashing/assets/fonts/univers-condensedbold-webfont.eot');
    src: url('wp-content/themes/greenwashing/assets/fonts/univers-condensedbold-webfont.eot#iefix') format('embedded-opentype'),
         url('wp-content/themes/greenwashing/assets/fonts/univers-condensedbold-webfont.woff') format('woff'),
         url('wp-content/themes/greenwashing/assets/fonts/univers-condensedbold-webfont.ttf') format('truetype'),
         url('wp-content/themes/greenwashing/assets/fonts/univers-condensedbold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Univers, sans-serif;
}

.ie7 
input, .ie8 
input {
	font-family: Arial, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Univers, sans-serif;
	font-weight: normal;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#wrapper {
	margin: 0 auto;
	width: 100%;
}

#wrapper {
	background-image: url('img/bg_tile.png');
	background-repeat: repeat-x;
	padding-bottom: 50px;
	z-index: 1;
	position: static; /*keep - or nav will disappear*/
	background-color: #ededea;
	border-top: 18px solid #ededea;
}


.ie8 #wrapper { position: static; }

.wrapper{
	margin: 0 auto;
	width:960px;
}

.wrapper#header {
	height: 70px;
	background-color: #fff;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
/* Structure the header area */
#header-widget-area {
	overflow: hidden;
}
#header-widget-area .widget-area {
	float: right;
	margin-right: 20px;
	width: 220px;
}
#header-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	padding: 20px;
	float: left;
	font-size: 11px;
	color: #fff;
	width: 900px;   
}
#site-generator {     
	float: right; 
	width: 220px;
}

/* =Header   
-------------------------------------------------------------- */

#header {
	margin-top: 20px;
	height: 70px;   
	padding: 0px;
	background-color: #fff;
} 
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;    
	width: 700px;
}
#site-title a {
	color: #000;   
	font-weight: bold;
	text-decoration: none;
}   
#site-description {    
	clear: right;
	float: right;
	font-style: italic;   
	margin: 15px 0 18px 0;
	width: 220px;
}   

/* This is the custom header image */    
#branding img {      
	display: block;
	float: left;  
} 
   
#login{
	float: right;
	background-image: url('img/login_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 24px;
	width: 414px;
	height: 80px;
	margin-top: -45px;
	margin-right: 115px;
}

.ie7 #login, .ie9 #login { margin-top: -85px; background-position: 0; height: 38px;} 

.ie7 h2.widgettitle { height: 0; } 

#login-widget-area {margin:31px 40px;}
#login-widget-area ul, #login-widget-area ul li {display:inline-block;list-style:none;margin:0;padding:0;}
#login-widget-area *:not(a) {font-size:13px;display:inline-block;margin:0;padding:0;vertical-align:bottom;}
.edit-profilepassword-link a {margin-left:10px;}
.logout-link a {margin-left:80px;}
#loginform label {display:none;}
#loginform *, .register-link *, .lost_password-link * {font-family:Arial, Helvetica, sans-serif;font-weight:normal;} 
#loginform {margin:-3px 0 10px !important;}
#login-widget-area input[type=text], #login-widget-area input[type=password] {width: 130px; height:22px;padding:2px;}
#login-widget-area input[type=submit] {padding:2.5px 5px}
.register-link {width: 200px;text-align: right;margin-right: 35px !important;}

form.login p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.login p .login_submit {
	border: 1px solid #7b7b63;
	color: #fff;
	padding: 3px 7px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#909075), to(#6f6f58));
    background: -webkit-linear-gradient(#909075, #6f6f58);
    background: -moz-linear-gradient(#909075, #6f6f58);
    background: -ms-linear-gradient(#909075, #6f6f58);
    background: -o-linear-gradient(#909075, #6f6f58);
    background: linear-gradient(#909075, #6f6f58);
    -pie-background: linear-gradient(#909075, #6f6f58);
	behavior: url(/PIE.htc);
	position: relative;
    text-shadow: 0 1px #505050;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	text-transform: uppercase;
	margin-left: 2px;
	width: 60px;
	height: 22px;
}

.ie7 form.login p .login_submit {
	margin-top: -2px; 
	background-color: #909075; 
	color: #fff; 
	padding: 1px 6px; 
	border: 1px solid #7b7b63;
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#505050), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
}

.ie8 form.login p .login_submit { 
	margin-top: 2px;
	background-color: #909075; 
	color: #fff; 
	padding: 1px 6px; 
	border: 1px solid #7b7b63;
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#505050), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
}

form.login p .login_submit:hover{
	color: #fff;
	border: 1px solid #505050;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#505050));
    background: -webkit-linear-gradient(#888888, #505050);
    background: -moz-linear-gradient(#888888, #505050);
    background: -ms-linear-gradient(#888888, #505050);
    background: -o-linear-gradient(#888888, #505050);
    background: linear-gradient(#ccc, #505050);
    -pie-background: linear-gradient(#888888, #505050);
	text-shadow: 0 1px #333;
	behavior: url(/PIE.htc);
	position: relative;
}

.ie7 form.login p .login_submit:hover {background-color: #505050; color: #fff; padding: 1px 5px; border: none;}

   
#searchform{
	float: right;
	max-width: 185px;
	margin-top: -26px;
}

.ie7 #searchform { z-index: 25; position: relative; margin-top: -27px;}

.search_submit {
	background-repeat: no-repeat;
	width: 27px;
}

ul.search {
	margin-top: -3px;
	width: 150px;
}

ul.search li {
	display: inline;
	float: left;
}

ul.search li input[type="text"] {
	color: #888;
	font-family:Arial, Helvetica, sans-serif;
	height: 18px;
	width: 112px;
}

ul.search li.find {
}

.ie7 .search_submit { display: inline;}

ul.social_media_icons {
	float:right;
	margin-top: -40px;
}

.ie7 ul.social_media_icons { margin-left: 400px; }

ul.social_media_icons li  {
	float: left;
	margin-left: 8px;
	list-style-type: none;
}

ul.social_media_icons li a.twitter {
	background-image: url('img/twitter.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

ul.social_media_icons li a.facebook {
	background-image: url('img/facebook.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

ul.social_media_icons li a.rss {
	background-image: url('img/rss.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

div.promoted {
	float: left;
	font-family:Verdana, Geneva, sans-serif;
	color: #919176;
	font-size: 11px;
	margin-top: 11px;
}

.ie7 div.promoted { position: relative; z-index: 25; margin-top: 10px; }

div.lwi_link {
	font-size: 12px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5504;
	margin-top: 11px;
}

.ie7 div.lwi_link { margin-top: 10px; margin-left: 300px; z-index: 50; position: relative;}

div.lwi_link a {
	color: #6eb43f;
}

/* =Menu
-------------------------------------------------------------- */

#access { 
	margin-top: 16px;
	margin-bottom: 25px;
	height: 30px; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	clear:both;
	float: left;
	width: 960px;
	text-align: left;
	font-family: "Univers", sans-serif;
}

.ie7 #access { margin-top: 0; margin-bottom: 25px; height: 30px; display: block;}

#access .menu-header,
div.menu {
	text-align: left;
	width: 960px;
	height: 30px;
}

.ie7 #access .menu-header { margin-top: 20px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; display: block; z-index: 100; position: relative; }


#access .menu-header ul,
div.menu ul {    
	text-align: left; 
	list-style: none; 
	margin-top: -17px; 
	margin-left: -20px;
}

.ie7 #access .menu-header ul { margin-top: -4px; }

#access .menu-header li,  
div.menu li {
	margin-left: 0px;
	float: left;   
	position: relative;         
	min-width: 80px;
	padding: 0px 10px; 
}
#access a { 
	text-align: center;
	color: #fff;     
	font-size: 18px; 
	text-transform: uppercase;
	height: 16px;
	padding: 10px 10px;
	display: block;
	text-decoration: none;
}

.ie7 #access a {font-size: 18px;}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	behavior: url(/PIE.htc);
	position: relative;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #5b5504;
	background-color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #5b5504;
	background-color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



/* =Content
-------------------------------------------------------------- */

#main {   
	clear: both;
	padding: 0;
	background-color: #919176;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 2px 12px 6px rgba(125, 125, 101, 1);
	-moz-box-shadow: inset 1px 2px 12px 6px rgba(125, 125, 101, 1);
	box-shadow: inset 1px 2px 12px 6px rgba(125, 125, 101, 1);
	behavior: url(/PIE.htc);
	position: relative;
	display: block;
}

.ie7 #main.wrapper { display: inline-block; position: relative; top: 70px;}

.ie8 #main.wrapper { position: relative; }

#content,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	float: left;
}
#content p,
/*#content ul,*/
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #5b5504;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight: normal;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active, 
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #5B5504;
	font-size: 21px;
	font-weight: bold;
	line-height: .95em; /*changed from 1.3em*/
	margin-bottom: 0;  
	float: left; 
	margin-left: 15px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}

.entry-img{
	float: left;
	width: 230px;
}

.entry-info{   
	float: right;        
	width: 340px;               
}
  
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}    
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}  
#entry-avg-rating{
	width: 61px; 
	float: left;
	text-align: left;   
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	font-weight: normal;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* =ad pages
-------------------------------------------------------------- */  

span.ad_img{
	width: 215px;  
	height: 172px;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	behavior: url(/PIE.htc);
	position: relative;
}

span.ad_img img {
	float: left;
	max-width: 215px;
	max-height: 172px;
}   

span.ad_img_overlay {
	position: absolute;  
	margin-top: 155px; 
	margin-left: 20px;
	z-index: 100;
} 

#sub_content h1.ad-entry-title {
	font-size: 24px;
	width: 325px;
	float: left;
	font-family: univers, sans-serif;
	font-weight: normal;
	line-height: 26px;
}

div.author_info {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width: 290px;  
	float:left;
	font-size: 11px;
} 
 
div.rate_ad_callout {
	float: right;       
	width: 230px;            
	margin-top: 15px;   
	margin-right: 30px;   
}

.rate_ad_btn,  
a.rate_ad_btn_thanks {    
	float: left;
	margin-left: 5px;
	border: 1px solid #ccc;
	color: #919176;
	width: 190px;       
	height: 30px;
	padding-top: 12px;
	text-transform: uppercase;     
	text-decoration: none;  
	text-align: center;
	font-family:Univers, sans-serif;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1ee), to(#e5e5e3));
    background: -webkit-linear-gradient(#f1f1ee, #e5e5e3);
    background: -moz-linear-gradient(#f1f1ee, #e5e5e3);
    background: -ms-linear-gradient(#f1f1ee, #e5e5e3);
    background: -o-linear-gradient(#f1f1ee, #e5e5e3);
    background: linear-gradient(#f1f1ee, #e5e5e3);
    -pie-background: linear-gradient(#f1f1ee, #e5e5e3);
    text-shadow: 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	behavior: url(/PIE.htc);
	position: relative;
}

.ie7 #content .rate_ad_btn,
.ie7 #content a.rate_ad_btn_thanks,
.ie8 #content .rate_ad_btn,
.ie8 #content a.rate_ad_btn_thanks { 
	background-color: #fff; 
	color: #919176; 
	border: 1px solid #ccc; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#ffffff), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
	padding: 10px;
}

a.rate_ad_btn  {
	color: #919176;
	font-size: 16px;
	padding: 10px 10px 0;
}

.ie7 a.rate_ad_btn span{ padding-top: 40px; }

.ie7 a.rate_ad_btn,
.ie8 a.rate_ad_btn { 
	height: 16px; 
}

a.rate_ad_btn_thanks {
	font-size: 16px;
	padding: 10px;
}

span.left_arrow, 
span.right_arrow {
	background-repeat:no-repeat;
	display: block;
	width: 82px;
	height: 16px;
	float: left;
	margin-top: 5px;
	position: relative;
}

span.left_arrow {
	background-image: url('img/ad_left_arrow.png');
}
span.right_arrow {
	background-image: url('img/ad_right_arrow.png');
	margin-left:5px;
}

div.ad_post {
	margin-top: 20px;
}

div.ad_post p {
	width: 550px;
	font-size: 12px;
}

div.tags {
	font-family: Univers, sans-serif;
	text-transform: uppercase;
	color: #919176;
	margin-top: 20px;
	-webkit-text-shadow: 1px 1px #fff;
	-moz-text-shadow: 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
	line-height: 2.4em;
	font-weight: normal;
	border-bottom: 5px solid #EDEDEB; 
	padding-bottom: 10px;

}

div.tags a, 
div.tags a:visited {
	border: 1px solid #ccc;
	color: #5b5504;
	padding: 3px 7px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1ee), to(#e5e5e3));
    background: -webkit-linear-gradient(#f1f1ee, #e5e5e3);
    background: -moz-linear-gradient(#f1f1ee, #e5e5e3);
    background: -ms-linear-gradient(#f1f1ee, #e5e5e3);
    background: -o-linear-gradient(#f1f1ee, #e5e5e3);
    background: linear-gradient(#f1f1ee, #e5e5e3);
    -pie-background: linear-gradient(#f1f1ee, #e5e5e3);
	behavior: url(/PIE.htc);
	position: relative;
    text-shadow: 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}


/*.ie7 div.tags a,
.ie7 div.tags a:visited { 
	background-color: #fff; 
	color: #5b5504; 
	border: 1px solid #ccc; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#ffffff), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
	padding: 10px;
}*/
  
div.tags a:hover, 
div.tags a:active {
	color: #fff;
	border: 1px solid #505050;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#505050));
    background: -webkit-linear-gradient(#888888, #505050);
    background: -moz-linear-gradient(#888888, #505050);
    background: -ms-linear-gradient(#888888, #505050);  
    background: -o-linear-gradient(#888888, #505050);  
    background: linear-gradient(#ccc, #505050); 
    -pie-background: linear-gradient(#888888, #505050);
	behavior: url(/PIE.htc);
	position: relative;
	text-shadow: 1px 1px 1px #333;
}

/*.ie7 div.tags a:hover,
.ie7 div.tags a:active { 
	background-color: #fff; 
	color: #fff; 
	border: 1px solid #ccc; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#333333), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
	padding: 10px;
}*/

#entry_comments{       
	margin-top: 20px; 
}

#entry_comments h3{
	margin-top: 10px;  
	margin-bottom: -10px; 
	font-size: 18px;
	font-family: Univers, sans-serif;
}

#post_meta{
	padding-top: 20px;
}

#post_meta ul{
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}

#post_meta ul li{
	margin-bottom: 10px;
}

.post-meta-key{
	font-weight: bold;
}

#post_large{
	display: none;
}

#post-large-content{
	width: 100%;
	text-align: center;
}

#post-large-content p{
	width: 100%;
	text-align: center;
}

#post_large img{
	max-width: 580px;
}

#rate_ad_modal, #rate_ad_success_modal, #rate_ad_login_modal{
	display: none;
	padding-top: 30px;
}
     
#ajax_loader{    
	display: none;
	margin-right: 150px;
	margin-top: 25px;  
	float: right;
}

.ie7 #ajax_loader { margin-top: -25px; }       

#ajax_loader_complete{  
	display: none;
	margin-right: 150px;
	margin-top: 25px;  
	float: right;
}  

#quickpostwidget span#ajax_loader_post{  
	display: none;   
	margin-right: 120px;  
	margin-top: 15px;  
	float: right;
}  

/* =Overlay
-------------------------------------------------------------- */

   
/* the overlayed element */
.simple_overlay {
	
	text-align: center;
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width: 600px;	  
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	behavior: url(/PIE.htc);
	position: relative;
}

/* close button positioned on upper right corner */
.simple_overlay .close, #rate_ad_modal .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

  
/* =Subpages
-------------------------------------------------------------- */

#sub_content {          
	color: #716a24;
	font-size: 14px;
	font-family: Arial, san-serif;
	line-height: 15px;
	width: 580px;     
	margin-left: 20px;
	padding: 20px;
	display: block;     
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	position: relative;
	background: #fff url('img/bkgd.png') repeat;
	float: left; 
	top: 20px;
}

.ie7 #sub_content { padding-right: 15px; top: 40px; margin-bottom: 20px; }
   
#sub_content h1{ 
	font-size: 24px;      
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: univers,sans-serif;
}

#sub_content h2{ 
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: univers,sans-serif;
}  


/* =Post Ad Page
-------------------------------------------------------------- */

#post_ad_container{
	font-family: Univers, sans-serif;
	font-size: 18px;
	font-weight: normal;  
	width: 540px;
	background-color: #f1f1f1;
	padding: 20px;
	margin-top: 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;  
	border-radius: 8px;   
	behavior: url(/PIE.htc);
	position: relative;
	border: 1px solid #dbdbdb;
	clear: both;
}

#post_ad_container p.login-username,
#post_ad_container p.login-password,
#post_ad_container p.login-remember {
	font-family: Arial, sans-serif;
	font-size: 16px;
}

#post_ad_container p.login-username input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
}

#post_ad_container p.login-password input[type="password"] {
	color: #888;
}
  
#rate_ad_container {
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-weight: normal;    
	width: 540px;
	background-color: #f1f1f1;
	margin-top: 10px;
	padding: 20px 20px 20px 20px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	position: relative;
	border: 1px solid #dbdbdb;
	clear: both;
}

#rate_ad_container p, 
#post_ad_container p {
	font-family: Arial, sans-serif;
}

#rate_ad_container p.login-username input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
}

#rate_ad_container p.login-password input[type="password"] {
	color: #888;
}

#rate_ad_container{
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-weight: normal;    
	width: 540px;
	background-color: #f1f1f1;
	margin-top: 10px;
	padding: 20px 20px 20px 20px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	position: relative;
	border: 1px solid #dbdbdb;
	clear: both;
}

#rate_ad_container p, #post_ad_container p{
	font-family: Arial, sans-serif;
}

#rate_ad_container label, #post_ad_container label{
	min-width: 95px;
	display: inline-block;
}

#dup_search_container h2{
	font-weight: normal;  
	font-size: 18px; 
	color: ##5B5504;
} 

#post_ad_container h2{
	font-weight: normal;  
	font-size: 18px; 
	color: #73af4b;
}   
  
#rate_ad_container h2{
	font-size: 18px; 
	margin-bottom:40px;  
	font-weight: normal;  
	color: #73af4b;
}   

#rate_ad_container h3{   
	font-size: 16px;   
	font-weight: normal;  
	margin-bottom: 0px;       
}   
      
#post_ad_steps{
	float: right;
	margin-top: -26px; 
}   

#rate_ad_steps{
	float: right;   
	margin-top: -66px; 
}

.post_ad_required_fields{
	font-family: Arial, sans-serif;
	font-size: 12px; 
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =View Ads List
-------------------------------------------------------------- */

ul.filter {
	font-family: Univers, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	width: 565px;
	height: 5px;
	color: #919176;
	background-color: #f1f1f1;
	padding: 8px 0px 20px 15px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/PIE.htc);
	position: relative;
	border: 1px solid #dbdbdb;
	margin-left: -2px;
	text-shadow: 1px 1px #fff;
}

.ie7 ul.filter { padding: 6px 0px 24px 15px; }

ul.filter li {
	float: left;
	list-style-type: none;
	margin-left: 0;
}

ul.filter li.cat_filter {
	margin-left: 8px;
}

.ie7 ul.filter li.cat_filter { margin-top: -2px; margin-left: 0; }

ul.filter li select#custom,
ul.filter li select#categories {
	font-size: 12px;
    width: 160px;
}

input[type=submit].view {
	color: #333;
	border: 1px solid #7b7b63;
	color: #fff;
	padding: 3px 7px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#909075), to(#6f6f58));
    background: -webkit-linear-gradient(#909075, #6f6f58);
    background: -moz-linear-gradient(#909075, #6f6f58);
    background: -ms-linear-gradient(#909075, #6f6f58);
    background: -o-linear-gradient(#909075, #6f6f58);
    background: linear-gradient(#909075, #6f6f58);
    -pie-background: linear-gradient(#909075, #6f6f58);
	behavior: url(/PIE.htc);
	position: relative;
    text-shadow: 0 1px #505050;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	text-transform: uppercase;
	width: auto;
	height: auto;
    margin-top: -3px;
}

.ie7 input[type=submit].view { margin-top: 0; }

div.ad_row {
	border-top: 3px solid #ededea;
	padding: 10px;
	float: left;
}

.ad_row h2.entry-title {
	float:right;
	font-weight: normal;
}

.ad_row img {
	float: left;
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	behavior: url(/PIE.htc);
	position: relative;
	width: 132px; /*for testing*/
	height: 98px; /*for testing*/
	margin-right: 8px;
}

.no_img {
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	background-image: url('img/default_thumb_sm.png');
	behavior: url(/PIE.htc);
	position: relative;   
	padding: 49px 8px 31px 9px; 
	float: left;      
	margin-right: 8px;  
	font-size: 11px;
	background-color: #fff;
}

/* Target FireFox 3 [!] */
html>/**/body .no_img, x:-moz-any-link, x:default { padding: 49px 14px 31px 14px;  }

.ie7 .no_img {
	padding: 49px 16px 31px 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.no_img_lg {
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	behavior: url(/PIE.htc);
	position: relative;
	float: left; 
	margin-right:15px;
	font-size: 11px;
	background-color: #fff;
}

.ad_row h2.entry-title a:link, 
.ad_row h2.entry-title a:visited {
	width: 340px;
	float: right;
	font-size: 16px;
	color: #5d9732;
	text-decoration: underline;
	font-weight: normal;
}

div.ad_row div.entry-meta {
	width: 345px;
	font-style:italic;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

div.ad_row div.entry-meta a,
div.ad_row div.entry-meta a:visited {
	color: #5d9732;
}

div.ad_row div.entry-meta a:hover,
div.ad_row div.entry-meta a:active {
	color: #5b5504;
	text-decoration: none;
}

#sub_content div.ad_row div.wp-mr-rating-summary,
#sub_content div#entry_comments div.wp-mr-rating-summary {
	font-family: Univers, sans-serif;
	text-transform:uppercase;
	color: #919176;
	text-align:center;
	font-size: 12px;
	display: block;
	width: 61px; 
	margin: 12px 0px 0 0;   
	float: left;
}

#sub_content div#entry_comments div.wp-mr-rating-summary {
	width: 125px;         
}  
 
#sub_content div.wp-mr-rating-summary {
	font-family: Univers, sans-serif;
	text-transform:uppercase;
	color: #919176;
	text-align:center;
	font-size: 12px;
	display: block;
	width: 61px;    
	margin: 12px -10px 0 0; 
} 
  
#sub_content div.wp-mr-rating-comment {
	width:  410px; 
	margin: 12px 10px 0 35px;
	float: left;
}

#sub_content div.ad_row div.wp-mr-rating-summary span.avg_0,
#sub_content div.ad_row div.wp-mr-rating-summary span.avg_1,
#sub_content div.ad_row div.wp-mr-rating-summary span.avg_2,
#sub_content div.ad_row div.wp-mr-rating-summary span.avg_3,
#sub_content div.ad_row div.wp-mr-rating-summary span.avg_4,
#sub_content div.ad_row div.wp-mr-rating-summary span.avg_5 {
	width: 26px;       
	font-family: Univers, sans-serif;
	font-size: 20px;
	background-image: url('img/rating_bg_lg.png');
	background-repeat: no-repeat;
	padding: 9px 12px 20px 8px;
	display: block;
	margin-left: 10px;      
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}

#sub_content div.ad_row div.wp-mr-rating-summary span.avg_0 {
	color: #919176;
}

#sub_content div.ad_row div.wp-mr-rating-summary span.avg_1 {
	color: #6EB43F;
}

#sub_content div.ad_row div.wp-mr-rating-summary span.avg_2 {
	color: #779D27;
}

#sub_content div.ad_row div.wp-mr-rating-summary span.avg_3 {
	color: #768834;
}

#sub_content div.ad_row div.wp-mr-rating-summary span.avg_4 {
	color: #636f00;
}

#sub_content div.ad_row div.wp-mr-rating-summary span.avg_5 {
	color: #5B5504;
}

.ie7 #sub_content div.ad_row div.wp-mr-rating-summary span.avg { font-size: 16px; padding-top: 10px; }

#sub_content div.wp-mr-rating-summary span.avg_0,
#sub_content div.wp-mr-rating-summary span.avg_1,
#sub_content div.wp-mr-rating-summary span.avg_2,
#sub_content div.wp-mr-rating-summary span.avg_3,
#sub_content div.wp-mr-rating-summary span.avg_4,
#sub_content div.wp-mr-rating-summary span.avg_5,
#sub_content div.wp-mr-rating-summary span.avg_lg, 
#sub_content div#entry_comments div.wp-mr-rating-summary span.user_rate_lg {
	width: 61px;     
	font-family: Univers, sans-serif;
	font-size: 24px;
	background-image: url('img/rating_bg_xlg.png');
	background-repeat: no-repeat;
	padding: 18px 2px 26px 0;
	display: block;  
	margin: 0 15px 0 0px;   
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}

#sub_content div.wp-mr-rating-summary span.avg_lg {
	margin-left: 30px;
}

#sub_content div.wp-mr-rating-summary span.avg_0 {
	color: #919176;
}

#sub_content div.wp-mr-rating-summary span.avg_1 {
	color: #6EB43F;
}

#sub_content div.wp-mr-rating-summary span.avg_2 {
	color: #779D27;
}

#sub_content div.wp-mr-rating-summary span.avg_3 {
	color: #768834;
}

#sub_content div.wp-mr-rating-summary span.avg_4 {
	color: #636f00;
}

#sub_content div.wp-mr-rating-summary span.avg_5 {
	color: #5B5504;
}


#sub_content div.wp-mr-rating-summary span.avg_rate,
#sub_content div#entry_comments div.wp-mr-rating-summary span.user_rate {
	text-align:center;
	-webkit-text-shadow: 1px 1px #fff;
	-moz-text-shadow: 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}

.entry-utility-tags span.tag-links {
	margin-top: 15px;
	font-family: Univers, sans-serif;
	color: #919176;
}

span.tag-links {
	text-transform: uppercase;
	float: right;
	width: 345px;
}

.entry-utility-tags span.tag-links a, 
.entry-utility-tags span.tag-links a:visited {
	border: 1px solid #ccc;
	color: #5b5504;
	padding: 3px 7px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1ee), to(#e5e5e3));
    background: -webkit-linear-gradient(#f1f1ee, #e5e5e3);
    background: -moz-linear-gradient(#f1f1ee, #e5e5e3);
    background: -ms-linear-gradient(#f1f1ee, #e5e5e3);
    background: -o-linear-gradient(#f1f1ee, #e5e5e3);
    background: linear-gradient(#f1f1ee, #e5e5e3);
    -pie-background: linear-gradient(#f1f1ee, #e5e5e3);
    text-shadow: 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	margin-left: 5px;
	behavior: url(/PIE.htc);
	position: relative;
	margin-bottom: 5px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
	.entry-utility-tags span.tag-links a, 
	.entry-utility-tags span.tag-links a:visited {
		float: left;
		padding: 0px 7px;
	}
}

.ie7 .entry-utility-tags span.tag-links a, 
.ie7 .entry-utility-tags span.tag-links a:visited,
.ie8 .entry-utility-tags span.tag-links a, 
.ie8 .entry-utility-tags span.tag-links a:visited { 
	background-color: #fff;
	color: #5b5504; 
	padding: 0 7px; 
	border: 1px solid #ccc;
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#ffffff), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative;
}

.entry-utility-tags span.tag-links a:hover, 
.entry-utility-tags span.tag-links a:active {
	color: #fff;
	border: 1px solid #505050;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#505050));
    background: -webkit-linear-gradient(#888888, #505050);
    background: -moz-linear-gradient(#888888, #505050);
    background: -ms-linear-gradient(#888888, #505050);
    background: -o-linear-gradient(#888888, #505050);
    background: linear-gradient(#ccc, #505050);
    -pie-background: linear-gradient(#888888, #505050);
	text-shadow: 1px 1px 1px #333;
	behavior: url(/PIE.htc);
	position: relative;
}

.ie7 .entry-utility-tags span.tag-links a:hover, 
.ie7 .entry-utility-tags span.tag-links a:active,
.ie8 .entry-utility-tags span.tag-links a:hover, 
.ie8 .entry-utility-tags span.tag-links a:active { 
	background: #888;
	color: #fff; 
	padding: 0 7px; 
	border: 1px solid #ccc;
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#333333), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
}


/* =Category page
-------------------------------------------------------------- */

span.specific_cat {
	color: #919176;
	font-size: 24px;
	font-family: univers, sans-serif;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.child_icon{
	float: left;
	margin-right: 10px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 16px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #6EB43F;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
	clear: both;
	border-top: 3px solid #ededea;
	padding-top: 15px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	border: 1px solid #7b7b63;
	color: #fff;
	padding: 3px 7px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#909075), to(#6f6f58));
    background: -webkit-linear-gradient(#909075, #6f6f58);
    background: -moz-linear-gradient(#909075, #6f6f58);
    background: -ms-linear-gradient(#909075, #6f6f58);
    background: -o-linear-gradient(#909075, #6f6f58);
    background: linear-gradient(#909075, #6f6f58);
    -pie-background: linear-gradient(#909075, #6f6f58);
	behavior: url(/PIE.htc);
	position: relative;
    text-shadow: 0 1px #505050;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	text-transform: uppercase;
	width: auto;
	height: auto;
	margin-top: -3px;
}

.ie7 input[type=submit] { 
	background-color: #909075; 
	color: #fff; 
	padding: 1px 6px; 
	border: 1 px solid #505050; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#505050), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
}

.ie8 input[type=submit] { 
	background-color: #909075; 
	color: #fff; 
	padding: 1px 6px; 
	border: 1 px solid #505050; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#505050), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Duplicate search for post ad
-------------------------------------------------------------- */

#dup_search_container{
	font-family: Univers, sans-serif;
	font-size: 16px;  
	font-weight: normal;    
	width: 540px;              
	height: 155px;     
	background-color: #ececec;   
	margin: 10px 0px;   
	margin-bottom: 20px; 
	padding: 20px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	behavior: url(/PIE.htc);
	position: relative; 
	border: 1px solid #dbdbdb;
	clear: both;
}

#criteria_container{
	font-family: Univers, sans-serif;
	font-size: 16px;  
	font-weight: normal;    
	width: 495px;               
	height: 55px;     
	background-color: #f7f4f4;   
	margin: 10px 0px;   
	margin-bottom: 20px; 
	padding: 20px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	behavior: url(/PIE.htc);
	position: relative; 
	border: 1px solid #dbdbdb;
	clear: both;
}

#kids_criteria_container{
	display: none;
}

#dup_search {     
	width: 300px;            
	height: 35px;  
	padding: 5px 20px 0px 20px;     
	background: #fff;          
	background: -moz-linear-gradient(top, #ccc 0%, #ff 20%); /* firefox */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(20%,#fff)); /* webkit */
	border: 1px solid #ccc;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 16px; 
	color: #888; 
	text-transform: uppercase; 
	text-shadow: 0px -1px 0px #ccc; 
	behavior: url(/PIE.htc);
	position: relative;
}

.ie7 #dup_search, 
.ie8 #dup_search { 
	padding: 15px 20px 0 20px; 
}   

ul.search_dup  {   
	margin-left: -40px;    
}

ul.search_dup label { 
	width: 200px;  
}
 
ul.search_dup {
	width: 450px; 
}
 
ul.search_dup li {
	display: inline;
	float: left;  
	margin-right: 10px; 
}

ul.search_dup li input[type="text"] {
	color: #888;
	font-family:Arial, Helvetica, sans-serif;
	height: 18px;
	width: 212px;
}

ul.search_dup li.find {
}

input[type=submit]#dup_search_submit {
	color: #333;
	border: 1px solid #7b7b63;
	color: #fff;
	padding: 3px 7px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#909075), to(#6f6f58));
    background: -webkit-linear-gradient(#909075, #6f6f58);
    background: -moz-linear-gradient(#909075, #6f6f58);
    background: -ms-linear-gradient(#909075, #6f6f58);
    background: -o-linear-gradient(#909075, #6f6f58);
    background: linear-gradient(#909075, #6f6f58);
    -pie-background: linear-gradient(#909075, #6f6f58);
	behavior: url(/PIE.htc);
	position: relative;
    text-shadow: 0 1px #505050;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	text-transform: uppercase;
	width: auto;
	height: auto;
	margin-top: -1px;
}

.ie7 input[type=submit]#dup_search_submit,
.ie8 input[type=submit]#dup_search_submit { 
	background-color: #909075; 
	color: #fff; 
	padding: 1px 6px; 
	border: 1px solid #7b7b63;
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#505050), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative; 
	margin-top: 5px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px -8px;
}

.ie7 .widget-container { float: right; position: relative; margin-left: 0;}

.widget-title {  
	margin: 0px;
	width: 290px;
	color: #797961;
	background-color: #fff;
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-shadow: #666 1px 1px 3px;
	-moz-box-shadow: #666 1px 1px 3px;
	box-shadow: #666 1px 1px 3px;
	behavior: url(/PIE.htc);
	position: relative;
	font-weight: normal;
}
.widget-title-crnr{
	width: 307px;
	height: 5px;
	background-image: url(img/widget_hdr_crnr.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	top: 0;
	padding: 8px 0;
	margin-left: 8px;
	position: relative;
}

.ie7 #main .widget-area ul { margin-top: 12px; }

#main .widget-area ul ul {
	margin-top: 10px;
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

#primary {
	margin-top: -18px;
}

div.rating_index {
	background-image: url('img/the_index.png');
	background-repeat: no-repeat;
	width: 288px;
	height: 184px;
	margin-top: -6px;
}

.ie7 div.rating_index { margin-top: 40px; }

h3.rating_index {
	font-weight:normal;
	font-size: 22px;
	text-transform: uppercase;
	color: #5b5504;
	text-shadow: 1px 1px #fff;
	padding: 18px 0 0 18px;
	behavior: url(/PIE.htc);
	position: relative;
}

p.rating_index {
	font-family:Arial, Helvetica, sans-serif;
	color: #919176;
	text-align: left;
	margin-top: -18px;
    font-size: 13px;
    margin-left: 45px;
    width: 200px;
}

p.rating_index a.score,
p.rating_index a.score:visited {
	color: #6eb43f;
	text-decoration: underline;
}

p.rating_index a.score:hover,
p.rating_index a.score:active {
	text-decoration: none;
	color:#5b5504;
}

/* Footer widget areas */
#footer-widget-area {
}

ul.news_flash {
}

ul.news_flash li {
	font-size: 14px;
	margin-bottom: 5px;
}

ul.news_flash li a:link, 
ul.news_flash li a:visited{
	text-decoration:underline;
}

ul.news_flash li a:hover, 
ul.news_flash li a:active {
	text-decoration: none;
}

/* =Homepage
-------------------------------------------------------------- */

#main_home{
	background: url(img/main_top_bg.jpg) center left no-repeat;
	height: 260px;
} 

#main_home_copy{     
	width: 500px; 
	font-size: 22px;
	padding-top: 15px;
	line-height: 44px;
	margin-left: 40px;
	color: #fff;
	float: left;
}

#main_home_index{
	float: right;
	padding-top: 25px;
	padding-right: 20px; 
} 

#home_list_authentic, 
#home_list_offensive{
	background: #fff url('img/bkgd.png') repeat;
	width: 290px;
	height: 480px;
	min-width: 290px;
	min-height: 535px;  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
 
#home_list_authentic h1{
	color: #6eb43f;
	font-size: 21px;
	width: 280px;
	text-align: center;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
}

#home_list_offensive h1{
	color: #5b5504;
	font-size: 21px;
	width: 280px;
	text-align: center;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
}


.home_ads_list{
	list-style: none;
	padding-left: 5px;
	margin-left: 0px;
}

#home_banner{
	float: right;
	padding-right: 20px;
}

#home_entries_container{
	border: 1px solid #ccc;
	margin-right: 5px;
	margin-top: 15px;
}

#home_featured_entry{
	display: block;
	color: #797961;
	font-size: 14px;
}

#home_featured_large_entry a{
	font-size: 20px;
}

#home_featured_entry a,
#home_featured_entry a:visited{
	margin-left: 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.ie7 #home_featured_entry a,
.ie7 #home_featured_entry a:visited {
	position: absolute;
	margin-top: 4px;
}

#home_featured_entry a:hover,
#home_featured_entry a:active {
	text-decoration: none;
}

.home_featured_img{
	display: block;
	background-color: #fff;
	width: 274px;
	height: 205px;
	text-align: center;
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 8px;
	behavior: url(/PIE.htc);
	position: relative;
	margin-left: 3px;
}

.home_featured_img img{
	max-width: 274px;
	max-height: 205px;
}

.ie8 .home_featured_img img{
	width: 274px;
	height: 205px;
}

#home_featured_entry span.offensive_list_item, 
#home_featured_entry span.authentic_list_item{
	display: inline-block;
	font-size: 14px;
	width: 27px;
	height: 26px;
	text-align: center;
	background-image: url('img/rating_bg.png');
	background-repeat: no-repeat;
	margin: 5px 5px 5px 15px;
	padding: 0 10px 0 0;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}

#home_featured_entry span.authentic_list_item{
	color: #5d9732;
}

#home_featured_entry span.offensive_list_item{
	color: #5B5504;
}

.home_top_left_copy{
	height: 200px;
	width: 525px;
	line-height: 42px;
	margin-top: 22px;
	font-family: Univers, sans-serif;
	font-size: 22px;
} 

#home_featured_large_entry{
	display: block;
	margin-right: 5px;  
}

#home_featured_large_entry img{
	margin: 0px auto;
}

#home_featured_large_entry span.lg_authentic, 
#home_featured_large_entry span.lg_offensive{
	display: inline-block;
	width: 40px;
	height: 35px;
	font-size: 20px;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	background-image: url('img/rating_bg_lg.png');
	behavior: url(/PIE.htc);
	position: relative;
}

#home_featured_large_entry span.lg_authentic {
	color: #5d9732;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}

#home_featured_large_entry span.lg_offensive {
	color: #636f00;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}


#home_featured_large_entry span.avg_rating {
	text-transform: uppercase;
	color:#919176;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}

.ie7 #home_featured_large_entry span.avg_rating { position: absolute; margin-top:5px; }
 
#home_featured_large_entry a.title {
	display: block;
	margin: 10px auto 10px 10px;
}

.ie8 #home_featured_large_entry a.title { margin: 20px auto 10px 10px; }

.home_featured_alt_row, 
.home_featured_title{ 
	background-color: #ededea;
}

.home_featured_title {
	color: #919176;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 10px;
}

.home_featured_row{
	background-color: #fff;
}

/* =About GWI page
-------------------------------------------------------------- */
div.entry-content h3.about_section a.section_header{
	color: #5b5504;
	font-family: Univers, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

div.entry-content ol.top_list li{
	margin: 5px;
}

div.entry-content ol.list {
	width: 490px;
}

/* =NEWS page
-------------------------------------------------------------- */
ul.news {
	width: 500px;
}

ul.news li{
	list-style-type: none;
	margin: 15px;
	line-height: 1.2em;
}


/* =Tag styles
-------------------------------------------------------------- */

li#nktagcloud-2 a, 
li#nktagcloud-2 a:visited,
li#nktagcloud-3 a, 
li#nktagcloud-3 a:visited {
	border: 1px solid #ccc;
	color: #5b5504;
	padding: 3px 7px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1ee), to(#e5e5e3));
    background: -webkit-linear-gradient(#f1f1ee, #e5e5e3);
    background: -moz-linear-gradient(#f1f1ee, #e5e5e3);
    background: -ms-linear-gradient(#f1f1ee, #e5e5e3);
    background: -o-linear-gradient(#f1f1ee, #e5e5e3);
    background: linear-gradient(#f1f1ee, #e5e5e3);
    -pie-background: linear-gradient(#f1f1ee, #e5e5e3);
    text-shadow: 0px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	margin-left: 5px;
	line-height: 2.4em;
	-webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.6);
	behavior: url(/PIE.htc);
	position: relative;
}

span.tags {
	width: 308px;
	float: right;
	line-height: 2em;
	margin-top: -8px;
}

.ie7 span.tags,
.ie8 span.tags {
	margin-top: -10px;
	float: right;
	width: 300px;
	line-height: 2em;
}

/* Opera only hack */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
	li#nktagcloud-2 a, 
	li#nktagcloud-2 a:visited,
	li#nktagcloud-3 a, 
	li#nktagcloud-3 a:visited { 
		float: left;
		margin-bottom: 5px;
		padding: 0px 7px; 
	}
}

.ie7 li#nktagcloud-2 a:link, 
.ie7 li#nktagcloud-2 a:visited,
.ie7 li#nktagcloud-3 a:link, 
.ie7 li#nktagcloud-3 a:visited {
	background-color: #909075; 
	color: #5b5504; 
	padding: 1px 5px;
	border: 1px solid #ccc; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#ffffff), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative;
	margin-bottom: 10px;
}

.ie8 li#nktagcloud-2 a:link, 
.ie8 li#nktagcloud-2 a:visited,
.ie8 li#nktagcloud-3 a:link, 
.ie8 li#nktagcloud-3 a:visited {
	background-color: #909075; 
	color: #5b5504; 
	padding: 3px 7px;
	border: 1px solid #ccc; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#ffffff), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative;
	margin-bottom: 10px;
}

li#nktagcloud-2 a:hover,
li#nktagcloud-2 a:active,
li#nktagcloud-3 a:hover,
li#nktagcloud-3 a:active {
	color: #fff;
	border: 1px solid #505050;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#505050));
    background: -webkit-linear-gradient(#888888, #505050);
    background: -moz-linear-gradient(#888888, #505050);
    background: -ms-linear-gradient(#888888, #505050);
    background: -o-linear-gradient(#888888, #505050);
    background: linear-gradient(#ccc, #505050);
    -pie-background: linear-gradient(#888888, #505050);
	text-shadow: 1px 1px 1px #333;
	behavior: url(/PIE.htc);
	position: relative;
}

.ie7 li#nktagcloud-2 a:hover,
.ie7 li#nktagcloud-2 a:active,
.ie7 li#nktagcloud-3 a:hover,
.ie7 li#nktagcloud-3 a:active {
	background-color: #888; 
	color: #fff; 
	padding: 1px 5px; 
	border: 1px solid #505050; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#333333), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative;
}

.ie8 li#nktagcloud-2 a:hover,
.ie8 li#nktagcloud-2 a:active,
.ie8 li#nktagcloud-3 a:hover,
.ie8 li#nktagcloud-3 a:active {
	background-color: #888; 
	color: #fff; 
	padding: 3px 7px; 
	border: 1px solid #505050; 
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#333333), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative;
}

/* =contact form
-------------------------------------------------------------- */    

div#sub_content div.entry-content div.wpcf7 form.wpcf7-form p {
	margin:0 0 0 20px;
	clear: both;
}

div.entry-content div.wpcf7 form.wpcf7-form p input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
}

div.entry-content div.wpcf7 form.wpcf7-form p input[type="submit"] {
	margin-top: 20px;
}


/* =Footer
-------------------------------------------------------------- */      

#footer { 
	padding-top: 40px;
	margin-bottom: 20px;
}

.ie7 #footer { margin-top: 30px; }

#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#site-info a {
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a { 
	background: url(/wp-content/themes/greenwashing/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px; 
}

.menu-footer-container ul{
	height: 10px;
 	margin: 20px 0 0 0;
 	padding: 10px 0px 22px 20px;
 	color: #fff;
 	list-style: none;
 	background-color: #deded6;
}

.menu-footer-container ul li{
	float :left;
	min-width: 40px;
	margin: 0px 10px;
	height: 40px;
}

#menu-footer a, 
#menu-footer a:visited {
	font-size: 20px;
	color: #5b5504;
	padding-right: 15px;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
	behavior: url(/PIE.htc);
	position: relative;
}

#menu-footer a:hover {
	color: #70ac48;
	text-decoration: underline;
	text-shadow: none;
}

ul.footer_links {
}

ul.footer_links li {
}

ul.footer_links li a{
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
		float: left;
	}
	
	.entry-content img {
		border: 2px solid red;
	}
	
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header {
		margin: 0;
		width: 100%;
	}
	#footer{
		width: 960px;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}

	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}




/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
 	QUICK POST
   ========================================================================== */

li.widget_quick_post_widget{
	list-style-type: none;
}

#quickpostwidget label, #rate_submit_form label {
	width: 370px;      
	display: block;  
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 22px;
}               
  
#rate_submit_form label{
	margin-top: 20px;
	margin-left: 10px;
	font-family: Univers, sans-serif;
	font-size: 18px;
}
   
#quickpostwidget label.media {
	width: 110px;                
	display: inline-block;       
	text-align: left;           
	margin-right: 10px;
	line-height: 22px;
}   

#quickpostwidget label.industry {
	width: 60px;                
	display: inline-block;       
	text-align: left;           
	margin-right: 10px;
	line-height: 22px;
}   
        
#quickpostwidget input#youtube_url {               
	width:350px; height: 35px; padding: 5px 20px 0px 20px;    
}  

.ie7 #quickpostwidget input#youtube_url,
.ie8 #quickpostwidget input#youtube_url  {
	padding: 15px 20px 0 20px;
}  
      
#quickpostwidget input[type=text] {       
	width:475px; 
	height: 35px; 
	padding: 5px 20px 0px 20px;     
	background: #fff;          
	background: -moz-linear-gradient(top, #ccc 0%, #ff 20%); /* firefox */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(20%,#fff)); /* webkit */
	border: 1px solid #ccc;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 16px; 
	color: #888; 
	text-transform: uppercase; 
	text-shadow: 0px -1px 0px #ccc; 
	behavior: url(/PIE.htc);
	position: relative;
}

.ie7 #quickpostwidget input[type=text],
.ie8 #quickpostwidget input[type=text] {
	padding: 15px 20px 0 20px;
}

.quick_post_thoughts, .rate_comments{  
	width: 475px;  
	height: 200px;
	padding: 5px 20px 0px 20px;    
	background: #fff;         
	background: -moz-linear-gradient(top, #ccc 0%, #ff 5%); /* firefox */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(5%,#fff)); /* webkit */
	border: 1px solid #ccc;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 16px; 
	color: #716A24; 
	text-shadow: 0px -1px 0px #ccc; 
	behavior: url(/PIE.htc);
	position: relative;
}     

.rate_comments{   
	margin-left: 10px;
}

#quickpostwidget input[type=file] {       
	width: 226px;    
	font-size: 16px; 
	color: #666; 
}    

#quickpostwidget input[type=text][disabled] {       
	width: 475px; 
	height: 35px; 
	padding: 5px 20px 0px 20px;    
	background: #fff;       
	background: -moz-linear-gradient(top, #ccc 0%, #ececec 20%); /* firefox */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(20%,#ececec)); /* webkit */
	border: 1px solid #ccc;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 16px; 
	color: #716A24; 
	text-transform: uppercase; 
	text-shadow: 0px -1px 0px #ccc; 
	behavior: url(/PIE.htc);
	position: relative;
}    

#quickpostwidget input[type=file][disabled] {       
	color: #ccc;
}    

input[type="submit"]#quick_post_submit, #rate_submit_form input[type=submit]{
	margin-top: 10px;
	margin-left: 185px;
	width: 150px;
	font-size: 14px;
	color: #919176;
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid #ccc;
	font-family: Univers, sans-serif;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1ee), to(#e5e5e3));
	background: -webkit-linear-gradient(#f1f1ee, #e5e5e3);
	background: -moz-linear-gradient(#f1f1ee, #e5e5e3);
	background: -ms-linear-gradient(#f1f1ee, #e5e5e3);
	background: -o-linear-gradient(#f1f1ee, #e5e5e3);
	background: linear-gradient(#f1f1ee, #e5e5e3);
	-pie-background: linear-gradient(#f1f1ee, #e5e5e3);
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	behavior: url(/PIE.htc);
	position: relative;
}

input[type="submit"]#quick_post_submit {
	margin-top: 20px;
}

.ie7 input[type="submit"]#quick_post_submit,
.ie7 #rate_submit_form input[type=submit],
.ie8 input[type="submit"]#quick_post_submit,
.ie8 #rate_submit_form input[type=submit] { 
	background-color: #fff; 
	color: #919176; 
	padding: 5px; 
	border: 1px solid #ccc;
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#ffffff), 				
		progid:DXImageTransform.Microsoft.Chroma(Color='#ff0000'); 
	position: relative;  
}

#rate_submit_form input[type=submit]{
	margin-top: 20px;
} 
.rate_submit_btn{
 	margin-top: 20px;
 }	
 
.ad_thoughts{        
	width: 200px; 
	height: 200px; 
}
   
select#quick_post_new_cat_parent{   
	font-size: 24px;
	height: 55px;
}
 
.or_indicator{
	margin-left: 80px;	 
	padding-top: 15px;
	margin-top: -10px;
	margin-bottom: -10px;  
}  

#quickpostwidget p{ 
	margin: 0px;
	padding: 10px;
}
   
#quickpostwidget span{
	font-family: Arial, sans-serif;
	padding-bottom: 15px;
	display: inline-block;
} 

#file_name{
	font-family: Arial, sans-serif;
	font-size: 18px;
}  

span.file_indicator, span.file_indicator_yt{
	font-size: 13px;
}

#quick_post_tag_list{
	margin-top: 10px;
	margin-left: 5px;
}


/* error message */  
.error {   
	width: 168px;
	height:40px;
	background-image: url(img/error_arw.png);
	background-repeat: no-repeat;   
	font-size:15px;     
	padding-top: -5px;   
	padding-left: 35px;     
	text-transform: uppercase;
	margin-left: 10px;
	color:#fff;    
	display:none;	
	z-index: 9999;
}     

.error p {
	margin:0;
	padding: 10px 0 0 25px;		  
}

/* =============================================================================
  MultiRatings
   ========================================================================== */

.rating-divider{
	margin: 20px 0px;
	height: 8px;
	background-color: #ededeb;
}  
  
#rating_slider{
	display: block;
	height: 20px;
	margin: 20px 0px;   
	margin-left: 7px;
	width: 416px;
	height: 164px;  
}

#rating_slider_container{
	display: block;
	height: 20px;
	margin: 20px 0px;
	width: 430px;     
	height: 164px;
	background-image: url(img/gwi_ratings_bg_long.png);
}
 
.wp-mr-rating-container{
	display: block; 
	margin-top: 10px;
	padding-top: 10px;
	border-bottom: 2px solid #ededeb; 
}   

.wp-mr-rating-div-container
{
	background-repeat:repeat-x;
}
.wp-mr-rating-div-container#internal_progress
{
float:left;
}
.wp-mr-rating-anchor-box 
{
display:none;
}
.wp-mr-rating-anchor-box a
{
	float:left;
	cursor:pointer;
	height:22px;
	width:31px;
	overflow:hidden;
	margin:0px;
}
.wp-mr-lock-green
{
	background-image:url(/wp-content/themes/greenwashing/images/lock_green.png);
	cursor:pointer;
	width:31px;
	height:22px;
	margin:0px auto;
	display:block;
}
.wp-mr-lock-red
{
	background-image:url(/wp-content/themes/greenwashing/images/lock_red.png);
	cursor:pointer;
	width:31px;
	height:22px;
	margin:0px auto;
	display:block;
}

.wp-mr-rating-summary
{
float:left;
width:100%;
margin-top:50x;
}
.wp-mr-rating-summary p
{
	margin:0px;
}
span[id^=spanRating]
{
	float:left;
	margin-right:10px;
	padding:5px;
}
span[id^=spanRating] img
{
	width:31px;
	height:22px;
	padding:0px;
	background-color:transparent;
	border:0px;
}

.rating_criteria_modal{
	display: none;
	padding: 20px;
	text-align: left;
}

.rating_error_modal{
	height: 20px;
	width: 400px;  
	padding: 20px;
	min-height: 150px;
}

.rating_error_modal p{
	margin-top: 50px;
	text-align: left;
}

.rating_error_modal h1{
	color: red;
	margin-top: 40px;
	text-align: left;
}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

