/* ellerandall.com */

body {
	background-color: #000000;	
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #333;	
}

a:link { color: #ee8800; text-decoration: none; }
a:visited { color: #AA5500; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }
a:active { color: #ee8800; text-decoration: none; }

:focus { outline: 0; }

img { border:0; }

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	_display: none;
}

/* layout */

#container {
	width: 700px;
	height: auto;
	margin: 0px auto;
}

#header {
	background-image: url(images/headers/rotate.php);
	background-repeat: no-repeat;
	background-position: top center;
	width: 680px;
	height: 269px;
	margin: 0px 10px 10px 10px; /* top, right, bottom, left */
	padding: 0px;
}

#header .login {
	position: relative;
	top: 20px;
	left: 7px;
	width: 400px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ccc;	
}

#header .nav {
	position: relative;
	top: 238px;
	left: 7px;
	width: 660px;
	font-size: 9px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
}

#header a:visited { color: #ee8800; }
#header a:hover { color: #fff;; }

#header a:link.navlink { color: #aaa; }
#header a:visited.navlink { color: #aaa; }
#header a:hover.navlink { color: #ccc; }
#header a:active.navlink { color: #aaa; }


#leftcontent {	
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	padding-left: 5px;
	width: 445px; /* minus padding */
	_width: 450px;
	w\idth: 445px; /* minus padding */
	height: auto;
	/*border: 1px solid #000;*/
}

#leftcontent a:hover { background-color: #ee8800; color: #fff;}
#leftcontent a:hover.none { background-color: #fff; color: #999;}

#rightcontent {
	float: right;
	margin-right: 21px;
	_margin-right: 10px;
	width: 200px;	
	height: auto;
	/*border: 1px solid #000;*/
}

#rightcontent a:hover { background-color: #777; color: #fff;}
#rightcontent a:hover.none { background-color: #eee; color: #777;}

#rightcontent .hdr {
	color: #000000;
}


#footer {
	background-image: url(images/bot.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
	margin-top: 10px;
}

#footer .txt {
	position: relative;
	top: 30px;
	left: 10px;
	width: 660px; /* minus padding */
	_width: 680px;
	w\idth: 660px; /* minus padding */	
	height: auto;
	background-color: #fff;
	padding: 10px 10px 0px 10px;  /* top, right, bottom, left */
	/*border: 1px solid #000;*/
}

#footer .section {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 210px;	
	/*border: 1px solid #000;*/
}

#footer a:hover { background-color: #ee8800; color: #fff; }

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
}


/* headers */

.hdr {
	font-size: 12px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ee8800;
	/*color: #000000;*/
	margin-bottom: 10px;
}

#footer .hdr {
	font-size: 11px;
	color: #000000;
	margin-bottom: 5px;
}

.txthdr {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin: 10px 0px 10px 0px;  /* top, right, bottom, left */
}

.title {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}

.date {
	float: left;
	margin: -3px 5px 0px 0px;  /* top, right, bottom, left */
	padding: 6px 5px 5px 5px;  /* top, right, bottom, left */
	width: 35px;
	font-size: 9px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #888;		
	text-transform: uppercase;
	text-align: center;
	background-image: url(images/date.gif);
	background-repeat: no-repeat;
	height: 25px;
}

/* txt */

i, em {
	font-family: verdana,arial,sans-serif;	
}

.oh  {
	color: #ee8800;
}

.itsy {
	font-size: 9px;
	font-family: tahoma,verdana,arial,sans-serif;
}

.smallg {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #777;
}

.smallnote  {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #777;  /* font color */
	margin-top: -7px;
	margin-bottom: 20px;
}

.blogbody {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #333;
	padding-bottom: 10px;
	margin: 15px 0px 15px 0px;  /* top, right, bottom, left */
	border-bottom: 1px solid #ddd;
	clear: both;
}

.combody {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #333;
	padding-bottom: 10px;
	margin: 10px 0px 5px 0px;  /* top, right, bottom, left */
	border-bottom: 1px solid #ddd;
	clear: both;
}

.msgcontent {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #ee8800;
	padding: 5px;
	margin: 10px 0px 10px 0px;  /* top, right, bottom, left */
	height: 1%;
}

html>body .msgcontent {
	height: auto;
}

.error  {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #ee8800;  /* font color */
	margin: 0px 0px 5px 0px;  /* top, right, bottom, left */
}

.quote  {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;	
	color: #666666;  /* font color */	
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	width: 410px;
	padding: 15px;
}

.kposi  {
	font-size: 9px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #777;  /* font color */
	margin: 0px 0px 5px 18px;  /* top, right, bottom, left */
}

/* ---------- tables ----------*/

#table {
	height: 1%;
}

	#table .leftcell {
		float: left;
		padding: 0px 0px 6px 0px;
		margin-right: 10px;
	}
	
	#table .rightcell {
		float: left;
		padding: 0px 0px 6px 0px;
	}


/* forms */

form { display: inline; }

input,textarea,select {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #333;  /* font color */
}

.formtxt {
	float: left;
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #333;
	width: 120px;
	height: 17px;
	text-align: right;
	padding-top: 3px;
	margin-bottom: 10px;
	/*border: 1px solid #000;*/
}

.formelement {
	float: right;
	width: 320px;
	height: 20px;
	margin-bottom: 10px;
	/*border: 1px solid #000;*/
}

.formerror  {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #ee8800;  /* font color */
	padding-left: 125px;
	margin-top: -10px;
	margin-bottom: 10px;
	clear: both;
	/*border: 1px solid #000;*/
}

.inputform {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #000000;  /* font color */
	width: 150px;
}

.inputformerror {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #000000;  /* font color */
	background-color: #FBE6C8;
	width: 150px;
}

/* photos */

.blogphoto {
	border: 1px solid #777;
	margin: 5px 0px 5px 0px;  /* top, right, bottom, left */
}

.blogphotosm {
	float: left;
	border: 1px solid #777;
	margin: 5px 10px 5px 0px;  /* top, right, bottom, left */
}

.blogphotosm2 {
	float: left;
	margin: 5px 10px 5px 0px;  /* top, right, bottom, left */
}

.wkphoto {
	border: 1px solid #ccc;
	margin: 0px 0px 15px 0px;  /* top, right, bottom, left */
	clear: both;
}

/* extras */

.line {
	margin: 15px 0px 15px 0px;  /* top, right, bottom, left */
	border-bottom: 1px solid #ddd;
	clear: both;
}

.kposiicon {
	margin: 5px 5px -3px 0px;  /* top, right, bottom, left */
}

.icon {
	margin: 3px 3px -1px 0px;  /* top, right, bottom, left */
}

.icon2 {
	margin: 3px 1px -1px 0px;  /* top, right, bottom, left */
}

.icon3 {
	margin: 3px 1px -1px 5px;  /* top, right, bottom, left */
}

/* twitter */
#twitter_div { margin: 0;}

ul#twitter_update_list  { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}
	
ul#twitter_update_list li {
	background-image: url(images/icons/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em; 
	display: block;
	padding-left: 16px;
	margin-bottom: 5px;
}

/* admin */

.adminhdr {
	font-size: 12px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
}

/* ---------- bloggers only ----------*/

#admin {}

	#admin .box {
		background-color: #eee;
		border: 1px solid #ddd;
		padding: 5px;
		font-size: 11px;
		margin: 10px 0px -7px 0px;
	}


