@charset "utf-8";

/*
Theme Name: CAMRA Vancouver Theme
Theme URI: http://camravancouver.ca
Description:  for CAMRA Vancouver site 
Version: 1.0
Template: camra
*/


/* CSS Document */

/* IE Reset */

/* why??! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
} 

h1, h2, h3, h4 {
        padding-top: 10px ;
        padding-bottom: 10px ;
}


body {
	background-color: #000000;
	background-image: url(images/bkg_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin:0;
        padding:0;
        height:100%;
}

p {
         margin-bottom: 10px;
}

ol, ul {
       margin-left: 20px;
}

li {
       margin-bottom: 5px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

img {
}

.left_photo {
        float: left; 
        border: 1px solid;
        margin-left: 20px;
}
.right_photo {
        float: right; 
        border: 1px solid;
        margin-left: 20px;
}
.centre_photo {
        border: 1px solid;
        margin-left: 20px;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

/* other CSS */
/* RRG: was 66593e for links, c8c093 for hover, but they were both too light... also trying out underline */
a:link {color: #46391e;}
a:visited {color: #46391e;}
a:hover {color: #86795e;}
a:active {color: #86795e;} 

.facebook_link {
   text-decoration: none;
   vertical-align:text-top;
   font-family: courier,monospace;
}

.twitter_link {
   text-decoration: none;
   vertical-align:text-top;
   font-family: courier,monospace;
}


#wrapper  {
	width: 926px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;	
}


#bodyContent  {
	padding-top: 20px;
	padding-right: 30px;	
        padding-left:  30px;
	margin: 0 0 0 0;
	width: 838px;  /* 926 - ( 2 * 14 ) - ( 2 * 30 ) */
        height: 100%;
	text-align: justify;
        overflow: auto;
}


#navigation  {
/*	width: 926px; */
	clear:both;
	margin-top: 107px;
	margin-left: 302px;
/*	position:absolute;*/
	text-align:center;
}


#content_left  {
	padding-top: 20px;
	margin-right: 0px;	
        margin-left: 30px;
	width: 440px;
	text-align: justify;
	float:left;

}

#content_left_equal  {
	padding-top: 20px;
	margin-right: 21px;	
        margin-left: 42px;
	width: 400px;
	text-align: justify;
	float:left;
}

/* for Links page with google add on right! */
#content_left3  {
	padding-top: 20px;
	margin-right: 0px;	
        margin-left: 20px;
	width: 360px;
	text-align: justify;
	float:left;

}

/* for page layout with google add on right! */
#content_left2  {
	padding-top: 20px;
	margin-right: 0px;	
        margin-left: 40px;
	width: 570px;
	text-align: justify;
	float:left;

}
/*... */
/* for page layout with photos & google add on right! */

#content_left_narrow  {
	padding-top: 20px;
	padding-right:0px;
	margin-right: 0px;	
    	margin-left: 20px;
	width: 350px;
	text-align: justify;
	float:left;

}

#content_middle  {
	padding-top: 20px;
	padding-right:5px;
	padding-left: 0px;
	margin-right: 0px;	
    margin-left:  0px;
	width: 260px;
	float:left;
}

#content_right_narrow  {
	padding-top: 20px;
	padding-right:10px;
	padding-left: 10px;
	margin-right: 0px;	
    margin-left:  0px;
	float:right;
	width: 150px;
}
/*... */
#content_right_narrow  {
	padding-top: 20px;
	padding-right:10px;
	padding-left: 10px;
	margin-right: 0px;	
    margin-left:  0px;
	float:right;
	width: 140px;
}


#content_right_equal  {
	padding-top: 20px;
	margin-right: 42px;	
    margin-left: 21px;
	float: right;
	width: 380px;
}


#content_right  {
	padding-top: 20px;
	padding-right:30px;
	margin-right: 0px;	
    margin-left:  0px;
	float:right;
	width: 265px;
}

/* Copyright Footer Div */

#copyright {
/*	background-image:url(http://camravancouver.ca/images/footer.gif); */
	margin-right: 0px;	
        margin-left:  0px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	font-size:9pt;
        text-align: center;
}



.postexcerpt{
    font-weight: bold;
}