/*structure*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#E4ECFF url(../images_gen/bg_body_sky.jpg) no-repeat center top;
	font-size: 80%;
	height:100%;
}
#Wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#Adsense {
	position: absolute;
	right: -20px;
	top: 205px;
}
#header_outer {
	background:url(../images_gen/bg_grapevine_top.jpg) no-repeat center top;
	float: left;
	width: 760px;
}
#site_outer {
	background:url(../images_gen/bg_grapevine_middle.jpg) repeat-y center top;
	height:100%;
	float: left;
	width: 760px;
}
#sitecontainer {
	text-align:left;
	width:540px;
	margin:0 auto;
	padding: 0 0 0 20px;
}
#leftcolumn {
	float: left;
	width: 300px;
	padding: 0 30px 0 0;
}
#rightcolumn {
	float: left;
	width:210px;
}


/*logo strapline */
#logo {
	width:560px;
	margin:0 auto;
	position: relative;
	padding: 70px 0 18px 40px;
	text-align:left;
}
#logo h1 {
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	border: 0;
}
/*logo*/
#logo h1 a {
	display: block;	
	width:222px;
	height:64px;
	background:url(../images_gen/logo_grapevine.gif) no-repeat top left;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#logo h2 {
	font-weight:bold;
	font-size:15px;
	color:#BF2D8D;
	margin:0 0 0 0;
	letter-spacing:normal;
}
a#control_panel {
	display:block;
	position: absolute;
	top: 68px;
	right: -40px;
	width:100px;
	height:34px;
	padding:34px 0 30px 70px;
	color: #fff;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	background: url(../images_gen/bt_your_account.gif) no-repeat;
}
a#control_panel:hover {
	color: #fc0;
	text-decoration:none;
}

/*write_grapevine() styles*/
.LGBackground {
	padding: 0 4px 2px 4px;
}
.LGGeen {
 	color: #5A8F00;
}
.LGYellow {
 	color: #B58200;
}
.LGOrange1 {
 	color: #BF5600;
}
.LGOrange2 {
 	color: #BD2400;
}
.LGPink {
 	color: #B40023;
}

/*main nav bar*/
#mainnav {
	margin:0 auto;
	width:684px;
	padding-bottom:35px;
	font-size:110%;
}
#mainnav ul {
	list-style-type:none;
	margin:0 0 0 65px;
	padding:0;
}
#mainnav li {
	float:left;
	margin:0 0 0 5px;
	padding:0 0 0 3px;
	background:url(../images_gen/bg_tab_left.gif) no-repeat left top;
}
#mainnav a {
	display:block;
	float:left;
	height:25px;
	margin:0;
	padding:10px 8px 0 6px;
	text-align: center;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background:#9ACF00 url(../images_gen/bg_tab_right.gif) no-repeat right top;
}
#mainnav a:hover {
	color:#F72787;
}
#mainnav a#current{
	color:#fc0;
}
#mainnav li#loginTab {
	margin:0 0 0 50px;
	background:url(../images_gen/bg_tab_login_left.gif) no-repeat left top;
}
#mainnav #loginTab a{
	margin: 0;
	background:#F72787 url(../images_gen/bg_tab_login_right.gif) no-repeat right top;
}
#mainnav #loginTab a:hover {
	color:#fc0;
}

/*Buttons*/
a.ButtonGreen, a.ButtonMagenta {
	padding: 3px 6px 4px 6px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: 1px solid;
}
a.ButtonGreen {
	background: #9ACF00;
	border-color: #BAEF20 #7AAF00 #7AAF00 #BAEF20;
}
a:hover.ButtonGreen {
	color: #F72787;
	border-color: #F72787;
}
a.ButtonMagenta {
	background: #F72787;
	border-color: #F747A7 #F747A7 #D70767 #D70767;
}
a:hover.ButtonMagenta {
	color: #FFCC00;
	border-color: #FFCC00;
}


/*footer*/
#footer {
	margin: 20px 0 0 0;
	padding: 10px 0 20px 0;
	border-top: 1px solid #A37263;
	font-size: 85%;
	color:#C39283;
}
#footer a{
	display: block;
	float: left;
	margin-right: 20px;
	color: #A37263;
}
#footer p{
	text-align: right;
	margin: 0;
}

#CardLogos {
	padding: 20px 0 0 0;
}

/*content*/
#content {
	padding:0 15px;
	width:510px;
}
#home #content {
	padding:0 15px;
	width:540px;
}
#intro {
	margin-bottom:20px;
}

#intro h3 {
	margin:0 0 10px 0;
	font-size:250%;
	letter-spacing:.01em;
	color:#AC4193;
	border-bottom:2px solid #F72787;
	font-weight:normal;
}
#intro p {
	margin:0 0 10px 0;
	font-weight:bold;
}
a#ReportStory {
	float: right;
	font-size: 80%;
	margin-top: 0px;
}
#content h4 {
	margin:0 0 5px 0;
	font-weight:normal;
	font-size:160%;
	color:#AC4193;
}

#content p {
	margin-top:0;
}

/*how it works*/
#howitworks ol {
	list-style-type: none;
	margin: 10px 0 0 15px;
	padding: 0;
}
#howitworks #content li {
	margin: 0;
	padding: 0 0 0 40px;
}
#howitworks li#step1 {
	background: url(../images_gen/ic_howitworks1.gif) no-repeat;
}
#howitworks li#step2 {
	background: url(../images_gen/ic_howitworks2.gif) no-repeat;
}
#howitworks li#step3 {
	background: url(../images_gen/ic_howitworks3.gif) no-repeat;
}
#howitworks li#step4 {
	background: url(../images_gen/ic_howitworks4.gif) no-repeat;
}
#howitworks li#step5 {
	background: url(../images_gen/ic_howitworks5.gif) no-repeat;
}
#howitworks li#step6 {
	background: url(../images_gen/ic_howitworks6.gif) no-repeat;
}
#how_work_simple h4 {
	margin:20px 0;
	font-size:180%;
	color:#FB2587;
	font-weight:bold;
}

/* search stories */
#searchbox {
	margin:10px 0 10px 0;
	padding:20px;
	background: #BF2D8D;
	width:470px;
}
#search form {
	margin: 0;
}
#search form p{
	margin: 0;
	font-weight: bold;
}
#search label {
	color: #fff;
}
#search input {
	margin-top: 5px;
}
#search input#placename{
	width: 200px;
}
#searchresults {
	border-top: 1px solid #FFB737;
	margin: 20px 0;
	padding-top: 20px;
}
#searchresults p, #CountByTown p {
	margin: 0 0 20px 0;
	font-weight: bold;
}
#searchresults ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#searchresults li {
	margin: 0 0 10px 0;
	font-weight: bold;
}
dl.search_story {
	margin: 0 0 12px 0;
}
dt.search_story_namedate {
	font-style: italic;
}
dl.search_story dd{
	margin: 3px 0 0 0;
}
span.Rating {
	float: right;
}
#recordset {
	border-top: 1px dashed #99c;
	margin: 0 0 20px 0;
}
#recordset p{
	margin: 1.5em 0 .2em 0;
}
#recordset span{
	margin: 0 .3em;
}
#CountByTown {
	margin: 20px 0;
}
#CountByTown ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#CountByTown ul li {
	margin: 4px 5px;
	float: left;
	width: 44%;
}
.CounterDigitLeft, .CounterDigit {
	font-family: "Courier New", Courier, monospace;
	background: #000;
	color: #fff;
	padding: 0 2px;
	border-style: solid;
	border-color: #fff;
}
.CounterDigit {
	border-width: 2px 2px 2px 0;
}
.CounterDigitLeft {
	border-width: 2px;
}

/*story-detail*/

#story_detail h3 {
	font-size:180%;
}
#story_detail p {
	line-height: 1.25em;
	margin: 0 0 1em 0;
}
#story_area {
	border-bottom: 1px dashed #A37263;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#story_text {
	width: 510px;
}
#story_textNoImages {
	float: left;
	width: 510px;
}
#story_pix {
	float: left;
	width: 162px;
	padding-left: 28px;
}
#story_image {
	float: right;
	clear: right;
	width: 162px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom:5px;
	font-size: 85%;
	text-align:center;
	background:#F72787;
	color:#fff;
}
#story_image img {
	border: 1px solid #AC4193;
	margin-bottom:5px;
}
#story_image p{
	margin: 0;
}
#Comments {	
	padding: 10px 0 0 0;
}
#Comments h5 {
	margin: 20px 0;
}
span.RatingVote {
	margin: 10px 0 0 10px;
}
span.RatingVote a {
	background: url(../images_gen/star_off.gif) no-repeat;
	width: 15px;
	height: 15px;
	padding: 2px 8px 0 8px;
}
span.RatingVote a:hover {
	background: url(../images_gen/star_on.gif) no-repeat;
}
.CommentBox {
	border: 1px dotted #665D55;
	padding: 10px 10px 5px 10px;
	margin: 0 0 15px 0;
	position: relative;
	background: url(../images_gen/bg_parchment.gif);
}
.TopQuote {
	position: absolute;
	top: 3px;
	left: 6px;
	width: 32px;
	height: 30px;
	background: url(../images_gen/bg_comment_top_left.gif) no-repeat top left;
}
.BottomQuote {
	position: absolute;
	bottom: 20px;
	right: 6px;
	width: 32px;
	height: 30px;
	background: url(../images_gen/bg_comment_bottom_right.gif) no-repeat top left;
}
.CommentBox blockquote{
	border: 1px dotted #665D55;
	background: #fff;
	padding: 5px;
	margin: 0;
}
.CommentBox p {
	margin: 4px 0 4px 0!important;
	text-indent: 25px;
	font-size: 85%;
}
.CommentBox h4 {
	margin: 5px 38px 0 0!important;
	float: right!important;
	color: #000!important;
	font-size: 100%!important;
	font-weight: bold!important;
	text-align: right;
}
.CommentBox h4 a {
	font-size: 80% !important;
	font-weight: normal !important;
}
p#ShowAll {
	float: right;
}
p#ShowAll a{
	color: #665D55;
}
/*tell story */
.ErrorMessages { 
	font-style: italic;
	font-weight: bold;
	color: #E00
}
.ErrorMessages ul { 
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
.ErrorMessages li, .ErrorMessages p { 
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}
#signinbox {
	float:left;
	width:245px;
	padding:0 20px 0 0;
}
#signinbox h3 {
	margin:0 0 10px 0;
	font-size:250%;
	letter-spacing:.01em;
	color:#AC4193;
	border-bottom:2px solid #F72787;
	font-weight:normal;
}
#signinbox label {
	color:#AC4193;
	font-weight:bold;
}
#registerbox {
	float:left;
	width:245px;
}
#registerbox h3 {
	margin:0 0 10px 0;
	font-size:250%;
	letter-spacing:.01em;
	color:#FD6400;
	border-bottom:2px solid #FF9600;
	font-weight:normal;
}
#registerbox label {
	color:#FD6400;
	font-weight:bold;
}

#tell_box form {
	margin: 20px 0 0 0;
}
#tell_box form p {
	font-weight: bold;
	margin: 0 0 12px 0;
	clear: both;
}
#tell_box form h4 {
	color:#F40063;
	font-weight: bold;
	margin: 0 0 12px 0;
	clear: both;
	font-size: 140%
}
#tell_box form label {
	color:#BF2D8D;
	font-weight: bold;
}
#tell_box form input {
	margin-top: 4px;
}
.input300 {
	width: 300px;
}
.input140 {
	width: 140px;
}
.input80 {
	width: 80px;
}
.SelectWrapper {
	width: 300px;
	margin: 4px 0 12px 0;
	float: left;
}
.SelectWrapper140 {
	width: 140px;
	margin: 4px 0 12px 0;
	float: left;
}
.SelectWrapper20 {
	width: 18px;
	float: left;
}
.ErrorBorder {
	border: 2px solid #F00;
}
.Required, .RequiredSelect {
	font-size:70%;
	font-weight:bold;
	color:#BF2D8D;
}
.RequiredSelect {
	padding: 9px 0 0 5px;
	float: left;
}
#tell_box form textarea {
	width: 510px;
	margin-top: 5px;
	font-size: 100%;
}
#tell_box form p.Confirmation {
	color: #F72787;
	font-style: italic;
}
#tell_box img {
	border: 0;
}
.ReaderFacingCopyright {
	font-size: 90%;
}
.CustomerFacingAssignmnet {
	font-size: 90%;
	font-weight: normal !important;
}


/*generic*/
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

a.largeLink {
	font-weight: bold;
	margin: 5px 0;
	display: block;
	color:#BF2D8D;
	background:url(../images_gen/ic_largelink.gif) no-repeat 0px 4px;
	padding-left:10px;
	width: auto;
}
.button {
	color:#F72787;
	font-weight: bold;
}
.smaller {
	font-size: 85%;
}
hr {
	border:  none;
	border-top: 1px solid #C39283; 
	margin: 25px 0;
}
hr.Low {
	border:  none;
	border-top: 1px solid #C39283; 
	margin: 10px 0;
}
.NoShow {
	display: none;
}
