/*

home.css - home page styles
*/

/*Typography Styles*/

#hometitle h1 {
	color: #fff;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 2.5em;
	line-height: 1.1em;
	vertical-align:top; 
}

#headline h1 {
	color: #fff;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 2.5em;
	line-height: 1.1em;
}

#hometitle h1 a {
	color: #fff;
	text-decoration: none;
}
#hometitle h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

#headline h1 a {
	color: #fff;
	text-decoration: none;
}

#hometitle h4 {
	color: #fff;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1.3em;
	/* font-size: 1.2em;*/
}

#headline h4 {
	color: #fff;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.2em;
}

#headline h6 a {
	color: #d18ea6;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
}
#hometitle h6 a {
	color: #d18ea6;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
}

#hometitle h4 a {
	color: #f1bfd1;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
}

#hometitle h4 a:hover{
	color: #d18ea6;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
}


#hometitle h6 {
	color: #d18ea6;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
}

#hometitle h6 a:hover {
	text-decoration: underline;
}

#headline h6 a:hover {
	text-decoration: underline;
}

.feature {
	color: #5c6f7b;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	vertical-align:top;
}

.feature .category a, .feature .more a {
	text-decoration: none;
	text-transform: uppercase;
}

.feature .category a:hover, .feature .more a:hover {
	text-decoration: underline;
}

.feature .category a {
	color: #01928f;
}

.feature h2 a {
	color: #01928f;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 2.5em;
	line-height: 1.1em;
	text-decoration: none;
}

.feature p {
	color: #5c6f7b;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.6em;
	line-height: 1.2em;
}

.feature h3 {
	color: #5c6f7b;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.6em;
	line-height: 1.2em;
}

.more a {
	color: #92a1ad;
}

.feature a {
	color: #92a1ad;
}

.feature .date{
	font-family: Arial, Helvetica, sans-serif;
}

.feature .comments {
	color: #A21D4E;
}

.news, .blog, .twitter {
	color: #5c6f7b;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.news h3 a {
	color: #01928f;
	font-size: 1.5em;
	text-decoration: none;	
}

.news p {
	font-size: 1.3em;
	line-height: 1.35em;
}

.news p a {
	color: #92a1ad;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}

.news p a:hover {
	text-decoration: underline;
}

.blog, .twitter {
	font-size: 1.3em;
	line-height: 1.35em;
}

.blog a, .twitter a {
	color: #01928f;
	text-decoration: none;	
}

.blog a.more {
	color: #92a1ad;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}

.blog a:hover, .twitter a:hover {
	text-decoration: underline;
}
	

/*Layout Styles*/

#hometitle {
	background: #a21d4e;
	/*border-top: 3px solid #fff; */
	float: left;
	height: 115px;
	width: 467px;
	max-height:115px;
	}

#headline {
	background: #a21d4e;
	border-top: 3px solid #fff;
	float: left;
	height: 85px;
	padding: 15px 20px;
	width: 427px;
}

#hometitle h1 {
/*	background: url(../images/bgHeadline.gif) left bottom repeat-x; */
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#headline h1 {
/*	background: url(../images/bgHeadline.gif) left bottom repeat-x; */
	margin-bottom: 7px;
	padding-bottom: 7px;
}

#hometitle h4 {
	float: left;
}

#headline h4 {
	float: left;
	margin-right: 6px;
}

#hometitle h6 {
	padding-top: 2px;
}

#headline h6 {
	padding-top: 2px;
}


#headImage img {
	/*border-left: 3px solid #fff;
	border-top: 3px solid #fff; */
	height: 115px;
	width: 232px;
}

#columns {
	overflow: auto;
	width: 937px; /*added by KM */
}

#homecolLeft {
	float: left;
	margin-right: 3px;
	padding: 0px 20px 0;
	width: 427px;
}


.feature {
	margin-bottom: 20px;
	padding-top: 30px; 
	min-height: 147px;
}

.feature .photo {
	float: left;
	margin-right: 15px;
	width: 147px;
}

.feature .photo img {
	height: 147px;
	width: 147px;
}

.feature .category {
	position: relative;
	top: -3px; 
}


.feature h3, .feature .more {
	display: inline;
}


.feature .date {
	background: url(../images/FeatureSeperator_2.png) repeat-x;
	margin-top: 5px;
	overflow: hidden;
	padding-top: 7px;
}

.feature .date span {
	float: left;
	margin-right: 6px;
}

.feature .date a {
	background: url(../images/global/iconComment.gif) no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin: 3px 5px 0 0;
	text-indent: -9999px;
	width: 14px;
}

#homecolRight {
	float: Right;
	width: 232px;
	/*vertical-align:top;*/
	}
	
#homecolMiddle {
	float: left;
	width: 232px;
	vertical-align:top;
	padding-right: 3px;
	margin-right: 0px;
	}		


#homecolMiddle h2 {
	height: 45px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

#homecolRight h2 {
	height: 45px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

#homecolMiddle h2 {
	background: url(/images/labelNews.gif);
	background-repeat:no-repeat;  /*added by km */
}

.news, .blog, .twitter {
	background: url(../images/seperatorGrey.gif) left bottom repeat-x;
	margin: 0px 15px 10px 15px;
	padding-bottom: 10px;
}

#homecolRight h2#blog {
	background: url(../images/labelBlog.gif);
}

#homecolRight h2#twitter {
	background: url(../images/labelTwitter.gif);
}

#valigntop {
	vertical-align:top
	}
	
	
/*OMOV */
.OMOV {
	background-color:#f0f7e7;
	padding:0px;
	background-image:url(http://www.aauw.org/images/vote-button.gif);
	background-repeat:no-repeat;
	border: #01928f 1px solid; 

	}

.OMOV h1 {
	font-size:20px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #1d3d70;
	text-align:left;
	padding-bottom:5px;
	line-height:30px;
	}
	

.OMOV p	{
	font-size:12px; 
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color:#01928f;
	list-style-image:none;
	line-height:18px;
	padding-top:3px;
	padding-bottom:5px;
	}
	
.OMOV a	 {
	color:#01928f;
	text-decoration:none;
	}
	
.OMOV a:hover	 {
	color:#01928f;
	text-decoration:underline; 
	}
	
.OMOV a:visited	 {
	color:#01928f;
	text-decoration:none; 
	}	
	
.OMOV a:visited:hover {
	color:#01928f;
	text-decoration:underline; 
	}
	

.OMOV .more	 {
	background: url(../images/seperatorGrey.gif) left top repeat-x;
	font-size:12px; 
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color:#5C6F7B;
	line-height:20px;
	text-align:right;  
	}	
		
		/*CTL */
.CTL, #CTL, CTL {
	background-color:#ede7ef;
	padding-right:3px;
	vertical-align:top;
	/*height: 175px; */
	}

.CTL h1 {
	font-size: 2.5em;
    line-height: 1.0em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #6c205e;
	text-align: left;
	/* padding-bottom: 5px; */
	padding-top: 5px;
	}
	
.CTL p	{
	font-size:12px; 
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color:#5c6f7b;
	list-style-image:none;
	line-height:18px;
	padding-top:2px;
	padding-bottom:3px;
	}
	
.CTL a	 {
	color:#6c205e;
	text-decoration:none;
	}
	
.CTL a:hover	 {
	color:#6c205e;
	text-decoration:underline; 
	}
	
.CTL a:visited	 {
	color:#6c205e;
	text-decoration:none; 
	}	
	
.CTL a:visited:hover {
	color:#6c205e;
	text-decoration:underline; 
	}

.CTL .more	 {
	border-top: 1px dotted #6E205F;
	font-size:11px; 
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color:#5C6F7B;
	line-height:20px;
	text-align:right;
	text-transform:uppercase; 
	}	
		
.CTL .category a {
    color: #6C205E;
	text-decoration: none;
    text-transform: uppercase;
	font-size:10px;
}

.CTLFLOAT {
	float:right; 
	padding-right:10PX; 
	padding-left:10px;
	width: 250px;
}

.CTLFLOAT .category a {
	color: #92a1ad;
	text-decoration: none;
    text-transform: uppercase;
	font-size: 10px;
}
