/*
COLORS:
---------------------------------------------------
Blue from UI: 		#1c94c4
Orange from UI:		#eb8f00

*/



/* Get rid of those nasty Firefox link borders */
a:active, a:focus {outline: none;}
a:focus { -moz-outline-style: none; }


#header h1
{
	margin: 0;
	margin-top: 10px;
}

#footer
{
	height: 200px;
}
#footer a
{
	color: #eb8f00 !important ;
}

/* @group Author Block */

/*========= AUTHOR INFO =========*/

.author_info {
	padding: 10px;
	background-color: #f5f4f0;
	border: 1px solid #d9d8d5;
}
.author_info h3
{
	border: none !important;
	margin-bottom: 0 !important;
}

/* @end */

/* @group NAV UPDATES */

ul#nav>li.here>a
{
	color: #eb8f00 !important;
}

/* @end */


li.comment
{
	overflow: hidden;
}

a.social-icons img
{
	border: none !important;
}

.author_email, 
.author_linkedin, 
.author_facebook, 
.author_twitter
{
	margin-top: 5px;
}
.author_email a, 
.author_linkedin a, 
.author_facebook a, 
.author_twitter a {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration:none;
	font-weight:bold;
}

.author_linkedin a {
	background-image: url(/images/icons/icon_linkedin.png);
}
.author_facebook a {
	background-image: url(/images/icons/icon_facebook.png);
}
.author_twitter a {
	background-image: url(/images/icons/icon_twitter.gif);
}

.entry
{
	margin-bottom: 10px;
}
.social-bookmarks
{
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 20px;
}
.related span, .related-accordion span
{
	padding-left: 0;
}
.related, .related-accordion
{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0;
}

.date-comments {
	margin-bottom: 20px;
}

/* jQuery UI Overrides */

#accordion li a, #accordion span a
{
	color: #eb8f00;
}
#guest h3
{
	margin-top: 10px;
}
#guest h2 a
{
	color: #1c94c4;
}
#guest h2 a:hover,#guest h2 a:active
{
	color: #eb8f00;
}

#guest-login
{
	border: 1px #CCCCCC solid;
	margin: 10px;
	padding: 10px;
}
#guest-login p, #maillist p
{
	padding-bottom: 5px;
}

h3#forgot-password:hover,
h3#forgot-username:hover,
input#submit:hover
{
	cursor: pointer;
	color: #eb8f00;
}


.recent-items ol li
{
	list-style-type: decimal !important;
	padding-bottom: 5px;
}

#forums-box ol
{
	padding-left: 30px;
}

em.lite
{
	color: #999999;
}


.box_3_ads
{
	margin: 0;
	overflow: hidden;
}

.box_3_ads .ads
{
	height: 125px;
	margin: 0;
	padding: 0 2px;
}
.box_3_ads .ads img
{
	float: left;
	margin: 0 7px 0px 0px;
	border: 1px solid #dedbd1;
	padding-top: 0;
}
.box_3_ads .ads img.last
{
	margin: 0;
	float:right;
}

.box_3_ads h3
{
	padding-bottom: 0;
	margin-bottom: 4px !important;
}

#featured h4, #upcoming h4
{
	font-style: italic;
	color: #999999;
}

ul.missing li
{
	padding-left: 10px !important;
	padding-bottom: 5px;
}


form#registration p
{
	margin-left: 20px;
}

form#registration input
{
	width: 250px;
}
input#submit
{
	text-align: center;
}
input#submit:hover
{
	background-color: #eb8f00;
	color: #FFF;
}


form#registration span
{
	font-size: 90%;
	font-style: italic;
}
form#registration label
{
	display: block;
}
form#registration p
{
	margin-bottom: 10px;
}

input#theEmail, input#theName, input#theCode
{
	color: #666;
	font-style: italic;
}

img.left
{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* @group LiveValidation */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* @end */

