/*  
Theme Name: WanD
Theme URI: 
Description: A fixed width, two columns theme for Wordpress with gray backgrounds.<br /><br />Wordpress Widgets supported.<br /><br />Extra? You can use .imgleft and .imgright classes to float images, Gravatar 2 plugin supported but not required.
Version: 1.0
Author: d.challener
Author URI: http://www.dcroe.com/blog
*/

#dal_body_full {
	LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%; TEXT-ALIGN: center
}
#dal_body_full .dal_format {
	BORDER-RIGHT: #ffffff 1px solid; MARGIN-LEFT: auto; BORDER-LEFT: #ffffff 1px solid; WIDTH: 760px; MARGIN-RIGHT: auto; HEIGHT: 100%; BACKGROUND-COLOR: #55891a
}
#dal_main_full {
	POSITION: relative; TEXT-ALIGN: center
}
.toprule {
	BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #000000
}
.topruleBrown {
	BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #bb7900
}
.topruleBlue {
	BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #003366
}
.bottomruleBlue {
	BORDER-TOP: white 1px solid; BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #003366
}
.bottomrule {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #55891a
}
.leftruleBrown {
	BORDER-RIGHT: white 1px solid; BACKGROUND-COLOR: #bb7900
}
.rightruleBrown {
	BORDER-LEFT: white 1px solid; BACKGROUND-COLOR: #bb7900
}
.ocean {
	BACKGROUND-IMAGE: url(../images/home/ocean.jpg); BACKGROUND-REPEAT: repeat
}
.bluerule {
	BACKGROUND-IMAGE: url(../images/home/bluerule.gif); BACKGROUND-REPEAT: no-repeat
}
.mydal {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: #ffffff 1px solid; BACKGROUND-COLOR: #000000
}
.dalLogo {
	BACKGROUND-POSITION: 0% 100%; BACKGROUND-IMAGE: url(../images/internal/logo.gif); BACKGROUND-REPEAT: no-repeat
}
.school {
	BACKGROUND-POSITION: 0% 100%; BACKGROUND-IMAGE: url(../images/internal/school.gif); BACKGROUND-REPEAT: no-repeat
}
A.disclaimer:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.disclaimer:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.disclaimer:hover {
	COLOR: #c57226; TEXT-DECORATION: none
}
.header {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: middle; COLOR: #ffffff; LINE-HEIGHT: 1em; PADDING-TOP: 2px; BORDER-BOTTOM: white 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #003366
}
.header FORM TABLE TD {
	VERTICAL-ALIGN: middle; COLOR: #ffffff; LINE-HEIGHT: 1em; FONT-FAMILY: Arial, Helvetica, sans-serif; WHITE-SPACE: nowrap; BACKGROUND-COLOR: #003366
}
.footerx {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-FAMILY: Arial, Helvetica, sans-serif; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: middle; COLOR: #ffffff; LINE-HEIGHT: 21px; PADDING-TOP: 2px; BORDER-BOTTOM: white 1px solid; BACKGROUND-COLOR: #003366
}
H3 {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 7px 0px 0px 5px; PADDING-TOP: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H3 A:link {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; MARGIN: 7px 0px 5px; PADDING-TOP: 0px; TEXT-DECORATION: none
}
H3 A:visited {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; MARGIN: 7px 0px 5px; PADDING-TOP: 0px; TEXT-DECORATION: none
}
H3 A:active {
	MARGIN: 7px 0px 5px;
}
H3 A:hover {
	MARGIN: 7px 0px 5px; TEXT-DECORATION: underline
}
TD.toprule P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px; COLOR: #ffffff; PADDING-TOP: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P {
	PADDING-LEFT: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P A:link {
	MARGIN: 0px; COLOR: #960506; TEXT-DECORATION: none
}
P A:visited {
	MARGIN: 0px; COLOR: #960506; TEXT-DECORATION: none
}
P A:active {
	COLOR: #960506
}
P A:hover {
	COLOR: #960506; TEXT-DECORATION: underline
}
IMG.borderJustified {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 3px 0px 3px 10px; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
IMG.noBorderJustified {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 3px 0px 3px 10px; BORDER-RIGHT-WIDTH: 0px
}
.smalltext {
	COLOR: #000000; LINE-HEIGHT: 1.2em
}


/*   BODY AND MISC   */

body {
background: #960506;
color: #333;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
text-align: center;
}

hr {
display:none;
}

blockquote {
font-family: arial, tahoma, verdana, sans-serif;
color: #333;
background:#dddddd;
font-size: 9px;
}

code {
font-family:'Courier New', Courier, monospace;
font-size: 10px;
background:#dddddd;
}

del {
}

ins {
}

abbr {
}

acronym {
}

h1 {
display: none;
}

/*   IMAGES   */

img {
padding: 0px;
border: 0px solid #000000;
}

img.imgleft {
float: left;
margin-right: 5px;
}

img.imgright {
float: right;
margin-left: 5px;
}

/*   MAIN LINKS   */

a {
color:#576F8D;
text-decoration:none;
}

a:hover {
text-decoration: underline;
color:#960506;
}

/*   MAIN WRAPPER   */

#wrapper {
width: 700px;
margin: 0 auto 0 auto;
padding: 0;
text-align: left;
}

#sub-wrapper {
}

/*   HEADER   */

#header {
}

#header h1 {
}

#header h2 {
font-family: 'Lucida bright', georgia, serif;
font-weight: normal;
font-size: 24px;
text-transform: uppercase;
color: #bababa;
margin-top: 40px;
}

#header h2 a {
color: #bababa;
text-decoration: none;
}

#header div.description {
text-transform: uppercase;
letter-spacing: 1px;
color: #9a9a9a;
margin-bottom: 80px;
}

/*   MAIN CONTENTS   */

h2.pagetitle {
font-size: 22px;
color: #9e9e9e;
font-weight: normal;
text-transform: uppercase;
background: transparent url(images/back-body.jpg) repeat-x top left;
padding: 0px;
}

#content {
padding-right: 180px;
}

#content h1 {
}

#content div.post {
}

#content div.post h2 {
font-family: Arial, sans-serif;
font-size: 18px;
line-height: 100%; 
font-variant: small-caps;
font-weight: bold;
color: #003366;
}

#content div.post h3 {
font-family: georgia, serif;
font-size: 18px;
font-variant: small-caps;
font-weight: bold;
color: #003366;
}

#content div.post h4 {
font-family: georgia, serif;
font-size: 20px;
font-variant: small-caps;
font-weight: normal;
color: #003366;
}

#content div.post h5 {
font-family: georgia, serif;
font-size: 15px;
font-variant: small-caps;
font-weight: normal;
color: #003366;
}

#content div.post h6 {
font-family: georgia, serif;
font-size: 12px;
font-variant: small-caps;
font-weight: normal;
color: #6d6d6d;
}

#content div.post h2 a {
color: #003366;
text-decoration: none;
}

#content div.post h2 a:hover {
color: #003366;
}

#content div.post p {
line-height: 130%;
}

#content div.post p.date,
#content div.post p.date a {
color: #960506;
text-align: right;
text-transform: uppercase;
margin-bottom: 45px;
}

p.nocomments {
}

#content div.post p.details_small {
font-size: 11px;
padding-left: 0px;
color: #960506;
}

#content div.post ul {
}

#content div.post ul li {
line-height: 140%;
}

#content div.post ol {
}

#content div.post ol li {
line-height: 140%;
}

/*   NAVIGATION LINKS   */

#content div.navigation {
display: block;
padding-top:10px;
padding-bottom:40px;
}

#content div.navigation a {

}

#content div.navigation span.alignleft {
float:left;
width:45%;
padding: 8px !important;
background: #f5f5f5 !important;
border: 1px solid #e9e9e9 !important;
}

#content div.navigation span.alignright {
float:right;
width:45%;
text-align:right;
padding: 8px !important;
background: #f5f5f5 !important;
border: 1px solid #e9e9e9 !important;
}

/*   COMMENTS AND COMMENTLIST   */

h3#comments,
h3#respond {
font-family: georgia, serif;
font-size: 20px;
font-weight: normal;
color: #8a8a8a;
padding: 10px 0;
}

ol.commentlist {
list-style: none;
margin: 0;
padding: 0;
}

ol.commentlist li {
padding: 10px;
border: 1px solid #e5e5e5;
background: #f5f5f5;
margin-bottom: 12px;
}

ol.commentlist li.alt {
background:#f2f2f2;
}

ol.commentlist li big {
font-weight: bold;
font-size: 18px;
display: block;
color: #606060;
}

ol.commentlist li span.await_mod {
color: #c30;
font-weight: bold;
}

ol.commentlist li span.comment_data a {
font-size: 12px;
}

ol.commentlist li p {
line-height: 140%;
}

p.allowed-tags {
padding: 5px;
border: 1px solid #e9e9e9;
background:#f5f5f5;
}

/*   FORM ELEMENTS   */

#commentform {
}

input {
}

input[type="submit"] {
}

textarea {
width:60%;
}

#searchform br {
}

/*   SIDEBAR   */

#sidebar {
width: 160px;
margin: 0;
padding: 0;
float: right;
font-size: 11px;
}

#sidebar h1 {
}

#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar ul li{
line-height: 160%;
}

#sidebar ul li h2 {
font-family: georgia, serif;
font-weight: normal;
font-size: 15px;
text-transform: uppercase;
color:#9e9e9e;
}

#sidebar a {
padding-left: 11px;
background: transparent url(images/icon-sidelink.jpg) no-repeat left center;
}

#sidebar a:hover {
}

#sidebar ul li a {
}

/*   SIDEBAR WIDGETS TAGS   */

caption {
}

#sidebar table {
width:90%;
padding: 2px;
background: #f5f5f5;
border: 1px solid #e9e9e9;
}

#sidebar th {
width: 12%;
text-align:center;
}

#sidebar td {
text-align:center;
}

#sidebar table a {
padding: 0 !important;
background-image: none !important;
text-decoration:underline;
}

.recentcomments a {
padding: 0 !important;
background-image: none !important;
}

.recentcomments {
}

/*   FOOTER   */

#footer {
clear: both;
padding-top: 60px;
padding-bottom: 0.3px;
margin-bottom:0;
font-size: 11px;
text-align: center;
background: transparent url(images/back-footer.jpg) no-repeat bottom center;
}

#footer a {
}

#footer a:hover {
}

#footer h1 {
}

#footer p {
}

/*   EXTRAS   */

.sh_avatar, .gravatar {
width: 40px;
height: 40px;
float: right;
}


#global-feed {
width: 150px;
height: 155px;
display: block;
position: absolute;
top: 20px;
left: 50%;
margin-left: 320px;
background: transparent url(images/back-feed.png) no-repeat top left;
}

#global-feed span {
display: none;
}