/*
Theme Name: MediaViolence.org
Description: A Custom Theme for MediaViolence.org
Author: Rhaya Shilts
Author URI: http://jacksonsky.com/
*/

/**** Base Styles ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;}

html,body  {line-height: 1;
padding:0;
margin:0;
height:100%; /* needed for container min-height */}

img{
border:0;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

:focus {outline: 0;}

ins {text-decoration: none;}
del {text-decoration: line-through;}

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



/**** GLOBAL ****/
/* Body */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #4b4c4d;
	line-height: 1.6;
	background: #e9eaea;
}

#background{
	width: 100%;
	background: url(images/common/topbckgrd.gif) top repeat-x;
	float:left;
	display:inline;
	}

/* Headings */
h1{font-size:24px; font-weight:normal; margin-bottom:5px; line-height:1.4; font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
h2{font-size:20px; font-weight:normal; margin-bottom:6px; line-height:1.4;}
h3{font-size:18px; font-weight:normal; margin-bottom:5px; line-height:1.5;}
h4{font-size:16px; font-weight:normal; margin-bottom:3px; line-height:1.5; font-weight:bold;}
h5{font-size:14px; font-weight:normal; margin-bottom:3px;line-height:1.5; font-weight:bold;}
h6{font-size:13px; font-weight:normal; margin-bottom:3px;line-height:1.5; font-weight:bold;}

/* Anchors */
a {
color:#5491ae;
text-decoration:underline;
}

a:hover {
color:#2c6a8e;
}

/* Paragraphs */
p {
padding:0;
margin:0 0 15px 0;
}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

hr {
border:none 0;
border-top:1px solid #c5c7c8;
height:1px;
padding: 0 0 15px 0;
}

/* List */
ul{
margin:0 0 15px 20px;
list-style:disc;
}

ol{
margin:0 0 15px 25px;
list-style: decimal;
} 

ol.alpha{list-style:lower-alpha;}

li{
margin-bottom:8px;
}

/**** LAYOUT ****/
.wrapper {
margin: 0 auto;
width:999px;
}

#header{
float:left;
display:inline;
width:999px;
height:90px;
padding: 21px 0 26px 0;
}

/* LOGO */
#logo{
float:left;
display:inline;
width:399px;
height:90px;
background: url(images/common/logo_media_violence.gif) no-repeat;
overflow: hidden;
}

#logo a{
width:399px;
height:90px;
display:block;
text-indent:-9999px;
text-decoration:none;
}

#topNav{
float:right;
display:inline;
width:365px;
height:18px;
text-align:right;
font-family:Arial, Helvetica, sans-serif
}

#topNav a{
color:#90af38;
text-decoration:none;
text-transform:uppercase;
}

#topNav a:hover{
color:#f78a10;
}

/* Search */
#search{
float:right;
display:inline;
width:200px;
height:25px;
clear:right;
margin-top:47px;
}

.inputText {
	float:left;
	display:inline;
	line-height:23px;
	border: 0;
	height: 23px;
	width: 158px;
	padding: 0 0 0 5px;
	margin:0;
	font-size: 11px;
	color: #b1b3b6;
	border:1px solid #d8d9da}
	
.button {
	float:left;
	display:inline;
	margin:0;
	background: url(images/common/search_go.gif) no-repeat top;
	width: 33px;
	height: 25px;
	border: none;
	cursor: pointer;}


/** Main Navigation **/
#nav_holder{
float:left;
display:inline;
width:999px;
height:36px;
}

#nav_holder ul{
list-style:none;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
margin-left:5px;
}

#nav_holder li{
display:inline;
}

#nav_holder li a{
display:inline;
padding: 10px 9px 10px 10px;
color:#fff;
text-decoration:none;
font-weight: bold;
line-height:36px;
height:36px;
}

#nav_holder li a:hover{
background: #2c6a8e;
}


/***** Front Page Layout *****/
/* FEATURE */
#feature{
float:left;
display:inline;
width:999px;
height:371px;
margin: 18px 0 0 0;
}

#feature #mainSlideshow{
float:left;
display:inline;
width:626px;
height:369px;
border:1px solid #bec0c2;
}

#feature #rightInfo{
float:left;
display:inline;
padding:10px 10px 0 12px;
width:348px;
height:359px;
background:url(images/front/feature_bckgrd.gif) repeat-y;
border:1px dashed #bec0c2;
border-left:none;
border-right:none;
}

#feature h1{
color:#90af38;
font-size:18px;
margin-left:10px;
}

#feature p{
margin-left:10px;
line-height:22px;
}

.btn_feature{
float:left;
display:inline;
width:359px;
height:62px;
overflow: hidden;
}

.btn_feature a{
width:339px;
height:42px;
display:block;
text-indent:-9999px;
text-decoration:none;
margin:10px;
}

.featSignup{
background:url(images/front/btn_sign_up.gif) no-repeat;
}

.featQuestion{
background:url(images/front/btn_questions.gif) no-repeat;
}


#feature ul.connect{
float:left;
display:inline;
width:348px;
list-style:none;
padding:0;
margin:0;
}

#feature ul.connect h1{
width:139px;
height:62px;
float:left;
display:inline;
margin:0;
}

#feature ul.connect h1 strong{
width:139px;
height:62px;
display:block;
text-indent:-9999px;
text-decoration:none;
background: url(images/front/findus.gif) no-repeat top left;
margin:0;
padding:0;
}

#feature ul.connect img.transparent{
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

#feature ul.connect img.transparent:hover {
    filter: alpha(opacity=50); /* internet explorer */
    opacity: 0.5;           /* fx, safari, opera, chrome */
}

#feature ul.connect li{
float:left;
display:inline;
width: 51px;
}

/* FRONT CONTENT SECTION */
#frontContentCon{
float:left;
display:inline;
width:999px;
padding:25px 0 20px 0;
}

#frontContent{
float:left;
display:inline;
width:550px;
margin: 0 65px 0 13px;
}

#frontContent h1{
font-size:18px;
font-weight: normal;
color:#90af38;
line-height:1.3;
}

.frontList{
float:left;
display:inline;
font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.blogSpot{
width:137px;
margin:5px 45px 0 20px;
}

.newsSpot{
width:152px;
margin:5px 0 0 10px;
}

.blogSpot h1{
background: url(images/front/blog_post.gif) no-repeat;
height:15px;
width:100px;
display:block;
text-indent:-9999px;
font-size:14px;
}

.newsSpot h1{
background:url(images/front/news_stories.gif) no-repeat;
height:15px;
width:117px;
display:block;
text-indent:-9999px;
font-size:14px;
}

.frontList a{
color:#88a534;
font-weight:bold;
}

.frontList a:hover{
color:#f78b13;
}

.frontList ul{
margin:0;
padding:0;
list-style-type:none;
font-size:11px;
}

.frontList li a{
color:#63a0bb;
text-decoration:none;
font-weight: normal;
}

.frontList li a:hover{
color:#63a0bb;
text-decoration:underline;
}

/* Bottom Selection Bars */
#selectBar{
float:left;
display:inline;
border-bottom:1px solid #bec0c2;
background:#97989b;
min-height:45px;
width:969px;
color:#fff;
padding:16px 15px 4px 15px;
clear:both;
}

#selectBar ul{
margin:0;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
float: left;
}

#selectBar ul li{
display: inline;
margin:0 7px 0 0;
}

#selectBar p{
margin:0;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#selectBar a{
color:#FFFFFF;
text-decoration:none;
}

#selectBar a:hover{
color:#FFFFFF;
text-decoration:underline;
}

#selectBar h1{
height:14px;
width:88px;
display:block;
text-indent:-9999px;
font-size:14px;
margin:0;
}

.hd_reviews{
background:url(images/front/hd_reviews.gif) no-repeat;
}

.hd_research{
background:url(images/front/hd_research.gif) no-repeat;
}

.hd_add{
background:url(images/front/hd_add.gif) no-repeat;
}

/***** INSIDE PAGES *****/
#backGrade{
float:left;
display:inline;
width:100%;
background:url(images/inside/bkgrd_content.gif) repeat-y center top;
}

#contentCon{
float:left;
display:inline;
width:999px;
}

/* Side Content */
#sideCol{
float:left;
display: inline;
width:307px;
margin:18px 0 10px 0;
}

#sideNav{
float:left;
display:inline;
width:307px;
margin-bottom:10px;
}

#sideNavHeader{
float:left;
height:42px;
width:307px;
display:block;
overflow:hidden;
}

#sideNavHeader h1{
height:42px;
width:307px;
display:block;
text-indent:-9999px;
}

#sideNav ul{
float:left;
display:inline;
width:305px;
margin:0;
background:#ffffff;
list-style:none;
border:1px solid #bec0c2;
border-top:none;
}

#sideNav li{
margin:0;
padding:0;
float:left;
display:inline;
}

#sideNav li a{
display:block;
width:288px;

padding:10px 0 10px 17px;
/*line-height:36px;*/
font-size:14px;
font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#63a0bb;
margin:0;
}

#sideNav li a:hover{
color:#2c6a8e;
background:#efefef;
}

#sideCol ul.connect{
float:left;
display:inline;
width:307px;
list-style:none;
padding:0;
margin:20px 0 10px 0;
}

#sideCol ul.connect h1{
width:115px;
height:44px;
float:left;
display:inline;
margin:0;
}

#sideCol ul.connect h1 strong{
width:115px;
height:44px;
display:block;
text-indent:-9999px;
text-decoration:none;
background: url(images/inside/find_us_on.gif) no-repeat top left;
margin:0;
padding:0;
}

#sideCol ul.connect img.transparent{
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

#sideCol ul.connect img.transparent:hover {
    filter: alpha(opacity=50); /* internet explorer */
    opacity: 0.5;           /* fx, safari, opera, chrome */
}

#sideCol ul.connect li{
float:left;
display:inline;
width: 43px;
margin-left:5px;
}

#sideCol #signup{
float:left;
display:inline;
width:307px;
height:60px;
margin:0 0 30px 0;
}

#sideCol #blogPost, #sideCol #blogPost, #sideCol #blogArchive{
float:left;
display:inline;
width:307px;
font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#sideCol #blogPost h1{
width:307px;
height:30px;
display:block;
text-indent:-9999px;
background: url(images/inside/recent_blog_posts.gif) no-repeat top left;
margin:0;
padding:0;
}

#sideCol #blogArchive h1{
width:307px;
height:30px;
display:block;
text-indent:-9999px;
background: url(images/inside/recent-archives.gif) no-repeat top left;
margin:17px 0 0 0;
padding:0;
}

#sideCol #blogCat h1{
width:307px;
height:30px;
display:block;
text-indent:-9999px;
background: url(images/inside/categories.gif) no-repeat top left;
margin:17px 0 0 0;
padding:0;
}

#sideCol #blogPost p{
width:290px;
margin:0 0 0 17px;
}

#sideCol #blogPost a, #sideCol #blogCat a, #sideCol #blogArchive a{
color:#88a534;
font-weight:bold;
}

#sideCol #blogPost a:hover, #sideCol #blogCat a:hover, #sideCol #blogArchive a:hover{
color:#f78b13;
}

#sideCol #blogPost ul, #sideCol #blogCat ul, #sideCol #blogArchive ul{
margin:7px 0 0 17px;
padding:0;
list-style-type:none;
width:270px;
}

#sideCol #blogPost li a, #sideCol #blogCat li a, #sideCol #blogArchive li a{
color:#63a0bb;
text-decoration:none;
font-weight: normal;
}

#sideCol #blogPost li a:hover, #sideCol #blogCat li a:hover, #sideCol #blogArchive li a:hover{
color:#63a0bb;
text-decoration:underline;
}

/* Main Content */
#content{
float:left;
display: inline;
width:632px;
margin:18px 0 10px 60px;
}

#content h1{
color: #90af38;
margin-bottom:15px;
}

#content h2{
color:#2c6a8e;
}

#content img.alignright{
float:right;
display:inline;
margin: 5px 0 15px 10px;
border:1px solid #bec0c2;
padding:1px;
}

#content img.alignleft{
float:left;
display:inline;
margin: 5px 10px 15px 0;
border:1px solid #bec0c2;
padding:1px;
}

#content ul{
color:#2c6a8e;
}

#content li{
color:#4b4c4d;
}


/*** WordPress Styles ***/


img.alignnone {margin: 0 0 15px 0}

img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

.alignright {float: right; margin: 0 0 5px 15px; display:inline;}

.alignleft {float: left; margin: 0 15px 5px 0; display:inline;}

#postitle a {text-decoration:none;}

#postinfo {
color:#90af38;
font-size:11px;
margin:-10px 0 10px 0;
}

.paging {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

.wp-caption {
font-size:10px;
color:#8e8e8e;
line-height:140%;
}

.searchexcerpt {
font-size:11px;
color:#8e8e8e;
}

/***** Archive Styles *****/

#archivelist {font-size:11px;}



/***** Form Styles *****/

.wpcf7-list-item { display: block; }



/***** Footer *****/

#footer{
float:left;
display:inline;
width: 999px;
height:45px;
font-size:10px;
color:#c6c8c9;
padding:12px 0 0 0;
border-top:1px solid #c5c7c8;
text-align:center;
margin:2px 0 0 0; 
}

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

#footer a:hover{
color: #7a7a7a;
text-decoration:underline;
}

@charset "utf-8";
/* CSS Document */

