/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
@import url(/.shared/themes/lilia/theme-subtle.css);


/* user css */

a { color: #495865; font-weight: normal; }
a:visited { color: #495865; }
a:hover { color: #c1131e; }

#banner { border: 0px solid #ccc; margin-bottom: 10px; width: 758px; }

#banner-header { margin-bottom:0px; }

#banner-inner { margin: 1px; border: 0px solid #ccc; border-bottom:0px solid #ccc; text-align: center; }

body { font-family: 'Lucida Grande', Verdana, helvetica, arial, sans-serif; font-size:13px; margin: 0; padding: 0; text-align: center; color:#495865; background: #f0f0f0;  }

#beta { width:500px; }

#container { margin-top: 10px; width:900px;  }

#container-inner { margin: 0; background: white; border: 1px solid #d4d4d4; }

.entry {margin-bottom: 10px; }

.entry-header { color: black; } 
.entry-header a:link, .entry-header a:visited { color: lightslategrey; }
.entry-header a:hover { color: #c1131e; }

.entry-body {line-height:140%;}


#footer { border-top:0px solid #ccc; text-align: left; font-size:9px; margin-top:60px; margin-left: 220px; padding:20px 20px 0 20px; }

h1, h2, h3, h4, h5, h6 { font-family: 'Lucida Grande', helvetica, arial, Verdana, sans-serif; }

#menu { margin-left:10px;margin-top:15px; font-family: 'Lucida Grande', helvetica, arial, Verdana, sans-serif;font-size:14px;}

#searchbox { margin-left:10px; font-family: 'Lucida Grande', helvetica, arial, Verdana, sans-serif;font-size:14px; }

#toplinks { margin-bottom:5px;  }
#toplinks a {text-decoration:none;  font-weight: bold; font-size:14px; }

/* other css */

/* Rounded Corners from YPN */
/* SJL - 19Mar2006 */
/* corner module elements */

.section_border
	{
	border:     1px solid #999999;
	text-align: left;
	}

.section_corner
	{
	height:   7px;
	position: relative;
	}

/* corners */

.section_corner .top_left,
.section_corner .bottom_left,
.section_corner .top_right,
.section_corner .bottom_right
	{
	background-repeat: no-repeat;
	width:             7px;
	height:            7px;
	position:          absolute;
	}
.section_corner .top_left
	{
	float:            left;
	background-image: url("images/ctl_lb.gif");
	left:            -1px;
	top:             -1px;
	}
.section_corner .top_right
	{
	float:            right;
	background-image: url("images/ctr_lb.gif");
	right:           -1px;
	top:             -1px;
	}
.section_corner .bottom_left
	{
	float:            left;
	background-image: url("images/cbl_lb.gif");
	left:             -1px;
	top:               1px;
	}
.section_corner .bottom_right
	{
	float:            right;
	background-image: url("images/cbr_lb.gif");
	right:            -1px;
	top:               1px;
	}

/* ph=1 */

