/*
Theme Name:DTWT Blog
Theme URI: 
Description: 
Version:1.0.0
Author: 
Author URI: 
Tags:fixed-width, two-columns, right-sidebar


*/

/*---------- Start Base CSS ----------*/
body {
	font: 69% Verdana,Lucida,Helvetica,Arial,sans-serif;
    background-color: #F4FAFE;
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
    color: #000000;
    margin: 0;
    padding: 0;
}
a {
    color: #0033CC;
    background-color: transparent;
}

p {
    margin: 0.5em 0 0.75em 0;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr{
    border-bottom: 1px #CCCCCC;
	border-style: none none dotted none;
    color: #FFFFFF;
    margin: 2em 0 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #660000;
    background-color: transparent;
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #660000 ! important;
    text-decoration: none;
}

h1 {
    font-size: 160%;
	font-weight: bold;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 133%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 116%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(images/bullet.gif);
    list-style-type: square;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}
dt {
    font-weight: bold;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

fieldset {
    border: 1px solid #e5e5e5;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: #FFFFFF;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

label {
    font-weight: bold;
}

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #e5e5e5;
    color: #000000;
    background: White url(images/input_background.gif) repeat-x;
    width: 100%;
}

input {
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #e5e5e5;
    color: #000000;
    vertical-align: middle;
    background: White url(images/input_background.gif) repeat-x;
}
select {
    border: 1px solid #e5e5e5;
    color: #000000;
    background-color: White;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted #000000;
    color: #000000;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #e5e5e5;
    color: &dtml-discreetColor;;
}
code {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: #000000;
    background-color: #dee7ec;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #e5e5e5;
    color: #000000;
    background-color: #dee7ec;
    overflow: auto;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

.visualClear {
    display: block;
    clear: both;
}

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

/*---------- End of Base ----------*/

/*---------- Start Public CSS ----------*/
#contentWrapper {
	background-color: #FFFFFF;
	padding: 0 5px 0 0;
}
#content {
	width: 725px;
	float: left;
	border-right: 1px dotted #ccc;
	padding: 1em 0 30px 0;
	min-height: 420px;
}
.post {
    font-size: 110%;
    padding: 1em 1.5em 2em 1.5em !important;
	margin: 0;
    background: #FFFFFF;
}

.post p a {
    text-decoration: none;
    border-bottom: 1px solid #0033cc;
}

.post p a:visited {
    color: #7001ad;
    background-color: transparent;
}

.post p a:active {
    color: Red;
    background-color: transparent;
}

.post li a {
    text-decoration: none;
    border-bottom: 1px solid #0033cc;
}

.post li a:visited {
    color: #7001ad;
}

.post li a:active {
    color: Red;
}

.post dd a {
    text-decoration: none;
    border-bottom: 1px solid #0033cc;
}

.post dd a:visited {
    color: #7001ad;
    background-color: transparent;
}

.post dd a:active {
    color: Red;
    background-color: transparent;
}

#visual-portal-wrapper {
    margin: 0 auto;
    padding: 0;
	width: 990px;
	display: block;
	background-color: #FFFFFF;
}

#taglineWrapper {
	height: 26px;
	clear: both;
	margin: 0;
	padding: 0;	
}
#tagline {
    background: url(images/tagline.gif) no-repeat;
    border: 0;
    margin: 0;
	padding: 0;
    display: block;
    overflow: hidden;
    padding-top: 26px;
    height: 0px !important;
    width: 369px;
	float: left;	
}

#todayDate {
	float: right;
	text-align: right;
	padding-right: 10px;
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
}

#logoPrint {
	display: none;
}

/* Logo properties */

#portal-logo {
    background: url(images/logo_dtwt.gif) no-repeat;
    border: 0;
    margin: 0;
	padding: 0;
}

#portal-logo a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 107px;
    height: 0px !important;
    width: 107px;
    cursor: pointer;
}

#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
    background-color: transparent;
	background-image: url(images/bg_topbanner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* The global section tabs. */

#portal-globalnav {
    background-color: #670000;
	background-image: url(images/bg_nav.gif);
	background-position: top;
	background-repeat: repeat-x;
    padding: 0.5em 10px;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
	border-top: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#portal-globalnav li {
    display: inline;
}

#portal-globalnav li a {
    background-color: transparent;
    color: #FFFFFF;
    height: auto;
    margin-right: 2px;
    padding: 0.5em 1.25em;
    text-decoration: none;
    text-transform: uppercase;
}

#portal-globalnav li.selected a {
    background-color: #FFFFFF;
    color: #700000;
}

#portal-globalnav li a:hover {
    background-color: #FFFFFF;
    color: #700000;
}

#portal-footer {
    background-color: #03385e;
	background-image: url(images/bg_footer.gif);
	background-position: top;
	background-repeat: repeat-x;
    float: none;
    line-height: 1.2em;
    margin: 1.5em 0em 0em 0em;
    padding: 0.5em 0em;
    text-align: center;
	color: #eeeeee;
	font-size: 0.9em;
	clear: both;
}

#portal-footer p {
    margin: 0.25em 0;
}

#portal-footer a {
    text-decoration: none;
    color: #eeeeee;
    border: none;
}

#portal-footer a:visited {
    color: #eeeeee;
}

#portal-footer a:hover {
    text-decoration: underline;
}

/* Footer Stratecomm */
#portal-stratecomm {
    background-color: transparent;
    float: none;
    line-height: 1.2em;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
	color: #666666;
	font-size: 0.9em;
}
#portal-stratecomm p {
    margin: 0.25em 0;
}
#portal-stratecomm a {
    text-decoration: none;
    color: #666666;
    border: none;
}
#portal-stratecomm a:visited {
    color: #666666;
}
#portal-stratecomm a:hover {
    text-decoration: underline;
}

/* Social Network */
.socialIconsList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.socialIconsList li {
	float: left;
	margin-top: 1em !important;
	margin-right: 15px !important;
	border: none !important;
}
.socialIconsList li.first {
	margin-left: 15px !important;
}
.socialIconsList li a {
	background: none !important;
	padding: 0 !important;
}
.socialIconsList li a:hover {
	background: none !important;
}

/* Misc */
.noPaddingBottom {
	padding-bottom: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

#nav {
float:right;
width:auto;
padding:12px 0 0;
}
#nav ul {
height:50px;
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
font-size:20px;
font-weight:400;
display:block;
padding:15px;
border-bottom:none;
}
#nav li a:hover {
background-color:#f7f7f7;
}
#blurb {
height:auto;
border-bottom:1px dotted #ccc;
width:100%;
float:left;
padding:35px 0;
font-size:32px;
font-weight:400;
line-height:120%;
}
#blurb:hover {
color:#e12000;
}

/*
.post {
padding:0 30px 0 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
*/
.post h2 {
	margin: 1.25em 0 0.55em 0;
}

.post h1, .post h1 a{
	margin: 0.25em 0 0.5em 0;
}
.post h3, .post h4 {
	margin: 1.25em 0 0.5em 0;
	font-weight:normal;
}
/*
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}*/
.post .indent {
padding-left: 1em;
}
.post .indent p {
padding-left: 1em;
}
.post small {
	font-size: 0.91em;
}
.post small a {
	font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
	float: left;
	margin-right: 1em;
}
.post .aligncenter {
	margin: 0 auto;
	display: block;
}
.post abbr {
	font-weight: normal;
}
.post ul{
	list-style: circle;
	margin:0 0 0 2em;
}
.post ol{
	list-style: decimal;
	margin:0 0 0 2.5em;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
	color:#777;
	border-left:5px solid #ccc;
	margin: 1.25em 2.5em 0 1em;
	padding-left: 1.65em;
}
.post pre {
	font-family:courier;
	font-size: 1em;
	letter-spacing:-1px;
	margin: 1em 0;
}
.post .message ul {
	margin: 1em 0 0;
}
.post .message {
	display:none;
	background: #0F67A1;
	margin-top: 1em;
	padding: 1.65em;
	color:#fff;
}
#comments {
	padding:1em 1.5em 2em;
}
#comments h3, #comments h4{
	margin: 2em 0 0.25em;
	font-weight: bold;
}
/*#comments h4{
font-size:28px;
}*/
#comments cite{
	font-size: 1.5em;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}
#sidebar {
	width: 250px;
	float: right;
	margin: 0 0px 2em 0;
}
#sidebar h3 {
	padding: 1.8em 0 0.25em 0;
}
#sidebar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}
#sidebar .block ul {
border-bottom:1px dotted #ccc;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
	border-top:1px dotted #ccc;
	margin: 0;
}
#sidebar .block li a {
	background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
	font-size: 1.18em;
	font-weight: normal;
	padding: 2px 0 2px 15px;
	display: block;
	text-decoration: none;
}
#sidebar .block li a:hover {
	background:#f7f7f7 url(images/bullet_red.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
