/* AwkwardValentines.com stylesheet */
/* common.css */
/* defines sitewide styles */

/* BEGIN RESET STYLES */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET STYLES */


/* START COMMON STYLES */

body {
    font: normal 62.5%/100% Helvetica, Arial, sans-serif;
    background-color: #A10C0F;
    color: #000000;
    padding-bottom: 50px;
}

a {
	color: #A10C0F;
	text-decoration: none;
}

a:visited {
	color: #A10C0F;
}

a:hover {
	color: #ED1C24;
}

a:active {
	color: #000000;
}

em {
   font-style: italic;
}

strong {
   font-weight: bold;
}

.clearboth {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}


/* END COMMON STYLES */


/* START LAYOUT STYLES */

#header {
	background: transparent url('../images/AV_common_header_bkgrndgrade.jpg') bottom left repeat-x;
	padding-top:10px;
}

#header_wrapper {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 214px;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 214px;
	height: 97px;
	text-indent: -5000em;
	background: transparent url('../images/AV_common_logo.png') top left no-repeat;
}

#leaderboard {
	float: right;
	width: 728px;
	text-align: right;
	font-size: .9em;
}

#main_nav {
	background-color: #EDEDED;
	border-bottom: 1px solid #A10C0F;
	padding: 5px 0;
}

#main_nav_wrapper {
	width: 970px;
	margin: 0 auto;
}

#main_nav_wrapper p {
	float: left;
	font-size: 1.4em;
	text-transform: uppercase;
	padding-top: 5px;
}

.addthis_toolbox {
	float: right;
}

#content {
	background: #FFFFFF url('../images/AV_common_header_shadow.jpg') top left repeat-x;
}

#content_wrapper {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
}

#footer {
	margin: 10px 0;
	text-align: center;
}

#cclogo {
	margin: 5px 0;
}

#legal_block {
	margin-top: 10px;
}

/* END LAYOUT STYLES */


/* START FORM STYLES */

label.error, div.error {
	display: block;
	color: #A10C0F;
	border: 1px solid #A10C0F;
	padding: 5px;
	margin: 5px 0;
	width: 85%;
	background-color: #FFF9B8;
	text-transform: uppercase;
}

#main_form legend.hide {
	display: none;
}

#main_form input, #main_form textarea {
	color: #A10C0F;
}

#fieldset_image {
	margin-bottom: 10px;
}

#fieldset_email_from, #fieldset_email_to {
	float: left;
	width: 25%;
}

#fieldset_email_from input, #fieldset_email_to input {
	width: 90%;
}

#fieldset_notify, #fieldset_senddate {
	float: left;
	width: 50%;
	clear: left;
}

#fieldset_senddate {
	margin: 10px 0;
}

#fieldset_notify label {
	display: inline;
}

#fieldset_message {
	float: right;
	width: 45%;
}

#main_form_message {
	width: 100%;
}

#fieldset_submit {
	float: right;
	clear: right;
}

#fieldset_hidden {
	display: none;
}

/* END FORM STYLES */


/* START THUMBNAIL STYLES */

#all_thumbs {
	width: 100%;
	padding: 0 5px 5px 0;
	overflow: auto;
}

#header_all {
	height: 41px;
	background: transparent url('../images/AV_main_header_all.gif') top left no-repeat;
	text-indent: -5000em;
	overflow: hidden;
}

#thumb-tabs {
  width: 675px;
  float: left;
}

#thumb-tabs .yui-nav {
  font-size: 125%;
  margin: -15px 0 5px 15px;
  float: right;
}

#thumb-tabs .yui-nav li { margin-left: 15px !important; }

#thumb-tabs .selected a { color: #000000; }

.AV_table td {
	vertical-align: top;
	color: #0076A3;
}

.AV_table td:hover {
	/* background-color: #F5989D; */
	color: #000000;
}

.AV_thumb {
	width: 125px;
	margin: 5px;
}

.AV_thumb legend {
	display: none;
}

.AV_thumb .descrip {
	display: block;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
}

.AV_thumb .descrip strong { color: #b00600 !important; }

/* END THUMBNAIL STYLES */

/* end common.css */