body {
	text-align: center;
	color: #333;
	background: url('../images/bodyBg.gif') repeat-x #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div#header {
	height:80px;
	background: #ffffff url('../images/headBg.gif') top repeat-x;
	width: 100%;
}

.logo{
	height:80px;
	width:236px;
	background: url('../images/logo.gif') no-repeat;
	display: block;
	float: left;
	padding-right:25px;
}

div#search {
	background: #000;
	width: 100%;
}
div.inner {
	width: 980px;
	margin: auto;
	text-align: left;
	padding: 0 0 0 0px;
}
div#search div.inner {
	padding: 10px 0;
}

ul#navigation {
	float: left;
	position: relative;
	text-align: right;
}
ul#navigation li {
	height:80px;
	display: inline;
	float:left;
}
ul#navigation li a {
	text-decoration: none;
	text-shadow: 1px 0px #2B4462;
}
ul#navigation li.active a {
	color: #BFDCFE;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}

a.navBlog{	
	height:80px;
	width:116px;
	background: url('../images/navBlog.gif') no-repeat;
	display: block;
}
a.navBlog:hover{	
	background: url('../images/navBlog_s.gif') no-repeat;
}
a.navWorks{
	height:80px;
	width:116px;
	background: url('../images/navWorks.gif') no-repeat;
	display: block;
}
a.navWorks:hover{	
	background: url('../images/navWorks_s.gif') no-repeat;
}
a.navAbout{
	height:80px;
	width:116px;
	background: url('../images/navAbout.gif') no-repeat;
	display: block;
}
a.navAbout:hover{	
	background: url('../images/navAbout_s.gif') no-repeat;
}

div#search form {
	font-size: 14px;
	width: 200px;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}

div.searchBox{
	width:200px;
	height:26px;
	line-height:26px;
	background: url('../images/searchbox.gif') no-repeat;
}
input.searchBox_1{
	height:18px;
	width:160px;
	padding-top:2px;
	margin:2px 5px 0px 7px;
	border:0px solid #ffffff;
	background:#f9f9f9;
}
input.searchBox_2{
	width:22px;
	border:0px solid #ffffff;
	background: url('../images/searchboxBut.gif') no-repeat;
}

div#wrapper {
	text-align: left;
	width: 980px;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
div#content {
	width: 755px;
	float: left;
	padding: 0 25px 0 0;
}
div#content h3{font-weight:bold; color:#663; margin-bottom:5px;	}
#respond{padding-top:25px;}
div#pageContent{
	width: 980px;
	float: left;
	padding: 0;
}
ul#sidebar {
	display: block;
	width: 200px;
	float: left;
	padding: 0 0 0 0;
	font-size: 12px;
	word-wrap: break-word;
    word-break: normal;  
}
ul#sidebar h2 {
	font-size: 12px;
	font-weight:bold;
	color:#363636;
	margin:0;
	padding:0 0 2px 0;
	border-bottom:1px dotted #ccc;
}
ul#sidebar li {
	margin: 0 0;
	padding: 0 0 15px 0;
}
ul#sidebar li ul li {
	padding: 3px 0px;
	font-size: 12px!important;
	margin: 0;
	border: none;
	color:#585858;
}
#sidebar a{
	text-decoration: underline;
	color:#8e8459;
}
#sidebar a:hover{
	text-decoration: none;
	color:#666633;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 5px 0;
	text-decoration: underline;
	color:#666633;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
	color:#666633;
}
h1{ font-size:26px; color:#666666;}
h2, h3, h4, h5, h6 {
	color: #363636;
}
h2 {
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	padding:0 0 0 0;
}
div.post-title h2 {
	margin: 0;
	padding:0;
	font-size: 14px;
	font-weight:bold;
	color:#363636;
	clear:both;
}
div.post-title h3 {
	margin: 0;
	padding:0;
	font-size: 12px;
	color:#363636;
}
div.post-title h2 a{
	color:#363636;
}
div.post-content h3 {
	margin:0;
	padding:5px 0 0 0;
	color: #999;
	font-size: 12px;
	color:#aaa486;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
div.post-content {
	padding:0 0 15px 0;
}
div.post-content h4 {
	font-size:12px;
	padding-bottom:5px;
	}
div.post-content h3 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	}
div.post-content p {
	margin-bottom:10px;
	font-size: 12px;
	line-height: 23px;
	color:#585858;
}
div.post-content p img {
	border: none;
}
div.post-content p a:hover img {
	border: none;
}
div.post-content img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
div.post-content img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
div.post-content img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
	padding-bottom:15px;
}
.alignright {
	float: right;
	padding-bottom:15px;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 12px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #aaa486;
	text-decoration: underline;
}

a:hover {
	color: #999966;
	text-decoration: none;
}

blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: left;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0;
	margin: 0 0 30px 0;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}

p.noComments{padding:20px 0;}

ol#commentlist{padding-top:20px; padding-bottom:25px;}
ol#commentlist p{color:#585858;	line-height:24px;}
ol#commentlist cite{	
	font-weight:bold;
	color: #cc9900;
}
ol#commentlist cite a{	
	font-weight:bold;
	color: #cc9900;
}
ol#commentlist cite span{	
	font-weight:normal;
	color: #666666;
	font-size:10px;
}
ol#commentlist cite span a{	
	font-weight:normal;
	color: #666666;
	font-size:10px;
}


ul.post-comments {
	margin: 10px 0 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
	font-size:12px;
	color: #cc9900;
}
li.comment {
	display: block;
	padding: 15px;
	border-bottom: 1px solid #ebebeb;
	background: #F5F5F5;
}
li.comment.alt {
	padding: 15px;
	background: #ffffff;
}
div.comment-author {
	width:100%;
	text-align: left;
	float: left;
	color: #cc9900;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	display: block;
	padding-bottom:10px;
}
div.comment-author cite {
	float: left;
	font-weight:bold;
	color: #cc9900;
}
div.comment-author span {
	display:none;
}
div.comment-author a {
	color: #cc9900;
	text-decoration: none;
}
div.comment-author a:hover {
	text-decoration: underline;
}
div.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
span.datTime{ 
	color:#cccccc;
	font-size:10px;
}
div.comment-content {
	display:block;
	padding: 0 0 0 10px;
	color:#666666;
}
div.comment-content p{
	line-height:20px;
}
#commentform p{
	padding: 5px 0;
}

table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	padding: 25px 0 5px 0;
	display: block;
	width: 100%;
	text-align: left;
	border-bottom:5px solid #f4f2e5;
}
.footeerContent{
	width:980px;
	height:35px;
	margin:0 auto;
	background: url('../images/copyRight.gif') no-repeat top left;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 0px;
	color: #555;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #222;
	font-weight: bold;
}
div#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #444;
}
div#footer p#blog-name {
	font-size: 16px;
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}