html
{
	background-color: #fff;
}



body {
	font: 0.9em Arial, Helvetica;
	line-height: 1.4em;
	color: #333;
}


a {
	text-decoration: none;
	color: #0177bf;
}

a:hover {
	text-decoration: none;
	color: black;
	
}

h1 {
	font: 1.4em Arial;
	margin: 0;
	padding: 0;
    padding-bottom:10px;
	color: #333;
    text-shadow: #eee 1px 1px 1px;
}

h2 {
	font: 1.2em Arial;
	margin: 0;
	padding: 0;
    padding-bottom:10px;
	color: #444;
    text-shadow: #eee 1px 1px 1px;
}

h3 {
	font: 1.1em Arial;
    font-weight: bold;
	margin: 0;
	padding: 0;
    padding-bottom:5px;
	color: #222;
    text-shadow: #eee 1px 1px 1px;
}

h4 {
	font: 0.8em Arial;
    font-weight: bold;
	margin: 0;
	padding: 0;
    padding-bottom:10px;
	color: #222;
    text-shadow: #eee 1px 1px 1px;
}

ul {
	margin-top: 0;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
	padding: 15px;
	margin: 0;
}

li {
	margin-bottom: 5px;
}



.menu_linear {
	font: 10px "Lucida Grande", Lucida, Arial, sans-serif;
	height: 43px;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%; 
	background-image: url('/modules/site/themes/grove/images/grove-header_02.jpg');     
}

.menu_linear ul {
	margin: 0;
	padding: 0;
	padding-left:10px;
	float: left;
	width: 920px; /*width of menu*/
}

.menu_linear ul li
{
    display: inline;
}

.menu_linear ul li a
{
	margin-top:8px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:2px;
	float: left;
	margin-left:5px;
	width: auto;
	color: #fff; /*text color*/
	text-align: center;
	text-decoration: none;
	border:0;
}


.menu_linear ul li a.current
{
    background-color: #38466b;

}


.menu_linear ul li:hover a.current 
{
    background-color: #38466b;
}


.menu_linear ul li a:hover
{              
    background-color: #38466b;
    text-decoration: underline;
}

/* Menu Section */

.menu_section 
{
	text-align: left;
    margin:0;
    padding:0;
    height:20px;
	border-bottom: 1px solid #ccc;
    margin-bottom:10px;
}
.menu_section ul {
	
}
.menu_section li
{
	display: inline;
    margin-right:10px;
}
.menu_section a
{
    font: 10px "Lucida Grande", Lucida, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration: none;
}
	

/* HEADER */
#page {
	width: 940px;
	margin: 0 auto;
}

#menu {
	height: 20px;
	margin: 0 auto;
	padding-top:4px;


}

#bd {
    text-align:left;
    height:100%;
    width: 910px;
    margin-top:10px;
    margin-left: 15px;
    margin-right: 15px;
}

/* CONTENT */
.article {
    float:left;
    width:570px;
}
.left img {
	padding: 1px;
	border: 1px #cebda1 solid;
	margin-bottom: 10px;
}
.article img {
	padding: 1px;
	border: 1px #cebda1 solid;
	margin-bottom: 10px;
}

.article div.leadstory {
	width:554px;
	margin-bottom:20px;
}


.article div.leadstory h1 {
	margin-top:0px;
	padding: 1px;
	padding-right: 5px;
	font: normal 0.87em Verdana, Arial, sans-serif;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	background-color: #f0f0f0;
	display: inline;
}



#sidebar img {
	padding: 1px;
	border: 1px #cebda1 solid;
}

p.spaced {
	line-height: 1.5em;
}

#sidebar {
	font: 1.05em Verdana, sans-serif;
    float:right;
    width:320px;

}

#sidebar-general {
    float:right;
    width:250px;
    border-left: 1px #f0f0f0 dotted;
    margin: 10px;
}
#sidebar-general img {
	padding: 1px;
	border: 1px #7BA7CB solid;
}
#sidebar-general p {
	color: gray;
}

.left {
	text-align: left;	
	padding: 10px;
	float: left;
	width: 500px;
}

.right {
	text-align: left;
	padding: 10px;
	float: right;
	width: 350px;
}

.full{
	text-align: left;
	padding: 10px;
	float: left;
	width: 800px;
	}
.item {
	font: 0.9em Verdana, sans-serif;
	background-color: #cebda1;
	line-height: 1.8em;
	color: #333;
}

.item h3 {
	margin: 0;
}

img.thumbnail {
	margin: 5px;
}


a.thumbnail {
	text-decoration: none;
	border: 0;
}

a.thumbnail:hover {
    text-decoration: none;
    border-bottom: 0px;
    background-color: white;
}


span.lookatme {
    color: red;
    border: 1px red solid;
}


#webgallery img
{
    border: 1px #1D6893 solid;
    background: url('/core-ui/img/loading-sml.gif') white no-repeat center;
    padding: 2px;
    max-height: 112px;
    margin-right: 15px;
    text-align: center;
    margin: 0;
}

#webgallery .title
{
    font-size: 13px;
    font-weight: bold;
}

#webgallery img:hover
{
    border: 1px #a0b842 solid;
}

#webgallery tr
{
    background-color: #eee;
    padding: 10px;
    height: 200px;
    
}

#webgallery td
{
    background-color: #eee;
    padding: 10px;
    width:25%;
}

#webgallery td:hover
{
    background-color: #e0edf5;
}

/* FOOTER */
#footer {
	text-align: center;
	clear:both;
    font: 10pt Arial;
	border-top: 1px solid #ccc;
    padding-top:10px;
    margin-bottom:5px;
}


/* News Listall Posts */
.post{
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}


div.post div.date {
    text-align: left;
    width: 230px;                
    white-space: nowrap;
    font: Normal 34px Helvetica, sans-serif;
    letter-spacing: -2px;
    color: #ccc;
    text-transform: uppercase;
    line-height: 35px;
}

div.post div.date div.date_brick {
    float: left;
    height: 30px;
    width: 45px;
    background-color: #aaa;
    color: #FFF;
    font: Bold 12px Verdana, Sans-Serif;
    text-align: center;
    line-height: 12px;
    margin-left: 0px;
    padding-top: 5px;
    letter-spacing: 0px;
    overflow: hidden;
}


div.post h2 {
    font-size: 18px;
    font-weight: Bold;
    color: #6498cc;
    letter-spacing: -1px;
    margin: 0px 0px 5px 0px;
}

div.post h2 a {
    color: #599d9d;
    text-decoration: none;
}



div.post div.regular {
    font-size: 12px;
    color: #444;
    line-height: 17px;
    margin-left:60px;
}

div.post div.regular blockquote {
    font-style: italic;
    border-left: solid 2px #444;
    padding-left: 10px;
}



td.image {
    width:100px !important;
}

