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

html, body {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 40px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	height: 100%;
}

/* Set medium font size smaller */
body {
	font-size: 70%;
}

/* Container for all page content to live in */
#container {
	margin: auto;
	width: 950px;
}

/* Header Area */
#header {
	width: 950px;
	height: 122px;
	background-image: url(../images/header.jpg);
}

/* Top Site Navigation */
#nav {
	width: 950px;
	height: 38px;
}

#nav ul {
	padding: 0;
	margin: 0;
}

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

#nav ul li a {
	float: left;
	overflow: hidden;
	padding: 38px 0 0 0;
	height: 0px;
}

.navsep a {
	width: 4px;
	background: url(../images/nav/navsep.jpg) no-repeat;
}

.home a {
	width: 76px;
	background: url(../images/nav/homebt.jpg) no-repeat;
}

.meettim a {
	width: 103px;
	background: url(../images/nav/meettimbt.jpg) no-repeat;
}

.events a {
	width: 79px;
	background: url(../images/nav/eventsbt.jpg) no-repeat;
}

.faq a {
	width: 80px;
	background: url(../images/nav/faqbt.jpg) no-repeat;
}

.bookbuzz a {
	width: 111px;
	background: url(../images/nav/bookbuzzbt.jpg) no-repeat;
}

.buythebook a {
	width: 136px;
	background: url(../images/nav/buythebookbt.jpg) no-repeat;
}

.resources a {
	width: 106px;
	background: url(../images/nav/resourcesbt.jpg) no-repeat;
}

.timstake a {
	width: 117px;
	background: url(../images/nav/timstakebt.jpg) no-repeat;
}

.contact a {
	width: 110px;
	background: url(../images/nav/contactbt.jpg) no-repeat;
}

/* End Nav Area */

/* Class to clear floats */
.clearboth {
	clear: both;
}

/* Container for page content */
#main {
	width: 950px;
	padding: 0;
	background: url(../images/leftcontentbg.png);
	background-repeat: repeat;
	height: 100%;
}

/* Nested container within main div */
#maincontent {
	padding: 0;
	position: relative;
	height: 100%;
}

/* Left content area within maincontent div used on homepage */
#contentleft {
	width: 290px;
	padding: 10px 10px 10px 30px;
	position: absolute;
	left: 0;
	top: 0;
}

/* Left content area for when using rightfull */
#contentleftsmall {
	width: 230px;
	padding: 10px 10px 10px 30px;
	position: absolute;
	left: 0;
	top: 0;
}

/* Middle content area within maincontnet div used on homepage */
#contentmiddle {
	width: 405px;
	padding: 10px;
	position: relative;
	left: 310px;
	top: 0;
	min-height: 515px;
}

/* Right bar content area within maincontent div used on homepage */
#contentright {
	width: 195px;
	padding: 0px 10px 0px 10px;
	height: 100%;
	background: url(../images/rightbarbg.png);
	background-repeat: repeat;
	position: absolute;
	top: 0;
	right: 0;
}

/* Left content with no left sidebar */
#contentleftfull {
	width: 715px;
	padding: 10px ;
	position: relative;
	left: 0;
	top: 0;
	min-height: 500px;
}

/* Right content for 2 column */
#contentrightfull {
	width: 680px;
	padding: 10px ;
	position: relative;
	left: 250px;
	top: 0;
	min-height: 500px;
}

/* Content area that fills page width */
#contentfull {
	width: 910px;
	padding: 10px 20px 10px 20px;
	position: relative;
	left: 0;
	top: 0;
	min-height: 300px;
}

/* Footer Area */
#footer {
	padding-top: 10px;
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	color: #666;
	text-decoration: none;	
}

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

#footer a:hover, #footer a:active {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

/* Header Styles */
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #d2242a;
	text-transform: none;
	text-align: left;
} 

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.6em;
}

#contentleft h4 {
	margin-top: 0;
	padding-top: 0;
}

h5 {
	font-size: 1.05em;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Text Styles */
p, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: black;
	text-transform: none;
	text-align: left;
}

p {
	font-size: 1em;
}

h6 {
	font-size: 1.05em;
	font-weight: normal;
	margin-top: 0;
	padding-left: 5px;
}

/* Remove blue line around images */
img {
	border-style: none;
}

/* Remove dotted outline on links in firefox */
a:focus {
	-moz-outline-style: none;
}

/* 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: black;
    font-size: 1.2em;
}
.ditto_summaryPost .ditto_info {
    padding: 5px 5px 5px 0px !important;
    font-size: 1em;
    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 */
