/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.word {
font-family: Tahoma;
padding: 4px 4px 4px 4px;
letter-spacing: 3px;
}
span.size1 {
color: #000;
font-size: 2.4em;
}
span.size2 {
color: #111;
font-size:2.2em;
}
span.size3 {
color: #666;
font-size: 2.0em;
}
span.size4 {
color: #999;
font-size: 1.0em;
}
span.size5 {
color: #aaa;
font-size: 1.6em;
}
span.size6 {
color: #bbb;
font-size: 1.4em;
}
span.size7 {
color: #ccc;
font-size: 1.2em;
}
span.size8 {
color: #ddd;
font-size: .8em;
}
span.size0 {
color: #ccc;
font-size: .6em;
}


#logo {
	/*width: 970px;*/
	height: 88px; /*stock was 88*/
	margin: 0 auto;
	padding: 0 25px;
	float: left;
	/*background: url(images/faavrLogoSmall.png) no-repeat 75px;*/
	width: 800px;
}

#logo h1, #logo p {
	/*float: left;*/
	text-align: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	/*padding: 30px 0 0 0;*/
	text-transform: lowercase;
	font-weight: bold;
	font-size: 70px;
	padding: 0;
	line-height: .75em;
}

#logo p {
	/*text-transform: uppercase;*/
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #C7F703;
	margin-top: 0;
	margin-left: 10px;
	padding-top: 70px;
	padding-left: 0px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	height: 30px;
	background: #132440;
	/*border-bottom: 2px solid #253C5E;*/
	margin-top: 50px;
	border-top: 5px solid #2A416A;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 6px 15px 10px 20px;
	border-right: 1px #253C5E solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover {
	margin: 0 3px 0 0;
	color: #DBFF06;
}

#menu .current_page_item a {
	margin: 0 3px 0 0;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#page-bg {
}

/* Content */

#content {
	float: left;
	width: 800px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	margin-right: 0;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	/*padding: 10px 0 0 20px;*/
	padding: 10px 0 0 0;
	font-weight: normal;
	height: 60px;
	border-bottom: 2px solid #132440;
	/*margin: -10px 20px 20px 20px;*/
	margin: 0 20px 20px 5px;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.title h1 {
	font-weight: bold;
}

.byline {
	/* border-bottom: 2px solid #132440; MOVED TO TITLE */
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	/*padding: 0 20px;*/
	overflow: hidden;
	margin-right: 0;
	/*border: 1px solid #ff0000;*/
	min-height: 800px;
}

.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #132440;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	border-right: #253C5E solid 1px;
}

.sidebar {
	float: right;
	/*width: 220px;*/
	width: 200px;
	padding: 0;
	background: #2A416A;
	border-bottom: 2px solid #132440;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #29497C dashed;
}


.sidebar li h2 {
	margin: 0 0 0 0;
	padding: 10px 15px;
	background: #132440;
	font-size: 13px;
	color: #DBFF06;
}

.sidebar a {
	color: #FFFFFF;
}

.sidebar a:hover {
	color: #DBFF06;
}

/* Search */

#searchform {
	margin: 0;
	/*padding: 0 0 0 0;*/
}

#searchform br {
	display: none;
}


#searchform h2 {
}

#s {
	/*TEXT BOX*/
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 167px;
	height: 18px;
	border: 1px solid #30486E;
	background: #1B2F4A;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	/*THIS IS FOR BUTTONS*/
	margin: 0;
	margin-left: 5px;
	padding: 2px 5px;
	height: 25px;
	background: #306694;
	border: 1px solid #6A8BAA;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	cursor: pointer;
}

#selector {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #306694;
	border: 1px solid #6A8BAA;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	/*width: 85px;*/
}

#faavList, #profileList {
	margin: 0;
	padding: 2px;
	height: 10px;
	background: #306694;
	border: 1px solid #6A8BAA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	/*color: #CCCCCC;*/
	/*width: 85px;*/
}

#faavSelector {
	padding: 2px;
	color: #CCCCCC;
}

/* Footer */

#footer {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	background: #2A416A;
	border-top: 2px solid #132440;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* BEGIN ALL FAAVR CUSTOM *********************************/
/*.post .entry .faavList ul{*/
.post .entry ul{
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 10px;
	float: left;
}


.post .entry .faavList li{
	margin: 0 0 3px 0;
	float: left;
	list-style: none;
}


.post .entry .faavList .row-hover{
	vertical-align: middle;
}

.post .entry .faavList li div{
	float: left;
	height: 50px;
	vertical-align: middle;
	margin: 3px 5px 3px 5px;
}


.post .entry .name{
	/*width: 300px;*/
	width: 275px;
	text-align: left;
	float: left;
	overflow: hidden;
	font-size: 14px;
}


.post .entry .price{
	width: 65px;
	font-size: 14px;
	text-align: left;
	color: #ffae5b;
}

.post .entry .size{
	width: 35px;
	font-size: 14px;
	text-align: left;
	color: #ffae5b;
}

.post .entry .color{
	width: 75px;
	font-size: 12px;
	text-align: left;
	color: #ffae5b;
}

.post .entry .age{
	width: 50px;
	text-align: left;
	font-size: 12px;
}

.post .entry .icon{
	width: max;
	text-align: center;
	outline: none;
	cursor: pointer;
}

.post .entry .icon img {
	cursor: pointer;
	outline: none;
}

.post .entry .iconButton,
	.title .iconButton,
		.iconButton{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;

	max-height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;

	background: #306694;
	border: 1px solid #6A8BAA;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: auto;
}

.iconButton a,
	.iconButton a{
	color: #000000;
}

.iconButton a:hover {
	color: #C7F703;
}

/* THUMBNAAIL & ITEM HANDLE */
.post .entry .handle {
	width: 38px;
	text-align: center;
	outline: none;
	cursor: move;
	padding: 0px;
	border: 2px solid #C7F703;
	overflow: hidden;
	background-color: #ffffff;
}

.post .entry .iconhandle {
	width: 35px;
	text-align: center;
	outline: none;
	cursor: move;
}

.post .entry .itemCntr {
	width: 35px;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	vertical-align: middle;
}

.post .entry img{
	outline: none;
	float: center;
	border: 0;
}

/* TABLES */
.post .entry td{
	text-align: center;
	/*font-size: 11px;*/
	/*padding: 10px; */
}

.post .entry th{
	text-align: center;
	/*font-size: 14px;*/
	/*padding: 10px;*/
}

.post .entry .regbox td{
	text-align: left;
}

.post .entry .regbox .tb-large{
	height: 30px;
	width: 350px;
	/*border: 5px solid #DBFF06;*/
	border: 3px solid #9A9A9A;
	/*background: #F5FFFA url(images/regbox_tb_bground.png) no-repeat fixed;*/
	background-image: url(images/regbox_tb_bground.png);
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.post .entry .regbox .radio-large{
	width: 20px;
	height: 20px;
}

.post .entry .regbox .dropdown-large,
	.post .entry .dropdown-large{
	/*width: 100px;*/
	height: 30px;
	border: 3px solid #9A9A9A;
	background: #F5FFFA;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.post .entry .regbox .button-large,
	.post .entry .button-large{
	width: 200px;
	border: 5px solid #000000;
	background: #F5FFFA;
	/*color: #cccccc;*/
	color: #132440;
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	outline: none;
}

.post .entry .regbox .button-large:hover,
	.post .entry .button-large:hover{
	color: #000000;
	border: 5px solid #DBFF06;
}

.post .entry .tb-std-large,
		.tb-std-large{
	height: 25px;
	width: 300px;
	/*border: 5px solid #DBFF06;*/
	/* border: 3px solid #9A9A9A; MOST RECENT*/
	border: 3px solid #132440;
	/*background: #F5FFFA;*/
	/*background: #F0F0F0;*/
	background-image: url(images/regbox_tb_bground.png);
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

/* SLIDER */
.post .title .slider {
	float: right;
	/*padding: 12px 24px 0px 0px;*/
	/*padding-right: 24px;*/
	font-size: 13px;
	font-weight: bold;
	color: #8AC800;
}

.post .title .slider .handleClass {
	background-image:url(images/sliderHandle.png); 
	background-repeat:no-repeat; 
	width: 22px; 
	height: 22px; 
	position:absolute; 
}

.post .entry .inplaceeditor-form {
	width: 300px;
	display: inline;
	/* border: 1px solid #ff0000;*/
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.post .entry .inplaceeditor-form textarea {
	width: 270px;
	border: 3px solid #9A9A9A;
	overflow: hidden;
	font-size: 12px;
}

.post .entry .inplaceeditor-hover {
	background: none;
}

.post .entry .itmNoteEdit {
	width: 185px;
	display: inline;
	float: left;
	overflow: hidden;
	font-size: 10px;
	color: #ffae5b;
}

.post .entry .itmNoteEdit textarea {
	width: 170px;
	border: 3px solid #9A9A9A;
	overflow: hidden;
	font-size: 12px;
	/*height: 45px;*/
}