/*
Theme Name: Imperialist
Theme URI: http://www.culturalimperialist.com/
Description: Custom Wordpress theme for Cultural Imperialist.
Version: 1.0
Author: Jeremiah Lewis
Author URI: http://www.fringeblog.com/
Tags: gray, red, custom header, fixed width, 960 grid, custom options

	Imperialist v1.0
	 http://www.fringeblog.com/

	This theme was designed and built by Jeremiah Lewis,
	whose blog you will find at http://www.fringeblog.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
.no-display { display: none; }

@font-face { /* declare fonts */
	font-family: "LeagueGothic";
	src: url("fonts/League_Gothic-webfont.eot");
	src: local("League Gothic Regular"), local("League Gothic_0"),
		url("fonts/League_Gothic-webfont.woff") format("woff"),
		url("fonts/League_Gothic-webfont.otf") format("opentype"),
		url("fonts/League_Gothic-webfont.svg#League Gothic_0") format("svg");

        font-family: "DejaVuSerif";
	src: url("fonts/dejavu/DejaVuSerif-webfont.eot");
	src: local("DejaVu Serif Book"), local("DejaVuSerif"),
		url("fonts/dejavu/DejaVuSerif-webfont.woff") format("woff"),
		url("fonts/dejavu/DejaVuSerif-webfont.ttf") format("truetype"),
		url("fonts/dejavu/DejaVuSerif-webfont.svg#DejaVuSerif") format("svg");
}

#bg {
	background: #d40000;
	height:40px;
}

#rap {
	width: 981px;
	display:block;
	margin: 0 auto;
	overflow:hidden;
}

/* TOP BAR */
#topbar {
	margin:0 26px;
	width:929px;
}

ul.mainnav li, ul.secnav li {
	display:inline;

}

ul.mainnav li a {
	font-weight:bold;
	padding:14px 20px;
	float:left;
	border-right: 1px solid #fff;
	background: #fff500;
	color:#000;
}

ul.mainnav li a:hover {
	border-right: 1px solid #fff;
	background: #ff4b97;
	color:#fff;
}

ul.mainnav li.selected a {
	background: #fff;
	color:#000;
}

ul.mainnav li.first a {
	border-left: 1px solid #fff;
}

ul.secnav {
	text-align:right;
}
ul.secnav li a {
	font-family: georgia, times, serif;
	font-style:italic;
    font-size:14px;
	padding:0px 10px;
	float:right;
	border-right: 1px solid #000;
    margin-top:9px;
    color:#000;
} 

ul.secnav li.last a {
	border-right: none;
	padding:0px 0px 0px 10px;
}

ul.secnav li a:hover {
	color:#c7c7c7;
}

ul.secnav div {
  display: none;
}

ul.secnav li.mega a {
	background: url(images/smalldownarrow.png) no-repeat right 7px;
	padding-right:22px;
}
ul.secnav li.mega a:hover {
	background: url(images/smalldownarrow-over.png) no-repeat right 7px;
	padding-right:22px;
}

ul.secnav li.mega div {
	background:#d40000;
	color:#000;
	position:absolute;
	width:210px;
	text-align:left;
	z-index:99;
	top:40px;
	margin-left:699px;
	padding:18px 30px 8px 10px;
}
ul.secnav li.hovering div {
  	display: block;
}
ul.secnav li.mega div a {
	font-weight:bold;
	color:#fff;
	font-family: arial;
	font-style:normal;
	font-size:14px;
	margin:0;
	float:none;
	border-right: none;
	display:block;
	width:100%;
}

ul.secnav li.mega div a.icon-feed, ul.secnav li.mega div a.icon-fb, ul.secnav li.mega div a.icon-twitter, ul.secnav li.mega div a.icon-email {
	padding:1px 0 1px 36px;
	font-weight:bold;
	height: 35px;
}
ul.secnav li.mega div a.icon-feed { background: url(images/icon-feed.png) no-repeat left top; }
ul.secnav li.mega div a.icon-twitter { background: url(images/icon-twitter.png) no-repeat left top; }
ul.secnav li.mega div a.icon-fb { background: url(images/icon-fb.png) no-repeat left top; }
ul.secnav li.mega div a.icon-email { background: url(images/icon-email.png) no-repeat left top; }
ul.secnav li.mega div a:hover {
	color:#c7c7c7;
}
ul.secnav li.mega div p {
	margin: 5px 0 10px 32px;
	padding:0 0 10px 0;
	border-bottom: 1px dotted #fff;
	font-size:11px;
}

.container_12 {
  min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 10px auto -142px auto; /* the bottom margin is the negative value of the footer's height */
}
.container_12 h1 { 
  background: url(images/logo.gif) no-repeat 3px 0px;
	height: 135px;
	text-indent: -9999px;
}
.container_12.header1 h2 {
        float: left;
	margin: 0px;
	padding: 0px;
	margin-top: -57px;
	margin-left: 35px;
	font-family: Garamond, 'Adobe Garamond Pro', 'Apple Garamond', 'ITC Garamond', Georgia, Times, 'Times New Roman', serif;
	font-size: 3.25em;
	font-weight: normal;
	letter-spacing: -.02em;
	color: #2d2d2d;
}
div.hr {
  height: 20px;
	width: 770px;
  background: url(images/hr.gif) no-repeat scroll center;
	margin-top: -10px;
}
div.hrfull {
  height: 23px;
	width: 940px;
  background: url(images/hr-full.gif) no-repeat scroll center;
	margin-top: -10px;
}
div.hrcomm {
  height: 3px;
	width: 380px;
  background: url(images/hr-comm.gif) no-repeat scroll center;
	margin: 10px 0;
}

div.hr hr, div.hrfull hr, div.hrcomm hr {
  display: none;
}

#login_bitches {
  float: right;
  margin: 0px;
	padding: 0px;
	width: 300px;
	margin-top: -50px;
	* margin-top: -60px;
	margin-right: 8px;
}

#login_bitches form input.text { background: #000; border: none; color: #fff; width: 82px;}
#login_bitches form #login_button { background: transparent url(images/login_bitches.gif) no-repeat; color:transparent; text-indent: -9999px; border: none; height: 16px; width: 112px; 
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
text-transform: capitalize;
}
#login_bitches a:link, #login_bitches a:visited { color: #370a14; padding: 2px; text-decoration: none; }
#login_bitches a:hover { color: #333; padding: 2px; text-decoration: none; }
ul.user_nav { list-style: none; }
ul.user_nav li { display: inline; font-size: 1.2em; text-transform: uppercase;}
ul.user_nav li:first-child { margin-left: 0px; }
ul.user_nav li a:link, ul.user_nav li a:visited { color: #312f2e; padding:2px; text-decoration: none;}
ul.user_nav li a:hover { color: #af2d00; padding: 2px; text-decoration: none;}

.datebox, .yearbox { color: #2d2d2d; font-weight: bold; border: none; margin-top: -43px; }
.datebox p.daymonth { font-size: 2.2em; letter-spacing: -.05em; margin:0; padding:0; border: 0; font-family: 'Georgia', 'Times', 'Times New Roman', serif; }
.yearbox p.year { font-size: 6.15em; letter-spacing: -.08em; margin-top: -12px; border: 0; margin-bottom: -12px; font-family: 'arial', 'helvetica', serif; }

#topmenu { margin-top: -9px; padding:0px; margin-bottom: -20px;}
ul#navitems { list-style: none; border-top: 3px solid #2d2d2d; border-bottom: 3px solid #2d2d2d; padding: 3px 0; }
ul#navitems li { display: inline; font-weight: 145%; font-size: 1.15em; text-transform: uppercase;}
ul#navitems li:first-child { margin-left: 0px; }
ul#navitems li a:link, ul#navitems li a:visited { color: #2d2d2d; padding:2px; text-decoration: none;}
ul#navitems li a:hover { color: #d40000; padding: 2px; text-decoration: none; }

.recent_ly { clear: both; margin-top: 10px; }
p.recent_headline { font-weight: bold; font-size: 14px; margin-bottom: 8px; *margin-bottom: 11px;}
p.recent_headline span { font-weight: normal; font-size: 11px; }
p.recent_headline a:link, p.recent_headline a:visited { color: #9a2901; }
p.recent_headline a:hover { color: #333; }

.subscribe_box { margin: 20px 0 0 0; }
.subscribe_box form label { font-size: 16px; }
.subscribe_box form input.email { width: 130px; font-size: 21px; color: #eee; border: none; padding: 2px; margin: 0px 3px; background: #000 !important; }
.subscribe_box form input.submitbutton { font-size: 20px; font-weight: bold; font-family: arial, helvetica, sans-serif; }
.site_info_box { padding: 3px;  }
.subscribe_box p, .site_info_box p { border: none; color: #000; font-size: 11px; font-family: Georgia, Times New Roman, serif; text-align: left; }
.site_info_box a:link, .site_info_box a:visited { color: #9a2901; text-decoration: none; border-bottom: 1px dotted #9a2901; padding: 2px; }
.site_info_box a:hover { color: #333; text-decoration: none; border-bottom: 1px dotted #d8e9f3; padding: 2px; }
p.location {  }
p.team span { font-weight: bold; }
.sponsor_box { height: 50px; background: #000; color: #fff; }
.sponsor_box p { font-family: arial; text-transform: uppercase; font-size: 18px; text-align: center; }

.entry_main { height: 250px; padding-left: 60px; }
.entry_main h3 {
  font-family: arial, helvetica, sans-serif;
	font-size: 27px;
	text-transform:uppercase;
	line-height: .87em;
	letter-spacing: -2px;
	margin: 0px;
}

.entry_main h3 a:link, .entry_main h3 a:visited { color: #9a2901; text-decoration: none; }
.entry_main h3 a:hover { color: #000; text-decoration: none; }
.entry_main .bannerdate { text-align: right; margin: -5px 0 3px 0; }
.entry_main p {
  margin: -2px 0 0 0;
  font-size: 19px; 
  border: 0;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
}
.entry_main p:first-child { font-size: 23px; }

.feature_story p.byline {
  color: #9a2901;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	margin-top: -32px;
}
.feature_story p { 
  font-size: 19px;
	text-align: left;
	border: 0;
	line-height: 1.2em;
	margin-top: -5px;
}
.feature_story a:link, .feature_story a:visited { color: #000; text-decoration: none; }
.feature_story a:hover { text-decoration: underline; }

.debate h4 {
  color: #3f3226;
	font-size: 18px;
	text-transform: uppercase;
}
.debate p.prev_debate {
  font-size: 13px;
	text-transform: uppercase;
	margin-top: 6px;
	text-align: right;
	letter-spacing: .1em;
	line-height: 10px;
}

.debate p.prev_debate a:link, .debate p.prev_debate a:visited {
  color: #9a2901;
	text-decoration: none;
}
.debate p.prev_debate a:hover { color: #333; text-decoration: none; }
.debate_desc { margin-top: -12px; }
.debate p {
  font-size: 14px;
	color: #5d5043;
	text-align: left;
	border: 0;
	letter-spacing: .08em;
	line-height: 1.25em;
}
.topic_head {
  margin-top: -10px;
	width: 160px;
  background: #9a2901;
	height: 62px;
	text-align: center;
	color: #000;
}
.debate_topic {
  margin-top: -10px;
  background: #000;
	height: 62px;
	text-align: center;
	margin-bottom: 8px;
}
.debate_topic h4 { color: #ececec; }
.debate_box1 {
  width: 355px;
  height: 248px;
	background: url(images/debate_box1.gif) no-repeat 20px 0px;
	padding: 4px;
}
.debate_box1 p { margin-left: 20px; padding: 5px; width: 330px; font-size: 11px; }
.debate_box2 {
  width: 355px;
  height: 248px;
	background: url(images/debate_box2.gif) no-repeat 10px 0px;
	padding: 4px;
}
.debate_box2 p { text-align: center; }

/* ---------- Single Page Content ---------- */
.content { margin: 5px 0px 0px 0px; }
.entry { margin: 20px 0px 0px 0px; }
.entry p, .col p { 
  border: none; 
  font-size: 17px;
  font-weight: normal;
  text-align: left; 
  color: #000;
  font-family: Garamond, 'Adobe Garamond Pro', 'Apple Garamond', 'ITC Garamond', Georgia, Times, 'Times New Roman', serif;
}
.col p { margin-bottom: 10px; }

.metabox { width: 100%; padding: 2px; }
.metabox div.metacat { width: 100%; font-family: arial, helvetica, sans-serif; text-transform: uppercase; font-size: 10px; font-weight: bold; margin: 0 0 3px 0; padding: 0; }
.metabox div.metacat a:link, .metabox div.metacat a:visited { padding: 1px; margin: 0 4px 0 1px; color: #d40000; background: #000; text-decoration: none; }
.metabox div.metacat a:hover { padding: 1px; margin: 0 4px 0 1px; color: #eee; background: #000; text-decoration: none; }
.metabox h3 { 
  font-family: 'KnockoutHTF48-Featherweight','arial', 'helvetica', sans-serif;
  color:#d40000;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
  line-height: .8em;
  margin: 0;
  padding: 0;
}
p.postmetadata { padding: 0; margin: 0; font-family: Palatino, "Palatino Linotype", Times, serif; font-size: 12px; color: #1b1b1b; text-align: right; text-transform: uppercase;}
p.postmetadata.alt { text-align: left; text-transform: none;}
p.postmetadata a:link, p.postmetadata a:visited { color: #9b2100; }
p.postmetadata a:hover { color: #333; }

.entry img.feature_art { border: 1px solid #333; padding: 4px; }
span.caption { position: relative; bottom: 17px; float:right; font-size: 11px; padding: 0 5px; background: #8e1104; color: #f7f5ee; text-align: right; margin-bottom: -15px; }

.entry a { color: #d40000; font-weight: bold; text-decoration: none; }
.entry a:hover { color: #000; }

.align-right, .alignright { float:right; margin: 0 0 10px 10px; }
.align-left, .alignleft, .attachment-align-left { float:left; margin: 0 10px 10px 0; }

h2#cathead { display: block; width: 100%; font-size: 70px; font-family: LeagueGothic, helvetica, sans-serif; font-weight: normal; letter-spacing: -.04em; text-transform: uppercase; color: #000; margin: -10px 0 3px 0; padding-bottom: 1px; }
h2#commenthead, h2#trackbackhead { display: block; width: 100%; font-family: helvetica; font-weight: bold; letter-spacing: 0px; text-transform: uppercase; color: #000; margin: 0px 0 3px 0; padding-bottom: 12px; font-size: 2.1em; }

.archives_spot { margin: 10px 0px 0px 15px; color: #9b2100; }
.archives_spot h3 { text-transform: uppercase; font-size: 15px; font-family: "Georgia", "Times New Roman", serif; text-align: center; margin-bottom: 1px; }
.archives_spot ul.year li { font-weight: bold; margin-bottom: -10px; margin-top: 0px; font-size: 14px; }
.archives_spot ul { list-style-type: none; margin: 0px; padding: 0px; margin-bottom: 10px;}
.archives_spot ul li { margin: 0px; padding: 0px; font-size: 12px; text-transform: uppercase; }
.archives_spot ul li a:link, .archives_spot ul li a:visited { color: #9b2100; text-decoration: none; }
.archives_spot ul li a:hover { color: #333; text-decoration: none; }

.box { border-top: 2px solid #efbf00; padding-top: -10px; }
.row { margin-bottom: 10px; }
.box a:link, .box a:visited { color: #180600; font-weight: bold; text-decoration: none; }
.box a:hover { color: #959595; font-weight: bold; text-decoration: underline; }

.left a:link, .left a:visited { color: #d20000; font-weight: bold; text-decoration: none; }
.left a:hover { color: #000; font-weight: bold; }
.right a:link, .right a:visited { color: #d20000; font-weight: bold; text-decoration: none; }
.right a:hover { color: #000; font-weight: bold; }

p.quickexcerpt a:link, p.quickexcerpt a:visited { color: #990e00; font-weight: bold; text-decoration: none; }
p.quickexcerpt a:hover { color: #990e00; font-weight: bold; text-decoration: underline; }
.quickentry p { font-family: tahoma, arial, helvetica; font-size: 12px; }
p.quicktitle { font-weight: bold; font-size: 13px; margin: 1px 0 0 0; }
p.quickmeta { color: #a5a5a5; font-style: italic; font-size: 12px; margin: 1px 0 0 0; }

/* Sidebar Comments and Trackbacks */
.smallcomment { margin: 5px 0px; }
.smallcomment p { font-size: 1.15em; font-weight: 145%; display: block; margin: 0px; padding: 0px; }
.smallcomment cite { font-weight: normal; }

/* -------------- Comments -------------- */
#respond { border: none; }
.responses { width: 30px; margin: -25px 0px 0px 0px; }
.responses p { padding: 0px; text-align: center; font-size: 13px; color: #383838; text-transform: uppercase; letter-spacing: 3px; }
.responses p span { margin: -25px 0px; font-size: 46px; }
.leave_one { margin: 10px 0 0 0; font-size: 11px; text-transform: uppercase; }
.leave_one p { font-size: 9px; font-family: arial, sans-serif; }
.leave_one a:link, .leave_one a:visited { color: #9b2100; text-decoration: none; }
.leave_one a:hover { color: #333; text-decoration: none; }

.commentblockbig { margin: 10px 0px; }
ul.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
  margin: 4px 0px 8px 0px;
  color:#2d2d2d;
  list-style:none;
  padding:6px;
  padding-left: 0px;
}
.comment-body { padding: 3px 3px 3px 0px; }
.commentlist .commenttext {
	background:url(http://www.yoursite.com/images/bg_paint.gif) no-repeat;
	padding:22px 22px 50px 22px;
}
.commentlist {
  display:block;
  font-size:1.1em;
}
.comment-meta { font-family: arial, helvetica, sans-serif; text-transform: uppercase; font-size: .80em; margin: 0px 0px 2px 0px; }
.comment-author a:link, .comment-author a:visited, .comment-meta a:link, .comment-meta a:visited { color:#d20000; }
.comment-author a:hover, .comment-author a:active, .comment-meta a:hover, .comment-meta a:active { color:#000; }
li.alt {
	background: url(images/comment_alt_bg.gif) repeat;
}

.comment-author img.avatar { float: left; margin: 0px 6px 6px 3px; clear: both; }
.reply { text-align: right; margin: -18px 0 0 0; }

.reply a { background: #000; text-decoration: none; text-transform: uppercase; font-size: .92em; color: #fff; padding: 3px 4px; }
.reply a:hover { background: #d20000; color; #fff; padding: 3px 4px; }

ul.children { margin: 0px 0px 0px 16px; }

p.leavecomment { text-align: right; text-transform: uppercase; color: #d20000; letter-spacing: 4px; }
form#commentform label { text-transform: uppercase; }
form p { margin: 4px 0px; }
form p textarea { margin: 4px 0 0 0; }
.commentinput { border: 1px solid #dbdbdb; padding: 3px; color: #000; }
form#commentform #comment_submit_button { 
  background: transparent url(images/comment_submit.gif) no-repeat; 
	color:transparent; 
	text-indent: -9999px; 
	border: none; 
	height: 23px; 
	width: 132px; 
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  text-transform: capitalize;
}

p.comment_submit { text-align: right; }


/*---------------- Footer -----------------*/
#footerup {
	height: 70px;
	width: 100%;
	position:fixed;
	background: #d40000;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
}
#footerup div {
	width: 950px;
	margin: 0 auto;
	padding: 4px 0 0 10px;
	color: #e9e9e9;
	position: relative;
}
#footerup div img {
	position: absolute;
	top: -24px;
	left: 0px;
}
.footer { width: 960px; margin: 0 auto; }
.footer p, .footer ul { margin:0; padding:0; text-transform: uppercase; }
.footer ul#footernav { list-style: none; text-align: center; padding-top: 3px; margin: 0; }
.footer ul#footernav li { display: inline; font-size: 1.06em; text-transform: uppercase;}
.footer ul#footernav li:first-child { margin-left: 0px; }
ul#footernav li a:link, ul#footernav li a:visited { color: #000; padding:2px; text-decoration: none;}
ul#footernav li a:hover { color: #f9f9f4; padding: 2px; text-decoration: none;}
.footer p { text-align: center; text-transform: uppercase; margin-top: -10px; border: none; color: #000; margin: 0; padding:0px; }
.footer p a:link, .footer p a:visited { color: #faf8ea; }
.footer p a:hover { color: #333; }


/* ----------- Primary Archives ----------- */
h2.pagetitle {
  color: #000; 
	font-family: Georgia, Times New Roman, serif; 
	font-weight: normal; 
	letter-spacing: -1px;
	text-align: center;
}
h3.archivetitle { 
  color: #d20000; 
  font-family: LeagueGothic, Arial, Verdana, sans-serif; 
  font-weight: normal; 
  letter-spacing: -1px;
  font-size: 31px;
  margin: 0px;
  line-height: 32px;
  width: 100%;
  border-bottom: 4px solid #d20000;
}
h3.archivetitle a:link, h3.archivetitle a:visited { color: #d20000; font-weight: normal; text-decoration: none; }
h3.archivetitle a:hover{ color: #000; font-weight: normal; text-decoration: none; }

p.archmetadata { padding: 3px 0; font-size: 11px; color: #505050; text-transform: uppercase; margin: -6px 0 0 0; }
p.archmetadata a:link, p.archmetadata a:visited { color: #d20000; }
p.archmetadata a:hover { color: #000; }

.archentry { margin: 4px 0 12px 0px; color: #2d2d2d; font-size: 13px; font-family: DejaVuSerif, Georgia, Times New Roman, serif; }
.archentry a:link, .archentry a:visited { font-weight: normal; color: #000; }
.archentry a:hover { font-weight: normal; color: #000; }

.more-link { float: right; clear: both; margin: 10px 0px 10px 0px; }

a[class ="more-link"] {
   padding-right: 18px;
   background: transparent url(images/wankerlink.png) no-repeat center right;
}

/* ----------- Author page ----------- */
.author { height: 600px; }


/* ---------- Ad Spaces ------------- */
.ad120x600 {
 margin-top: 4px;
 margin-left: 10px;
}
.ad160x600 {
  margin-top: 0px;
  margin-left: -15px;
}
.ad336x280 { margin-top: 5px; margin-left: 18px; margin-bottom: 15px; }
.ad250x250 {
  float: right;
  margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
.ad300x250 { margin-top: -10px; }
.ad468x60 { }

ul.mainnav li, ul.secnav li { display:inline; }


/* ---------------- Spat page bi-column pullquote -------------------- */
.text h3 { margin: 0; padding: 0; }
.text h4 { margin: 0px; padding: 0px; color: #970000; font-size: 135%; }

.text p { margin: 11px 0 15px 0; font-weight: 115%; line-height: 1.45em; }
img.spatleader { display:block;margin-left:auto;margin-right:auto; }

div.holder {
margin: 0 auto;
width: 925px;
font-size: 13px;
}

div.text {
overflow: hidden;
text-align: justify;
}
.dd { display: none; }

div.text p {
padding: 0 0 12px 0;
margin: 0;
}

div.left {
float: left;
width: 405px;
margin-left: 20px;
}

div.right {
float: right;
width: 405px;
margin-right: 20px;
}

blockquote {
font: normal 30px/32px times, "times new roman", georgia, serif;
letter-spacing: -1px;
padding: 0px 0 30px 5px;
width: 315px;
z-index: 1;
margin: 20px 0 0px 6px;
}

blockquote p {
padding: 0;
margin: 20px 0 20px 0;
text-align: center;
float: left;
display: block;
width: 310px;
border-bottom: 4px solid #000;
position: relative;
}

span.pullout {
display: none;
float: left;
margin: 0 0 30px 0;
width: 0px;
overflow: hidden;
}

.increaseFont, .decreaseFont, .resetFont {
float: left;
padding: 5px;
color: #fff;
background: #000;
margin: 02px 2px 2px 0;
width: 20px;
text-align: center;
font-weight: bold;
text-decoration: none;
}

h1 {
clear: left;
padding: 12px 0;
font: 30px/34px georgia, serif;
}

.text span { text-indent: -9999px;}

.row { clear: both; }
.edger { margin-bottom: 20px; }


/*---- Featured Slider on home page -- */
#slider{ margin: 0px 5px 15px 5px; height: 220px; overflow: hidden; }
#slider ul, #slider li { margin:0px; padding:0; list-style:none;  }
#slider li { 
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */
	width: 620px;
	height: 220px;
	overflow:hidden;
	background: #faf8f9;
}
#slider li h3 { margin:0px 20px; padding-top:5px; }
#slider li .postsnip { margin: 10px 20px 0px 20px; height: 200px; font-size: 1.3em; }
#slider li h3 a:link, #slider li h3 a:visited, .readonmore a:link, .readonmore a:visited { color: #9d0c4a; text-decoration: none; }
#slider li h3 a:hover, .readonmore a:hover { color: #652047; }
#slider img { margin-right: 5px; border: 2px solid #fff; }
#slider li p.readonmore { margin-top: 8px; text-align: right; }
#slider #featuredslide { width: 600px;	height: 220px;    overflow:hidden;	background: #f1dd58;}p#controls { margin:-30px 0 0 0; position:absolute; }
#prevBtn, #nextBtn { display:block; margin:0; overflow:hidden; text-indent:-8000px; width:18px; height:30px; position:absolute; left:5px; top:-100px; }
#nextBtn { left:525px; }
#prevBtn a, #nextBtn a { display:block; width:19px; height:30px; background:url(images/btn_prev.png) no-repeat 0 0; }
#nextBtn a { background:url(images/btn_next.png) no-repeat 0 0; }
#quote_box { margin-top:60px; }
#whats_next { height: 47px; background: #b41100 url(images/top_quote.gif) left top no-repeat; text-indent: -9999px; }
#featured_quote { background:#b41100; padding:0px 20px 20px 20px; color:#fff; font-size:1.1em; letter-spacing:0.04em; text-transform:uppercase; width:180px; height: 160px;}
#featured_quote p { line-height:1.5em; font-weight: bold;}
#featured_quote a { color:#ffffff; 
}#featured_quote .marks { font-weight: bold; font-size: 3px; }
#featured_quote .author { text-align:right;margin:5px;color:#fff; font-size: 1.0em;}
#detail_col_right { width:150px; float:right; margin: 5px 0px 10px 15px; padding: 3px; background: url(images/diag.gif) repeat; }
#detail_col_right h3 { font-size: 12px; text-transform: uppercase; color: #b41100; padding: 2px; background: #fff; margin-bottom: 0px; }#detail_col_right ul { list-style-type: none; margin: 0; padding: 3px; background: #fff; }

#detail_col_right li { margin: 1px 0px 4px 0px; border-bottom: 1px dotted #c4c4c4; }
#detail_col_right li:child-last { border-bottom: none; }

/* numeric controls */		
ol#controls{ margin: -15px 0 0 10px; padding:0; height:18px; }
ol#controls li { margin:0 5px 0 0; padding:0; float:left; list-style:none; height:18px; line-height:18px; }
ol#controls li a { float:left; height:18px; line-height:18px; background:#faf8f9; color:#555; padding:0 5px; text-decoration:none; }
ol#controls li.current a { background:#f5eaa3; color:#222; } 
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline:none;}
.404 { margin-top: 60px; }

/*--------- Image captions ---------------*/
div.caption {
  display: block;
  float: right;
  margin: 0 0 1.5em 1.5em;
  padding-top: 0;
  background-color: #2d2d2d;
  text-transform: uppercase;
  text-decoration: none;
}
.iotwset a:link, .iotwset a:visited, .iotwset a:hover { text-decoration: none; }
.iotwset a:hover { color: #d40000; }

div.caption span {
  display: block;
  color: #eee;
  padding: 5px;
  line-height: 1.2em;
  font-size: 1.1em;
  border:none;
  text-decoration: none;
}

.midci { padding: 0px 5px; border-left: 1px dotted #6f6f6f; border-right: 1px dotted #6f6f6f; }
.rightci { padding: 0; margin: 0; }
#iotw_head, #quickies_head { border-bottom: 4px solid #000; }
.sectional { border-top: 2px solid #000; margin-bottom: 12px; }

.spats { padding: 0px 20px 0 20px; }
.spatjob { margin: 4px 0px 10px 0px; clear: both; }
.spatline { text-transform: uppercase; margin-top: -5px; line-height: 1.1em; }
.spats a:link, .spats a:visited { color: #d40000; text-decoration: none; }
.spats a:hover { color: #000; }

.quickies { margin: 6px 0 11px 0; clear: both; }
.quickies .more-link { position: relative; margin-top: -20px; }
.quickies h4 { text-transform: uppercase; font-weight: 125%; font-size: 1.06em; margin: 0; padding: 0; }
.quickies p { padding: 4px; }
.quickies a:link, .quickies a:visited { color: #d40000; text-decoration: none; }
.quickies a:hover { color: #2d2d2d; }

.douchemain { margin: 15px 0px 5px 0px; }
.douche { padding: 6px; margin: 0; }
.douche h4 { margin: 0; padding: 0; font-size: 1.35em; text-transform: uppercase; line-height: 1em; text-decoration: none; }
.douchemain a:link, .douche a:visited { color: #2d2d2d; text-decoration: none; }
.douchemain a:hover{ color: #d40000; text-decoration: none; }
.douchemain p { color: #2d2d2d; margin: 0; padding: 4px; font-size: 1.2em; }

.featureme { padding: 2px; }
.featureme img.size-full { margin: 0 auto; }
.featimg { height: 156px; overflow: hidden; text-indent: -9999px;}
.featureme h4 { font-size: 1.98em; padding: 0px; margin: 0; color: #000; font-weight: 55%; }
.featureme p { font-size: 16px; color: #000; padding: 0px 6px; margin: 3px 0 8px 0; line-height: 23px; text-align: justify; }
.featureme p.readmore { text-align: right; margin-top: -5px; }
.featureme a:link, .featureme a:visited { color: #d40000; text-decoration: none; }
.featureme a:hover { color: #2d2d2d; text-decoration: none; }

.col1, .col2 { margin: 0; padding: 0; }

.chooseone { padding: 0; margin: 0; }
.chooseone .choicebox { display: block; height: 220px; overflow: hidden; }

.close { height: 30px; }