/* this stylesheet is for all pages of ramblermagazine.com*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical; 
}


body {
	background-color: #999999;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fefdeb;
	position: relative;
	border-right: 4px solid #696;
	border-left: 4px solid #696;
	border-top: 6px solid #9c6;
	margin-top: 4px;
}
p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
img {
	border: none;
}
img.border {
	border: 1px solid #ccc;
}
#topbar {
	text-align: left;
	width: 700px;
	position: relative;
	height: 165px;
	border-left: solid 22px #c1ced7;	
}
#topbar img.logo {
	margin-top: 8px;
	margin-left: 8px;
}

/*red oval area, not currently being used */
#slogan {
	text-align: center;
	width: 185px;
	display: block;
	position: absolute;
	top: 24px;
	right: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-image: url(images/redoval2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	padding-bottom: 12px;
	padding-left: 14px;
	height: 100px;
}
#slogan a:link, #slogan a:visited, #slogan a:hover {
	color: #ff6;
}


/*slight variation for the free issue oval, not currently being used */
#sloganfree {
	text-align: center;
	width: 185px;
	display: block;
	position: absolute;
	top: 24px;
	right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #ff6;
	background-image: url(images/redoval2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	padding-bottom: 12px;
	padding-left: 14px;
	height: 100px;
	letter-spacing: 1px;
	font-weight: normal;
}

#sloganfree a:link, #sloganfree a:visited, #slogan a:hover {
	color: #FF6;
	font-weight: normal;
}

/*navigation styles */
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	background-color: #993333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#nav ul {
	list-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 0px;
}
#nav li {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	display: inline;
	letter-spacing: 1px;
}
#nav a:link, #nav a:visited {
	color: #fefdeb;
	text-decoration: none;
	background-color: #993333;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
}
#nav a:hover {
	color: #FF6;
}
#nav .current a:link, #nav .current a:visited {
	color: #FFFF00;
	text-decoration: none;
}

/*sidebar styles */
#sidebar {
	width: 180px;
	float: right;
	display: block;
	margin-top: 22px;
	margin-right: 12px;
	_margin-right: 8px;
	margin-left: 18px;
	_margin-left: 12px;
	margin-bottom: 14px;
}
.sidebar_blue {
	background-color: #c1ced7;
}
.sidebar_blue p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 12px;
	padding-left: 16px;
	line-height: 15px;
	padding-bottom: 12px;
}
.sidebar_blue p.gray {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-right: 16px;
	padding-left: 14px;
}
.sidebar_blue p.indent {
	padding-left: 16px;
}
.sidebar_blue p.month {
	letter-spacing: 1px;
	color: #333;
	font-size: 12px;
	margin-bottom: 6px;
}
.sidebar_letters p {
	color: #333;
	padding: 4px 4px 4px 4px;
	border-top: 3px solid #933;
	border-right: 1px solid #933;
	border-bottom: 3px solid #933;
	border-left: 1px solid #933;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sidebar_news p {
	color: #fff;
	background-color: #933;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 6px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar_news a:link, .sidebar_news a:visited {
	text-decoration: none;
	color: #fff;
}
.sidebar_news a:hover {
	text-decoration: underline;
	color: #fff;
}
.sidebar_free {
	background-color: #933;
	text-align: center;
	width: 130px;
	float: right;
	margin: 8px 8px 8px 8px;
	padding: 8px 2px 8px 2px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.sidebar_free a:link, .sidebar_free a:visited {
	text-decoration: none;
	color: #ff6;
}
.sidebar_free a:hover {
	text-decoration: underline;
}
#sidebar h1, #sidebar2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #033;
	letter-spacing: 2px;
	line-height: 20px;
	background-color: #9C6;
	padding: 6px 12px 6px 10px;
	display: block;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #696;
	margin-bottom: 8px;
	font-weight: normal;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #066;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 {
	width: 192px;
	float: right;
	display: block;
	margin-top: 35px;
	margin-right: 24px;
	_margin-right: 12px;
	margin-left: 10px;
}

#content {
	margin-top: 32px;
	margin-left: 26px;
	_margin-left: 14px;
	margin-right: 32px;
	padding-bottom: 14px;
	/*margin-right: 32px;*/
}
.dropcap {
	font: 30px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	font-style: italic;
}
#content h1 {
	font: bold normal 24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4a884a;
	margin-top: 12px;
	padding-bottom: 18px;
	margin-left: 42px;
	letter-spacing: 1px;
}
#content h2 {
	font: bold normal 16px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 12px;
	padding-bottom: 0px;
	margin-left: 56px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#content h3 {
	font: bold normal 14px/20px  Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 12px;
	margin-left: 62px;
	letter-spacing: 1px;
}
#content h4 {
	font: bold normal 12px/20px  Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 12px;
	padding-bottom: 0px;
	margin-left: 62px;
	letter-spacing: 1px;
	margin-bottom: 06px;
}
#content p {
	font: 11px/17px;
	padding-bottom: 12px;
	margin-left: 32px;
	_margin-left: 28px;
	padding-right: 12px;
}
#content p.indent {
	padding-left: 56px;
	margin-left: 18px;
	padding-right: 56px;
}
#content p.issuebot {
	padding-left: 56px;
	margin-right: 36px;
	width: 390px;
	_width: 360px;
	text-indent: -8px;
	line-height: 15px;
	padding-bottom: 4px;
}
#content p.yourstory {
	padding-left: 24px;
}
#content img.imgleft {
	float: left;
	margin-right: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 6px;
}
#content p.underline {
	border-bottom: 1px dashed #933;	
}
#content p.free {
	font: 11px/16px;
	padding-bottom: 11px;
	
}
#content .freehead {
	font: bold 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #993333;
	letter-spacing: 1px;
	margin-top: 0px;
	padding-top: 0px;
}
#contentwide {
	margin-top: 32px;
	margin-left: 26px;
	width: 600px;
}
#contentwide h1 {
	font: bold normal 24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4a884a;
	margin-top: 12px;
	padding-bottom: 18px;
	margin-left: 42px;
	letter-spacing: 1px;
}
#contentnarrow {
	margin-top: 32px;
	margin-left: 72px;
	width: 400px;
}

#cover {
	float: left;
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 230px;
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 20px;
	_margin-left: 14px;
}
#cover img {
	text-align: center;
	margin-bottom: 2px;
}
#illustrationright {
	float: right;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 250px;
	margin-top: 4px;
	margin-right: 32px;
	margin-bottom: 8px;
	margin-left: 16px;
	_margin-left: 14px;
	color: #666;
}
#illustrationright img {
	margin-bottom: 2px;
}
#issuetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	width: 420px;
	margin-left: 38px;
	_margin-left: 24px;
}
#issuetable td {
	text-align: center;
	width: 30%;
	vertical-align: top;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#issuetable img {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#issuetable2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	width: 560px;
	margin-left: 38px;
	_margin-left: 24px;
	clear: both;
}
#issuetable2 td {
	text-align: center;
	width: 25%;
	vertical-align: top;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#issuetable2 img {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#distrib {
	width: 500px;
	margin-bottom: 6px;
	margin-left: 64px;
}
#distrib .disthead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #056251;
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	margin-left: 4px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #056251;
}
#distrib .distheadnoline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	margin-left: 4px;
	letter-spacing: 1px;
}
#distrib p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 0px 0px 4px 12px;
	padding: 0px 0px 0px 12px;
}
#distrib td {
	vertical-align: top;
}
#member {
	margin-left: 58px;
	margin-top: 6px;
	margin-bottom: 28px;
}
#member li {
	margin-left: 12px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside;
	list-style-type: disc;
}
#backtotop {
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
}
#backtotop p {
	font-size: 10px;
	text-align: left;
	padding: 6px 0px 0px 30px;
	color: #333333;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	background-color: #9c6;
	line-height: 14px;
}
a:link, a:visited{
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
} 
.clear {
	clear: left;
}
.bigger {
	font-size: 14px;
}
#error {
	margin-left: 24px;
}


/*for your stories */
#storyright {
	font: 11px/13px Verdana, sans-serif;
	float: right;
	border: 1px solid #666;
	display: block;
	margin-top: 24px;
	margin-right: 40px;
	_margin-right: 24px;
	margin-left: 30px;
	width: 260px;
	margin-bottom: 18px;
	text-align: center;
	padding-top: 6px;
}

#storyright img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 1px;
}

#storyright p {
	font: 11px/13px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.storyimageleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 18px;
	margin-left: 74px;
	float: left;
	padding: 4px;
	border: 1px solid #666666;
	display: inline;
	width: 210px;
}
#checkitout {
	width: 290px;
	height: 120px;
	margin-left: 52px;
	border: 1px solid #993333;
	text-align: left;
	margin-bottom: 12px;
}
#checkitout p {
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #930;
}
#checkitout img {
	padding: 4px 10px 4px 4px;
	float: right;
}
	
.storyimageleft img {
	padding: 4px;
}
.storyimageright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin-right: 56px;
	_margin-right: 38px;
	margin-bottom: 12px;
	margin-left: 24px;
	float: right;
	padding: 4px;
	border: 1px solid #666666;
	width: 250px;
}
.storyimageright img {
	padding: 4px;
}
.popupimage {
	text-align: center;
	margin-top: 8px;
}
#popupwrapper {
	width: 98%;
	background-color: #fefdeb;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	height: 585px;
}
#popupwrapper_ex {
	width: 98%;
	background-color: #fefdeb;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 4px solid #9c6;
	border-bottom: 6px solid #9c6;
	border-right: 4px solid #696;
	border-left: 4px solid #696;
}
#popupwrapper_ex p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 12px;	
}
#popupwrapper_ex h1 {
	font: bold normal 24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4a884a;
	margin-top: 12px;
	padding-bottom: 18px;
	margin-left: 22px;
	letter-spacing: 1px;	
}
#popupwrapper_ex img .imgright2 {
	float: right;
}


/*for free issue offer, not currently used */
#freeoffer {
	border-top: 4px solid #9c6;
	border-bottom: 6px solid #9c6;
	border-right: 4px solid #696;
	border-left: 4px solid #696;
}
#freeoffer p {
	text-align: left;
	padding-left: 32px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 9px;
}
#freeoffer h1 {
	text-align: center;
	background-color: #993333;
	font: bold 16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#freeoffer h2 {
	text-align: left;
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 8px;
	padding-left: 24px;
	text-transform: uppercase;
	padding-top: 6px;
}
#freeoffer h3 {
	text-align: center;
	background-color: #993333;
	font: normal 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#freeoffer img.imgright {
	float: right;
	margin-top: 2px;
	margin-right: 16px;
	margin-left: 12px;
	margin-bottom: 2px;
}
#freeoffer img.imgleft {
	float: left;
	margin-right: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 6px;
}
#freeoffer p.underline {
	border-bottom: 1px dashed #933;
}
#freeoffer a:link, #freeoffer a:visited {
	color: #ff6;
	text-decoration: none;
}
#freeoffer a:hover {
	color: #FF6;
	text-decoration: underline;
}



/*for contact info form */
#contactinfo {
	font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	color: #333;
	margin-left: 38px;
	background-color: #c1ced7;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contactinfo td {
	padding: 4px;
	text-align: left;
}
#contactinfo td.label {
	width: 120px;
	text-align: right;
	padding-left: 0px;
}


/*for mail stuff, from Devin*/
.not_displayed {
    display: none;
}
.hide {
    visibility: hidden;
}
#topright {
	text-align: center;
	width: 210px;
	display: block;
	position: absolute;
	top: 24px;
	right: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 28px;
	padding-bottom: 12px;
	padding-left: 14px;
}
.homebox {
	position: absolute;
	left: 476px;
	top: 12px;
	border: 6px solid #993333;
	padding: 8px 12px 8px 12px;
	width: 200px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
