
/* Basic */
{
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: sans-serif;
	font-size: small; 
	color: #666666;
	background-color: #ffffff;
}

h2 {
	margin-top: 1em;
	font-size: 1.25em;
	text-decoration:none;
}

h3 {
	margin: 0;
	font-size: 1.5em;
	/*text-decoration:underline;*/
/*	color: #0033CC;*/
	color: #10038A;
}

h4 {
	margin: 0;
	font-size: 1.5em;
	text-decoration:underline;
/*	color: #0033CC;*/
	color: #10038A;
}

p, blockquote, ul, ol {
    margin-left: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-bottom: 10px;
/*	text-align: justify;*/
}

p {
}

blockquote {
	margin-right: 2em;
	font-style: italic;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

/* Boxed Style */
.boxed {
}

.boxed .title {
   /*background-color:#003399;	*/
   background-color:#10038A;
}

.boxed .title h2 {
	height: 25px;
	/*padding: 12px 0 0 20px;*/
	padding: 10px;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	border-top: 1px solid #FFFFFF;
}

.intro {
    
    font-style: oblique;
	font-weight: bold;
}

.photo{
    border-style: solid;
    border-width: 1px;
	border-color: #10038A; 	
}
/* Post */ 
.post {
}

.post .title {
	margin-top: 0;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	/*background-color: #003399;*/
	background-color:#10038A;
}

.post .title span {
	display: block;
	height: 25px;
	padding: 5px 0 0 5px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	/*padding: 10px 20px 20px 20px;*/
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
    margin: 0 0 0 20px;
/*	padding: 20px;*/
}

.post .story p {
    margin: 0 0 0 20px;
	
	/*padding: 20px;*/
}
.post .story a {
    font-color: #10038a;	
	border-bottom-color: #10038a;
}
.post .story .posted p{
    margin-bottom: 1px;
	font-size: x-small;	
}

.post .story .tab p {
	margin: 0 0 0 0;
/*	padding: 20px;*/
}

.posted{
    padding-top: 20px;    
	font-size: x-small;
}
.style3 {color: #FF0000; font-style:italic; font-size: medium}


/* Outer */
#outer
{
    width: 800px;
	margin:0 auto;
	/*float: left;*/
	
}

/* Header */
#header {
	height: 100px;
	padding: 5px 1px 5px 25px;
	background-color: #ffffff;	
	margin: 0 auto;
}
/* Header > logo */
#logo {
/*    background:  url(images/WPYAO_logo_sm.png) no-repeat;	  */
    float: left;
	width: 450px;
	height: 100px;
	padding-left: 25px;
	padding-top: 0;
}

/*  Menu */
#menu {   
   	height: 20px;
	padding: 20px 1px 1px 25px;
	background-color:#000000;
}

#menu ul {
    margin: 0;
	list-style: none;
	line-height: normal;
	text-align: right;
}

#menu li {
	display: inline;	
}

#menu a { 
	padding: 0 5px;
	border-left: 1px solid #cccccc;
	text-decoration: none;
	font-size: 90%;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;	
}

#menu .active a {
    background-color: #959EA2;
	/*border-left: none;*/
}
#menu .first a {
	border: none;
}

/* Content > Main */
#main {
    float: right;   
	margin: 0;		
	width: 550px;	
	padding: 15px 15px 15px 15px;
	
}

/* Outer > Main > Welcome */
#welcome {	
}

/* Outer > Main > Example */
#current {
}

/* Outer > Sidebar */
#sidebar {
    float:left;
	width:200px;
}
/* Outer > Sidebar > Activities */
#activities {
    /*margin-left: 0;*/
	text-align:center;
    /*height: 300px;*/
	color: #FFFFFF;
	border-bottom: 2px solid;
	background-color: #000000;	
}

#activities ul {
	list-style: none;
	line-height: 2em;
	text-decoration:none;	
}

#activites li {		    
}

#activities a {
	color: #FFFFFF;
	text-decoration: none;	
	text-align:center;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom: thin;	
}

#activities input {
	margin-bottom: 10px;
	/*padding: 2px 5px;*/
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Twitter */
#twitter {  
   margin-left: 0; 
   text-align:center;
   border-style: solid;
   border-width: 2px;
   border-color:#10038A;
}

#twitter  ul{  
   text-align:left;
}

/* Content > Sidebar > Sponsors */
#sponsors {   
    margin-left: 0; 
    text-align: center;
	/*background-color: #E2E1E0;*/
	border-style: solid;
    border-width: 1px;
	border-color:#10038A;
}
#sponsors p {
	line-height: normal;
	font-size: 1em;
	text-align: center;	
	font-color: #10038a;
}	
#sponsors a {
	text-decoration: none;
	font-size: 1em;
	list-style: none;	
	font-color: #10038a;
}	
#sponsors ul {
	list-style: none;
	text-decoration: none;
	line-height: normal;	
}

#sponsors h2 {
	margin-left: 0;
	text-align: center;
}

/* Content > Sidebar2 */
#sidebar_right {
	float:right;
	width:200px;
	margin: 50px 0 0 -200px;
    border-left: none;
}

/* Content > Sidebar2 > Events*/
#events {
    background-color: #E2E1E0;
	border-style: solid;
    border-width: 1px;
/*	border-color: #003399;*/
	border-color:#10038A;
}

#events ul {
	margin: 20px;
	list-style: none;
}

#events h2 {
	margin-left: 0;
	text-align: center;
}

#events h3 {
	font-size: .8em;
}

#events p {
	line-height: normal;
	font-size: .9em;
}

#events a {
	text-decoration: none;
}

/* Footer */
#footer {
	clear: both;
	width:100%
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
	color: #333333;
}

#footer a {
	text-decoration: underline;
	color: #333333;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */
#legal {
}

/* Footer > Links */
#links {
}
