/*
File: style-custom.css
Author: Ray Bentz
Purpose: Custom styles for ZSPR theme. This either contains additional attribute settings or overrides settings in the main theme CSS.
*/

/* branding header ******************************/

#branding H1
{
	font:2.7em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:0em;
	margin: 20px 0 10px 0;
}

#branding
{
	padding-bottom: 0;
}

/* logo image in branding header ***********************/

#logo.picleft
{
	border: 0;
}

/* searchform ****************************************/

#searchform .button
{
	font-weight: bold;
	padding: 7px 2px 7px 2px;
	background-color: #777;
}

#searchform.right
{
	margin-top: 10px;
}

#searchform #s
{
	border: 4px solid #BBB;
	padding: 4px;
	color: #BBB;
}

/* Login / Site Admin / Logged in As block ****************/

#loginnav.right
{
	margin-top: 13px;
	width: 250px;
	text-align: right;
	text-transform: none;
	font-size: 11px;
	color: #aaaaaa;
	padding: 8px 3px 0 0;
	background: transparent;
}

#loginnav.right A
{
	color: #aaaaaa;
	font-weight: bold;
}

/* Google AdSense *************************************/

#adsense-sidebar-top
{
	margin-top: 20px;
}

/* post formatting *************************************/

.noborder {
	border:0;
	}	

/* footer **********************************************/

#footer
{
	text-align: center;
}

#footer A
{
	font-weight: bold;
}
