/* Base */
@import url(/.shared/themes/common/base-weblog.css);
/* Portal */
/* Theme */
@import url(/.shared/themes/walt/theme-curves_blue.css);
/* Custom */

body {
	padding: 0;
	margin: 0;
	background-color: #dcdcdc;

}
.IE body {
    font-size: 100%;
}
/* Safari 3 only */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
body {
   font-size: 16px;
}
}


.clearing { clear: both; }
.clear-block { display: block; }


/*** UNIQUE TO THIS BLOG ***/

#search {
margin: 10px 0;
}

.date-header {
	font-size:.85em;
	letter-spacing:0em;
	margin:3px 30px 5px 20px;
	padding:4px 6px;
	text-align:right;
	text-transform:uppercase;
	background: transparent url(http://7d.blogs.com/images/orangelabel.png) no-repeat bottom right;
	color:#fff;
	font-weight:bold;
}
.trackbacks-header,
.comments-header, 
.comments-open-header {
border-bottom:none;
color: #a0a627;
}
.bloglogo a {
width: 620px;
height: 100px;
display: block;
margin-left: 20px;
text-indent:-9999px;
background: transparent url(http://7d.blogs.com/images/blurtheader.png) no-repeat 0 0;
}



/* BASIC */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, th, td 
{ margin: 0 0 0 0; padding: 0 0 0 0; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;  }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{ font-size: 100%; }

/* Removes list-style */
ul 
{ list-style: none; }

/* Removes margin from base styles */
h1, h2, h3, h4, h5, h6, p, ul, li, pre, blockquote
{ margin-top: 0px; margin-bottom: 0px; }

a, a:link { color: #394e81; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #394e81; text-decoration: underline; }
a:active { color: #333; text-decoration: none; }

body { 
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; 
background-image: none;
background-color:#DCDCDC;
}
#container {
width: 980px;
}
#banner {
background-color: #dcdcdc;
background-image: none;
height: 20px;
width: 980px;
border-bottom:1px solid #BBBBBB;
border-top:0px solid #dcdcdc;
color: #dcdcdc;
}
#pagebody {
border-left:1px solid #BBBBBB;
border-right:1px solid #BBBBBB;
border-bottom:1px solid #BBBBBB;
padding: 0 0 15px 0;
}
.layout-three-column-right #pagebody-inner {
background-image: none;
}
.layout-three-column-right #alpha {
width: 670px;
margin: 0 0 0 0;
}
#alpha-inner {
padding: 0 0 0 0;
}
#beta-inner, #gamma-inner {
padding: 0 0 0 0;
}
.ads {
margin: 10px 0;
}
.layout-three-column-right #beta {
width: 300px;
margin-right: 10px;
}
.layout-three-column-right #gamma {
width: 0px;
margin: 0;
}
#beta, #gamma {
margin: 0;
}

/*** MAIN NAV ***/

/* HEADER */

#header {
    background: #dcdcdc url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bgblack.png) repeat-x left bottom;
    height: 92px;
    margin: 10px 0px 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
}
#header .homelogo {
    margin: 0px;
    padding: 0px;
}
#header .homelogo a {
    background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/seven-days.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 92px;
    display: block;
    text-indent: -9999px;
}
#header .homelogo a:hover { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/seven-days.png) no-repeat 0 -100px; text-decoration: none; }


/* MAIL CHIMP SIGNUP */
#header .signup-link {
background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/envelope.png) no-repeat 0;
width: 220px;
height: 50px;
display: block;
position: absolute;
top: 35px;
left: 350px;
margin: 0;
padding: 0;
}
.signup-link p {
color: #dcdcdc;
font-size: .7em;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 60px;
    padding: 0;
}
.subscribe {
margin: 10px 0 0 60px;
color: #fff;
}
.subscribe a {
	text-transform: uppercase;
	font-family: Verdana,"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff !important;
	padding: 5px 12px;
	background: -moz-linear-gradient(
		top,
		#a0a627 0%,
		#777c1d 54%,
		#777c1d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a0a627),
		color-stop(0.54, #777c1d),
		to(#777c1d));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 0px solid #000000;
	text-shadow:
		1px 1px 2px rgba(000,000,000,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}
.subscribe a:hover {
	text-decoration: none !important;
	background: -moz-linear-gradient(
		top,
		#777c1d 0%,
		#a0a627 54%,
		#a0a627);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#777c1d),
		color-stop(0.54, #a0a627),
		to(#a0a627));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 0px solid #000000;
	text-shadow:
		1px 1px 2px rgba(000,000,000,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}

/* OLD E-NEWS */

#header .signup {
width: 340px;
height: 50px;
display: block;
position: absolute;
top: 35px;
left: 190px;
margin: 0;
padding: 0;
border-left: 1px solid #666;
padding-left: 20px;

}
.signup p {
color: #dcdcdc;
font-size: .7em;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}
.header-form {
margin-top: 3px;
}
.signup-field {
background-color: #f2f2f2;
height: 20px;
border: none;
font-size: 14px;
color: #666;
width: 270px;
}
.signup p a {
color: #dcdcdc;
}
.signup p a:hover {
text-decoration: underline;
color: #dcdcdc;
}

/* SOCIAL */

.social {
width: 200px;
height: 21px;
display: block;
position: absolute;
top: 1px;
left: 386px;
margin: 0;
padding: 0;
background: transparent url(http://7dvt.com/aux/css/1010/social-tab.png) no-repeat 0 0;
}
.social ul {
margin: 3px 0 0 24px;
}
.social li {
list-style-type: none;
float: left;
margin-right: 5px;
color: #dcdcdc;
font-size: .7em;
text-transform: uppercase;
font-weight: bold !important;
margin-right: 5px;
padding: 0;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}


/* TABS */
#header .logonav {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 553px;
    height: 92px;
    display: block;
}
#header .logonav li {
    list-style-type: none;
    float: left;
}
#nights a,
#personals a,
#dspot a {
    color: #dcdcdc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .7em;
    width: 131px;
    height: 89px;
    display: block;
    text-align: center;
    padding-top: 3px;
    text-indent: 8px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

#nights a { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/seven-nights2010.png) no-repeat 0 0; 
    width: 166px;
    text-indent: 38px;}
#personals a { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/personals.png) no-repeat 0 0; }
#dspot a { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/classifieds1010.png) no-repeat 0 0; width: 130px; }


#nights a:hover,
#personals a:hover,
#dspot a:hover {
    color: #fff;
    text-decoration: none;
}
#nights a:hover { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/seven-nights2010.png) no-repeat 0 -100px; }
#personals a:hover { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/personals.png) no-repeat 0 -100px; }
#dspot a:hover { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/classifieds1010.png) no-repeat 0 -100px; width: 130px; }

/* SECTIONS */

.sections {
    background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bluefade.png) repeat-x scroll 0 -27px;
    float: left;
    padding: 0;
    width: 980px;
    font-size: 16px;
}
#IE6 .sections {
    margin: 0px;
}
.sections div.withnewicon {
position:relative;
}
.sections div.withnewicon .newimage {
position:absolute;
right:5px;
}
.sections div.withnewicon a {
padding-right:30px;
}
.sections h2 {
    float: left;
    font-size: 1em;
    font-style: italic;
    color: #fff;
    padding: 4px 16px 4px 10px;
    height: 27px;
    text-transform: lowercase;
}
.sections ul {
    margin: 0px;
    padding: 0px;
}
.sections li {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    float: left;
    margin: 0;
    font-size: .7em;
    text-align: center;
font-weight:bold !important;
    list-style-type: none;
    text-transform: uppercase;
    padding: 6px 0px; 
}
.sections li a { 
    color: #fff; 
    padding: 6px;
    border-right: 1px solid #666;
}
.sections li a:visited {
    color: #fff;
}
.sections li a:hover { 
    color: #fff; 
    text-decoration: none;
    border-right: 1px solid #666;
}

.sections .stuff { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bluefade.png) repeat-x 0 -27px; }
.sections .web-only { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bluefade.png) repeat-x 0 -27px; }
.sections .wisdom { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bluefade.png) repeat-x 0 -27px; }
.sections .highlight { background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/greenfade.png) repeat-x 0 -27px; }

.sections .stuff a:hover,
.sections .stuff a.active { 
    background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bluefade.png) repeat-x 0 0; 
}
.sections .web-only a:hover,
.sections .web-only a.active { 
    background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bluefade.png) repeat-x 0 0;
}
.sections .wisdom a:hover,
.sections .wisdom a.active { 
    background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/bluefade.png) repeat-x 0 0;
}
.sections .highlight a:hover,
.sections .highlight a.active { 
    background: transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/nav/greenfade.png) repeat-x 0 0;
}
.sections .hidden { 
    position: absolute;
    left: -9000px;
}
#footer {
	margin: 0;
	padding: 0;
	}
#footer-ad {
	width: 500px;
	height: 90px;
	float: right;
	margin: 20px 20px 20px 0;
	}
	


/*** ENTRY ***/

.archive {
margin:0 30px 5px 20px;
width: 615px;
}
.module-header,
.module-header, 
.trackbacks-header, 
.comments-header, 
.comments-open-header, 
.archive-header {
border-bottom:1px solid #CCCCCC;
color:#333333;
font-size:1em;
letter-spacing:0.1em;
margin:0;
padding:5px 0px 4px 0pt;
text-transform:uppercase;
font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
}

.module-list-item, .archive-list-item {
font-size:1.2em;
line-height:1.3em;
margin:0pt;
padding:3px 0px 0px 12px;
background:transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/bullet.gif) no-repeat scroll 0em 0.75em;
}
.content-header {
font-size:1.14em;
letter-spacing:0.1em;
margin:10px 30px 0 20px;
padding:0 6px 4px 6px;
text-transform:uppercase;
border-left:1px solid #CCCCCC;
color:#666666;
font-weight:bold;
}

.entry {
background-image: none;
}
.entry-header {
font-size:2.6em;
letter-spacing:-0.03em;
padding:8px 0pt 0pt;
margin:5px 30px 5px 20px;
}
.entry-byline-info {
margin:2px 30px 15px 20px;
text-transform:uppercase;
}
.entry-content {
margin:5px 30px 5px 20px;
}
.entry-content p {
color:#333;
font-family:Georgia,Times,serif;
font-size:1.36em;
line-height:1.3em;
margin:0 0 0.7em;
}
.entry-footer {
margin:10px 30px 15px 20px;
border-top:1px solid #CCCCCC;
text-align:left;
font-size:1em;
color: #333333;
}

.comments,
.comments-open,
.trackbacks {
margin:10px 30px 15px 20px;
width: 615px;
float: left;
}
.comments-content {
background-color: transparent;
}

.comment-content {
font-size:1.2em;
line-height:1.3em;
padding: 20px 15px 5px 15px;
margin: 0 0 0 0;
background: #a0a627 url(http://www.7dvt.com/aux/images/comments/commentbubble-top.png) no-repeat top left;
color: #fff;
}
.comment-content p {
padding-bottom: 8px;
}
.comment-footer {
text-transform: uppercase;
margin: 0 0 15px 0;
padding: 20px 0 0 45px;
background: #fff url(http://www.7dvt.com/aux/images/comments/commentbubble-bottom.png) no-repeat 0 0;
}
label {
margin-top:10px;
}
object {
float:right;
margin:0 0 5px 10px;
}

.entry-body a, .entry-more a { font-weight: bold; }

.entry-body blockquote, .entry-more blockquote {
    background-color: #F5F5F5;
    border-left: thick solid #808080;
    margin: 0 30px 10px;
    padding: 10px;
}
.entry-body ul, .entry-more ul  {
margin: 0 15px 10px 30px;
}
.entry-body ol, .entry-more ol {
margin: 0 15px 10px 50px;
}
.entry-body ul li, .entry-more ul li {
color:#333;
font-size:1.2em;
padding:0px 0px 16px 12px;
background:transparent url(http://www.7dvt.com/sites/all/themes/sevendays/images/bullet.gif) no-repeat scroll 0em .3em;
line-height: 130%;
}
.entry-body ol li, .entry-more ol li {
color:#333;
font-size:1.2em;
padding:0px 0px 6px 3px;
background:transparent none;
line-height: 120%;
}



	
/* PAGE FOOTER */

#pagefooter {
	float: left;
	background: #000 url(http://www.7dvt.com/aux/default/footer.png) no-repeat bottom left;
	margin: 0;
	padding: 0;
	color: #f2f2f2;
	width: 980px;
	}
#pagefooter a, #pagefooter a:link, #pagefooter a:visited, #pagefooter a:active {
	color: #f2f2f2;
	font-weight: normal;
	}
#pagefooter a:hover {
	color: #f2f2f2;
	font-weight: normal;
	}
#pagefooter dl {
	float: left;
	width: 120px;
	margin: 20px 0 20px 20px;
	padding: 0;
	font-family: Georgia,'Times New Roman', TimesNR, Times, serif;
	font-size: 1.5em;
	display: inline;
	}
#pagefooter dt  {
	margin: 0;
	padding: 3px 0 0 10px;
	font-size: 70%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: url(http://www.7dvt.com/aux/default/whitebullet.gif) no-repeat 0em .7em;
	}
	
#now {
	float: right;
	margin: 20px 20px 20px 0;
	padding: 0px;
	width: 520px;
	border-left: 1px solid #f2f2f2;
	background: transparent url(http://www.7dvt.com/aux/default/nowfooter.png) no-repeat 20px 0;
	display: inline;
}
.serif, #now p {
	color: #f2f2f2;
	border: 0;
	margin: 0 0 0 240px;
	padding: 0;
	}
.serif {
font-family:Georgia,Times,Palatino,serif;
font-size:22px;
letter-spacing:-0.01em;
line-height:115%;
}
#now p {
	margin-top: 5px;
	font-size: 1em;
	}
#now p a:link, #now p a:visited, #now p a:active {
	text-decoration: underline;
	}
#now p a:hover {
	text-decoration: none;
	}

.nowform {
	margin: 5px 0 0 240px;
	padding: 0;
	color: #000;
	}
.nowform text {
	color: #000;
	}
	
.fineprinttext {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	color: #333;
	font-size: 70%;
	clear: both;
	text-transform: uppercase;
	}

.comments-open { display:none !important; }

#dsq-content h3 {
border-bottom:1px solid #CCCCCC;
color:#333333;
font-weight:bold;
font-size:1em;
letter-spacing:0.1em;
margin:0 0 10px 0;
padding:5px 0px 4px 0pt;
text-transform:uppercase;
font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
}
/* ph=1 */
