/* 

Title :			PRESS RELEASES CSS
Author :		KristofCreative.com
URL :			
Description : 
Created : 		2006-02-26
Modified :		

*/


/* =LISTS
------------------------------------ 

body  { 
	background: #FFF; 
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	}
 */

/* =LINK STYLES    
------------------------------------ */

/*
a:link  { 
	text-decoration: none; 
	} 

a:visited  { 
	color: #093; 
	text-decoration: none; 
	}

a:hover  { 
	color: #096; 
	text-decoration: none; 
	}


a:link img, a:visited img  { 
	border-style: none; 
	}

a img  { color: white;  } /* The only way to hide the border in NS 4.x 

*/



/* =PRESS RELEASE STYLES 
------------------------------------ */

.press-headline  { 
	color: #333; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	}
	.press-headline a:link, 
	.press-headline a:visited  { 
		color: #333; 
		font-size: 12px;
		font-weight: bold; 
		text-decoration: none;
		}
	.press-headline a:hover  { 
		color: #363; 
		text-decoration: none;
		}

.press-date  {
	color: #000; 
	font-size: 9px;
	margin: 2px 0 3px 10px;
	}


/* --------------- SUMMARY ARTICLE  */

.press-text  {
	color: #333; 
	font-size: 11px !important;
	line-height: 14px;
	margin: 0 0 20px 10px;
	}
	.press-text a  { 
		color: #900;
		font-size: 11px !important;
		text-decoration: none;
		}
	.press-text a:hover  { 
		color: #030; 
		text-decoration: none;
		}
	
/* --------------- FULL ARTICLE  */

#wrapper-full  {
	padding: 15px 25px 15px 15px;
	border: 1px solid #DCDCDC;
	margin: 25px;
	width: 600px;
	}

.press-text-full  {
	color: #333; 
	font: 12px verdana, arial, helvetica, sans-serif; 
	line-height: 17px;
	margin: 0 0 15px 10px;
	}
	.press-text-full a:link, 
	.press-text-full a:visited  { 
		color: #333; 
		font: 12px verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
		}
	.press-text a:hover-full  { 
		color: #096; 
		text-decoration: none;
		}

.more  {
	color: #039; 
	font: 9px verdana, arial, helvetica, sans-serif; 
	}
	.more a:link, 
	.more a:visited  { 
		color: #039; 
		font: 9px verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
		}
	.more a:hover  { 
		color: #333; 
		text-decoration: none;
		}

.close-press  {
	color: #333;
	font: 10px verdana, arial, helvetica, sans-serif; 
	margin: 40px 0 0 0;
	text-align: right;
	}
	.close-press a:link, .close-press a:visted  {
		color: #333;
		font: 10px verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
		}
	.close-press a:hover  {
		color: #036;
		text-decoration: none;
		}

