/* 
Theme Name: Devolution
Description: Devolution is a 3-column Widget-ready theme derived from church 3.0.
Author: Shane Hartman & Studio Press 
Author URI: http://www.studiopress.com
Version: 3.1
Tags: three columns, fixed width, white, gray, black, red, sidebar widgets
	
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
	
Changelog:
v3.0 - 1/31/09 Second release of Church, to ensure compatibility with WordPress 2.7
               Third release of Church, recoding theme options page
V3.1 - 4/20/09 First release of Devolution theme
*/

body {
  background: #111111 url(images/bg5.gif);
  width: 980px;
  color: #333333;
  margin: 0px auto 0px;
  padding: 0px;
}

#wrap {
  font-size: 12px;
  font-family: Trebuchet MS, Tahoma, Geneva, Arial, Verdana, sans-serif;
  background: #EEEEEE;
  width: 960px;
  margin: 10px auto 10px;
  padding: 0px;
  position: relative;
  border: 10px solid #333333;
}


/************************************************
*	Hyperlinks				*
************************************************/

a, a:visited {
  color: #A91B33;
  text-decoration: none;
}

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

a img {
  border: none;
}

a:focus, a:hover, a:active {
  outline: none;
}

/************************************************
*	Top Navbar      			*
************************************************/

#topnavbar {
  background: #111111 url(images/topnav.png);
  width: 960px;
  height: 30px;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#topnavbar a, #topnavbar a:visited {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

#topnavbar a:hover {
  text-decoration: underline;
}

#topnavbar p {
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.topnavbarleft {
  width: 700px;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  text-transform: uppercase;
}

.topnavbarright {
  width: 150px;
  float: right;
  margin: 0px;
  padding: 7px 10px 0px 0px;
  text-transform: uppercase;
  text-align: right;
}

.topnavbarright a img {
  border: none;
  margin: 0px 3px 3px 0px;
  padding: 0px;
}

/************************************************
*	Header  				*
************************************************/

#header {
  background: #111111 url(images/header.png);
  width: 960px;
  height: 100px;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#header h1 {
  color: #FFFFFF;
  font-size: 36px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  margin: 0px;
  padding: 15px 0px 0px 20px;
  text-decoration: none;
}

#header h1 a, #header h1 a:visited {
  color: #FFFFFF;
  font-size: 36px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

#header h1 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#header h3 {
  color: #A91B33;
  font-size: 16px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

#header p {
  color: #FFFFFF;
  padding: 0px 0px 5px 20px;
  margin: 0px;
  line-height: 20px;
}

.headerleft {
  width: 230px;
  float: left;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

.headerleft a img {
  border: none;
  margin: 0px;
  padding: 0px;
}

.headerright {
  width: 728px;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 1px 0px;
}

.headerright a img {
  border: none;
  margin: 0px;
  padding: 0px;
}

.headerright ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.headerright li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#header_banner_728x90 {
  width: 728px;
  height: 90px;
  overflow: hidden;
  border: 0px;
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 5px 0px;
}

/************************************************
*	Navbar   				*
************************************************/

#navbar {
  background: #555555 url(images/navbar.png);
  width: 960px;
  height: 35px;
  font-size: 12px;
  font-family: Tahoma, Arial, Verdana;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#navbarleft {
  width: 680px;
  float: left;
  margin: 0px;
  padding: 0px;
}

#navbarright {
  width: 280px;
  font-size: 11px;
  float: right;
  margin: 0px;
  padding: 6px 0px 0px 0px;
}

#nav {
  margin: 0px;
  padding: 0px;
}

#nav ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  positon: relative;
  top: 165px;
}

#nav li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li a, #nav li a:link, #nav li a:visited {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  text-transform: none;
  margin: 0px;
  padding: 9px 15px 8px 15px;
}

#nav li a:hover, #nav li a:active {
  background: #555555 url(images/navhov.png);
  color: #FFFFFF;
  margin: 0px;
  padding: 9px 15px 8px 15px;
  text-decoration: none;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
  background: #555555;
  width: 150px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  text-transform: none;
  float: none;
  margin: 0px;
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

#nav li li a:hover, #nav li li a:active {
  background: #777777;
  color: #FFFFFF;
  padding: 7px 10px 7px 10px;
}

#nav li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 170px;
  margin: 0px;
  padding: 0px;
}

#nav li li { 
}

#nav li ul a { 
  width: 140px;
}

#nav li ul a:hover, #nav li ul a:active { 
}

#nav li ul ul {
  margin: -32px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover, #nav li.sfhover { 
  position: static;
}


	
/************************************************
*	SubNavbar        			*
************************************************/

#subnavbar {
  background: #666666;
  width: 960px;
  height: 24px;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  z-index: -1;
}

#subnav {
  margin: 0px;
  padding: 0px;
}

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

#subnav li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#subnav li a, #subnav li a:link, #subnav li a:visited {
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 5px 0px 0px;
  padding: 6px 13px 6px 13px;
}

#subnav li a:hover, #subnav li a:active {
  background: #888888;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  margin: 0px 5px 0px 0px;
  padding: 6px 13px 6px 13px;
}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
  background: #666666;
  width: 150px;
  float: none;
  margin: 0px;
  padding: 6px 10px 6px 10px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

#subnav li li a:hover, #subnav li li a:active {
  background: #888888;
  margin: 0px;
  padding: 6px 10px 6px 10px;
}

#subnav li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px;
  padding: 0px;
}

#subnav li li { 
}

#subnav li ul a { 
  width: 150px;
}

#subnav li ul a:hover, #subnav li ul a:active { 
}

#subnav li ul ul {
  margin: -25px 0 0 171px;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
  left: -999em;
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover ul {
  left: auto;
}

#subnav li:hover, #subnav li.sfhover1 { 
  position: static;
}
	
/************************************************
*	Homepage         	                * 
************************************************/
	
#homepage {
  float: left;
  width: 610px;
  margin: 0px;
  padding: 0px;
}

#homepage p {
  margin: 0px;
  padding: 0px;
}

#homepage p img {
  border: none;
  float: left;
  margin: 0px;
}

#homepage ul {
  list-style-type: square;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

#homepage ul li {
  list-style-type: square;
  margin: 0px;
  padding: 0px;
}

.hpdate {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

#homepagetop {
  background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
  float: left;
  width: 610px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border: 1px solid #DDDDDD;
}

#homepagetop p {
  font-size: 12px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

.featuredtop {
  float: left;
  margin: 0px;
  padding: 10px;
  display: inline;
}

.featuredtop img {
  border: none;
  margin: 0px;
}

#homepagebottom {
  background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
  float: left;
  width: 610px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  border: 1px solid #DDDDDD;
}

#homepagebottom p {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.hpbottom {
  float: left;
  width: 590px;
  margin: 0px;
  padding: 10px;
  display: inline;
}

.hpbottom img {
  border: none;
  margin: 0px;
}

#homepageleft {
  float: left;
  width: 300px;
  margin: 0px;
  padding: 0px;
}

.hpfeatured {
  background: #FFFFFF url(images/featuredtop.gif) top no-repeat;
  float: left;
  width: 280px;
  margin: 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #DDDDDD;
}

.hpfeatured img {
  border: none;
  margin: 0px;
}

#homepageright {
  float: right;
  width: 300px;
  margin: 0px;
  padding: 0px;
}

/************************************************
*	Content 		                * 
************************************************/

#content {
  font-size: 12px;
  font-family: Trebuchet MS, Tahoma, Geneva, Arial, Verdana, sans-serif;
  width: 940px;
  margin: 0px auto 0px;
  padding: 10px 0px 0px 0px;
  line-height: 18px;
}

#content h1 {
  color: #444444;
  font-size: 22px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  padding: 10px 0px 0px 0px;
}

#content h1 a, #content h1 a:visited  {
  color: #444444;
  font-size: 22px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  padding: 10px 0px 0px 0px;
}

#content h1 a:hover {
  color: #A91B33;
  text-decoration: none;
}

#content h2 {
  background: #000000;
  color: #FFFFFF;
  font-size: 20px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
}

#content h3 {
  background: #333333 url(images/headline.png);
  color: #FFFFFF;
  font-size: 11px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 3px 0px 3px 7px;
}

#content h4 {
  color: #A91B33;
  font-size: 22px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 0px 0px;
}

#content img.wp-smiley {
  float: none;
  border: none;
  margin: 0px;
  padding: 0px;
}

#content img.wp-wink {
  float: none;
  border: none;
  margin: 0px;
  padding: 0px;
}

#contentleft {
  float: left;
  width: 600px;
  margin: 0px;
  padding: 0px;
}

#contentleft a img {
  border: none;
}

blockquote {
  background: #E8E8E8;
  margin: 0px 25px 15px 25px;
  padding: 10px 20px 0px 15px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #666666;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #666666;
}

#content blockquote p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.postarea {
  background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
  float: left;
  width: 590px;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}

.postarea p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.postarea ul {
  list-style-type: square;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.postarea ul li {
  list-style-type: square;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.postarea ul ul {
  list-style-type: square;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.postarea ol {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.postarea ol li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.breadcrumb {
  float: left;
  width: 590px;
  font-size: 11px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 3px 0px;
  border-bottom: double #EAEAEA;
}

#contentwide {
  float: left;
  width: 940px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.postareawide {
  background: #FFFFFF url(images/fullwidthtop.gif) top no-repeat;
  float: left;
  width: 920px;
  margin: 0px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}

.postareawide p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.postareawide ul {
  list-style-type: square;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.postareawide ul li {
  list-style-type: square;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.postareawide ul ul {
  list-style-type: square;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.postareawide ol {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.postareawide ol li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.breadcrumbwide {
  float: left;
  width: 920px;
  font-size: 11px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 3px 0px;
  border-bottom: double #EAEAEA;
}

.date {
  width: 590px;
  float: left;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}

.dateleft {
  width: 380px;
  float: left;
  margin: 0px;
  padding: 0px;
}

.dateright {
  width: 200px;
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.time {
  background: #FFFFFF url(images/icon_time.gif) no-repeat top left;
  margin: 0px 0px 0px 3px;
  padding: 0px 0px 0px 20px;
}

.icomment {
  background: #FFFFFF url(images/icon_comments.gif) no-repeat top left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 18px;
}

.tags {
  background: #FFFFFF url(images/icon_tags.gif) no-repeat top left;
  margin: 0px;
  padding: 0px 0px 0px 18px;
}

.category {
  background: #FFFFFF url(images/icon_category.gif) no-repeat top left;
  margin: 0px;
  padding: 0px 0px 0px 18px;
}

.postmeta {
  width: 590px;
  font-size: 12px;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  border-top: double #EAEAEA;
}

.postmeta2 {
  width: 590px;
  font-size: 12px;
  padding: 5px 0px 40px 0px;
  margin: 0px;
  border-top: double #EAEAEA;
}

.archive {
  float: left;
  width: 275px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

.postwidget {
  background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
  width: 590px;
  padding: 0px 10px 20px 10px; 
  margin: 0px 0px 10px 0px;
  border: 1px solid #DDDDDD;
  display:block;
}

.postwidget ul {
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.postwidget li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.comments {
  background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
  float: left;
  width: 590px;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}
	
/************************************************
*	Images 		     		        * 
************************************************/

img.centered  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 0px;
}

img.alignnone {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  display: inline;
}

img.alignright {
  padding: 0px;
  margin: 0px 0px 10px 10px;
  display: inline;
}

img.alignleft {
  padding: 0px;
  margin: 0px 10px 10px 0px;
  display: inline;
}

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

.alignright {
  float: right;
  margin: 0px 0px 10px 10px;
}

.alignleft {
  float: left;
  margin: 0px 10px 10px 0px;
}
	
/*
.wp-caption {
  border: 1px solid #DDDDDD;
  text-align: center;
  background-color: #EEEEEE;
  padding: 4px 0px 5px 0px;
  moz-border-radius: 3px;
  khtml-border-radius: 3px;
  webkit-border-radius: 3px;
  border-radius: 3px;
}
*/

.wp-caption {
  border: 0px;
  text-align: center;
  background-color: inherit;
  padding: 4px 0px 5px 0px;
}

.wp-caption img {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
}

.wp-caption p.wp-caption-text {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
}

/************************************************
*	Sidebar	    	        	        * 
************************************************/

#sidebar {
  float: right;
  width: 320px;
  margin: 0px;
  padding: 0px;
  display: inline;
}

#side_ad_120 {
  width: 120px;
  height: 600px;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
//     padding: 9px;
//     border: 1px solid #DDDDDD;
//     background: #FFFFFF url(images/sidebartop.gif) top no-repeat; 
}

.ad_180x150 {
  width: 180px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  overflow: hidden;
  display: block;
}

.adsense_468 {
  width: 468px;
  height: 80px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  overflow: hidden;
}

.current_issue_image {
  float: left;
  width: 112px;
  height: 146px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.current_issue_subscribe {
  float: right;
  width: 178px;
  overflow: hidden;
  text-align: center;
  height: 18px;
  font-size: 10px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-weight: bold;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  background-color: #C03;
  color: white;
}

.current_issue_subscribe a,
.current_issue_subscribe a:visited {
  background-color: #C03;
  color: white;
}

.current_issue_subscribe a:hover {
  background-color: #c03;
  color: #FFC;
  text-decoration: none;
}

.current_issue_text {
  float: right;
  width: 178px;
  height: 128px;
  overflow: hidden;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
  line-height: 15px;
}

.side_current_issue {
  background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
  float: left;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 9px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

.side_newsletter {
  background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
  float: left;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 9px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

.side_video {
  background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
  float: left;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 9px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

.side_supercube {
  background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
  float: left;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 9px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

#sidebar .widget {
  background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
  float: left;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 9px;
  border: 1px solid #DDDDDD;
}

#sidebar h2 {
  background: #111111 url(images/headline.png);
  color: #FFFFFF;
  font-size: 11px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 3px 0px 3px 7px;
}

#sidebar p {
  margin: 0px;
  padding: 0px 0px 0px 45px;
}

#sidebar a img {
  border: none;
  margin: 0px;
  padding: 0px;
}

#sidebar embed, #sidebar object {
  width: 300px; 
  height: 250px;
  margin: 0px; 
  padding: 0px;
}

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

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

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

#sidebar ul li li {
/*  background: #FFFFFF url(images/icon.gif) no-repeat top left; */
/*  padding: 0px 0px 5px 20px; */
  padding: 0px 0px 5px 5px;
  margin: 0px;
}

#sidebar ul li ul li {
/*  background: #FFFFFF url(images/icon.gif) no-repeat top left; */
/*  padding: 0px 0px 5px 20px; */
  padding: 0px 0px 5px 5px;
  margin: 0px;
}

/************************************************
*	Left Sidebar                   	        * 
************************************************/

#l_sidebar {
  float: left;
  width: 170px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  display: inline;
}

#l_sidebar .widget{
  background: #FFFFFF url(images/leftsidebartop.gif) top no-repeat;
  float: right;
  width: 150px;
  margin: 0px 0px 10px 0px;
  padding: 9px;
  border: 1px solid #DDDDDD;
  display: inline;
}

#l_sidebar p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

#l_sidebar a img {
  border: none;
  margin: 0px;
  padding: 0px;
}

#l_sidebar ul {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

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

#l_sidebar ul li li {
/*  background: #FFFFFF url(images/icon.gif) no-repeat top left; */
/*  padding: 0px 0px 5px 20px; */
  padding: 0px 0px 5px 5px;
  margin: 0px;
}

#l_sidebar ul li ul li {
/*  background: #FFFFFF url(images/icon.gif) no-repeat top left; */
/*  padding: 0px 0px 5px 20px; */
  padding: 0px 0px 5px 5px;
  margin: 0px;
}
	
/************************************************
*	Right Sidebar                    	* 
************************************************/

#r_sidebar {
  float: right;
  width: 140px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  display: inline;
}

#r_sidebar .widget{
  background: #FFFFFF url(images/rightsidebartop.gif) top no-repeat;
  float: right;
  width: 120px;
  margin: 0px 0px 10px 0px;
  padding: 9px;
  border: 1px solid #DDDDDD;
  display: inline;
}

#r_sidebar p {
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

#r_sidebar a img {
  border: none;
  margin: 0px;
  padding: 0px;
}

#r_sidebar ul {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

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

#r_sidebar ul li li {
/*  background: #FFFFFF url(images/icon.gif) no-repeat top left; */
/*  padding: 0px 0px 5px 20px; */
  padding: 0px 0px 5px 5px;
  margin: 0px;
}

#r_sidebar ul li ul li {
/*  background: #FFFFFF url(images/icon.gif) no-repeat top left; */
/*  padding: 0px 0px 5px 20px; */
  padding: 0px 0px 5px 5px;
  margin: 0px;
}
	
/************************************************
*	Footer       			        *
************************************************/

#footer {
  background: #93BBBC url(images/topnav.png);
  width: 960px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#footer p {
  color: #FFFFFF;
  font-size: 11px;
  font-family: Arial, Tahoma, Verdana;
  margin: 0px;
  padding: 9px 0px 0px 0px;
}

#footer a, #footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
	
/************************************************
*	Search Form				*
************************************************/

#searchform {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: inline;
}

#searchbox {
  background: #EEEEEE !important;
  width: 220px;
  color: #202020;
  font-size: 12px;
  font-family: Trebuchet MS, ;
  font-weight: normal;
  margin: 0px;
  padding: 4px 0px 3px 5px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #666666;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #666666;
  display: inline;
}

#searchbutton {
  background: #555555 url(images/topnav.png);
  color: #FFFFFF;
  font-size: 11px;
  font-family: arial,helvetica,clean,sans-serif;
  margin: 0px 0px 0px 5px;
  padding: 3px 3px 2px 3px;
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #666666;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #666666;
}

#subsidebar {
  background: #FFFFFF url(images/feedburner.png) top no-repeat;
  float: left;
  width: 300px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#subbox {
  background: #EEEEEE !important;
  width: 200px;
  color: #202020;
  font-size: 12px;
  font-family: Trebuchet MS, Tahoma, Geneva, Arial, sans-serif;
  font-weight: normal;
  margin: 10px 0px 0px 50px;
  padding: 3px 0px 3px 5px;
  border-top: 1px solid #666666;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #DDDDDD;
  display: inline;
}

#subbutton {
  background: #555555 url(images/topnav.png);
  color: #FFFFFF;
  font-size: 11px;
  font-family: arial,helvetica,clean,sans-serif;
  margin: 0px 0px 0px 7px;
  padding: 3px 3px 2px 3px;
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #666666;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #666666;
}

#author, #email, #url {
  background: #EEEEEE !important;
  width: 250px;
  color: #202020;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 3px 5px;
  border: 1px solid #DDDDDD;
  display: inline;
}

#submit {
  background: #555555 url(images/topnav.png);
  color: #FFFFFF;
  font-size: 11px;
  font-family: arial,helvetica,clean,sans-serif;
  margin: 0px;
  padding: 3px 3px 2px 3px;
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #666666;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #666666;
}

#comment {
  background: #EEEEEE;
  color: #202020;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
  padding: 3px 0px 3px 5px;
  border: 1px solid #DDDDDD;
  display: inline;
}

/************************************************
*	Comments				*
************************************************/
	
.commentlist li ul li {
  font-size: 12px;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  background: #FFFFFF;
  float: right;
  border: 1px solid #EEEEEE;
  margin: 0px 5px 0px 10px;
  padding: 2px;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
}

.commentlist p {
  font-weight: normal;
  text-transform: none;
}

.commentmetadata {
  font-weight: normal;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0px;
}

#commentform {
  margin: 5px 10px 0px 0px;
}

#commentform textarea {
  width: 98%;
  padding: 2px;
}

#respond:after {
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
}

#commentform p {
  margin: 5px 0px 5px 0px;
}

#commentform #submit {
  margin: 0px;
  float: left;
}

.alt {
  margin: 0px;
  padding: 10px;
}

.commentlist {
  margin: 0px;
  padding: 0px;
}

.commentlist ol {
  margin: 0px;
  padding: 10px;
}

.commentlist li {
  margin: 15px 0px 10px;
  padding: 10px 5px 10px 10px;
  list-style: none;

}
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0px;
  padding: 0px;
}

.children { 
  margin: 0px;
  padding: 0px;
}

.nocomments {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.commentmetadata {
  font-size: 10px;
  margin: 0px;
  display: block;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.thread-alt {
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

.thread-even {
  background: #EEEEEE;
  margin: 0px;
  padding: 0px;
}

.depth-1 {
  border: 1px dotted #BBBBBB;
  margin: 0px;
  padding: 0px;
}

.even, .alt {
  border-top: 1px dotted #BBBBBB;
  border-bottom: 1px dotted #BBBBBB;
  border-left: 1px dotted #BBBBBB;
  margin: 0px;
  padding: 0px;
}

.mask {
  moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  background-color:#2f2f2f;
}

.clear { clear:both; }

/************************************************
*	Navbar Login				*
************************************************/

#navlogin {
        color: #090; 
	font-size:14px; 
	font-weight:normal; 
	font-family:Verdana,Helvetica,clean,sans-serif; 
	padding-top:6px; 
	text-transform:none;
}

#navlogin a,
#navlogin a:visited { 
  color: #090; 
  font-size:14px;
  font-weight:normal;
  font-family:Verdana,Helvetica,clean,sans-serif;
  text-decoration: none; 
}

#navlogin a:hover {
  color: white; 
  font-size:14px;
  font-weight:normal;
  font-family:Verdana,Helvetica,clean,sans-serif;
  text-decoration: none; 
}

#subscribe {
  font-size: 14px;
  line-height: normal;
}

#subscribe * label {
  display: inline;
  float: left;
}

#subscribe * input {
  display: inline;
  font-size: 14px;
}

#subscribe * select {
  font-size: 13px;
}


/************************************************
*	Dialogs, Forms				*
************************************************/

.code {
  width: 550px;
  margin-bottom: 20px;
  font-family: courier;
  font-size: 12px;
  font-weight: normal;
}

.dialog {
  font-size: 14px;
}

.dialog * input,  
.dialog * fieldset,
.dialog * select, 
.dialog * label {
  margin-top: 4px;
}

.tightform {
  margin: 10px 0px 0px 10px;
  border: none;
  padding: 0;
}

.tightform * p {
  line-height: normal;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}

/************************************************
*	Register Dialog				*
************************************************/
#ruContainer {
  height:30em;
  visibility:hidden;
}

#ruFirstnameLabel,
#ruLastnameLabel,
#ruEmailLabel,
#ruStreetLabel,
#ruAddressLabel,
#ruPasswordLabel,
#ruPasswordConfirmLabel,
#ruUserNameLabel,
#ruPhoneLabel,
#ruMobileLabel,
#ruBirthdayLabel,
#ruStateLabel {
  display:block;
  float:left;
  width:10em;
  clear:left;
}

#ruZipcodeLabel {
  display:inline;
  float:left;
  margin-left: 30px;
}

#ruState,
#ruBirthmonth {
  display: inline;
  float:left;
}

#ruZipcode,
#ruBirthday,
#ruBirthyear {
  display:inline;
  float:left;
  margin-left: 20px;
}

/************************************************
*	Subscribe Dialog			*
************************************************/

#subStreetLabel,
#subAddressLabel,
#subCityLabel,
#subStateLabel,
#subFirstnameLabel,
#subLastnameLabel,
#suFirstnameLabel,
#suLastnameLabel,
#suEmailLabel,
#suStreetLabel,
#suAddressLabel,
#suPasswordLabel,
#suCityLabel,
#suPasswordConfirmLabel,
#suUserNameLabel,
#suPhoneLabel,
#suMobileLabel,
#suBirthdayLabel,
#subRateLabel,
#subTotalLabel,
#subSalesTaxLabel,
#suStateLabel {
  display:block;
  float:left;
  width:10em;
  clear:left;
  width: 30%;
}

#suBirthday,
#suBirthyear {
  display:inline;
  float:left;
  margin-left: 30px;
}

#subState,
#subBirthmonth,
#suState,
#suBirthmonth {
  display: inline;
  float:left;
}

#subZipcodeLabel,
#suZipcodeLabel {
  display:inline;
  float:left;
  margin-left: 40px;
}

#suZipcode,
#subZipcode {
  display: inline;
  float: left;
  margin-left: 20px;
}

#subSource {
  margin-left: 40px;
}

#subCoupon {
  margin-left: 20px;
}


#subExpireDateLabel,
#subCCnumLabel,
#subSecCodeLabel {
  width:30%;
}

/*
 * Fandango Movie Feed
 */

.fandango_details {
  text-align:left;
}

.fandango_details a {
  color:MidnightBlue;
}

.fandango_title {
  font-size:110%;
  text-align:left;
}

.fandango_title a {
  font-weight:bolder;
}

.fandango_tickets {
  text-align:left;
}

.fandango_trailer {
  margin-right:4px;
}

a.squarebutton {
  background: transparent url('images/square-gray-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 12px Arial; /* Change 12px as desired */
  line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
  height: 23px; /* Height of button background height */
  padding-left: 9px; /* Width of left menu image */
  text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
  color: midnightblue; / *button text color */
}

a.squarebutton span {
  background: transparent url('images/square-gray-right.gif') no-repeat top right;
  display: block;
  padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover { /* Hover state CSS */
  background-position: bottom left;
}

a.squarebutton:hover span { /* Hover state CSS */
  background-position: bottom right;
  color: black;
}

.buttonwrapper {    /* Container you can use to surround a CSS button to clear float */
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 100%;
}


a.squaregreenbutton {
  background: transparent url('images/square-green-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 12px Arial; /* Change 12px as desired */
  line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
  height: 23px; /* Height of button background height */
  padding-left: 9px; /* Width of left menu image */
  text-decoration: none;
}

a:link.squaregreenbutton, a:visited.squaregreenbutton, a:active.squaregreenbutton{
  color: midnightblue; / *button text color */
}

a.squaregreenbutton span {
  background: transparent url('images/square-green-right.gif') no-repeat top right;
  display: block;
  padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squaregreenbutton:hover { /* Hover state CSS */
  background-position: bottom left;
}

a.squaregreenbutton:hover span { /* Hover state CSS */
  background-position: bottom right;
  color: black;
}


a.squarebluebutton {
  background: transparent url('images/square-blue-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 12px Arial; /* Change 12px as desired */
  line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
  height: 23px; /* Height of button background height */
  padding-left: 9px; /* Width of left menu image */
  text-decoration: none;
}

a:link.squarebluebutton, a:visited.squarebluebutton, a:active.squarebluebutton{
  color: midnightblue; / *button text color */
}

a.squarebluebutton span {
  background: transparent url('images/square-blue-right.gif') no-repeat top right;
  display: block;
  padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebluebutton:hover { /* Hover state CSS */
  background-position: bottom left;
}

a.squarebluebutton:hover span { /* Hover state CSS */
  background-position: bottom right;
  color: black;
}

a.squaregraybutton {
  background: transparent url('images/square-gray-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 12px Arial; /* Change 12px as desired */
  line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
  height: 23px; /* Height of button background height */
  padding-left: 9px; /* Width of left menu image */
  text-decoration: none;
}

a:link.squaregraybutton, a:visited.squaregraybutton, a:active.squaregraybutton{
  color: midnightblue; / *button text color */
}

a.squaregraybutton span {
  background: transparent url('images/square-gray-right.gif') no-repeat top right;
  display: block;
  padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squaregraybutton:hover { /* Hover state CSS */
  background-position: bottom left;
}

a.squaregraybutton:hover span { /* Hover state CSS */
  background-position: bottom right;
  color: black;
}


#now-playing
{
        background: url(images/film.png) no-repeat;
}

#now-playing td { padding:8px; }

#now-playing td * td { padding:0px; }

* .post-ratings {
  font-size: 20px;
  font-family: Trebuchet MS, Tahoma, Geneva, Arial, Verdana, sans-serif;
}