
/* ---------------------------------------------------------------------------------------------------------

The Wordslinger
http://www.thewordslinger.com/

Design, Code, and Content: Tony Scialdone
tony@straightstreetdesign.com

Database Structure, Interactivity, and Management: DotComOnomics
Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

--------------------------------------------------------------------------------------------------------- */

/* UNIVERSAL DECLARATIONS */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
	margin: 0; padding: 0;
	background: transparent;
	border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline; }
:focus { outline: 0; }


/* Block Level Elements */

body {
	margin: 0;
	padding: 0 0 77px 0;
	background: #000 url(../images/bg_body2.jpg);
	background-attachment: fixed;
	font-size: 100.01%; }

#wrap {
	margin: 28px auto;
	width: 900px;
	background: #fff;
	color: #006;
	font: 0.8em/1.5em verdana, arial, sans-serif;
	border: 14px solid #4f615f; }

#nav {
	margin: 0;
	width: 100%; }

#header {
	height: 383px;
	background: #ccc;
	border-bottom: 14px solid #4f615f; }

#contentwrap {
	float: left;
	padding: 7px 0 49px 0;
	width: 100%;
	background: url(../images/bg_content.gif) repeat-y left top; }

#primary { 
	float: left;
	width: 600px; }

* html #primary { float: left; width: 598px; }

.item { text-align: justify; }

#secondary { 
	float: right;
	width: 290px; 
	background: #b9c2c2; }
	
* html #secondary { float: right; width: 270px; }

#footer {
	clear: both;
	height: 100px;
	background: #ccc;
	border-top: 3px solid #4f615f; }


/* NAVIGATION */

#nav {
	margin: 14px 0 0 0;
	padding: 0;
	width: 100%; }

#nav li {
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	text-align: left; }

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	padding: 0;
	font-weight: bold;
	font-size: 118%;
	color: #4f615f;
	text-decoration: none;
	letter-spacing: -1px; }

#nav a:hover { color: #4a78d0; }

a:link,
a:visited,
a:hover,
a:active {
	font-weight: bold;
	color: #4f615f;
	text-decoration: underline; }

a:hover { color: #00f; text-decoration: none; }
a:focus { background: none; }

#footer a { 
	text-decoration: none;
	font-weight: normal;
	color: #333; }
	
a#dco {
	display: block; 
	margin: 35px auto; 
	width: 800px;
	text-align: center; }

a.button {
	clear: both;
	display: block; display: inline;
	top: 14px;
	margin-right: 14px;
	padding: 2px 14px;
	width: auto;
	background: #4f615f;
	font-weight: normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #c2c2c2; }

a.button:hover { color: #fff; }

#secondary a:link,
#secondary a:visited,
#secondary a:hover,
#secondary a:active {
	padding: 0;
	font-weight: bold;
	font-size: 118%;
	color: #4f615f;
	text-decoration: none;
	letter-spacing: -1px; }

#secondary a:hover { color: #4a78d0; }


a.pagerNext:link,
a.pagerNext:visited,
a.pagerNext:active,

a.pagerPrev:link,
a.pagerPrev:visited,
a.pagerPrev:active {
	display: block;
	display: inline;
	margin: 0 0 0 21px;
	padding: 2px 9px 3px 9px;
	width: 100%;
	height: 25px;
	background: #f9f9f9;
	color: #00f;
	text-align: center;
	text-decoration: none; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	white-space: nowrap;
	border-top: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	box-shadow: 0px 2px 5px #ddd;
	-moz-box-shadow: 0px 2px 5px #ddd;
	-webkit-box-shadow: 0px 2px 3px #ddd; }

a.pagerPrev { margin-left: 0px; }	
	
a.pagerNext:hover, a.pagerPrev:hover { color: #f00; }
a.pagerNext:active, a.pagerPrev:active { top: 2px; }


/* HEADLINES */

h1 {
	clear: both;
	margin: 21px 0 0 42px;
	font-size: 200%;
	font-weight: normal;
	color: #006;
	text-align: left; 
	letter-spacing: -2px; }

h2 {
	clear: both;
	margin: 21px 0 0 28px;
	line-height: 1.3em;
	font-size: 173%;
	font-weight: normal;
	color: #006;
	letter-spacing: -2px; }
	
.post h2, .post h2 a { 
	margin-bottom: 28px; 
	line-height: 1.3em;
	text-align: left; }

#secondary h2 { margin-bottom: 7px; }


h3 {
	clear: both;
	margin: 21px 0 0 0;
	font: normal 145%/1.3em verdana, arial, sans-serif;
	color: #4f615f;
	letter-spacing: -2px;
	text-indent: 0; }

#commentForm h3 {
	margin-bottom: -10px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #4a78d0; }


/* PARAGRAPHS */

p {
	clear: both;
	margin: 28px;
	text-align: justify; }
	
	
.excerpts p { margin-bottom: 0; }
p.more { margin-top: 1em; }
	

.item {
	margin: 14px; }

.item h2 { margin: 21px 0 14px 0; }

#secondary p { margin: 28px 14px 0 0; }
#secondary ul { margin: 0 0 14px 28px; }

#footer p {
	text-align: center;
	font-size: 90%;
	line-height: 77px;
	color: #333; }

/* Twitter */

#twittercontainer {
	position: relative;
	top: 14px;
	right: 10px;
	width: 300px;
	height: 170px;
	background: transparent url(../images/twitterbg.jpg) no-repeat 1px top; }

#twitter_div {
	float: right;
	right: 25px;
	margin: 21px 0 0 0;
	padding: 0;
	background: transparent; }

#twitter_div li {
	margin: 0;
	width: 170px;
	color: #00f;
	text-align: right; }

ul#twitter_update_list {
	width: 170px;
	background: transparent;
	border: 0; }

#secondary ul#twitter_update_list span a {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 100%;
	color: #f00;
	text-decoration: none;
	border: 0; 
	text-shadow: none; }

#secondary ul#twitter_update_list a { display: none; }


#secondary a#twitter-link:link,
#secondary a#twitter-link:visited,
#secondary a#twitter-link:active {
	position: absolute;
	display: block;
	bottom: 25px;
	right: 35px;
	width: 160px;
	height: 1.4em;
	background: transparent;
	font-size: 77%;
	color: #f00;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px; 
	white-space: nowrap; 
	border: 0; }
#secondary a#twitter-link:hover { color: #00f; }


/* CLASSES */

.center {
	display: block;
	margin: 14px auto;
	text-align: center; }

.fright {
	display: block; display: inline;
	float: right;
	margin: 14px 0 14px 14px; }

.fleft {
	float: left;
	margin: 14px 14px 14px 0; }

strong { font-weight: bold; }
em { font-style: italic; }


/* LISTS and STUFF */

ul { margin: 21px; }
li { margin: 0 28px; }

#secondary ul li { list-style-type: none; margin-left: 0; }

#content li.none { background: none; }

#content ul li {
	margin-bottom: 7px;
	padding-left: 14px;
	background: url(../images/li.gif) no-repeat 0px 6px; }
	
body#postarchive #primary ul { list-style-type: none; }
body#postarchive #primary ul li { margin-bottom: 5px; }
body#postarchive #primary ul li a { text-decoration: none; }
body#postarchive #primary ul li a:hover { text-decoration: underline; }


dl { margin: 14px 0; }

dt {
	margin: 14px 0 0 0;
	font-weight: bold;
	font-size: 105%;
	color: #006;
	text-transform: uppercase; }

dd { margin: 3px 0 0 14px; }

acronym {
	cursor: help;
	font-weight: bold;
	color: #4a78d0;
	border-bottom: 1px dashed #4f615f;  }

* html #secondary img {
	display: block;
	margin: 14px 0 0 21px;
	padding: 3px;
	height: 1%;
	background: #fff;
	border: 1px solid #666; }

img[src ^='images/andy'] {
	display: block;
	margin: 21px 0 0 12px;
	padding: 3px;
	background: #fff;
	border: 1px solid #666; }

img.pic {
	display: block;
	margin: 21px 0 0 12px;
	padding: 3px;
	background: #fff;
	border: 1px solid #666; }
	
.postbody img {
	display: block;
	margin: 0 auto 0 auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #666; }

#primary img.noborder {
	padding: 0;
	border: 0; }
	
#primary img.normal {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	border: 0; }
	
img.picblock {
	display: block; right: 6px;
	margin: 21px auto;
	padding: 3px;
	background: #fff;
	text-align: center; 
	border: 1px solid #666; }
	
.postbody img {
	display: block; 
	margin: 21px auto;
	padding: 3px;
	background: #ccc;
	text-align: center; 
	border: 1px solid #666; }
	
img.broodingbig {
	display: block; 
	margin: 21px auto 42px auto;
	text-align: center; }
	
	
object {
	display: block;
	margin: 21px auto; }
	

/* FORMS */

form#genform { margin: 28px 21px 0 28px; }

#secondary form { margin-left: 14px; }

label {
	clear: both;
	display: block;
	margin-top: 14px;
	font-weight: bold;
	color: #4f615f;
	text-transform: uppercase;
	letter-spacing: -1px; }

label span { color: red; }

input {
	display: block;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: bold 100%/1.3em verdana, arial, sans-serif;
	color: #4f615f;
	border: 1px solid #c2c2c2; }

input[type $='hidden'] { display: none; }

input[id $='cappy'] { margin-top: 7px; width: 230px; }
img[src $='includes/capimage.php'] { top: 9px; left: 4px; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 480px;
	height: 210px;
	background: #fff;
	font: normal 100%/1.3em verdana, arial, sans-serif;
	color: #4f615f;
	border: 1px solid #c2c2c2; }

textarea[name $='comment'] { margin: 28px 0 0 0; }


select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input[type $='submit'] {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #4f615f;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }
	
input.button {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #4f615f;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }

#secondary input[type $='submit'] { margin-top: 7px; }


/* TABLES */

table {
	margin: 21px auto;
	width: 538px; }

td {
	height: 1.7em;
	font-weight: bold; }


/* WRITE STUFF */

textarea[name $='body'] {
	margin: -5px 0 0 0;
	padding: 7px 4px 4px 4px;
	width: 490px;
	border: 1px solid #4a7bd2; border-top: 0; }
	
	
/* Polls */

div.poll { 
	clear: both; 
	right: 4px;
	margin: 42px auto;
	width: 233px;
	background: #b3b3b3;
	border: 1px solid #006; }

div.poll h2 { 
	margin: 0; 
	padding: 3px 0 4px 0;
	width: 100%;
	background: #006;
	line-height: 1.1em; 
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase; 
	letter-spacing: 0;
	color: #fff; }
	
div.poll p { 
	clear: both;
	margin: 0 7px 7px 7px; 
	padding: 0;
	font-weight: bold; 
	color: #006; 
	text-align: left; }
#secondary div.poll p { margin: 0 7px 7px 7px; }
	
div.poll form { 
	margin: 7px; 
	padding: 0; }
#secondary div.poll form { margin: 7px; }
	
div.poll input.submit { 
	display: block;
	clear: both;
	margin: 14px 0 0 0;
	width: auto;
	background: #006; 
	color: #fff; }
	
div.poll .radiobutton { 
	display: inline; 
	margin: 0 0 0 7px; 
	width: 28px;
	background: transparent; 
	border: 0; }
    
    
#pad { padding: 0 14px; text-align: justify; }
    
/* Post Styles */

.post { 
	margin-bottom: 77px; }
	


p.postcategory {
	margin: 0 0 0 42px;
	padding: 0;
	font-size: 80%; 
	text-align: left; }

.post h2 { margin-bottom: 0; }
.post h2+p.time { margin: 7px 0 42px 14px; }
	
p.posttags { 
	margin: 0 0 0 42px;
	padding: 0;
	font-size: 80%;
	text-align: left; }
    
p.moderatecomments a, p.moderatepost a { 
	margin: 0 0 0 14px;
	font-size: 85%; 
	color: #f00; }
	
p.comments a { 
	color: #f00; 
	text-decoration: none; }
	
p.comments a:hover { 
	color: #4a78d0; 
	text-decoration: underline; }

    
a[href^='admin/moderate.php'] {
	margin: 0;
	color: #f00;
	text-decoration: none; }

.comment_post {
	padding: 0 14px 7px 14px;
	background: #e9effa;
	border-top: 1px solid #4a78d0; }

.comment_post h3 a { font-weight: normal; }

.comment_post p.time { margin: 14px 0 21px 0; }


p.time {
	margin: 14px 0 14px 35px;
	background: url(/images/clock.gif) no-repeat left top;
	font-size: 80%;
	line-height: 10px;
	text-indent: 14px;
	letter-spacing: -1px; }
	
p.indextime {
	margin: 7px 0 28px 35px;
	background: url(/images/clock.gif) no-repeat left top;
	font-size: 80%;
	line-height: 10px;
	text-indent: 14px;
	letter-spacing: -1px; }

#commentForm, .comment_post { margin: 49px 28px 21px 28px; }


#examiner {
	display: block;
	margin: 42px auto;
	width: 125px; 
	text-align: center; }










