/********************************************************************************
Title: UDWA
Author: eosDesigns
Author URI: http://www.eosdesigns.com
Copyright: Copyright (c) 2009 eosDesigns, Expert Online Services, LLC
********************************************************************************/


/********************************************************************************
Color Guide:    Main Blue:   #3c52a4          Dark Blue:   #2d3b7d
                Main Green:  #129647          Dark Green:  #007636
                Light Gray:  #efeff7          Dark Gray:   #dddddd
                Body Text:   #222222
********************************************************************************/


/********************************************************************************
        BUILDING BLOCKS
********************************************************************************/
body {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center; /* centering hack 1/2 */
}
#centerWrap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:left; /* centering hack 2/2 */
	width: 1024px; /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 1024px; /* standards width */
}
html>body #centerWrap {
  width: 1024px; /* standards width reinforcement */
}
#topBar {
	background: #3c52a4 url(udwa_images/udwa_topBar.jpg) no-repeat;
	height: 38px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 1024px;
}
#splash-left {
	background: #129647 url(udwa_images/udwa_splash-left.jpg) no-repeat;
	float: left;
	height: 290px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	width: 580px;
}
#splash-right {
	background: #129647 url(udwa_images/udwa_splash-right.jpg) no-repeat;
	float: left;
	height: 290px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	width: 444px;
}
#splash-left-2 {
	background: #129647 url(udwa_images/udwa_splash-left-2.jpg) no-repeat;
	float: left;
	height: 139px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	width: 580px;
}
#splash-right-2 {
	background: #129647 url(udwa_images/udwa_splash-right-2.jpg) no-repeat;
	float: right;
	height: 139px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 444px;
}
#bottomBar {
	background: #3c52a4 url(udwa_images/udwa_bottomBar.jpg) no-repeat;
	clear: both;
	height: 35px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 1024px;
}
#bottomBar {
	background: #3c52a4 url(udwa_images/udwa_bottomBar.jpg) no-repeat;
	height: 35px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 1024px;
}
#pageBack {
	background: transparent url(udwa_images/udwa_pageBack.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	width: 1024px;
}
#pageBack-shadow {
	background: transparent url(udwa_images/udwa_pageBack-shadow.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 1024px;
}
#pageLeft {
 float: left;
	margin: 0px;
	padding: 0px;
	width: 665px;
}
#pageRight {
 float: left;
	margin: 0px;
	padding: 0px;
	width: 359px;
}
div.box-large {
	background: #ffffff url(udwa_images/udwa_box-large.jpg) no-repeat;
	border: 1px solid #dddddd;
	float: left;
	margin: 10px 0px 0px 30px;
	padding: 9px;
	text-align:left;
	width: 633px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 615px; /* standards width */
}
html>body div.box-large {
  width: 615px; /* standards width reinforcement */
}
div.box-full {
	background: #ffffff url(udwa_images/udwa_box-full.jpg) no-repeat;
	border: 1px solid #dddddd;
	float: left;
	margin: 10px 0px 0px 30px;
	padding: 9px;
	text-align:left;
	width: 960px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 942px; /* standards width */
}
html>body div.box-full {
  width:942px; /* standards width reinforcement */
}
div.box-large-left {
 float: left;
	margin: 0px;
	padding: 0px;
	width: 297px;
}
div.box-large-right {
 float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 296px;
}
div.box-small {
	background: #ffffff url(udwa_images/udwa_box-small.jpg) no-repeat;
	border: 1px solid #dddddd;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 9px;
	text-align:left;
	width: 318px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 300px; /* standards width */
}
html>body div.box-small {
  width: 300px; /* standards width reinforcement */
}
#footer {
	background: #2d3b7d url(udwa_images/udwa_footer.jpg) repeat-y;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	text-align: left;
	width: 1024px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 964px; /* standards width */
}
html>body #footer {
  width: 964px; /* standards width reinforcement */
}




/********************************************************************************
        TOP BAR - LANGUAGE MENU
********************************************************************************/

#header_language_list {
 font-size: 110%;
 float:right;
	text-align: right;
	width:500px;
}

#header_language_list ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#header_language_list ul li img {
	margin-right: 5px;
}

#header_language_list ul li {
 color: #ffffff;
	display: inline;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}

#header_language_list ul li a, #header_language_list ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#header_language_list ul li a:hover, #header_language_list ul li a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}




/********************************************************************************
        BOTTOM BAR - MAIN MENU
********************************************************************************/
/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 22px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access .menu-header li,
div.menu li {
	background: none;
	float: left;
	position: relative;
	padding: 0;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	float: left;
	width: 280px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 280px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #2d3b7d;
	line-height: 1em;
	padding: 10px;
	text-align: left;
	width: 260px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #129647;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


	
	
/********************************************************************************
        UNIVERSAL STYLES
********************************************************************************/
p {
 font-size: 100%; 
 font-style: normal;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}
a, a:visited {
 color: #129647;
 font-weight: bold;
 text-decoration: none; 
}
a:hover {
 color: #007636;
 text-decoration: underline;
} 
img.left {
 border: 1px solid #efeff7;
 margin: 0px 10px 10px 0px;
	padding: 5px;
}
blockquote, code {
 color: #129647;
}
code, pre {
 font: 90% normal Courier, 'Lucida Console','Courier New', Sans-Serif;
}
hr {
 border: 1px #dddddd solid;
 border-collapse:separate;
	width: 90%;
} 
form{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
acronym, abbr{
	cursor:help;
	}
ul {
 line-height: normal;
 margin: 0px 0px 10px 2px;
 padding: 0px;
}
li {
 background: transparent url(udwa_images/bullet.png) no-repeat;
	background-position: 0px 12px;
 list-style-type: none;
 list-style-position: outside;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}
ol { 
 list-style-position: outside;
 margin: 1px 15px;
 padding: 2px;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img {
 border: 0px;
}
	
 
	
	
/********************************************************************************
        HEADING STYLES
********************************************************************************/
h1 { 
 clear: both;
 color: #222222;
 display: block;
 font: bold 22px Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px 0px 10px 0px;
 text-decoration: none;
}
h1 a:link, h1 a:visited {
 color: #222222;
 display: block;
 margin: 0px;
 padding-bottom: 0px 0px 5px 0px;
 text-decoration: none;
}
h1 a:hover {
 color: #818181;
}
#catagories h1 {
 clear: both;
 color: #222222;
 display: block;
 font: bold 22px Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 text-decoration: none;
}
#catagories h1 a:link, #catagories h1 a:visited {
 color: #222222;
 display: block;
 margin: 0px;
 padding-bottom: 0px;
 text-decoration: none;
}
#catagories h1 a:hover {
 color: #818181;
}
h2 { 
 clear: both;
 color: #222222;
 display: block;
 font: bold 22px Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px 0px 10px 0px;
 text-decoration: none;
}
h2 a:link, h2 a:visited {
 color: #222222;
 display: block;
 margin: 0px;
 padding-bottom: 0px 0px 5px 0px;
 text-decoration: none;
}
h2 a:hover {
 color: #818181;
}
h3 { 
 clear: both;
 color: #222222;
 display: block;
 font: bold 22px Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px 0px 10px 0px;
 text-decoration: none;
}
h3 a:link, h3 a:visited {
 color: #222222;
 display: block;
 margin: 0px;
 padding-bottom: 0px 0px 5px 0px;
 text-decoration: none;
}
h3 a:hover {
 color: #818181;
}




/********************************************************************************
        SIDEBAR STYLES
********************************************************************************/

img.socialIcon {
 float:right;
 border: 0px;
 height: 24px;
 margin: 5px 0px 0px 15px;
 padding: 0px;
 width: 24px;
}




/********************************************************************************
        BREADCRUMBS
********************************************************************************/

#breadcrumbs {
 border-bottom: 1px #dddddd dotted;
	font-size: 80%;
 margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}




/********************************************************************************
        CALENDAR
********************************************************************************/
a.EC-tt-title-link, a.EC-tt-post-link {
font-size: 10px;
}



#wp-calendar{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:100%;
	}
#wp-calendar th{
 background-color: #173b6d;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	}
#wp-calendar td{
	font-size:10px;
	text-align:center;
	color:#595959;
	}
#wp-calendar caption{
	font-weight:bold;
	color:#129647;
	}
.EC-tt-widget-day-event {
 margin:0px;
	padding:0px;
	}
.EC-tt-widget-day-event-title {
 background-image: none;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
.EC-tt-widget-day-event-detail {
 margin:0px;
	padding:0px;
	}
.EC-tt-widget-clickdate {
	font-size: 10px;
	font-weight:normal;
}
.calendar-month {
 color: #129647;
	}
	
	
	
/********************************************************************************
        Parametadata
********************************************************************************/
.postmetadata{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #7A7A7A;
	background-color: #F9F9F9;
	}
.postmetadata span.comment{
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url(udwa_images/comment.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
.postmetadata span.date{
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url(udwa_images/date.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
.postmetadata span.author{
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url(udwa_images/author.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
.postmetadata span.tag{
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url(udwa_images/tag.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
.postmetadata span.category{
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url(udwa_images/category.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
	
	
	
	
/********************************************************************************
        STANDARDS
********************************************************************************/
.aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft{
	float: left;
	}
.alignright{
	float: right;
	}
.wp-caption{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}
.wp-caption img{
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
.navigation{
	text-align:center;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 5px;
	}
	
	
	
	
/********************************************************************************
        COMMENTS
********************************************************************************/
#comments_template{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	}
#comments_template h3{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 1px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 15px;
	font-weight:normal;
	letter-spacing:-2px;
	font-size: 20px;
	}
.commentlist{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	}
.commentlist ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	}
.commentlist li{
	display: block;
	background-color:#F7F7F7;
	border:1px solid #dddddd;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	}
.authcomment{
	background-color:#ffffff !important;
	border:1px solid #dddddd !important;
}
.gravatar {
 margin: 0px 5px 5px 0px;
	float: left;
}




/********************************************************************************
        TAGS
********************************************************************************/
.widget_tag_cloud div, div.widget_tag_cloud{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	background-color:#F7F7F7;
	text-align:center;
	}
.widget_tag_cloud a, div.widget_tag_cloud a{
	color:#929292;
	}
.widget_tag_cloud a:hover div.widget_tag_cloud a:hover{
	color:#c0c0c0;
	}
	



/********************************************************************************
        FOOTER
********************************************************************************/
#footer {
 color: #ffffff;
	font-size: 80%;
	font-weight: normal;
}
a.footer, a:visited.footer{
 color: #ffffff; 
	font-weight: normal;
	text-decoration: none;
}
a:hover.footer {
 color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}
h1.footer {
 color: #ffffff;
}




/********************************************************************************
        RSS
********************************************************************************/
#miniwrapper{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom:10px solid #454545;
	}
#rsslink{
	display: block;
	width:150px;
	height:100px;
	text-indent:-9999px;
	float:right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-align:center;
	background-image: url(udwa_images/rss.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#rsslink:hover{
	background-image: url(udwa_images/rss2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	




/********************************************************************************
        SEARCH
********************************************************************************/
#s{
 vertical-align: top;
	height: 20px;
	margin: 0px;
	padding: 0px;
 width: 160px;
 border:1px solid #3e4ea3;
	}
#search { margin: 8px 20px 0px 10px; }
	
	
	
/********************************************************************************
        PAGE TABS
********************************************************************************/
.tabWrap {
 clear: both;
	margin-bottom: 15px;
	min-height: 35px;
	min-width: 610px;
	text-align: center;
}
.tabCenter {
 text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
a.tabNav-white, a.tabNav-white:visited {
 background: url(udwa_images/tab.png) no-repeat;
	display: block;
	float: left;
	height: 35px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 150px;
}
a.tabNav-white:hover {
 background-position: 0px 0px;
	text-decoration: underline;
}
a.tabNav-dark, a.tabNav-dark:visited {
 background: url(udwa_images/tab.png) no-repeat;
	background-position: 0px -35px;
	color: #7d7d7d;
	display: block;
	float: left;
	height: 35px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 150px;
}
a.tabNav-dark:hover {
 background-position: 0px -35px;
	text-decoration: underline;
}


.wpcf7-list-item { display:block; margin:0px; padding:0px; line-height:10px; }


.aktt_tweets { width:300px; overflow:hidden; }


body.mceContentBody {
  width:610px;
}
