/* Site wide */
body.custom {
	background: #ffffff;
	font-family:Verdana,'Trebuchet MS','Lucida Grande',Arial,sans-serif;
}

.custom a, .format_text a {
	border-bottom:1px dashed;
	text-decoration:none;
	color: #1558CB;
}

.custom .center {
	text-align: center;
}

/* Header */
.custom #header { 
	padding: 0; 
	border: none; 
}

.custom #header #logo a { 
	display: block; 
	height: 150px; 
	width: 992px; 
	background: url(images/logo.jpg) no-repeat; 
	outline: none; 
	border-bottom: none;
	margin-left: 6px;
}

.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}

.custom #header #tagline { 
	height: 0; 
}

/* Thesis Menu bar */
.custom ul.menu {
	background:#fff;
	font-family:Verdana,'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	font-size:12px;
	height: 24px;
	padding: 0px 0px 0px 10px;
	border: 0 none;
	border-top: 2px #4A4D4D solid;
	
}

.menu, .menu a, .menu li ul {
	border-style:none;
	text-transform:none;
}

.custom ul.menu li {
	background:#FFFFFF url(images/active1.jpg) no-repeat scroll left bottom;
	border:0 none;
	height: 24px;
	margin:0 0 0 2px;
}

.custom ul.menu li.current a {
	color: #ffffff;
}

.custom ul.menu li a {
	background:transparent url(images/active2.jpg) no-repeat scroll right bottom;
	border:medium none;
	height:22px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 2px 10px 0px 10px;
	margin: 0;
	float: left;
}
.custom ul.menu li a:hover {
	background:transparent url(images/active2.jpg) no-repeat scroll right bottom;
	border:medium none;
	height:22px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 2px 10px 0px 10px;
	margin: 0;
	color: #F0D69D;
}


/* Content */
.custom #content_box {
	background: transparent;
	margin-top: 20px;
}

.custom .post_box {
	padding-top: 0;
}

.custom .headline_area h1, .headline_area h2 {
	color: black;
}

.custom .headline_area h1 a, .headline_area h2 a {
	border-bottom: none;

}

.custom .headline_area h1 a:hover, .headline_area h2 a:hover {
	color:#aaaaaa;
	border-bottom:1px solid;
	text-decoration:none;
}


.custom .contact_info {
	margin: 10px 0;
}

.custom .contact_info p {
	text-align: center;
	color:#888888;
	font-size:1.2em;
	line-height:1.667em;
}

.custom .format_text table {
	padding: 20px;
}

.custom .format_text input[type="text"], .sidebar input[type="submit"] {
	background: white;
}
.custom .comments_closed {
	display: none;
}

/* Content - Testimonial */
.custom .testimonial {
	border-width: 1px 1px 1px 3px;
	border-color: #555555;
	border-style: solid;
	background-color: #DDDDDD;
	margin: 20px 20px;
	padding: 10px;
}

.custom .testimonial .image {
	background-color: #DDDDDD;
}

/* Custom Store page formatting */
.store #content {
	width:100%;
}

.store .store_items {
	width: 100%;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

.store .first_section {
	border-top: 2px solid #4165AF;
	border-bottom: 2px solid #4165AF;
	background: #DDDDDD;
}

.store .section {
	border-bottom: 2px solid #4165AF;
	background: #DDDDDD;
	margin-top: 40px;
}

.store .alt_section {
	background: #EEEEEE;
}

.store .format_text .first_row h3 {
	padding-left: 10px;
}

.store .format_text h3 {
	margin-top: 0px;
	padding: 10px 0 10px 10px;
	background-color:#4165AF;
	color:white;
}

.store .item {
	float: left;
	width: 15%;
	padding: 0px 43px;
}

.ie6 .item {
	float: left;
	width: 15%;
	padding: 0px 35px;
}

.store .item .picture {
	width: 130px;
	height: 130px;
	text-align: center;
}
.store .item .picture a {
	text-decoration: none;
	border-bottom: none;
}

.store .item .picture img {
	width: 130px;
	height: 130px;
	background: transparent;
	border-width: 3px 3px 0px 3px;
	border-color: #4A4D4D;
	border-style: solid;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.ie .item .picture img {
	width: 130px;
	height: 130px;
	background: transparent;
	border-width: 3px 3px 0px 3px;
	border-style: solid;
	border-color: #4A4D4D;
}

.store .item .description {
	color: black;
	background: #939A99;
	border-width: 0px 3px 3px 3px;
	border-color: #4A4D4D;
	border-style: solid;
	padding: 3px;
	letter-spacing: 1px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-align: center;
	line-height:1.1em;
	font-size:0.90em;
	margin-bottom: 10px;
	min-height: 52px;
	width: 124px;
}

.store #footer_area {
	border: none !important;
}


/* Sidebars */
.custom .sidebar .widget {
	border: 1px solid #4A4D4D;
	padding: 5px;
}

.custom li.widget {
	background: #EEEEEE;
	margin-bottom: 0.75em;
	font-family:Arial,Tahoma,Verdana;
	font-size: 12px;
}

.custom li.widget ul {
	margin-left: 20px;
	list-style-type: square;
}

.custom li.widget ul.events {
	margin-left: 5px;
}

li.widget ul.events li {
	border-bottom:1px solid #4A4D4D;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	list-style-type: none;
}

.custom .sidebar h3 {
	background: #3E65B6;
	font-variant: normal;
	border: none;
	color: white;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0em;
	padding: 3px 0 2px 7px;
	text-transform: uppercase;
	
}

.custom .in-the-loop {
	background: transparent url(images/cover.png) no-repeat scroll 190px 5px;
	padding-right: 10px;
	font-family:Arial,Tahoma,Verdana;
	font-size: 12px;
}

.custom .in-the-loop-text {
	padding-right: 110px;
	margin-left: 5px;
}

.custom .in-the-loop-text p {
	margin-bottom: 5px;
}

.custom .in-the-loop-text ul {
	list-style-type:square;
	list-style-position: outside;
	margin-left: 20px !important;
}

.custom .in-the-loop-text ul li {
	margin-bottom: 0em;
}

.custom .sign-up-today {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}

.custom .signup-form table {
	background: #EEEEEE;
}

.custom .signup-form .name, .custom .signup-form .email {
	margin: 0 10px 0 5px;
}

.custom .sidebar a {
	color:#1558CB;
	border-bottom:none;
}

.custom .sidebar p.center {
	text-align:center;
}

.custom .sidebar ul.sidebar_list {
	padding-top: 0;
}

.custom .textwidget table {
	padding-top: 20px;
}

.custom .sidebar .signup-form input[type="text"], .sidebar input[type="submit"] {
	background: white;
	margin-top: 5px;
}

.custom .sidebar .signup-form input[type="text"] {
	border: 1px solid black;
	padding: 3px;
	width: 260px;
}

.custom .sidebar input[type="submit"] {
	background: transparent url(images/subscribe-btn.jpg) no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 118px;
	height: 35px;
	border: none;
	margin-left: 100px;
	cursor:pointer;
}

.ie .sidebar input[type="submit"] {
	text-indent: 0px;
}

.custom .never-share {
	font-style: italic;
	margin-bottom: 0px;
	text-align: center;
}

.custom .social_icons {
	text-indent: -9999px;
	margin-left: 30px;
}

.custom .social_icons a {
	width: 48px;
	height: 48px;
	outline: none;
	display: block;
	float: left;
	margin-right: 20px;
}

.custom .social_icons a.rss  {
	background: transparent url(images/feed.png) no-repeat scroll 0 0;
}
.custom .social_icons a.facebook  {
	background: transparent url(images/facebook.png) no-repeat scroll 0 0;
}
.custom .social_icons a.twitter  {
	background: transparent url(images/twitter.png) no-repeat scroll 0 0;
}
.custom .social_icons a.youtube  {
	background: transparent url(images/youtube.png) no-repeat scroll 0 0;
}


/* footer */
.custom #footer_area {
	border-top: black solid 1px;
	color: black;
}

.custom #footer {
	border: none;
}

.custom #footer p {
	color: black;
	text-align: center;
}

.custom #footer a {
	border-bottom:1px dashed;
	text-decoration:none;
	color:black;
}

.custom #footer p.copyright {
	text-align: center;
}
