/* ======================================================================

    mstyle.css

    Stylesheet prepared for James Slater
    by
    Briden Design
    web@bridendesign.ca
    (c) 2009, All Rights Reserved.

    Version: Apr-23-2009

 ======================================================================== */

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    background-color: #000;
	font-family: Courier New, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
 
/* ======================================================================
    STYLES
 ======================================================================== */ 

h1 {
	font-size: 2em;
	color: #FFF;
	font-family: Courier New, Georgia,"Lucida Grande","Lucida Sans Unicode",Trebuchet MS;
	font-weight: normal;
	border-bottom: 1px dotted white;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	margin-bottom: 1.0em;
	line-height: 140%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

img {
	border: 0;
}

a img {
	border: 0;
}

.lgspacer
{
    height: 30px;
}

.mdspacer
{
    height: 20px;
}

.smspacer
{
    height: 10px;
}

.nobdr
{
    border: none;    
}

/*----------------------------------------------------------------------- 
   Menu
 ------------------------------------------------------------------------ */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	font-family: Amienne;
	font-size: 36px;
}

#menu ul {
	margin: 0px 60px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
	padding: 10px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	color: White;
}

#menu a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------- 
   Page
 ------------------------------------------------------------------------ */

#mainpage {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
}

/*----------------------------------------------------------------------- 
   Content
 ------------------------------------------------------------------------ */

#content {
	width: 920px;
	margin: 0 auto;
    position: relative;
}

#content a{
    text-decoration: none;
}

#content p{
    font-size: 14px;
}

/*----------------------------------------------------------------------- 
   Events
 ------------------------------------------------------------------------ */

.eventvenue {
	font-family: Courier New, Georgia,"Lucida Grande","Lucida Sans Unicode",Trebuchet MS;
	font-weight: normal;
    font-size: 20px;  
    padding: 20px;     
}
.eventtime {
	font-family: Courier New, Georgia,"Lucida Grande","Lucida Sans Unicode",Trebuchet MS;
	font-weight: normal;
    font-size: 16px;
    padding: 0px 0px 0px 10px;  
}

.event {
    border-bottom: 1px solid #333;

}

.date {
    border: 2px solid #666666;
    padding: 5px;
    background-color: #333;
    color: White;
    font-size: 24px;     
}

/*----------------------------------------------------------------------- 
   Footer
 ------------------------------------------------------------------------ */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 10px 0px;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

.emailform {
    padding: 5px 0px;
    text-align: center;
}

.emailjoin {
    vertical-align: middle;
}

.txtemail {
    width: 150px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    background-color: Black;
    border: 1px solid #999;
    color: White;
    font-size: 12px;
    font-style:italic;
}