/*
Theme Name: digitalstax
Theme URI: http://www.thewebsitecreator.com
Description: Theme created for Mario by Digital Stax web design in Springfield, Missouri.
Author: Raymond Dean
*/

html,body {
height: 100%;
}

body {
background: #03192F url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
font-family: Georgia,'Times New Roman',serif;
color: #878787;
line-height: 1.3em;
}

.clear {
clear: both;
}

a {
outline: none;
}

img {
border: none;
}

.sidebar a:link, .sidebar a:active, .sidebar a:visited {
color: #DA701A;
text-decoration: none;
}

.sidebar a:hover {
color: #FF7E7E;
text-decoration: underline;
}

.blogbody a:link, .blogbody a:active, .blogbody a:visited {
color: #DA701A;
text-decoration: none;
}

.blogbody a:hover {
color: #FF7E7E;
text-decoration: underline;
}

.blogbody img {
border-top: 1px solid #1D3E5F;
border-left: 1px solid #1D3E5F;
border-right:  2px solid #07223D;
border-bottom: 2px solid #07223D;
}

#wrap {
width: 834px;
margin: 0 auto;
padding-bottom: 30px;
position: relative;
min-height: 100%;
background: url(images/containerbg.png) repeat-y;
}

#banner {
background: url(images/banner.jpg) center no-repeat;
width: 814px;
height: 167px;
margin: 0 auto;
display: block;
}

#menu {
height: 35px;
width: 834px;
margin: 0 auto;
background: url(images/menubg.png) no-repeat;
}

#menu ul {
        margin: 0 0 0 130px;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#menu ul li{
        display: block;
		width:7em;
        float: left;
        text-align: center;  
}

#menu ul li a{
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		font-weight: bold;
		font-size:14px;
		letter-spacing: 1px;
		padding: 7px 5px 3px 5px;
		
}


#menu ul li a:hover {
        color: #8BB6BF;
}

#page {
float: left;
display: inline;
padding: 30px;
width: 570px;
height: 100%;
}

.sidebar {
float: left;
display: inline;
width: 175px;
padding: 60px 0 60px 0;
}

.sidebar ul {
margin-left: 0;
padding-left: 0;
}

.sidebar li {
list-style: none;
}

#footer {
border-top: 1px solid #DFDFDF;
text-align: center;
margin: 0 10px 0 10px;
padding: 10px;
font-size: 12px;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
height: 30px;
width: 796px;
position: absolute;
bottom: 0;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
text-decoration: none;
color: #878787;
}

/* WP image align and caption classes */
img.aligncenter {display:block; margin-left:auto; margin-right:auto;}
img.alignright {padding:4px; margin:0 0 2px 7px; display:inline;}
img.alignleft {padding:4px; margin:0 7px 2px 0; display:inline;}
.alignright {float:right;}
.alignleft {float:left;}
.wp-caption {border:1px solid #ddd; text-align:center; background-color:#f3f3f3; padding-top:4px; margin:10px; border-radius: 3px;}
.wp-caption img {margin:0; padding:0; border:0 none;}
.wp-caption-dd {font-size: 0.9em; line-height:1.5em; padding:0 4px 5px; margin:0;}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}

.navigation {
margin-bottom: 30px;
color: #215E21;
font-size: 90%;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
color: #07223D;
text-decoration: none;
font-weight: bold;
}

.navigation a:hover {
color: #1D3E5F;
}

/* Searchbox */
#sidesearch input {background:#eaeaea;margin:0; color:#666; border:1px solid #bbb;}
#sidesearch input#s {width: 80px; padding: 3px;}
#sidesearch input#searchsubmit {width: 60px;font-size:11px; padding: 3px; }
#sidesearch {margin-bottom: 30px;}

li.cats {
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
margin-bottom: 20px;
}

/*Headings*/
h1 {
font-size: 40px;
}

h2 {
font-size: 35px;
}

h3 {
font-size: 30px;
}

h4 {
font-size: 25px;
}
.post h2, h2.datitle {
	border-bottom: 1px solid #ccc;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
	font-size: 35px;
	color: #333;
}

.post h2 a:link, .post h2 a:visited, .post h2 a:active,h2.datitle a:link, h2.datitle a:visited, h2.datitle a:active {
	text-decoration:none;
	color: #333;
	}
.post h2 a:hover, h2.datitle a:hover {
	color: #ccc;
	}
/*post date*/
.timeline {
padding-left: 22px;
background: url(images/calendar.png) left center no-repeat;
font-size: 12px;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

.postmetadata {
color: #000;
font-size: 11px;
background: #EFEFEF;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
}

.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited {
color: #DA701A;
text-decoration: none;
}

.postmetadata a:hover {
color: #FF7E7E;
text-decoration: underline;
}

/* Comment Stuff */

a.comments_link:link {
font-weight: bold;
color:#DA701A;
}

a.commentform_link:link {
font-weight: bold;
color: #DA701A;
}

a.awppost_link_hide:link, a.awppost_link_hide:visited, a.awppost_link_hide:active {
font-size: 85%;
font-weight: bold;
border: none;
color: #215E21;
}

a.awppost_link_hide:hover {
text-decoration: underline;
color: #555;
}

a.awppost_link:link, a.awppost_link:visited, .awppost_link:active {
font-size: 85%;
font-weight: bold;
border: none;
color: #215E21;
}

a.awppost_link:hover {
text-decoration: underline;
color: #555;
}


.awpcomments {
margin-bottom: 20px;
}

ol.reply {
margin: 3px;
}

ol.reply li {
list-style-type: none;
}

.awpcomments a.commentform_link:link, .awpcomments a.commentform_link:visited, .awpcomments a.commentform_link:active {
color: #DA701A;
text-decoration: none;
padding: 5px;
font-size: .65em;
}

.awpcomments a.commentform_link:hover {
color: #555;
}

.awpcomments .commentform a:link, .awpcomments .commentform a:visited, .awpcomments .commentform a:active {
color: #DA701A;
text-decoration: none;
padding: 5px;
font-size: .65em;
}

.awpcomments .commentform a:hover {
color: #555;
}

li.comment p {
padding: 5px;
}

.awpcomments img.avatar {
display: none;
}

li.comment {
	background: #EAEAEA;
	border: 1px solid #555;
	color: #0157C6;
	font-weight: bold;
	margin-top: 10px;
}

.awpcomments ol.comments{
	padding-left:0;
	margin-left:0;
	list-style-type:none !important;
}

.awpcomments ol.comments * > ol.reply{
	list-style-type:none !important;
	padding-left:1.3em;
	margin-left:0;
}

.awpcomments * ol.reply{
	list-style-type:none !important;
}

.awpcomments * .authorcomment {
	border:1px solid #c0c0c0;
	line-height:1.5em;
	margin:3px;
	padding:4px;
}

.awpcomments * .commentbar {
	color: #fff;
	background: #07223D;
	font-size: .75em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

.awpcomments * .commentbar a:link, .awpcomments * .commentbar a:visited, .awpcomments * .commentbar a:active {
color: #ADC4D4;
text-decoration: none;
}

.awpcomments * .commentbar a:hover {
color: #DFF2FF;
}

.awpcomments * .commentbar cite{
	font-style:normal;
}


.preview_comment{
	border: 2px solid #DA701A !important;
	padding-top: 10px;
	background: #ffffff  url('http://anthologyoi.com/wp-content/plugins/aWP/modules/inlinecommentform/close_normal.gif') top left no-repeat;
}




