/*  
Theme Name: UAPAC
Theme URI: http://www.uapac.org
Description: This is the UAPAC custom theme.
Version: 1.0
Author: Shadow
Author URI: http://www.wpdesigner.com/

*/


* { padding: 0; margin: 0; }

body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}
h1, h2, h3 {
	color: #333333;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 197%;
}
h2 {
        margin-top: 20px;
	font-size: 152%;
}
h3 {
	font-size: 100%;
}
p, ul, ol{
	line-height: 1.8em;
}
ul, ol {
	margin-left: 3em;
}
blockquote {
	padding-left: 3em;
	background: url("images/blockquote.gif") no-repeat;
	font-style: italic;
}
a {
	text-decoration: none;
}
a:link {
	color: #1953A7;
}
a:active {
	color: #ED5C0C;
}
a:visited {
	color: #1953A7;
}
a:hover {
	text-decoration: underline;
	color: #067600;
}

img {
	behavior:url(css/iepngfix.htc);
	border:none;
}
img.left {
	float: left;
	margin: 0 20px 10px 0;
}
#container { 
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
} 
#wrapper {
	clear: both;
	background: url("images/container_bg.jpg") repeat-y;
	width: 100%;
	overflow: hidden;
	height: auto;
}
#header { 
	background: #DDDDDD; 
	padding: 0;
	background: url("images/background.jpg");
	height: 173px;
} 
#header #logo { 
	float: left;
	padding-left: 10px ;
}
#header h1 {
	font: 12pt Tahoma, Geneva, sans-serif;
	color: white;
	position: relative;
	top: 125px;
	left: 120px;
}
#header h1 a {
	color: white;
}
#header #time {
	font-size: 9pt;
	color: white;
	position: relative;
	top: 135px;
	padding-right: 5px;
	text-align:right;
}
#sidebar1 {
	float: left; 
	width: 180px; 
	color: white;
	padding: 20px 0px 20px 0px;
}
#sidebar2 {
	float: right;
	width: 160px; 
	padding: 15px 10px 15px 20px;
}
#mainContent { 
	float: left;
	width: 550px;
	padding: 20px 10px 10px 10px;
} 
.entry p { 
	margin-bottom: 1em;
}
#cleaner {
	clear:both;
}
#footer { 
	padding: 10px 10px 10px 20px;
	background:#b32d2b;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	margin: 0;
} 
#footer a, #footer a:link, #footer a:active {
	color: #ccc;
}
#footer p {
	margin: 0;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar1 li {
	font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	display: block;
	font-weight:bold;
	line-height: 18pt;
}
#sidebar1 li a {
	color: #ccc;
	padding: 4px 8px;
	text-decoration: none;
}
#sidebar1 li a:hover {
	background: url("images/hover.gif") left center no-repeat;
	color: #fff;
}
#search {
	padding: 10px 10px 10px 10px;
	float: right;
}
form ul {
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
form li {
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}
form li:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.buttons:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.buttons {
	clear:both;
	display:block;
	margin-top:10px;
}
* html form li {
	height:1%;
}
* html .buttons {
	height:1%;
}
* html form li div {
	display:inline-block;
}
form li div {
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}
form li span {
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}
form li div.left {
	display:inline;
	float:left;
	width:48%;
}
form li div.right {
	display:inline;
	float:right;
	width:48%;
}
form li div.left .medium {
	width:100%;
}
form li div.right .medium {
	width:100%;
}
.clear {
	clear:both;
}
form li div label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}
form li span label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}
.buttons input {
	font-size:120%;
	margin-right:5px;
}
label.description {
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}
input.text {
	background:#fff url("images/shadow.gif") repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}
input.file {
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}
textarea.textarea {
	background:#fff url("images/shadow.gif") repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}
select.select {
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url("images/shadow.gif") repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}
input.currency {
	text-align:right;
}
input.checkbox {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}
input.radio {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}
label.choice {
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}
select.select[class] {
	margin:0;
	padding:1px 0;
}
*:first-child+html select.select[class] {
	margin:1px 0;
}
.safari select.select {
	font-size:120% !important;
	margin-bottom:1px;
}
input.small {
	width:25%;
}
select.small {
	width:25%;
}
input.medium {
	width:50%;
}
select.medium {
	width:50%;
}
input.large {
	width:99%;
}
select.large {
	width:100%;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}
.alignleft { float: left; }
.alignright { float: right; }
.entry img { margin-right: 10px; margin-bottom: 10px; }
.banner { margin-bottom: 10px; }