body
{
	margin: 0;
	padding: 0;
	color: #444;
	font: normal 14px 'CorbelRegular',Arial,Helvetica,sans-serif;
	background-color:#f1f1f1;
	background-image:url('../images/layouts/body.jpg');
}

a, a:visited, a:active
{
	color:#333;
}

a:hover
{
	color:#111;
}

#header
{
	position:relative;
	background:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top, #ffffff, #dddddd);
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
     z-index:99;
     -webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#content
{
	float:left;
	width:715px;
	min-height:300px;
	margin-right:5px;
}

#sidebar
{
	float:left;
	width:230px;
	min-height:296px;
}

#footer
{
	padding: 10px;
	text-align: center;
	border-top: 2px solid #574B3D;
	color:#333;
	font-size:13px;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-moz-box-shadow: 0 0 5px #1C120C;
	-webkit-box-shadow: 0 0 5px #1C120C;
	box-shadow: 0 0 5px #1C120C;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#logo
{
	float:left;
	padding-top:14px;
	padding-left:91px;
	font-size: 200%;
}

#logo h1
{
     color:#52045A;
	font-size:34px;
	padding:0px;
	margin-bottom:5px;
}

#logo h1 a
{
     color:#52045A;
	font-size:34px;
	padding:0px;
	margin-bottom:5px;
	text-decoration:none;
}

#logo a
{
	display:block;
}

#logo h2
{
	display:block;
	color:#555;
	font-size:15px;
	margin-top:-8px;
	margin-left:4px;
	margin-bottom:0px;
}

.logo
{
	
}

.logo_circle
{
	float:left;
	position:absolute;
	width:84px;
	height:91px;
	z-index:99;
	top:1px;
}

.headerDecoration
{
	height:80px;
}

.amazonAd
{
	float:right;
	width:468px;
	height:60px;
	text-align:right;
	margin-top:9px;
	border:1px solid #fff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}

.main
{
	margin-top:20px;
	margin-bottom:25px;
	min-height:290px;
	background-color:#fff;
	padding:10px;
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.page
{
	margin-right:10px;
	min-height:292px;
	padding:5px;
}

.box-style
{
     background: #ffffff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	border-radius:2px;
}

.menuWrapper
{
     background:#AF329E;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF329E', endColorstr='#7B0088');
	background: -webkit-gradient(linear, left top, left bottom, from(#AF329E), to(#7B0088));
	background: -moz-linear-gradient(top, #AF329E, #7B0088);
	height:50px;
	position:relative;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top:1px solid #fff;
}

.search
{
	position:relative;
	right:-10px;
	text-align:right;
	margin-top:2px;
}

.search .form
{
	height:48px;
}

.search .form form
{
	height:48px;
}

.search #keyword
{
	width:150px;
	height:20px;
	font-size:15px;
	padding:2px 3px;
	color:#333;
	margin-top:10px;
	border:1px solid #eee;
	background-color:#E6E2DF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.search #search
{
	margin:0px;
	padding:4px;
	height:28px;
	min-width:30px;
	line-height:20px;
	color:#fff;
	border:1px solid #4B0951;
	background:#4B0951;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background: -moz-linear-gradient(top, #333, #111);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	top:1px;
}

.menu
{
	margin-top:3px;
}
/*
.menu ul
{
	height:46px;
	padding:0px;
	margin:0px;
	list-style:none;
}

.menu ul li
{
	height:22px;
	padding:0px;
	margin:12px 0px;
	display:inline-block;
}

.menu ul li a
{
	min-width:100px;
	padding:3px 10px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	margin:0px 7px;
	border-radius:3px;
}

.menu ul li a:hover
{
	background-color:#fff;
	color:#52045A;
}
*/
.navigator
{
	padding:5px 0px;
	min-height:50px;
}

.navblock
{
	text-align:left;
	color:#C4B99C;
}

.navblockcontent
{
	padding:10px;
}

.navblockcontent ul
{
	list-style:none;
	padding:0px 10px;
	margin:0px;
}

.navblockcontent a
{
	color:#E7CB95;
	text-decoration:none;
}

.navblockcontent a:hover
{
	color:#ddd;
}

.navblock h3
{
	font-size:20px;
	color:#C4B99C;
	text-shadow: -1px -1px #243303;
}

#ticker
{
	height: 140px;
	overflow: hidden;
}

#ticker li
{
	height: 70px;
	border-bottom:1px dashed #4C4034;
	overflow: hidden;
	color:#E7CB95;
}

#ticker li p
{
	margin:0px;
	padding:0px;
}

.navblockcontent .socials
{
	text-align:left;
}

.main h1
{
	font-size:26px;
	line-height:29px;
	border-bottom:2px solid #dddddd;
	padding:0px;
	margin:0px;
        color:#52045A;
	padding-bottom:4px;
}

.copyrights
{
	margin:5px 0px;
	text-align:center;
}

.copyrights, .copyrights a
{
	color:#C4B99C;
	font-size:12px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs_container
{
	padding:5px 2px;
	margin-bottom:10px;
	font-size:14px;
}

div.breadcrumbs_container a
{	
        color:#666666;
	text-decoration:none;
}

div.breadcrumbs_container span
{
	color:#999999;
}

div.breadcrumbs
{
	display:inline;
	background-color:#eee;
	padding:0px 10px;
	border-radius:3px;
}
