/*------------------------------------------------------------------
			LULU Theme
					written for The Run of Play
					(http://www.runofplay.com/)
					by Brian Phillips
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
R E S E T  { "Louise Brooks no restraint." }
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, a, center,
dl, dt, dd, ol, ul, li, form,
fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	background: transparent;
}

/*------------------------------------------------------------------
E L E M E N T S
-------------------------------------------------------------------*/

body {
	font-family: georgia,serif;
/*	background: url('/blog/wp-content/themes/lulu/images/grid.gif') top center repeat-y; */
} 

h1 {
	font-size: 26px;
}

h2 {
	font-size: 19px;
	font-weight: normal;
}

h4 {
	color: #777;
	text-transform: uppercase;
	margin-bottom: 13px;
}

a:link, a:visited {
	color: #be0404;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

*:focus {
	outline: none;
} 

textarea {
	overflow: auto;
	font: 14px/1.5em georgia,serif;
	color: #333;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font: 10px tahoma;
	bottom: 1ex;
}

cite {	/* Cite is styled further in the sidenote section */
	margin-top: 62px;
}

ol li {
	list-style-type: decimal;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	position: relative;
}

/*------------------------------------------------------------------
N A V B A R
-------------------------------------------------------------------*/

#nav-bar {
	position: absolute;
	z-index: 3;
	top: 7px;
	left: 0;
	min-width: 100%;
	height: 58px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/nav-bar.png') repeat-x;
}

#logo img {
	margin: 12px 0 0 27px;
	float: left;
}

#nav-buttons {
	margin: 24px 0 0 422px;
	float: left;
}

#nav-buttons li {
	display: inline;
	padding-left: 36px;
}

#rss-button img {
	margin: 14px 0 0 31px;
	float: left;
}

/*------------------------------------------------------------------
S L I D E R S 
-------------------------------------------------------------------*/

div.top-slider {
	display: none;
	width: 930px;
	height: 360px;
	padding: 10px 0 0;
	margin: 0 auto 5px;
	text-align: left;	
	color: #f0f0f0;
	line-height: 18px;
}

div#about-slider {
	background: #444444 url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/slider-bg.jpg') no-repeat;
}

div#contact-slider {
	background: #444444 url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/slider-bg.jpg') 0 -371px no-repeat;
	margin-top: -5px;
}

.slider-content {
	width: 370px;
	margin: 75px 0 0 400px;
	font-size: 14px;
	position: relative;
}

div#contact-slider  .slider-content {
	margin-top: 55px;
}

div#about-slider a {
	color: #f0f0f0;
}

div#about-slider a:hover {
	text-decoration: none;
	color: #fff;
}

ul#masthead {
	position: relative;
	right: 15px;
	padding-left: 30px;
	font-size: 11px;
	height: 75px;
	background: transparent url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/slider-about-bracket.png') 0 0 no-repeat;
}

ul#masthead li {
	margin-bottom: 10px;
}

ul#masthead p {
	position: relative;
	padding-bottom: 0;
}

ul#masthead p.contributor {
	left: 113px;
	bottom: 46px;
	width: 220px;
}

p#about-leader {
	font-size: 25px;
	color: #ffffa3;
}

#contact-slider p:first-child {
	position: relative;
	padding: 10px 0 0;
	margin-bottom: 8px;
}

#contact-slider p:first-child a {
	color: #f0f0f0;
	position: relative;
	bottom: 4px;
	left: 4px;
	font-size: 11px;
}

#contact-slider p:first-child a:hover {
	background: #f0f0f0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	padding: 2px 0;
}

#contact-slider img {
	margin-bottom: 2px;
}

.slider-content p {
	padding-bottom: 18px;
}

.slider-content .wpcf7 {
	margin: 0;
	padding: 16px 0 0;
	position: relative;
}

div.slider-bit {
	float: left;
	margin-right: 30px;
}

div.slider-bit + div.slider-bit {
	margin-right: 0;
}

.slider-bit input {
	width: 159px;
	background: #f0f0f0;
	border: 0 none;
	font: 14px georgia,serif;
}

.slider-bit input, .slider-message textarea, .slider-captcha input {
	background: #f0f0f0;
	border: 0 none;
	padding: 4px;
	font-size: 12px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.slider-bit input:focus, .slider-message textarea:focus, .slider-captcha input:focus {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.slider-message {
	clear: left;
	padding-top: 15px;
}

.slider-message textarea {
	width: 357px;
	height: 80px;
}

.slider-captcha input {
	width: 80px;
}

.slider-captcha {
	float: right;
	margin: 10px 4px 0 10px;
}

p#slidersend {
	position: relative;
	left: 165px;
	top: 8px;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 25px;
	overflow: hidden;
}

p.slidersend input:hover {
	margin-top: -26px;
	outline: none;
}

p.slidersend input:active {
	margin-top: -52px;
	outline: none;
}

.slidersend .ajax-loader {	/* The loader icon for the Contact Form 7 plugin */
	position: absolute;
	right: 60px;
	top: 4px;
}

.slider-content .wpcf7-mail-sent-ok, .slider-content .wpcf7-validation-errors {
	clear: left;
	position: relative;
	bottom: 16px;
	color: #be0404;
	width: 280px;
	font-size: 13px;
	padding: 3px;
	background: #f0f0f0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

h3.staff {
	margin-top: 20px;
	margin-bottom: -5px;
	font-size: 11px;
	letter-spacing: 1px;
}

ul#staff-list {
	margin: 12px 0;
	border-left: 15px solid #ececec;
	padding-left: 10px;
}

ul#staff-list li {
	list-style: none;
}

/*------------------------------------------------------------------
P O S T  G R I D
-------------------------------------------------------------------*/

#topImage {
	position: relative; 
	height: 580px; 
/*	height: 764px; */
	text-align: center; 
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/drop-shadow-top.png') no-repeat 12px -1px; 
/*	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/drop-shadow-top-large.png') no-repeat 12px -1px; */
}

#top-meta {
	width: 930px;
	min-height: 30px;
	margin: -5px auto 0;
	text-align: right;
}

.meta-block {
	background: #ececec;
	padding: 8px 0 10px;
	color: #333;
	font: 11px verdana,sans-serif;
}

.meta-block a {
	font: bold 12px georgia,serif;
} 

.meta-block p {
	padding: 1px 15px;
	line-height: 16px;
}

.comment-meta {
	margin-left: 5px;
	padding-left: 15px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/comment-bubble.png') 0 2px no-repeat;
}

.comment-meta a {
	font: normal 10px verdana,sans-serif;
}

#post-grid-paged {
	margin-top: 60px;
}

.post {
	margin: 30px 11px 0 13px; 
	float: left;
	width: 296px;
	min-height: 244px;
}

.gridImage {
	position: relative;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/drop-shadow-grid.png') no-repeat -1px 0;
	padding: 1px 6px 6px 2px;
}

/* .gridImage:hover {		??????
	opacity: 0.9;
} */

.post-meta {
	margin: -6px 0 0 2px;
	width: 290px;
	min-height: 52px;
}

.grid-nav {
	height: 22px;
	font: 10px verdana,sans-serif;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #bbb;
	padding: 0 15px 10px 0;
	margin: 20px 15px 0;
}

.grid-nav li {
	float: right;
	min-height: 22px;
	padding: 10px 0 0 36px;
}

.post-counter {
	color: #888;
	font-style: oblique;
}

.end-of-grid {
	color: #b0b0b0;
}

/*------------------------------------------------------------------
C A R Y A T I D
-------------------------------------------------------------------*/

#caryatid {
	margin: 30px 0 18px;
	font-family: verdana,sans-serif;
}

#caryatid > li {
	float: left;
	margin: 0 15px 50px; 
}

#caryatid ul > li {
	line-height: 13px;
} 

#sponsor-col {
	color: #777;
	width: 210px;
}

#sponsor-col li {
	margin-bottom: 13px;
}

#sponsor-col li a {
	color: #777;
}

.uladlinks a {
	text-decoration: underline;
}

#tweet {
	color: #666;
	font: 16px georgia,serif;
	line-height: 20px;
	margin-top: 25px;
	background: url('/blog/wp-content/themes/lulu/images/twitter-bird.png') no-repeat;
	padding: 0 30px 0 40px;
}

#tweet a {
	color: #888;
}

#tweet a:hover {
	background: #f1f6ff;
	text-decoration: none;
}

#tweet-meta {
	margin-top: 5px;
	font-size: 11px;
	color: #888;
}

a#follow-link {
	font-family: verdana,arial,sans-serif;
	color: #be0404;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
}

a#follow-link:hover {
	text-decoration: underline;
	background: none;;
}

#features-col {
	width: 290px;
}

#features-col > ul {
	margin-top: -12px;
}

#features-col li {
	clear: left;
	padding-left: 50px;
}

#features-col p {
	margin-bottom: 3px;
}

#features-col a {
	color: #333;
	font: bold 11px georgia,serif;
}

#features-col a:hover {
	color: #be0404;
}

li#feature-bafc {
	background: url('/blog/wp-content/themes/lulu/images/feat-book.png') 1px 26px no-repeat;
}

li#feature-vercelli {
	background: url('/blog/wp-content/themes/lulu/images/feat-vercelli.png') 0 25px no-repeat;
}

li#feature-portrait {
	background: url('/blog/wp-content/themes/lulu/images/feat-ball.png') 0 25px no-repeat;
}

li#feature-vandal {
	background: url('/blog/wp-content/themes/lulu/images/feat-flag.png') 3px 25px no-repeat;
}

li#feature-marchpane {
	background: url('/blog/wp-content/themes/lulu/images/feat-pentagram.png') 0 25px no-repeat;
}

.feature {
	padding: 2px 0;
	border-bottom: 1px dotted #ddd;
}		

.feat-image {
	width: 50px;
	float: left;
	padding: 23px 0 13px;
}

.feat-teaser {
	width: 215px;
	padding: 13px 15px 13px 10px;
}

.feat-teaser:hover {
	background: #f1f6ff;
}

.latest {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}

#features-col .latest a {
	text-transform: uppercase;
	font: normal 10px verdana;
}

#features-col li.last {
	border-bottom: none;
}

.adnetwork {
	background: #fafafa;
	padding: 0 10px 10px;
	margin-bottom: 20px;
	font: 11px/1.5em verdana,sans-serif;
}

.adnetwork a:link {
	font-weight: normal !important;
	color: #be0404 !important;
	font: 11px/1.5em verdana,sans-serif !important;
}

/*------------------------------------------------------------------
T A B  B O X
-------------------------------------------------------------------*/

#box-col {
	width: 370px;
}

.box .tabs {
	margin-left: 15px;
}
		
.box .tabs li {
	float: left; 
}

.box .tabs li a {
	display: block;
	min-width: 100px; 
	padding: 6px 0;
	margin: 0 5px -2px 0;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #888;
	background: #f4f4f4; 
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.box .tabs li a:hover {
	color: #535353; 
	background: #f1f6ff;
}
	
.box .tabs li a.active {
	background: #fff;
	color: #333;
	position: relative;
	z-index: 2;
	border-bottom: 2px solid #fff;
}

.tab-content {
	clear: left;
	border-top: 1px solid #ccc;
	border-right: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	border-left: 1px dotted #ccc;
	background: #fff;
	width: 308px;
	padding: 20px 30px 21px;
	display: none; 
}
		
.tab-content li {
	padding: 15px 0 6px;
}
		
.tab-content ol {
	padding-left: 20px;
}
		
.tab-content ol li {
	padding-bottom: 15px;
	zoom: 1;
	display: list-item;
	vertical-align: middle;
}
	
#comment-col li {
	border-top: 1px dotted #ccc;
}

#comment-col li > a, .popular-post a {
	font: bold 11px georgia,serif;
}

.tab-comment {
	color: #666;
	padding-top: 2px;
}

.tab-comment a:hover {
	background: #f1f6ff;
	text-decoration: none;
}

.tab-num a {	
	color: #666;
}

.tab-last {
	padding: 1px 0 8px;
	font-size: 9px;
	color: #999;
}

.tab-last a {
	font-size: 9px;
	color: #999;
}

.commented-post {
	border-top: 1px dotted #ccc;
	padding: 7px 0 0;
}

.popular-post {
	border-top: 1px dotted #ccc;
	padding-left: 20px;
	padding-top: 15px;
	margin: -15px 0 0 -20px;
}

.active-posts {
	padding: 10px 9px 10px 15px;
}

/*------------------------------------------------------------------
P O S T  B Y L I N E  D R O P D O W N
-------------------------------------------------------------------*/

#byline-dropdown {
	width: 112px;
	min-height: 1px;
	float: left;
	padding: 10px 0;
	margin: 400px 15px 0 33px;
	font-size: 12px;
	font-style: oblique;
	color: #4a4a4a;
	text-align: right;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/post-meta-border-top.gif') top left repeat-x;
}

#byline-dropdown ul {
	padding-bottom: 10px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/post-meta-border-bottom.gif') bottom left repeat-x;
}
	
#byline-dropdown ul li {
	line-height: 22.5px;
}

#byline-dropdown ul li a {
	color: #333;
}

#byline-dropdown ul li a:hover {
	color: #be0404;
}

/*------------------------------------------------------------------
P O S T
-------------------------------------------------------------------*/

#post-column, #archive-column {
	width: 510px;
	font: 17px/1.6em georgia,serif;
	float: left;
	padding: 0 35px 0 15px;
	color: #333;
}

#post-column h1 {
	margin: 180px 0 0;
	text-align: center;
	height: 80px;
}

#post-column h1 + div#post-body {
	margin-top: 127px;
}

#post-body h3 {
	margin: 25px 0 0;
	font: bold 14px georgia;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#post-body p {
	text-indent: 24px;
}

#post-body p.post-image {
	text-indent: 0; 
	text-align: center;
	margin: 12px auto;
	padding: 10px 10px 5px;
	background: #e6e6e6;
	border-top: 8px double #fff;
	border-bottom: 8px double #fff;
	position: relative;
}

span.caption {
	display: block;
	font-size: 11px;
	font-style: oblique;
	line-height: 18px;
}

#post-body blockquote {
	padding: 14px 24px 18px;
	margin: 12px 0;
	background: #ececec;
	border-top: 8px double #fff;
	border-bottom: 8px double #fff;
}

#post-body ul, #post-body ol {
	margin: 12px 0 12px 9px;
}

#post-body ul li {
	background: url('/blog/wp-content/themes/lulu/images/bullet.gif') 0 8px no-repeat;
	margin: 6px 0 0 0;
	padding-left: 15px;
}

#post-body ol li {
	text-indent: 0;
	margin: 6px 0 0 10px;
	padding-left: 5px;
}

#post-body p.first, #post-body p.breaker {
	text-indent: 0;
}

p.first:first-line, p.breaker:first-line {
	font-variant: small-caps;
	letter-spacing: 1.4px;
}

p.breaker {
	margin-top: 40px;
}

p.breaker-short {
	margin-top: 15px;
}

/*------------------------------------------------------------------
S O C I A L  B U T T O N S 
-------------------------------------------------------------------*/

ul#social-buttons {
	height: 72px; /* Has to be specified for IE7 blah */
}

#social-buttons li {
	float: left;
	margin: 30px 20px 10px 0;
}

#social-buttons li a {
	display: block;
	height: 52px;
}

a#socbutton-tweet {
	width: 38px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-largesocial.png') 0 2px no-repeat;
}

a#socbutton-tweet:hover {
	background-position: -39px 2px;
}

a#socbutton-fb {
	width: 28px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-largesocial.png') 0 -48px;
}

a#socbutton-fb:hover {
	background-position: -39px -48px;
}

a#socbutton-email {
	width: 33px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-largesocial.png') 0 -99px;
}

a#socbutton-email:hover {
	background-position: -39px -99px;
}

a#socbutton-print {
	width: 31px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-largesocial.png') 0 -151px;
}

a#socbutton-print:hover {
	background-position: -39px -151px;
}

a#socbutton-share {
	width: 35px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-largesocial.png') 0 -201px; 
}

a#socbutton-share:hover {
	background-position: -39px -201px;
}

/*------------------------------------------------------------------
P O S T  L A B E L S
-------------------------------------------------------------------*/

#post-labels {
	clear: left;
	font-family: verdana,sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	min-height: 22px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #bbb;
	padding: 5px 0;
	margin: 20px 0;
}		

/*------------------------------------------------------------------
S I D E N O T E S
-------------------------------------------------------------------*/

.sidenote, .sidenote-left {
	margin-top: 2px;
}
	
#post-body span.sidenote, #post-body span.sidenote-left, cite {
	text-indent: 0;
	font-size: 12px;
	line-height: 22.5px;
	position: absolute;
}

.sidenote, cite {
	right: 15px;
	width: 200px;
	border-left: 1px solid #d0d0d0;
	padding-left: 9px;
}

.sidenote-left {
	left: 15px;
	width: 120px;
	border-right: 1px solid #d0d0d0;
	padding-right: 9px;
} 

span.fakep {
	display: block;
	text-indent: 8px;
}

.side-image {
	padding: 10px 10px 5px;
	text-align: center;
	background: #e6e6e6;
	border-top: 8px double #fff;
	border-bottom: 8px double #fff;
	border-left: 0 none;
	border-right: 0 none;
}

/*------------------------------------------------------------------
A U D I O  P L A Y E R
-------------------------------------------------------------------*/

a.audiobase {
	background: url('/blog/wp-content/themes/lulu/images/roplayer.png') no-repeat 24px 2px; 
	display: block;
	padding: 0 24px;
	text-indent: 28px;
	margin: 12px 0;
	font-size: 12px;
	border-top: 4px double #fff;
	border-bottom: 4px double #fff;
	color: #333;
	text-decoration: none;
}

a.audiobase + a.audiobase, a.audiobase + span + a.audiobase {
	margin-top: -10px;
}

a.audiobase:hover {
	background-color: #f0f0f0;
	background-position: 24px -148px; 
}

a#roplaying {
	background: #f1f6ff url('/blog/wp-content/themes/lulu/images/roplayer.png') no-repeat 24px -448px;
}

span.sidenote a.audiobase, span.sidenote-left a.audiobase {
	background-position: 0 2px;
	text-indent: 28px;
	padding: 0;
	margin: 0;
	border: 0 none;
}

span.sidenote a.audiobase:hover, span.sidenote-left a.audiobase:hover {
	background-color: transparent;
	background-position: 0 -148px; 
}

span.sidenote #roplaying, span.sidenote-left #roplaying {
	background-color: transparent;
	background-position: 0 -448px;
}

#audio-dropdown {	
	width: 210px;
	padding: 0 15px;
	float: left;
	margin-top: 387px;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}

#audio-border {
	border-left: 1px solid #d0d0d0;
	float: left; 
}

#top-player {
	text-align: left;
	margin-left: 10px;
}		

div#audio-dropdown a.audiobase {
	background-color: transparent;
	padding: 15px 0 5px;
	margin-top: -15px;
	border: 0 none;
	width: 199px;
	border-bottom: 1px solid #d0d0d0;
	background-position: -1px 17px;
}

div#audio-dropdown a.audiobase:hover {
	background-position: -1px -133px;
}

div#audio-dropdown #roplaying {
	background-position: -1px -433px;
}

a.dllink {	
	background: url('/blog/wp-content/themes/lulu/images/roplayer-dl.png') no-repeat 0 0;
	display: block;
	margin: -3px 0 4px 0;
	padding: 2px 0 0 23px;
	font: 9px georgia,serif;
	color: #333;
	letter-spacing: 1px;
	height: 14px;
	width: 65px;
}

a.dllink:hover {
	background-position: 0 -16px;
	color: #be0404;
	text-decoration: none;
}

a.dllink:active {
	background-position: 0 -32px;
}

/*------------------------------------------------------------------
D R O P  C A P S
-------------------------------------------------------------------*/

.drop {
	float: left;
	font-size: 140px;
	margin: -32px -5px -40px 14px;
	padding: 0 4px 0 0;
	color: #000;
}

.a {
	margin-right: 2px;
	margin-left: 25px;
}

.j {
	margin-left: 25px;
}

.k, .l {
	margin-right: 2px;
}

.m, .x {
	margin-left: 24px;
	margin-right: 1px;
}

.o, .r {
	margin-right: 1px;
}

.p {
	margin-right: -2px;
}

.q {
	margin-left: 19px;
	margin-top: -70px;
	margin-bottom: -10px;
}
	
.s {
	margin-left: 20px;
}

.t, .y  {
	margin-left: 23px;
	margin-right: -28px;
}

.v, .w {
	margin-top: -48px;
	margin-left: 23px;
	margin-right: -12px;
}

.z {
	margin-left: 23px;
}

.small {
	font-size: 70px;
	margin: -9px -3px -20px -3px;
} 

.sa, .sm, .sx, .sz {
	margin: -9px 0px -20px 0px;
}

.sj {
	margin-left: 2px;
}

.sk, .sl, .sp {
	margin-right: -1px;
}

.sl {
	margin-top: -12px;
}

.sq {
	margin-top: -20px;
}

.sv {
	margin-left: 1px;
}

.sy { 
	margin-left: 0px;
	margin-right: -8px;
}

/*------------------------------------------------------------------
T E X T  O V E R L A Y S
-------------------------------------------------------------------*/

#post-body a.textbase {
	background: url('/blog/wp-content/themes/lulu/images/popout-textbox.png') 100% 3px no-repeat;
	padding-right: 18px;
}

#post-body a.textbase:hover {
	background-position: 100% -16px;
}

.textbox {
	width: 500px;
	padding: 40px 20px 50px;
	background: #ececec; 
	line-height: 1.5em;
	font-size: 15px;
}

.textbox h2 {
	margin-left: 24px;
}
	
.textbox-inner {
	background: #fff;
	padding: 15px 0;
	border: 3px double #d0d0d0;
} 

.textbox p {
	margin: 0 10px;
	text-indent: 24px;
}

.textbox-inner img {
	border: 3px double #d0d0d0;
	margin: 6px 0;
}

.mailbox p {
	margin: 0 10px;
	text-indent: 0;
}

#mailoverlay-container p.form-line {
	clear: left;
	margin: 0;
	font-size: 14px;
	padding-right: 22px;
}

p.textbox-title {
	font-size: 14px;
	padding-bottom: 6px;
	font-weight: bold;
	margin: -30px 0 0;
}

.textbox-label {
	width: 125px;
	float: left;
	margin: 3px 15px 0 0;
}

.textbox-input {
	margin-bottom: 15px;
	float: left;
	zoom: 1;
}

.textbox-input input {
	width: 240px;
	padding: 8px;
	background: #ececec;
	border: 0 none;
	font-family: georgia,serif;
}

.textbox-input textarea {
	width: 240px;
	padding: 8px;
	border: 0 none;
	background: #ececec;
	height: 70px;
}

.textbox-input input:focus, .textbox-input textarea:focus {
	border: 3px double #fff;
	padding: 5px;
}

#mailoverlay-container .wpcf7 {
	margin: 5px 24px 0;
	padding: 16px 0 0;
	border-top: 1px solid #be0404;
}

#mailoverlay-container p.sendsubmit {
	position: absolute;
	right: 21px;
	bottom: 15px;
	text-align: right;
	margin: 0;
	width: 200px;
	height: 25px;
	overflow: hidden;
}

.ajax-loader {		/* The loader icon for the Contact Form 7 plugin */
	position: absolute;
	bottom: 0;
	right: 60px;
	bottom: 4px;
	border: none !important;
}

p.sendsubmit input:hover {
	margin-top: -26px;
	outline: none;
}

p.sendsubmit input:active {
	margin-top: -52px;
	outline: none;
}

p.sendsubmit input:visited {
	outline: none;
}

.textbox-close {
	width: 24px;
	height: 21px;
	position: absolute;
	right: 21px;
	top: 9px;
	background: url('/blog/wp-content/themes/lulu/images/close-button-textbox.png') no-repeat;
}

.textbox-close:hover {
	background-position: 0 -22px;
}

.textbox-close:active {
	background-position: 0 -44px;
}

.textbox li {
	font: 12px arial,sans-serif;
	padding-left: 10px;
}

.textbox li + li {
	margin-top: 12px;
}

div#shareoverlay  .textbox {
	width: 180px;
}

#shareoverlay-container a {
	color: #333;
	display: block;
	width: 80px;
	padding-left: 25px;
}

#shareoverlay-container a:hover {
	text-decoration: none;
	color: #be0404;
}

#soc-delicious, #soc-digg, #soc-gb, #soc-friendfeed, #soc-stumble, #soc-linkedin, #soc-buzz, #soc-ballhype {
	height: 16px;
}

a#soc-delicious {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-social.png') 0 -17px no-repeat;
}

a#soc-digg {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-social.png') 0 -34px no-repeat;
}

a#soc-gb {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-social.png') 0 -102px no-repeat;
}

a#soc-friendfeed {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-social.png') 0 -51px no-repeat;
}

a#soc-stumble {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-social.png') 0 -85px no-repeat;
}

a#soc-linkedin {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-social.png') 0 -68px no-repeat;
}

a#soc-buzz {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-social.png') 0 0 no-repeat;
}

.wpcf7-mail-sent-ok, .wpcf7-validation-errors {
	clear: left;
	padding: 5px;
	background: #f1f6ff;
	font-size: 14px;
}

#mailoverlay-container h2 + p {
	margin-left: 24px;
}

#mailoverlay-container p.reqd {
	height: 45px;
	background: url('/blog/wp-content/themes/lulu/images/asterisk.png') 405px 9px no-repeat;
}

/*------------------------------------------------------------------
V I D E O / I M A G E  O V E R L A Y S
-------------------------------------------------------------------*/

a.videobase {
	position: relative;
	display: block;
}

a.imagebase img, a.videobase img {
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}

a.imagebase:hover, a.videobase:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
	zoom: 1;
}

div.popout, div.video-popout {
	position: absolute;
	z-index: 2;
}

a.imagebase div.popout {
	background: url('/blog/wp-content/themes/lulu/images/popout-imagebox.png') top left no-repeat;
	left: 12px;
	top: 14px;
	height: 16px;
	width: 18px;
}

a.imagebase:hover div.popout {
	background-position: 0 -17px;
}

a.videobase div.video-popout {
	background: url('/blog/wp-content/themes/lulu/images/popout-videobox.png') top left no-repeat;
	left: 4px;
	top: 4px;
	height: 29px;
	width: 44px;
}

a.videobase:hover div.video-popout {
	background-position: -45px 0;
}

.mediabox {
	display: none;
	z-index: 100;
}

div.close {
	background: url('/blog/wp-content/themes/lulu/images/close-button-mediabox.png') top left;
	position:absolute;
	left:30px;
	top:20px;
	cursor:pointer;
	height:32px;
	width:51px;
	z-index: 101;
}

div.close:hover {
	background-position: 51px 0;
}

.shadow-one { 
	position: relative; 
	padding-top: 33px; 
	padding-left: 38px; 
} 

.corner-a { 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 38px; 
	height: 33px; 
	background: url('/blog/wp-content/themes/lulu/images/drop-shadow-overlay.png') right top no-repeat; 
} 

.corner-b { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 38px; 
	height: 33px; 
	background: url('/blog/wp-content/themes/lulu/images/drop-shadow-overlay.png') left bottom no-repeat; 
} 

.shadow-two { 
	background: url('/blog/wp-content/themes/lulu/images/drop-shadow-overlay.png') right bottom no-repeat; 
} 

.shadow-three { 
	position: relative; 
	left: -38px; 
	top: -33px; 
	background: url('/blog/wp-content/themes/lulu/images/drop-shadow-overlay.png') left top no-repeat; 
} 

.shadow-four { 
	position: relative; 
	left: 19px; 
	top: 12px; 
	zoom: 1; /* IE7 fix */
}

/*------------------------------------------------------------------
C O M M E N T S
-------------------------------------------------------------------*/

#comments {
	margin-left: 175px;
	width: 510px;
	position: relative;
}

#comments h2 {
	color: #555;
	margin: 5px 0 15px;
}

#respond {
	width: 490px;
	padding: 10px;
	background: #f1f6ff;
	border-top: 8px double #fff;
	border-bottom: 8px double #fff;
	margin-bottom: 15px;
	color: #333;
}

#respond input {
	border: 0 none;
	margin-bottom: 4px;
	padding: 4px; 
	font: 14px georgia,serif;
	width: 155px;
}

#respond label {
	font-size: 14px;
	position: relative;
	bottom: 25px;
	margin-left: 6px;
}

textarea#comment {
	width: 470px;
	height: 20px;
	border: 1px solid #d0d0d0;
	padding: 10px;
	margin-bottom: 12px;
	max-height: 600px;	
}

input#author, input#email, input#url {
	border: 1px solid #d0d0d0;
	position: relative;
	bottom: 25px;
}

p#commentsubmit {
	height: 25px;
	width: 155px;
	overflow: hidden;
	position: relative;
	left: 337px;
}

p#commentsubmit input {
	padding: 0;
	width: 55px;
	float: right;
}

p#commentsubmit input:hover {
	margin-top: -26px;
	outline: none;
}

p#commentsubmit input:active {
	margin-top: -52px;
	outline: none;
}

p#commentsubmit input:visited {
	outline: none;
}

#loading {
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}

ul.commentlist {
	zoom: 1;
	margin-bottom: 50px;
}

ul.commentlist li:first-child {
	border-top: 0 none;
}

li.comment {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

h3#pings {
	font-size: 14px;
	color: #444;
}

li.pingback {
	zoom: 1;
	background: url('/blog/wp-content/themes/lulu/images/bullet.gif') 0 8px no-repeat;
	margin: 0 0 6px 45px;
	padding-left: 15px;
	font: 14px/22.5px georgia,serif;
}

li.pingback a {
	color: #333;
	display: block;
}

div.avatar {
	position: absolute;
	left: 0;
}

span.comment-author {
	font-weight: bold;
}

span.comment-author + p {
	display: inline;
}

div.comment-block {
	zoom: 1;
	padding-left: 60px;
	font: 14px/22.5px georgia,serif;
	color: #333;
	word-wrap: break-word;
}

div.comment-block p {
	margin-top: 16px;
}

div.comment-metadata {
	padding: 4px 0 0 75px;
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/comment-bubble.png') 60px 5px no-repeat;
	font: 10px verdana,sans-serif;
	height: 14px;
	color: #888;
}

div.comment-metadata a {
	color: #888;
}

#error, p#loggedin {
	position: relative;
	bottom: 15px;
	width: 280px;
}

#error {
	font-size: 13px;
	color: #be0404;
}

li.comment a.replyto {
	color: #be0404;
}

/*------------------------------------------------------------------
F O O T E R 
-------------------------------------------------------------------*/

#footer-shadow {
	background: #f8f8f8 url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/footer-dropshadow.png') repeat-x;
	height: 12px;
}

#footer {
	font-family: verdana,sans-serif;
	background: #1d1312;
	line-height: 15px;
	color: #999;
}

#footer a {
	color: #f8f8f8;
}

#footer > .wrapper > div { 	 /*	Styles all divs that are direct children of the .wrapper div in the #footer
								i.e., the main columns but not divs contained within them */
	float: left;
	width: 210px;
	margin: 0 15px;
	padding: 30px 0;
	min-height: 110px;
}

#footer h4 {
	color: #ccc;
	margin-bottom: 10px;
	text-transform: none;
	font: normal 11px verdana,sans-serif;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#footer p + h4, #footer div + h4 {
	margin-top: 30px;
}

#footer li {
	margin-bottom: 10px;
}
	
#footer-netcol img {
	margin-bottom: 3px;
}

#footer-netcol a {
	color: #999;
}

#footer-netcol a:hover {
	color: #fff;
	text-decoration: none;
}
		
#footer-aboutcol p {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/footer-logo.png') 0 4px no-repeat; 
	padding-left: 52px;
}

.searchform {
	padding-top: 6px;
}

.searchbox {
	background-color: #f8f8f8;
	border: 0 none;
	width: 144px;
	height: 19px;
	padding: 2px 0 2px 5px;
	font-size: 11px;
	color: #666;
}

.searchsubmit {
	border: 0 none;
	vertical-align: top;
}

li#footer-rss {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-footer-sub.png') 0 2px no-repeat; 
}

li#footer-email {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-footer-sub.png') 0 -12px no-repeat; 
}

li#footer-twitter {
	background: url('http://www.runofplay.com/blog/wp-content/themes/lulu/images/sprites-footer-sub.png') 0 -26px no-repeat; 
}

li#footer-facebook {
	background: url('/blog/wp-content/themes/lulu/images/sprites-footer-sub.png') 0 -44px no-repeat; 
}

.footer-sub-link {
	margin-left: 20px;
}

#stereobate {
	clear: left;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 50px 0;
	border-top: 1px solid #444;
	color: #aaa;
	font-size: 11px;
}

#stereobate a {
	color: #999;
}

#stereobate a:hover {
	color: #fff;
	text-decoration: none;
}

#stereobate > ul {
	width: 960px;
	margin: 0 auto;
}

#stereobate li {
	float: left;
	padding: 3px 15px;
}

#stereobate li + li {
	border-left: 1px solid #444;
}

/*------------------------------------------------------------------
S E A R C H  &  A R C H I V E
-------------------------------------------------------------------*/

#archive-column {
	width: 930px;
	margin-bottom: 40px;
}

div.topic {
	font: bold 10px georgia,serif;
	color: #be0404;
	margin: 12px 0 4px;
	text-transform: uppercase;
}

#archive-column > div.topic {
	margin-top: 100px;
}

#archive-column h2 + p {
	margin-bottom: 15px;
}

#archive-column h2#featured-headline + p {
	margin-bottom: 0;
}

#archive-column h2, #blogroll-column h2 {
	font-size: 24px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 3px double #d0d0d0;
}

#blogroll-column h2  {
	margin-top: 100px;
}

#archive-main {
	float: left;
	width: 538px;
}

#archive-column ul.grid-nav {
	margin: 5px 0 10px;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #bbb;
	width: 515px;
}

#archive-column ul.nav-bottom {
	margin-top: 10px;
	border-bottom: 1px dotted #bbb;
	border-top: 1px dotted #ddd;
}
	

#archive-column ul.grid-nav li.post-counter {
	float: left;
	padding-left: 0;
}

#archive-column h3 {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
}

ul.links-list {
	padding-right: 4px;
	border-right: 4px solid #f1f6ff;
	border-left: 1px dotted #ececec;
}

ul.links-list li:first-child {
	border-top: 1px dotted #ececec;
}

ul.links-list li {
	border-bottom: 1px dotted #d0d0d0;
	border-right: 1px dotted #e6e6e6;
	width: 498px;
	padding: 15px 20px 15px 10px;
}

.links-list li p {
	font: 11px/1.5em verdana,sans-serif;
	margin: 5px 0;
}

.links-list li p + p {
	margin-top: 8px;
	font: 10px verdana,sans-serif;
	color: #888;
}

.links-list li p + p .comment-meta {
	background-position: 0 1px;
}

.links-list .comment-meta a {
	color: #888;
}

.links-list li img {
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 17px;
}

ul.links-list li.odd {
	background: #f1f6ff;
}

#archive-tools {
	margin: 49px 0 150px 22px;
	padding-bottom: 20px;
	float: left;
	width: 370px;
	border-top: 1px dotted #d0d0d0;
	border-bottom: 1px dotted #d0d0d0;
}

#archive-search {
	height: 45px;
	width: 370px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e6e6e6;
	position: relative;
}

#archive-tools .searchbox {
	width: 320px;
	background: #fff;
	border: 1px solid #d0d0d0;
}

#archive-tools .searchbox:focus {
	border: 1px solid #bbb;
}

#archive-tools .searchsubmit {
	border: 1px solid #fff;
	position: absolute;
	right: 15px;
}

#archive-tools select {
	width: 240px;
	height: 23px;
	padding: 2px;
	color: #3a3a3a;
	margin-top: 10px;
}

#feature {
	min-height: 142px;
	margin-bottom: 15px;
}

#feature img {
	float: left;
	margin: 0 0 0 0;
}

#archive-column div.feature-vercelli {
	margin-bottom: 23px;
}

#feature p, #feature h2 {
	padding-left: 160px;
}

#feature p {
	padding-bottom: 10px;
	font-size: 14px;
}

h2#featured-headline {
	font-size: 30px;
	margin: 30px 0 5px;
	border: 0 none;
}

#archive-column p.feature-marchpane {
	font: italic 12px/1.5em georgia,serif;
}

/*------------------------------------------------------------------
A D V E R T I S E  P A G E
-------------------------------------------------------------------*/

#archive-column h2:first-child {
	margin-top: 100px;
}

#commerce-box {
	padding-bottom: 18px;
}

li#commerce-box p {
	margin: 8px 0;
	font: 12px/20px verdana,sans-serif;
	color: #000;
}

li#commerce-box p#commerce-leader {
	border-top: 1px dotted #d0d0d0;
	padding-top: 15px;
	margin-top: 15px;
	text-indent: 0;
}

p#commerce-leader:first-line {
	font-variant: small-caps;
	letter-spacing: 1px;
}

li#commerce-box h4, div#blogroll-column h3 {
	font: normal 12px verdana,sans-serif;
	text-transform: none;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #000;
	margin: 8px 0;
	border-top: 1px dotted #d0d0d0;
	padding-top: 15px;
	margin-top: 15px;
}

/*------------------------------------------------------------------
L I N K S  P A G E
-------------------------------------------------------------------*/

div#blogroll-column {
	width: 930px;
	font-size: 15px;
	line-height: 1.5em;
	float: left;
	padding: 0 35px 40px 15px;
	color: #333;
}

ul.top-blogroll {
	width: 510px;
	float: left;
	margin: -15px 8px 0 0;
	padding: 0 19px 0 0;
	border-right: 1px dotted #d0d0d0;
}

ul.blogroll {
	margin-bottom: 30px;
	font: 12px arial;
	line-height: 20px;
}

ul.blogroll li {
	display: inline;
}

ul.blogroll li span.blogroll-link {
	font: 13px verdana,sans-serif;
}

ul.blogroll span.blogroll-divider {
	padding: 0 4px 0 6px;
}

/*------------------------------------------------------------------
4 0 4 / N O T  F O U N D
-------------------------------------------------------------------*/

#overlay-404 {
	min-width: 100%; 
	min-height: 100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 4;
	zoom: 1;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	background: #000;
}

#holder-404 {
	width: 785px; 
	margin: 0 auto -65px; 
	position: relative; 
	z-index: 5; 
	margin-top: 25px; 
	text-align: center;
}

a#home-404, div#search-404 {
	position: absolute;
	display: block;
	width: 212px;
	height: 62px;
	left: 531px;
}

a#home-404 {
	top: 359px;
	background: url('/blog/wp-content/themes/lulu/images/404-return.jpg') no-repeat;
	background-position: 0 -63px;
}

div#search-404 {
	top: 421px;
	background: url('/blog/wp-content/themes/lulu/images/404-search.jpg') no-repeat;
	background-position: 0 -63px;
}

a#home-404:hover, div#search-404:hover {
	background-position: 0 0;
}

div#searchform-404 {
	position: absolute;
	top: 499px;
	left: 562px;
}

div#searchform-404 .searchbox {
	background: url('/blog/wp-content/themes/lulu/images/404-search-texture.jpg') 0 0 no-repeat;
}

a#advertise-404 {
	display: block;
	position: absolute;
	width: 152px;
	height: 92px;
	background: url('/blog/wp-content/themes/lulu/images/404-risk.jpg') no-repeat;
	background-position: 0 -93px;
	bottom: 100px;
	right: 28px;
}
	
a#advertise-404:hover {
	background-position: 0 0;
}

/*------------------------------------------------------------------
F I X E S
-------------------------------------------------------------------*/

.clear { 
	clear: both; 
	float: none !important;
}

.cufon-loading h1, .cufon-loading #byline-dropdown, .cufon-loading #post-body, .cufon-loading p#about-leader {
	visibility: hidden !important;
}

p.tabfix, .tabfix p:first-child {
	text-indent: 0 !important;
}

.supfix {
	font: 11px tahoma;
}

/* .citefix {
	margin-top: -24px;	
} */

.supercitefix {
	margin-top: -36px;	
}

span.replace {
	position: absolute;
	left: -9999em;
}

.jsoff {
	display: none;
}

textarea#comment.nojs {
	height: 75px;
}

div.screen-reader-response {
	height: 0 !important;
	visibility: hidden !important;
}