/*---- blueprint over ride ------*/
th {
	background:none;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	background-color:#eee;
}
.wrapper {
	padding: 20px 0px 40px;
	background: #fff url(images/header_bottom.gif) repeat-x center top;
}
.container {
	width:950px;
}
#footer {
	padding: 30px 0px;
	background: url(images/footer_bg.gif) repeat-x center top;
	color: #666;
}

body.mceContentBody {background-color:#fff; padding:5px;}
tbody tr.mceFirst {background: #fff url(images/form_input_bg.gif) left top repeat-x;}
tbody tr.mceFirst table {background:none;}
.defaultSkin table.mceLayout tbody tr.mceLast td { background-color:#f5f5f5;}
#mce_0_path_row {color:#aaa !important;}

/*--------------- text styles ---------------*/
a {
	color: #98001d;
}
a:hover {
	color:#e4234c;
	text-decoration: underline;
}
p.accordionactivate {
	margin-bottom:0px;
}
p.accordionactivate a {
	margin-right:10px;
}

p.scale {margin:0px 0px 5px; background-color:#bbb; border:1px solid #aaa; color:#fff; padding:0px 10px; line-height: 1.6em; float:left; clear:both;}
hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #eee;
	margin: 10px 0px 20px;
}
div.colborder, hr {border-color: #eee;}
h2 {
	font-size: 1.6em;
	font-weight:bold;
	line-height: 1.2em;
	margin-bottom: .5em;
	color:#940116;
}
h3 {
	font-size: 1.2em;
	line-height:1.2em;
	color: #98001d;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h3.banner {
	/*box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;*/
	background: #fff url(images/form_input_bg.gif) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
	color: #98001d;
	font-weight:bold;
	border:1px solid #E5E5E5;
	padding: 0px 10px;
	line-height: 2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 10px;
}
h3.banner.alternate {
	color:#fff;
	background: #98001d url(images/nav/nav_background.gif) repeat-x center center;
	border-color:#C00;
}

h3.banner.alternate a {
	color:#fff;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:0px;
}

h3.banner.alternate a:hover {
	color:#FC0;
}

h4 {
	font-size: 1.2em;
}
h4, h4 a {
	color: #333;
	font-weight: bold;
}
h5, h5 a {
	font-size: 1em;
	color: #940116;
	font-weight: bold;
}
h4, h5 {
	margin-bottom: 0.2em;
}
h2, h3, h4, h5, h6 {
	clear:both;
}
p, ol, ul {
	margin: 0 0 1.4em;
}
p {
}
p.readmore {
	margin-top:-1.8em;
	text-align:right;
}

ul {
	list-style:none;
}
ul li {
	background: url(images/bullet.gif) no-repeat left 8px;
	padding-left: 15px;
}

img.imgleft, img.imgright {
	padding: 2px;
	border: 1px solid #ccc;
	float:left;
	margin: 5px 10px 0px 0;
}
img.imgright {
	float:right;
	margin: 5px 0px 0px 10px;
}
a:hover img.imgleft, a:hover img.imgright {
	border-color:#F60;
}
.error, label.error, .alert, .success {
	border: 1px solid #fafafa;
	padding: 5px 10px;
	margin: 0 0 1.8em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:normal;
}
.alert {
	background-color:#ffc;
	border-color:#fd0;
	color:#c60;
}
.success {
	background-color:#d2ff83;
	border-color:#a8cc68;
	color:#6b800d;
}
.error, label.error {
	background-color:#F7CBCA;
	border-color:#c00;
	color:#c00;
}

label.error {
	margin: -1em 0 1em;
	float:left;
	position:relative;
}
label.error span {
	display:block;
	width:11px;
	height:6px;
	position:absolute;
	left: 10px;
	top:-6px;
	background: url(images/label_error_arrow.gif) no-repeat center center;
}

.deleteconfirmation {
	display:none;
	clear:both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#F7CBCA;
	border: 1px solid #c00;
	padding: 6px;
	overflow:auto;
	margin:0px;
}


.boxed .error, .boxed .alert, .boxed .success {
	margin: 5px 0px;
}
.hidden {
	display:none;
	cursor:pointer;
}
.boxed {
	padding: 20px 0px;
	border: 1px solid #ddd;
	background: #fff url(images/form_input_bg.gif) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1.6em;
}
/*.boxed strong, .boxed b {
	color: #940116;
}*/
.boxed.padded {
	padding:10px 15px;
}
/*.boxed:hover,*/ .boxed.hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
	border-color: #ccc;
}
/*.boxed p, .boxed ul {
	margin-bottom: 0px;
}*/

a.thumbnail {
	float:left;
	display:block;
	padding: 4px;
	border:1px solid #ccc;
	margin:0 20px 10px 20px;
	background-color:#f0f0f0;
  display: inline;
}
a.thumbnail:hover {
	border-color:#98001d;
	background-color:#fff;
}
.postdate {
	text-align: center;
	margin-bottom:5px;
}
.postdate .month {
	background-color:#C00;
	color:#fff;
	border:1px solid #a00;
	font-size:0.7em;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1em;
	padding: 3px 0px;
}
.postdate .day {
	font-size:1.4em;
	border:1px solid #aaa;
	border-top:none;
	line-height: 1em;
	padding: 3px 0px;
}
.postdate .year {
	background-color:#aaa;
	color:#fff;
	border:1px solid #aaa;
	border-top:none;
	font-size:0.7em;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1em;
	padding: 3px 0px;
}

.modelbanner {
	margin: 0px 0px 20px;
}
.modelbanner img {
	width: 590px;
}


/*------------------ @header (h1, nav) ------------------*/
#header {
	position: relative;
	background: #ddd url(images/header_bg.jpg) repeat-x center top;
}
#header h1, #header h1 a {
	/*width: 950px;*/
	height:225px;
	display: block;
	margin:0px;
	padding:0px;
}
#header h1 a {
	background: #eee url(images/header_new.jpg) no-repeat center top;
	text-indent:-99999px;
}
/*------------------ @nav ------------------*/
ul#nav {
	height: 40px;
	padding-left: 0px;
	margin: 0 0 20px;
	list-style-type: none;
	z-index:900;
	overflow:visible;
	background: #98001d url(images/nav/nav_background.gif) repeat-x right top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#nav li, ul#nav li a {
	display: block;
	float: left;
	line-height: 14px;
}
ul#nav li {
	width:190px;
	padding: 0px;
	height: 40px;
	position: relative;
	background-image: url(images/nav/nav_separator.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}
ul#nav li.last {
	background-image:none;
}
ul#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height:40px;
	padding: 0px 35px 0px 12px;
	background-image: none;
}
ul#nav li.active a {
}
/*-- Dropdowns --*/
ul#nav li .dropdown {
	display:none;
	position: absolute;
	z-index: 10050;
	width: 208px;
	top: 40px;
	left: -4px;
	overflow: hidden;
	clear: left;
	background: url(images/nav/nav_dropdown_grad.png) no-repeat 0px 0;
	padding-top: 1px;
}
ul#nav li ul {
	width: 100%;
	background: url(images/nav/nav_dropdown_li.png) repeat-y 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*ul#nav li:hover .dropdown,*/
ul#nav li.over .dropdown {
	display: block;
}
/* FIX: add styling? */
ul#nav li:hover a, ul#nav li.over a, ul#nav li:hover a span, ul#nav li.over a span {
	color:#FC0;
}
ul#nav li:hover ul li a, ul#nav li.over ul li a {
	color: #fff;
}
/* get a clean slate for the dropdowns */
ul#nav li ul li, ul#nav li ul li a {
	float:none;
	height: 1%;
	background: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	width:auto;
}
ul#nav li ul li {
	padding: 4px 4px 6px 4px;
	margin: 0 5px 0 4px;
	background: url(images/nav/nav_dropdown_sep.gif) repeat-x 0 bottom;
}
ul#nav li ul li.last {
	background: none;
	padding-bottom: 4px;
}
ul#nav li ul li a {
	font-size: 12px;
	line-height: 12px;
	padding: 0px 7px 0px 7px;
	line-height: 26px;
	color: #fff;
	font-weight:normal;
}
ul#nav li ul li a:hover {
	color: #fff;
	background-color:#cc002a;
}
ul#nav li .dropdown .bottom {
	background: url(images/nav/nav_dropdown_bottom.png) no-repeat left top;
	height: 11px;
	line-height:1px;
}
/*------------- admin nav ------------*/
ul.nav-admin {
	margin: -14px 0px 20px;
	overflow:hidden;
	clear:both;
}
ul.nav-admin li {
	display: inline;
	background:none;
}
ul.nav-admin li a {
	display: block;
	float: left;
	line-height: 2.2em;
	padding: 0px 10px;
	margin:6px;
	text-decoration: none;
	border: 1px solid #dadada;
	color: #666;
	border: solid 1px #E5E5E5;
	outline: 0;
	background: #fff url(images/form_input_bg.gif) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform:capitalize;
}
ul.nav-admin li a:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
	background: #d11836 url(images/form_button_hover_bg.gif) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#d11836), color-stop(12%, #98001d), to(#d11836));
	background: -moz-linear-gradient(top, #d11836, #98001d 3px, #d11836 25px);
	color:#fff;
	border-color: #7B0011;
}
ul.nav-admin li a:active {
	position:relative;
	top: 1px;
}

/*---------- model sorting ---------*/
ul.sortmodels {
	overflow: auto;
	list-style: none;
	padding: 5px;
	margin: 0 0px 20px 0;
	background-color: #fff;
	min-height:24px;
	border: 1px solid #ddd;
}

ul.sortmodels li {
	display: block;
	line-height: 40px;
	border: 1px solid #eee;
	background: #f5f5f5;
	padding:0 20px 0 0;
	margin: 2px;
	overflow: auto;
	cursor:move;
}
ul.sortmodels li:hover {
	border: 1px solid #ccc;
}
ul.sortmodels li.placeholder {
	background-color:#FFC;
	border-color:#fd0;
}
ul.sortmodels li img {
	float: left;
	height: 40px;
	margin-right: 5px;
}

ul.thumbnails {
	padding:none;
	margin:0 0 10px;
	list-style:none;
	overflow:hidden;
}
ul.thumbnails li {
	display: inline;
	line-height:1em;
	background:none;
}
ul.thumbnails li a {
	display: block;
	float:left;
	padding:4px;
	margin: 0 5px 5px 0;
	border:1px solid #ccc;
	background-color: #f0f0f0;
}
ul.thumbnails li a:hover {
	border-color:#98001d;
	background-color:#fff;
}
ul.thumbnails li a img {
	width: 62px;
	height: 62px;
}

ul.newsletterimages {list-style:none; padding:0px;overflow:hidden;}
ul.newsletterimages li {padding:9px; float:left; border:1px solid #E5E5E5; margin: 0px 10px 10px 0px;background: #fff url(images/form_input_bg.gif) left top repeat-x;}
ul.newsletterimages li label {float:left;}
ul.newsletterimages li .image a {float:left; display:block; border:1px solid #ccc; margin-bottom:5px;}
ul.newsletterimages li .image img { width:288px; height:148px; border:1px solid #ccc; margin-bottom:5px;}
ul.newsletterimages li .image a img { border:none; margin:0px;}