@import "inlines.css";

div.headlinesSecond img{display: none;}

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
	
.clearfloat {
	display:inline-block
}

.clearfloat {
	display:block
}

/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

#bademail{
	border: 2px solid #B44426;
	background: #F0C4B9;
	padding: 5px;
	margin-bottom: 10px;
}
#success{
	border: 2px solid #239E1A;
	background: #BAF3B6;
	padding: 5px;
	margin-bottom: 10px;
}
#badserver{
	border: 2px solid #BEBF00;
	background: #FFFFAA;
	padding: 5px;
	margin-bottom: 10px;
}


/*  =================
		style.css
	=================	*/

html, body{
	background: #b7b7b7 url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/background.gif) top center repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
}
.wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.ralign{
	text-align: right;
}
#header{
	background: #90C642 url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/header.gif) bottom left repeat-x;
}
#header .wrapper{
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/header2.gif) bottom left no-repeat;
}
#featured .wrapper{
	padding: 10px 0 10px 0;
}
#main, #footer{
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/slice.png) top left repeat-x;
}
#main .wrapper,#footer .wrapper{
	padding: 30px 0 20px 0;
}
#footer .wrapper{
	padding: 20px 25px 5px 25px;
	width: 910px;
}
#footer{
	background: #7F7F7F url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/slice.png) top left repeat-x;
}
#logo{
	width: 435px;
	height: 92px;
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/logo-shadow.png) bottom left no-repeat;
	position: absolute;
	z-index: 20;
}
#logo a{
	background: #90C642 url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/logo-light2.png) top left no-repeat;
	display: block;
	height: 92px;
	width: 400px;
	margin: 0 17px 0 17px;
	text-indent: -9999px;
}
#logo span{
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	color: #90c642;
	top: -22px;
	text-align: center;
	display: block;
	width: 222px;
	margin: 0 auto;
}

#navigation{
	padding: 10px 0 3px 0;
	z-index: 55;
}
#navigation, #navigation ul {
	float: right;
	list-style: none;
	position: relative;
	line-height: 24px;
	font-size: 12px;
	font-family: Helvetica;
}

#navigation a:link, #navigation a:active, #navigation a:visited{
    display:block;
    padding:0 5px;
    color:#fff;
    text-decoration:none;
	margin: 0 0 0 10px;
 }


#navigation a:hover, a.current-page{
    background-color:#0094bc;
    color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#navigation li{
	float: left;
	display: block;
	position: relative;
}
#navigation ul{
	position: absolute;
	width: 160px;
	top: 24px;
	display: none;
	padding-top: 9px;
}
#navigation li ul a{
	width: 100px;
	float: left;
	background: #80C642;
	margin: 0 !important;
}
#navigation li ul a:hover{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#navigation li ul li:last-child a{
	-moz-border-radius: 0 0 3px 3px;
}
#navigation ul ul{
	top:auto;
	}	

#navigation li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul{
    display:none;
    }
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{
    display:block;
    }
	
#blinds { 
	margin: 0 auto; 
	background: url(spinner.gif) 50% no-repeat; 
	height: 330px; 
	width: 960px; 
	-moz-box-shadow: 0 0 20px #444;
	-webkit-box-shadow: 0 0 20px #444;
}
#blinds .floom_slice { 
	z-index: 10; 
}
#blinds .floom_caption , .ft-title{ 
	text-shadow: 0 1px 0 #fff; 
	font-size: 18px; 
	color: #333; 
	font-style: italic; 
	position: relative; 
	display: inline;
	top: 10px; 
	font-family: Georgia, serif;
}
#blinds .floom_progressbar { 
	font-size: 1px; 
	background: #131718; 
	border-bottom: solid 1px #9c9c9c; 
	height: 3px; 
	position: relative; 
	z-index: 1000;
	width: 0; 
	top: 2px; 
}
#blinds .floom_container { 
	overflow: hidden; 
	border-bottom: solid 1px #9c9c9c; 
	}
#blinds .floom_vertical { 
	float: left; 
	}
	
#buttons{
	float: right;
	margin: 15px 0 4px 0;
	z-index: 20;
}
#buttons a{
	line-height: 33px;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0 0 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#call-to-action1{
	background: #90C642  url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
}
#call-to-action2{
	background: #87B400  url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #bf2604; 
}
#switch{
	line-height: 28px;
	display: block;
	float: right;
	font-size: 11px;
	padding: 0 10px;
	margin: 0 0 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #90C642  url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
}
#buttons em{
	line-height: 33px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #818181;
}
.content-header{
	width: 960px;
	height: 26px;
	display: block;
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/content.png) top left no-repeat;
}
.content{
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/content.png) top left repeat-y;
	padding: 0 25px;
	background-position: -960px 0;
}
.content a{
	color: #608220;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.content-footer{
	width: 960px;
	height: 26px;
	display: block;
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/content.png) top left no-repeat;
	background-position: -1920px 0;
}

.col{
	float: left;
	width: 285px;
	margin: 0 20px 0 0;
}
.col h3{
	font-size: 22px;
	margin: 0 0 10px 0;
}
.col h4{
	text-transform: uppercase;
	color: #eee;
	margin: 0 0 15px 0;
}
.read-more {
	display: block;
	text-align: right;
}
.col img{
	float: left;
	margin: 0 7px 2px 0;
}
.col p{
	margin: 0 0 3px 0;
	color: #444;
}
.last{
	margin: 0 !important;
}
#footer .col{
	width: 700px;
	margin: 0 0 0 0;
}
#footer  .col p, #footer .col ul{
	color: #e5e5e5;
}
#footer a{
	color: #fff;
}


/* INSIDE PAGES */

#sidebar {
	width: 320px;
	float: left;
	padding-top: 10px;
}
#sidebar h3{
	margin: 10px 0 10px 0;
	color: #444;
	letter-spacing: 1px;
}
#sidebar ul{
	list-style: none;
	margin: 0 30px 20px 0;
	padding: 0;
	border-top: 1px solid #CFCFCF;
}
#sidebar ul li{
	border-bottom: 1px solid #CFCFCF;

}
#sidebar p{
	margin: 0 30px 15px 0;
}
#sidebar ul li a{
	padding: 8px 0 8px 0;
	color: #444;
	text-decoration: none;
	display: block;
}

#sidebar ul li a:hover{
	color: #222;
	background: #f5f5f5;
}

#sidebar #searchform{
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin: 0 30px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input#s{
	width: 190px;
}
input#searchsubmit{
	padding: 2px 3px 2px 3px;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #90C642  url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
}

#posts {
	width: 590px;
	float: right;
}	
.wide-img{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 10px 0 10px 0;
}

#caption {
	padding: 10px 0 0 0;
	margin: 0;
} /* inside page heading */


/* PORTFOLIO */

ul#portfolio{
	margin: 0;
	padding: 0;
}
ul#portfolio li{
	list-style: none;
	display: block;
	float: left;
	width: 290px;
	display: inline;
	margin: 20px 20px 0 0;
	padding: 0px;
}
li.detailed{
	width: 910px !important;
}
#portfolio .last{
	margin: 20px 0 0 0 !important;
}
#portfolio a{
	position: relative;
	display: block;
	border: 1px solid #eee;
	padding: 3px;
	text-decoration: none;
	float: left;
}
.portfolio-details{
	float: left;
	margin: 5px 0 0 15px;
	display: none;
	width: 600px;
}
.portfolio-details h3{
	margin: 0 0 5px 0;
}
.portfolio-meta a{
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
}
.detailed .portfolio-details{
	display: block;
}
.zoom{
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	display: none;
	z-index: 33;
	height: 280px;
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/zoom.png) center center no-repeat;
} 
.portfolio-title{
	position: absolute;
	top: 200px;
	left: 0;
	color: #fff;
	font-weight: bold;
	line-height: 33px;
	padding: 0 10px;
	background: #90C642  url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/button.png) top center no-repeat;
	text-shadow: 0 1px 0 #060609; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
}

/*
AD STYLES
*/

#leaderboard_ad_wrap {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -18px;
	margin-bottom: 10px;
}

#right_ad_wrap {
	text-align: center;
	float: right;
	width: 300px;
	height: 600px;
	margin-bottom: 10px;
}

#rectangle_ad_wrap {
	color: white;
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
}

.small_rect_ad_wrap {
	width: 180px;
	height: 150px;
	margin-left: 75px;
	margin-top: 25px;
	float: left;
}

.front_sponsors {
	clear: left;
	text-align: center;
}

.front_sponsors img{
	padding: 5px;
	vertical-align: top;
}

/*
DIRECTORY STYLES
*/

.directory_col { width: 285px; margin-right: 10px; float: left; }
.directory_col h4 { margin-bottom: 1px; color: #608220; }

/*
STORY SYTLES
*/

.section_lead_photo {
	float: right;
	margin-left: 10px;
	width: 325px;
	text-align: left;
}

.latest {
	padding-left: 10px;
	text-indent: -10px;
}

.section_title { margin-bottom: 25px; }

#storywrap { width: 590px; float: left; }

#storyheader h2 { margin-bottom: .25em; }
#storyheader p { margin: 0px; }
#storyheader .emailprint { margin-bottom: 1em; }

.section_title img { margin-left: -25px; }

.headlinesSecond h1 {font-size:1.4em;padding:5px 0;margin:0;}
.headlinesSecond h4 {font-size:1em;padding:0 0 5px 0;margin:0;}
.headlinesSecond p {font-size:1em;padding:0 0 5px 0;margin:0;}
.headlinesSecond .bylineAndDate .byline {font-size:.825em;font-weight:bold;}
.headlinesSecond .bylineAndDate span.date {font-size:.825em;font-style:italic;}

.middlestack {width:305px;text-align:left;margin-left:10px;float:right;}

.storyphoto {margin-bottom:10px;}
.storyphoto p {margin:3px 0 0 0;font-size:.825em;}
.storyphoto img {border:0;margin:0;padding:0;}
.storyphoto p cite {font-weight:bold}

.section_pagination{
	color: #608220;
	margin: 0 0 7px 0;
	background: #eee;
	border: 1px solid #cfcfcf;
	padding: 3px;
}


body.print {background-color:#ccc;}
.print .center {border:1px solid #ddd;margin:20px;background-color:#fff;width:720px;padding:20px;}
.print .siteName {text-align:center;}


/*   User Comments */

#comments .avatar {
    height:50px
    margin:6px 0;
}
#comments .avatar img {
    float:left;
    width:50px;
    margin:0 6px 0 0;
}

#comments .user_info {
    float:left;
    width:400px;
}

#comments .user_info span.change_username, #comments .user_info span.change_avatar, #comments .user_info span.user_name {
    float:left;
    clear:left;
}

#comments .user_info span.screen_name {
    display:inline;
    font-size:smaller;
    font-style:italic;
}

#comments .comment_textarea {
	clear:left;
}


/* 
BLOG STYLING
*/
.post{
	margin: 0 0 20px 0;
}
.align-left{
	float: left;
	padding: 3px;
	border: 1px solid #cfcfcf;
	margin: 0 15px 10px 0;
	background: #fff;
}
.post h3{
	margin: 0 0 7px 0;
}
.post-meta{
	color: #444;
	margin: 0 0 7px 0;
	background: #eee;
	border: 1px solid #cfcfcf;
	padding: 3px;
}
.entry-date{
	padding: 0 0 0 15px;
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/clock.gif) center left no-repeat;
}
.entry-categories{
	padding: 0 0 0 15px;
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/folder.gif) center left no-repeat;
}
.entry-comments{
	padding: 0 0 0 15px;
	background: url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/comments.gif) center left no-repeat;
}

/*
PRETTY PHOTO

*/

div.light_rounded .pp_top .pp_left{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_arrow_previous{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_arrow_previous{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_arrow_previous{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_expand{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_arrow_previous{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;position:relative;text-align:left;width:100%}.pp_content .pp_details{display:none;margin:10px 15px 2px 20px}.pp_description{display:none;float:left;margin:0}.pp_nav{clear:left;float:left;margin:3px 0 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000}a.pp_next{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(http://showtime.arkansasonline.com/e2/static/nwaonline/images/livinggreen/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;float:right;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:none;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{display:none;line-height:1 !important;margin:0 auto;text-align:center;width:100%}div.ppt{color:#fff;display:none;font-size:17px;left:0;position:absolute;top:0;z-index:9999}.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

