@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
}

/* Set medium font size smaller */
body {
	font-size: 75%;
	background: url(../images/bodybg.jpg) repeat;
}

/* Header Area */
#header {
	background-image: url(../images/headbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 106px;
	position: relative;
	z-index: 10;
}

#header_name {
	background: url(../images/brian_header.jpg) no-repeat;
	height: 106px;
	width: 287px;
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 15;
}

#header_name h1, #header_name h2 {
	display: none;
}

/* Top Site Nav */
#nav {
	height: 43px;
	width: 100%;
	background: url(../images/nav_bg.jpg) repeat-x;
}

#nav h3 {
	display: none;
}

#nav ul {
	margin: 0 0 0 15px;
	padding: 10px 0;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav ul li a {
	font-family: Georgia, Times, serif;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	font-size: 18px;
	padding: 0 1px;
	vertical-align: middle;
}
/* End Nav */

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* Page Content */
#content {
	width: 1000px;
	height: auto;
}

/* 3 col layout */
#col3l {
	width: 340px;
	float: left;
}

#col3m {
	width: 370px;
	float: right;
}

#col3r {
	width: 225px;
	float: right;
	padding-left: 12px;
	border-left: #ccc solid 1px;
	margin: 10px 5px 10px 0;
}

#enclose {
	float: left;
	width: 720px;
	height: 100%;
	margin: 10px 10px 10px 15px;
	_margin: 10px; /*IE6 Fix*/
}

/* 2 col layout with content left */
#pagel {
	width: 520px;
	float: left;
	margin: 10px 10px 10px 15px;
}

#pager {
	width: 420px;
	float: right;
	margin: 10px 5px 10px 0;
	padding-left: 12px;
	border-left: #ccc solid 1px;
}

/* 2 col layout with content right */
#pagel2 {
	width: 280px;
	float: left;
	margin: 10px 10px 10px 15px;
}

#pager2 {
	width: 530px;
	float: right;
	min-height: 425px;
	_height: 425px; /*IE6 Fix*/
	margin: 10px 145px 10px 0;

}

/* blog layout with content left */
#blogl {
	border-right-color: #666666;
	width: 660px;
	min-height: 450px;
	_height: 450px; /*IE6 Fix*/
	float: left;
	margin: 10px 10px 10px 15px;
	padding-right: 12px;
	border-right: #CCC solid 1px;
}

#blogr {
	width: 280px;
	float: right;
	margin: 10px 5px 10px 0;
}

.clearboth {
	clear: both;
}

#fullwidth {
	width: 970px;
	margin: 10px 15px;
	min-height: 350px;
	_height: 350px; /*IE6 Fix*/
}

/* footer area */
#footer {
	padding-top: 1px;
	padding-bottom: 1px;
	width: 1000px;
	height: auto;
	margin-top: 0;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 20;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: .9em;
	color: #666;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}


/* Text Styles */
h1, h2, h3, h4 {
	font-family: Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #e07a13;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

p, li, .paragraphtype2, table, h6 {
	font-family: Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: black;
	text-decoration: none;
}

h6 {
	font-size: 1em;
	margin-top: 0;
}

a, a:visited {
	color: #bc6711;
	text-decoration: underline;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* Login Form formating */
#login fieldset {
	
	border: none;
	margin: 0px;
	padding: 0px;
}

#login form {
	border: none;
	margin: 0px;
	padding: 0px;
}

#login label {
	color: #444;
	display: block;
	margin-top: 5px !important;
}

#login input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#login input {
	width: 100%;
}
#login #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#login h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#login #forgotpsswd {
	font-size: 70%;
	display: block;
	float: right;
	margin-top: -25px;
}

/* End Login Form */

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid gray;
    margin: 0px !important;
    padding: 5px 5px 5px 0px !important;
    color: #ff9900;
    font-size: 1.2em;
}
.ditto_summaryPost .ditto_info, .ditto_summaryPost {
    padding: 5px 5px 5px 0px !important;
    font-size: 1.2em;
    color: black;
}
.ditto_link {
    font-size: .9em;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #666666;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #666666;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #666666; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #333;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #666666; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #333333;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* End blog section */
