/*
Theme Name: Centre Venture v2.0
Theme URI: http://centreventure.com/
Description: Centre Venture News module
Author: McKim Cringan George
Author URI: http://www.mckimcg.ca
*/
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link		{
		color: #858789;
			}

a:visited	{
		/* color: #E9640C; */
		color: #858789;
		}

a:hover		{
		color: #abcddd;
			}

.Nav a:link		{
		color: #ffffff;
		text-decoration: none;
			}

.Nav a:visited	{
		color: #E9640C;
		}

.Nav a:hover		{
		color: #858789;
		text-decoration: none;
			}

.Headline	{
		color: #e95f19;
		font-size: .85em;
			}

.Text	{
		/* color: #858789; */
		color: #53565a;
		font-size: .75em;
		line-height: 1.75em;
		}

.Nav	{
		color: #ffffff;
		font-size: .7em;
		}

.Small	{
		color: #ffffff;
		font-size: .6em;
		}

.PaddingLeft35	{
		padding-left: 35px;
		}

.PaddingRight115	{
		padding-right: 115px;
		}

.PaddingRight25	{
		padding-right: 25px;
		}

.FloatLeft	{
		float: left;
		padding: 15px;
		}

.FloatLeftFlush	{
		float:left;
		padding: 0px 15px 0px 0px;
		}

.FloatRight	{
		float: right;
		padding: 15px;
		}

.logo	{
		margin: 0px 0px 0px 10px;
		}

body	{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 1em;
		background-color:#a1a1a3;
		background-image: url("images/bg.jpg");
		   	background-repeat: no-repeat; 
   	 	background-attachment: fixed; 
    	background-position: top left;
		text-align: center;

		}

#container {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		padding: 0px;
		width: 800px;
		height: auto;
		background-image: url("images/corner-sides.jpg");
		background-repeat: repeat-y;
		background-color:#ffffff;
		}

#content {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		padding: 0px;
		width: 800px;
		height: auto;
		background-image: url("images/corner-header.jpg");
		background-repeat: no-repeat;
		}

#home_news {
margin: 20px 30px 40px 30px;
text-align: left;
}

#home_news h3 { color: #8BA72A; }



/* Menu Stuff*/

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

dt, dl, dd, ul	{
		list-style-type: none;
		margin: 0 1px 0 0;
		padding: 5px 0 0 0;
		height: 29px;
		font-size: .8em;
		}

li	{
		list-style-type: none;
		margin: 0 1px 0 0;
		padding: 5px 0 0 0;
		height: 29px;
		font-size: 1.1em;
		}

#menu 	{
    float: left;
		position: relative;
		left: 1px;
		top: -3px;

		}

#menu dl	{
		float: left;
		width: 100px;
		text-align: center;

		}

#menu li {
		display: inline;

		}

#menu a {
		text-decoration: none;
		color: #ffffff;
		}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
		position: absolute;
		left: 0;
		padding: 0 0 0 5px;
		margin: 2px 0 0 0;
		width: 498px;
		height: 22px;
		text-align: left;
		display: none;
		}

#smenu1 a	{
		color: #612A36;
		}

#smenu1 a:hover	{
		color: #ffffff;
		}

#smenu2 a	{
		color: #396884;
		}

#smenu2 a:hover	{
		color: #ffffff;
		}

#smenu3 a	{
		color: #3E82BA;
		}

#smenu3 a:hover	{
		color: #ffffff;
		}

#smenu4 a	{
		color: #8BA72A;
		}

#smenu4 a:hover	{
		color: #ffffff;
		}

#smenu5 a	{
		color: #E95F19;
		}

#smenu5 a:hover	{
		color: #ffffff;
		}

.Wine	{
		background-color: #612A36;
		}

.Turquoise	{
			background-color: #396884;
			}

.Blue	{
		background-color: #3E82BA;
		}

.Green	{
		background-color: #8BA72A;
		}

.Orange	{
		background-color: #E95F19;
		}


.PaleWine	{
		color: #612A36;
		background-color: #D1C1C5;
		}

.PaleTurquoise	{
		color: #396884;
		background-color: #ABCDDD;
		}

.PaleBlue	{
		color: #3E82BA;
		background-color: #BBDDF9;
		}

.PaleGreen	{
		color: #8BA72A;
		background-color: #C1CB9E;
		}

.PaleOrange	{
		color: #E95F19;
		background-color: #EEA580;
		}

.sidebar
{
		color: #858789;
		font-size: .6em;
                line-height: 125%
}
.sidebar ul li a
{
		color: #858789;
		font-size: .6em;
}

#toolbar a { text-decoration: none;}

/*The Magic*/
li:hover ul, li.over ul	{
						display: block;
						}

