@import url("/lib/css/liferay.css");

/*	BEGIN csm_simple_wide.css	*/

/* Text Edition Page */
h1 {
	margin-top: 0px;
	margin-bottom: 21px;
}

#textEdition h2 {
	font-size: small; font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 21px;
}

hr {
	margin-top: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;	
}

a:link, a:hover {
	color: #0000CC;
}
	
a:visited {
	color: #800080;
}
	
.text {
	font-size: small;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
}


/* IE hack for text-edition page */
* html body div #textEdition {
	font-size: small;
}
/* END IE hack for text-edition page */

.story {
	margin: 0px 0px 10px 0px;
}

.storyLink {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: medium;
}

.spacer3 {
    margin-bottom: 3px;
}

.head3 {
    color: #000000;
	font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.divvy {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

#main {
	padding:0px;
	text-align:left;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	width:599px;
	margin:0px auto;
	border:1px solid #000;
	background-color:#fff;
}

#content {
	margin-left:40px;
	padding: 5px 35px 5px 5px;
	width: 500px;
}

#left {
	float: left;
	padding: 5px;
	margin: 10px;
	width: 200px; 
}

#right {
	float: right;
	padding: 5px;
	margin: 10px 30px 10px 10px;
	width: 200px; 
}

#content h2, h2 a, h2 a:visited, h2 a:hover {
	color: #556688;
	font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-transform : none;
}

#content h3, h3 a, h3 a:visited, h3 a:hover {
		color: #000;
		font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
}

#content p, td, li {
		color: #111111;
		font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 17px;
}

.divider {
	border-bottom: 1px solid #8097B0;
	width: 475px;
	padding: 0px;
	clear: both;
}

/* Footer - or A.K.A. bottom-content	*/
#bottom-content {
	clear:both;
	text-align: center;
	width: 650px;
	margin: 14px auto 0;
	padding: 1em 0 0;
	border-top: 1px solid #c6c3c6;
	}

#bottom-content ul.bottomnav {
	margin: .3em 0;
	padding: 0;
	list-style: none;
	}
	
#bottom-content ul.bottomnav li {
 	display: inline;
  	margin: 0; 	padding: 0;
	font-size: 90%;
	}
	
#bottom-content ul.bottomnav li a {
	padding: 0 4px; margin: 0;
	text-decoration: none;
	}
	
#bottom-content ul.bottomnav li a:hover {
	text-decoration: underline;
	}

	
.copyright {
	font-size: 90%;
	width:100%;
	padding: 0.5em 0 2em;
	}

.copyrighthide, .hide {
	display: none;
	}

/* From css.jsp	*/
#layout-outer-side-decoration {
width: 650px;
}

/* New styles added from new XHTML format */

#story .pubdate {
	font-family: Arial, Verdana, Geneva, Helvetica, san-serif; 
	font-size: xx-small;
	color: #000000;
}

#story h1 {
font-family: Georgia, Times, Times New Roman, serif;
color: #568;
font-size: 20px;
}

#story h2 {
font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
font-size: small;
color: #000;
font-weight: bold;
}

#story .author {
font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
font-size: small;
color: #000;
}

#story .author .byline, #story .storybody .dateline {
font-weight: bold;
}

#story .storybody .storycontent .divvy, #story .storybody .storycontent a.divvy, #story .storybody .storycontent a.divvy:visited {
color: #000;
font-family: Arial, Verdana, Geneva, sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 17px;
text-decoration: none;
}

div.doubledivider {
	border-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #999999;
	border-width: 1px 0 2px 0;
	height: 1px;
	margin: 14px 0 14px 0;
	padding: 0;
	font-size:1px;
	line-height:1px;
}

/* Adjust for IE */
* html div.doubledivider {
	margin: 0 0 14px 0;
	padding: 0;
}

/*	END csm_simple_wide.css	*/