/****************************************
// pittsburghFashion.com - CSS
//
// created by: Kevin Hutchinson
//             khutchinson@cmu.edu
/****************************************/

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.default {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/************top article*******************/
h1 {
	font-family: Georgia;
	color: #DB0000;
	font-weight: 600;
	font-size: 32px;
	margin-top: -7px;
}

.timestamp {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.subhead {
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	margin-top: -10px;
}

.toparticle {
	color: #888888;
	text-align: left;
	font-size: 11px;
	line-height: 1.64
}




/*****************bottom boxes********************/
h3 {
	font-family: Arial;
	color: #696969;
	margin-top: 0px;
}

.bottom {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;	
}

td.events {
	height: 25px;
}


/**********************poll*****************************/
p.pollhead {
	font-size: 11px;
	font-family: Arial;
	color: #474747;
	font-weight: bold;
	margin-top: 3px;	

}

.poll {
	padding-left: 20px;
	padding-top: -5px;
	font-size: 11px;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/***********************links***************************/
a {
	text-decoration: none;
	color: #DB0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


a:hover {
	text-decoration: underline;
	color: #DB0000;
}

a:visited {
	color: #3924AA;
}

a:visited:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #C43CFE;
}

/***********************button********************/
.button
{
	BORDER-RIGHT: 1px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: 1px solid; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	FONT: smallcaption;
	color: Black; 
	BORDER-LEFT: 1px solid; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: 1px solid; 
	BACKGROUND-COLOR: "white";
}

.button:hover 
{
	BACKGROUND-COLOR: "black";
	color: #FFFFFF;
}




a.sidenav {
	text-decoration: none;
	color: #DB0000;
}


a.sidenav:hover {
	text-decoration: underline;
	color: #DB0000;
}

a.sidenav:visited {
	text-decoration: none;
	color: #DB0000;
}

a.sidenav:visited:hover {
	text-decoration: underline;
	color: #DB0000;
}

a.sidenav:active {
	text-decoration: underline;
	color: #DB0000;
}