/*
Theme Name: Wardell Design
Theme URI: http://www.wardelldesign.com/
Description: WordPress theme based on <a href="http://www.wardelldesign.com/">Wardell Design</a>.
Version: 1.0
Author: Wardell Latham
Author URI: http://www.wardelldesign.com/
Tags: blue, fixed width, two columns

	Wardell Design v1.0
	 http://www.wardelldesign.com/

	This theme was designed and built by Wardell Latham,
	whose blog you will find at http://blog.wardelldesign.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background:#000 url(images/brushedmetalgradient.jpg) 0px 180px repeat-x fixed;
	font-family:"Century Gothic", sans-serif;
	margin:0px;
	font-size:10pt;
	color:#333333;
}
#supbod {
	background:url(images/bg_header.jpg) repeat-x fixed;
}
#container {
	background:#FFFFFF;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
}
#myContent {
	width:100%;
	background:#FFFFFF url(images/big_w.png) no-repeat right 190px fixed;
	position:relative;
	margin:0px;
}
#sidebar {
	font-size:10pt;
}
#sidebar h2 {
	background:#0054a6;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003471', endColorstr='#0054a6');
	background: -webkit-gradient(linear, center top, center bottom, from(#003471), to(#0054a6));
	background: -moz-linear-gradient(top, #003471, #0054a6);
	color:#fff;
	padding:4px;
	text-shadow: -1px -1px 1px #000;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size:11pt;
}
h1, h2, h3, h2 a, h1 a {
	color:#0054a6;
	text-shadow: 1px 1px 2px #999;
}
h1 {
	font-size:18pt;
}
h2 {
	font-size:14pt;
}
code {
	background:#eeeeee;
	border:1px solid #cccccc;
	display:block;
	padding:2px;
	overflow:auto;
}
.code {
	width:100%;
	background:#eeeeee;
	border:1px solid #cccccc;
	display:block;
	padding:2px;
	overflow:auto;
}
img, a:focus img, a:active img, a img {
	border:none;/*outline:none;*/
}
a {
	color:#333333;
}
p a {
	text-decoration:none;
	color:#0054A6;
	border-bottom:1px dotted #0054a6;
}
.subnav {
	font-size:10pt;
}
.atext {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color:#666666;
}
.dropcap:first-letter {
	font-size:50px;
	color:#0000FF;
	padding:0px;
	margin:0px;
	margin-left:2px;
	float:left;
}
a:focus, a:active {
	border:none;/*outline:none;*/
}
.center {
	text-align:center;
	margin:auto;
}
.ad234 {
	border-bottom:dotted #0054a6 1px;
}
.adSearch {
	height:60px;
	width:234px;
	border:1px solid #CCCCCC;
}
.wp-caption.alignleft {
	float:left;
}
img.alignleft {
	float:left;
	margin-right:10px;
}
.wp-caption.aligncenter {
	margin:auto;
}
.wp-caption {
	font-size:8pt;
	padding:4px;
}
.wp-caption * {
	display:block;
	text-align:center;
	margin:auto;
}
h2 a, h1 a {
	text-decoration:none;
}
#searchform {
	padding:0px;
}
#searchform div {
	background:#0054a6;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003471', endColorstr='#0054a6');
	background: -webkit-gradient(linear, center top, center bottom, from(#003471), to(#0054a6));
	background: -moz-linear-gradient(top, #003471, #0054a6);
	padding:10px;
	margin:0px;
	text-align:center;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
#searchform .hidden {
	display:inline;
}
#search input {
	list-style:none;
}
#s {
	margin-right:2px;
	margin-left:0px;
	list-style:none;
	display:inline;
}
ul li div #searchsubmit {
	list-style:none;
	display:inline;
}
.post {
	/*border:1px solid #CCCCCC;
	background:url(images/paper_texture.jpg);*/
	margin-top:5px;
	margin-bottom:10px;
	padding:4px;
	border-bottom:dotted #0054a6 1px;
}
.post h2 {
	margin-top:0px;
}
#container {
	max-width:960px;
	width:90%;
	min-width:725px;
	margin:0px auto;
	overflow:hidden;
	border:#222 1px solid;
	overflow:hidden;
}
#header {
	width:100%;
	height:150px;
	line-height:150px;
	vertical-align:middle;
	overflow:visible;
	background-image: url(images/hbg.jpg);
	text-align:center;
	position:relative;
	top:0px;
}
#nav {
	width:100%;
	position:relative;
	font-weight:bold;
	height:29px;
	border-top:1px solid #EEEEEE;
	line-height:30px;
	vertical-align:middle;
	background:url(images/nav_bg02.jpg);
}
#nav a {
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
}
#nav a .akey {
	text-decoration:underline;
}
#nav a:hover {
	color:#0000FF;
}
#nav a:focus, #nav a:active {
	color:#000;
}
.button {
	height:100%;
	width:72px;
	float:left;
	border-right:1px solid #666666;
	overflow:hidden;
}
.button:hover {
	background:#cccccc url(images/fade.gif);
}
#tShadow {
	width:100%;
	height:10px;
	background:url(images/t_shadow.png);
}
#content_left {
	float:left;
	width:44%;
	margin-left:6%;
	margin-right:6%;
	clear:left;
	padding-top:14px;
	overflow:hidden;
}
#content_right {
	float:left;
	width:32%;
	margin-left:6%;
	margin-right:6%;
	clear:right;
	position:relative;
	top:0;
	left:0;
}
#comment {
	width:100%;
	height:80px;
	margin:auto;
}
#commentform {
}
#rss_icon {
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	margin-top:10px;
}
#twitter_icon{
	position:absolute;
	top:5px;
	right:45px;
	height:30px;
	width:30px;
	margin-top:10px;
}
#email_icon{
	position:absolute;
	top:5px;
	right:80px;
	height:30px;
	width:30px;
	margin-top:10px;
}
.commentlist li.alt {
	background:#eeeeee;
}
.commentlist li {
	list-style:none;
	width:90%;
	padding:10px;
	position:relative;
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
}
abbr em {
	font-size:small;
	border:1px solid #cccccc;
	background-color: transparent;
	display:block;
	padding:4px;
}
.author_comment {
	font-size:12pt;
}
.text_comment {
	text-align:left;
	background:#00FFFF;
}
.commentmetadata {
	font-size:8pt;
}
.avatar {
	position:absolute;
	right:10px;
	top:10px;
}
.vevent {
	clear:both;
}
#content_right li {
	list-style:none;
}
#content_right li li {
	list-style:circle;
	margin:0px;
	padding:0px;
}
#sidebar ul {
	padding:0px;
}
#sidebar ul ul {
	padding-left:15px;
}
#content_right>div {
	margin-bottom:20px;
}
#content_right h2 {
	margin:0px;
	margin-top:12px;
	margin-bottom:6px;
}
#myForm label {
	position:absolute;
}
#myForm input, #myForm select {
	margin-left:125px;
}
.piece {
	text-align:center;
	vertical-align:middle;
	float:left;
	font-size:8pt;
	margin:2px;
}
#content_bottom {
	clear:both;
	margin:auto;
	width:725px;
	text-align:center;
	font-size:10pt;
	padding-top:20px;
}
#bShadow {
	width:100%;
	height:10px;
	background:url(images/b_shadow.png);
}
#footer {
	width:100%;
	height:60px;
	overflow:hidden;
}
#bottomm {
	width:100%;
	float:left;
	background:url(images/fbg.jpg);
	height:60px;
	position:relative;
}
.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow : hidden;
	_height : 1%;
}
.comment-childs {
	background:bottom right url(images/reply.png) no-repeat;
}
#get_recent_comments_wrap ul {
	padding-left:0px;
	margin-left:0px;
}
#get_recent_comments_wrap ul li {
	list-style:none;
	margin-bottom:10px;
}
.commentlist {
	padding:0px;
	margin:0px;
}
#sidebar ul.blogroll {
	padding:0px;
}
#sidebar ul.blogroll li {
	list-style:none;
}
#sidebar ul.blogroll li a {
	text-decoration:none;
}
.blogroll img {
	width:16px;
	height:16px;
	margin-right:5px;
}
.avatar-32 {
	display:none;
}
#sidebar h2#tweetabout{
	background:#ed1c24;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0b0f', endColorstr='#ed1c24');
	background: -webkit-gradient(linear, center top, center bottom, from(#9e0b0f), to(#ed1c24));
	background: -moz-linear-gradient(top, #9e0b0f, #ed1c24);
}
