
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

body {
	padding: 0;
	margin: 0;
	font-family: Whitney, "Myriad Pro", MyriadPro, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	text-align: left;
	color: #000;
	background: whitesmoke url(http://a1.twimg.com/profile_background_images/39495666/octotom.png) repeat fixed 0 0;
}

A:link {
	color: #557799;
	text-decoration: none;
}

A:hover {
	color: #997755;
	text-decoration: none;
	border-bottom: sollid #997755 1px;
}

A:visited {
	color: #557799;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

p A:link {
	color: #557799;
	border-bottom: solid #557799 1px;
}

p A:hover {
	color: #997755;
	border-bottom: solid #997755 1px;
}

blockquote {
	padding-left: 26px;
	padding-right: 26px;
	margin: 0 0 18px 0;
}


/* miscell. styles */

h1 a {
	font-size: 26px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: "Helvetica Neue";
	text-align: center;
	display: block;
}

#side h1.logo a {
	background: white url(http://www.twangville.com/wp-content/themes/thetroz/logo-thetroz.png) no-repeat 0 0;
	height: 41px;
	width: 251px;
}
#side h1.logo a:hover {
	background: white url(http://www.twangville.com/wp-content/themes/thetroz/logo-thetroz.png) no-repeat 0 -41px;
}
#side h1.logo span {
	display: none;
}

h2 {
	font-size: 26px;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}

h2 .smaller {
	font-size: 16px;
	color: #aaaaaa;
}

h3 {
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 12px 0;
	padding: 0;
}

.dim {
	color: #cccccc;
}

sup {
	line-height: 0px;
}


/* bounding box */

#t, #b {
	left: 0;
	right: 0;
	height: 20px;
	position: fixed;
	display: block;
	background-color: #dfff0c;
	z-index: 42;
}

#l, #r {
	top: 0;
	bottom: 0;
	width: 20px;
	position: fixed;
	display: block;
	background-color: #dfff0c;
	z-index: 42;	
} 

#t {
	top: 0;
	background: url(/images/border/blue/t.gif) repeat-x;
}

#b {
	bottom: 0;
	background: url(/images/border/blue/b.gif) repeat-x;
}

#l {
	left: 0;
	background: url(/images/border/blue/l.gif) repeat-y;
}

#r {
	right: 0;
	background: url(/images/border/blue/r.gif) repeat-y;
}

#tl, #tr, #bl, #br {
	height: 20px;
	width: 20px;
	position: fixed;
	display: block;
	z-index: 666;
}

#tl {
	top: 0;
	left: 0;
	background: url(/images/border/blue/tl.gif);
}

#tr {
	top: 0;
	right: 0;
	background: url(/images/border/blue/tr.gif);
}

#bl {
	bottom: 0;
	left: 0;
	background: url(/images/border/blue/bl.gif);
}

#br {
	bottom: 0;
	right: 0;
	background: url(/images/border/blue/br.gif);
}


/* main structure */

#easel {
	width: 908px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#canvas {
	float: left;
	width: 858px;
	margin: 50px 25px;
	padding: 0;
	text-align: center;
}

#main {
	float: left;
	width: 500px;
	margin: 0;
	padding: 20px;
	text-align: left;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#side {
	float: right;
	width: 251px;
    margin-left: 560px;	
	padding: 20px;
	text-align: left;
    position: fixed;
    background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#single {
	width: 500px;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* miscell. structure */

.brush {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin:0;
	padding:0;
	background:transparent;
}


/* top bar */

#intro_c {
	width: 908px;
	margin: 40px auto 0 auto;
	padding: 0;
	clear: both;
}

#intro {
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	font-weight: normal;
	width: 858px;
	margin: 0 25px 0 25px;
	padding: 0;
	text-align: left;
}

#intro img {
	float: left;
	margin: 2px 20px 0 0;
}

#intro p {
	margin: 0;
	padding: 0;
	color: #999999;
}

#intro p A:link, #intro p A:active, #intro p A:visited, #intro p A:hover {
	color: #557799;
}

#introbar {
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 21px 0 30px 0;
	background-color: #d0d0d0;
	clear: both;
}


/* footer */

#footer {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	color: #ccc;
}

#footer a {
	border-bottom: none;
}

#footer a:hover {
	border-bottom: 1px solid #997755;
}

#searchfield {
	color: #ccc;
	float: right;
}


/* sidebar */

#side
{
	font-size: 12px;
}
#side h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 4px 0;
	padding: 14px 0 0 0;
}

#side h4 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 8px 0;
	padding: 14px 0 0 0;
}

#side > h4:first-child {
	padding: 0;
}

#side h5 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 1px 0;
	padding: 0;
}

#side h6 {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: -8px 0 4px 0;
	padding: 0;
}

#side p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

#side ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#side ul li
{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	color: #fff;
	background-color: #000;
	background-position: 5px 6px;
	border-bottom: none;
}

#side ul li A:link, #side ul li A:visited {
	color: #557799;
/*	border-bottom: solid #557799 1px; */
}

#side ul li A:hover {
	color: #997755;
	text-decoration: none;
	border-bottom: solid #997755 1px;
}


/* front page posts */

.post {
	padding: 15px;
	margin: 0;
	background-color: #ffffff;
}

.post h2 {
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #ccc;
	text-decoration: none;
	border-width: 0;
	margin: 0;
	padding: 10px 0;
}

.post h2 A:link, .post A:visited {
	color: #557799;
/*	border-bottom: dotted #cccccc 1px; */
}

.post h2 A:hover {
	color: #997755;
	text-decoration: none;
	border-bottom: solid #997755 1px;
	padding: 5px 0;
}

.post a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.post a:link, .post a:visited {
	color: #557799;
/*	border-bottom: dotted #cccccc 1px; */
}

.post a:hover {
	color: #997755;
	text-decoration: none;
	border-bottom: solid #997755 1px;
}

.post ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 3px solid #ccc;
}
.post ul li {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}

.post ul li a {
	font-size: 20px;
}


.meta {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #999999;
	padding: 0;
	margin: 3px 0;
}

.meta A:link
{
	color: #557799;
	text-decoration: none;
	border: none;
}

.meta A:hover
{
	color: #997755;
	text-decoration: none;
	border-bottom: solid #997755 1px;
}

.dandyid_publicserviceswidget .poweredby {
	color:#333333;
	font-family:verdana,sans-serif;
	font-size:7px;
	padding: 0 0 12px;
	display: none;
}
