@charset "UTF-8";
/* CSS Document */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
	text-align:center;
	line-height:20px;
}
a {
	color:#000;
	text-decoration:underline;
} 
a:hover {
	color:#00CCFF;
	text-decoration:none;
}
a img {
	border:0px;
}
pre {
	margin:0px;
	padding:0px;
}
h1 {
	margin-top:35px;
	font-size:18px;
}
h2 {
	margin-top:30px;
	font-size:16px;
}
h3 {
	margin-top:20px;
	font-size:14px;
}
.clear {
	clear:both;
}
#background {
	background:#000 url(images/bg.jpg) center repeat-y;
	border-bottom:2px solid #000;
}
#borderbottom {
	border-bottom:3px solid #00CCFF;
}
#maincontainer {
	position:relative;
	background:#FFF;
	min-height:600px;
	width:900px;
	margin:0 auto 0 auto;
}
#header {
	background:url(images/headerbg.jpg) top left no-repeat;
	position:relative;
	height:78px;
	margin:0 0 30px 0;
	z-index:2;
}
#head {
	width:900px;
	margin:0 auto 0 auto;
	position:relative;
	display:block;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}
#logo #caption {
	position:absolute;
	top:15px;
	left:200px;
	white-space:nowrap;
	font-size:12px;
	color:#333;
	text-align:left;
}
#search {
	position:absolute;
	top:15px;
	right:20px;
}
#search label {
	float:none;
	width:auto;
	font-weight:normal;
	color:#00CCFF;
}
#search input.text {
	border:1px solid #000;
	font-size:11px;
	margin:0 0 0 2px;
	width:165px;
	height:13px;
	text-align:right;
	padding:0 5px 0 5px;
}
#search input.image {
	vertical-align:bottom;
}
#navbar {
	background:url(images/navbg.jpg);
	position:absolute;
	top:46px;
	left:0px;
	width:100%;
	height:32px;
	z-index:1;
}
#navbar #navlinks {
	position:relative;
	width:443px;
	height:32px;
	margin:0 auto 0 auto;
}
#navbar .navlinks {
	float:left;
	display:block;
	overflow:hidden;
	height:32px;
	margin:0 5px 0 5px;
}
#navbar #home {
	width:62px;
}
#navbar #home a {
	text-indent:-1000em;
	background:url(http://www.csswoes.com/wp-content/themes/csswoes/images/home.jpg) no-repeat left top;
	width:62px;
	height:32px;
	display:block;
	overflow:hidden;
}	
#navbar #home a:hover  {
	background-position: -62px 0px;
}	
#navbar #about {
	width:65px;
}
#navbar #about a {
	text-indent:100em;
	background:url(http://www.csswoes.com/wp-content/themes/csswoes/images/about.jpg) no-repeat left top;
	width:65px;
	height:32px;
	display:block;
	overflow:hidden; /* For nested divs in Safari */
}	
#navbar #about a:hover {
	background-position: -65px 0px;
}	
#navbar #subscribe {
	width:107px;
}
#navbar #subscribe a {
	text-indent:200em;
	background:url(http://www.csswoes.com/wp-content/themes/csswoes/images/subscribe.jpg) no-repeat left top;
	width:107px;
	height:32px;
	display:block;
	overflow:hidden; /* For nested divs in Safari */
}	
#navbar #subscribe a:hover {
	background-position: -107px 0px;
}	
#navbar #adv {
	width:89px;
}
#navbar #adv a {
	text-indent:100em;
	background:url(http://www.csswoes.com/wp-content/themes/csswoes/images/adv.jpg) no-repeat left top;
	width:89px;
	height:32px;
	display:block;
	overflow:hidden; /* For nested divs in Safari */
}	
#navbar #adv a:hover {
	background-position: -89px 0px;
}	
#navbar #contact {
	width:70px;
}
#navbar #contact a {
	text-indent:100em;
	background:url(http://www.csswoes.com/wp-content/themes/csswoes/images/contact.jpg) no-repeat left top;
	width:70px;
	height:32px;
	display:block;
	overflow:hidden; /* For nested divs in Safari */
}	
#navbar #contact a:hover {
	background-position: -70px 0px;
}	
#adsense {
	margin:30px 0 30px 0;
}
#side {
	position:relative;
	float:left;
	width:300px;
	text-align:left;
	display:inline;
}
.tl {
	background:url(images/tl.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:12px;
	height:12px;
}
.tr {
	background:url(images/tr.jpg) no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:12px;
	height:12px;
}
.bl {
	background:url(images/bl.jpg) no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
	width:12px;
	height:12px;
}
.br {
	background:url(images/br.jpg) no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	width:12px;
	height:12px;
}
.sidelinks {
	position:relative;
	width:290px;
	background:#00CCFF;
	color:#FFF;
}
.sidelinks .links {
	width:100px;
	float:left;
	display:inline;
	white-space:nowrap;
	margin:10px;
	padding-left:17px;
}
.sidelinks a {
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
}
.sidelinks a:hover {
	color:#000;
	text-decoration:underline;
}
.linkstitle {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:100px;
	margin:0 0 5px 0;
	border-bottom:1px solid #000;
}
#tags {
	margin:20px 10px 0 0;
	padding:10px;
}
#tagtitle {
	background:url(images/tagbg.jpg) center no-repeat;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	text-align:center;
	height:52px;
	line-height:52px;
}
#tagcloud {
	margin-top:-10px;
	margin-bottom:30px;
	line-height:normal;
	text-align:center;
}
.ad {
	margin:10px 0 10px 0;
	text-align:center;
}
#content {
	position:relative;
	float:left;
	width:600px;
	text-align:left;
	display:inline;
}
.post {
	position:relative;
	margin:0 30px 0 30px;
	padding:0 0 20px 0;
	border-right:1px solid #FFF;
	border-bottom:1px solid #00CCFF;
}
.post .posttitle {
	color:#00CCFF;
	font-size:18px;
	font-weight:bold;
	margin: 0;
}
.post .posttitle a {
	color:#00CCFF;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.post .posttitle a:hover {
	text-decoration:underline;
}
.post .posttime {
	color:#333;
	font-size:10px;
}
.post .postbody {
	padding:10px 0 5px 0;
}
.post .postbody a {
	color:#00CCFF;
	font-weight:bold;
	text-decoration:none;
}
.post .postbody a:hover {
	color:#000;
	text-decoration:underline;
}
.post .tags {
	margin:10px 0 0 0;
}
.post .commentlinks {
	float:right;
	padding:0 0 10px 0;
}
.post a.more-link {
	position:relative;
	float:right;
	margin:5px 0 0 0;
	width:60px;
}
#moreposts {
	margin:0 30px 20px 30px;
}
#moreposts a {
	color:#00CCFF;
	font-weight:bold;
	text-decoration:none;
}
#moreposts a:hover {
	color:#000;
	text-decoration:underline;
}
#moreposts .alignleft {	
	float:left;
}
#moreposts .alignright {
	float:right;
}
.relatedposts {
	margin:50px 0 20px 0;
}
.relatedposts .title {
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px 0;
}
.comments {
	position:relative;
	padding:0 30px 0 30px;
}
.comments .commentheader {
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px 0;
}
.comments .commentcont {
	width:500px;
	margin:0 15px 0 15px;
	padding:10px 0 20px 0px;
	border-bottom:1px solid #666;
}
.comments .commentcont .commentauthor {
	color:#333;
	font-size:12px;
	font-weight:bold;
}
.comments .commentcont .commentauthor a {
	font-size:12px;
	font-weight:bold;
}
.comments .commentcont .commenttime a {
	color:#666;
	font-size:10px;
	margin:0 0 5px 0;
	text-decoration:none;
}
.comments .commentcont .commenttime a:hover {
	text-decoration:underline;
}
.comments .commentcont .commentedit {
	position:relative;
	left:506px;
}
.commentpost {
	position:relative;
	margin:20px 30px 0px 30px;
}
.commentpost div {
	position:relative;
}
.commentpost label {
	margin:0 0 0 10px;
	font-size:10px;
	color:#666;
}
.commentpost textarea {
	width:500px;
}
.commentpost .commentposttitle {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0 0 5px 0;
}
.commentpost .req {
	width:505px;
}
.commentpost .submit {
	position:relative;
	width:130px;
	float:right;
	font-size:10px;
	margin:0 0 10px 0;
}
.commentpost .text {
	margin:2px 0 2px 0;
}
.rsstrack {
	padding:20px 0 10px 0;
}
.rsstrack a img {
	vertical-align:middle;
	text-decoration:underline;
}
.archivehead {
	color:#333;
	font-size:20px;
	padding:0 0 10px 20px;
}
.page {
	margin:20px 0 0 0;
	position:relative;
}
.page div {
	position:relative;
}
.page label {
	margin:0 0 0 10px;
	font-size:10px;
	color:#666;
}
.page textarea {
	width:500px;
}
.page .req {
	width:505px;
}
.page .submit {
	position:relative;
	width:130px;
	float:right;
	font-size:10px;
}
.page .text {
	margin:2px 0 2px 0;
}
.page .pagetext {
	font-weight:bold;
}
.page .pagetext a {
	color:#00FFFF;
	text-decoration:none;
}
.page .pagetext a:hover {
	color:#000;
	text-decoration:underline;
}
.codeblocksmall {
	background:#CCC;
	border:1px solid #999;
	width:300px;
	margin:0 auto 50px auto;
	padding:20px;
	white-space:nowrap;
}
.codeblocklarge {
	background:#CCC;
	border:1px solid #999;
	width:500px;
	margin:0 auto 50px auto;
	padding:20px;
	white-space:nowrap;
}
.codeblocksmall pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.codeblocklarge pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.error {
	color:#FF0000;
}
.bottomspacer {
	width:1px;
	height:30px;
}
#footer {
	position:relative;
	width:858px;
	margin:5px auto 5px auto;
	padding:10px 0 10px 0;
	text-align:left;
	border-top:1px solid #00CCFF;
}
#footer .title {
	font-size:14px;
	border-bottom:1px dotted #000;
	width:200px;
	display:block;
	color:#000;
	margin-bottom:10px;
}
#footer td {
	vertical-align:top;
	padding:0 0 0 10px;
	white-space:normal;
}
#footer td p {
	padding:0px;
	margin:0 0 0 10px; 
	text-indent:-10px;
}
#footer td.left {
	width:300px;
	border-right:1px dotted #000;
	padding-right:30px;
}
#footer td.middle {
	width:200px;
	padding:0 30px 0 30px;
}
#footer td.right {
	width:200px;
	border-left:1px dotted #000;
	padding-left:30px;
}
.otherlinks a {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
.otherlinks a:hover {
	color:#00CCFF;
	text-decoration:underline;
}
#extra {
	float:left;
	height:250px;
	width:300px;
	border-right:1px dotted #000;
	margin:10px 0 10px 0;
}
#copyborder1 {
	position:relative;
	border-top:3px solid #00CCFF;
	text-align:center;
	color:#00CCFF;
	font-size:10px;
}
#copyborder2 {
	border-top:2px solid #000;
}
#copy {
	background:#000;
	height:22px;
	border-top:1px solid #00CCFF;
	padding-top:8px;
}
#sideAdv {
	text-align: center;
}

label.textLabel {
	float: left;
	margin: 2px 10px 0 0;	
}

div.inputCont {
    width: 200px;
	float: left;
}

div.stdInputTop {
    background: transparent url(http://csswoes.com/wp-content/themes/csswoes/images/std_input_background.png) no-repeat left top;
    display: block;
    padding-left: 6px;
    min-width: 50px;
}

div.stdInputRight {
    background: transparent url(http://csswoes.com/wp-content/themes/csswoes/images/std_input_background.png) no-repeat right top;
    display: block;
    padding-top: 6px;
    *padding-top: 5px;
    margin-right: -6px;
    _margin-right: 0px;
    min-width: 50px;
}

div.stdInputBtm {
    background: transparent url(http://csswoes.com/wp-content/themes/csswoes/images/std_input_background.png) no-repeat right bottom;
    display: block;
    margin: 0 -6px 0 6px;
    _margin: -8px 0 0 6px;
    min-width: 50px;
    height: 6px;
}

div.stdInputLeft {
    background: transparent url(http://csswoes.com/wp-content/themes/csswoes/images/std_input_background.png) no-repeat left bottom;
    display: block;
    min-width: 50px;
    height: 6px;
}

input.textInput {
    width: 194px;
    border: 0px;
}
