/*  
Theme Name: Fastway
Theme URI: http://www.westendvancouverguide.com
Version: 1.0
Author: WEVG
Author URI: http://www.westendvancouverguide.com

*/

#anotherpage {
margin:15 0 15 0px;
text-align:center;
background:#ECEBE3;
padding:5px;
border:1px solid silver;
font-size:14px;
}

#anotherpage a:link, #anotherpage a:visited, #anotherpage a:hover, #anotherpage a:active {
 color:#493E3A
}

/* PHOTO STYLES */

img.photo_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
border:3px solid #e1e1e1;
}
/*** PHOTO STYLE ***/
div.photo {
  float:right;
  background-color:#f5f5f2;
  margin-left:10px;
  margin-bottom:10px;
  font-size:9px;
  padding:5px;
  border:1px solid #d8d6ce;
  text-align:center;
}
div.photo img {
  display:block;
  margin-bottom:5px;
  border:1px solid #d8d6ce;
}


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

.slashdigglicious {
line-height:50px;
}



body {
	text-align:center;
	background:#bfc5b3;
	}

img {
	border:none;
}
	
#frame {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background:url(http://www.westendvancouverguide.com/images/mainbg.gif);
        background-color:#ffffff;
	}		

#leftoutline {
	width:387px;
	padding:0px;
	float:left;
	padding:0px;
	background:#ecebe3;
	border:1px solid white;
        border-bottom:none;
	}
		
#left, #left2, #right, #footer, .plaintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:18px;
	text-align:left;
	}

#leftoutline, #right {
	height:inherit;
	}

#left2 {
	width:160px;
	padding:10px 10px 10px 10px;
	float:left;

	}
	
#left {
	width:180px;
	padding: 10px 0px 10px 0px;
	float:left;

	}
	
#right {
	width:561px;
	padding:0px;
	float:left;
	}


#content {
	padding:10px;
	background:#fff;
}

#sitetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	line-height:28px;
	padding:40px 0px 10px 10px;
	letter-spacing:-1px;
	color:#493e3a;
	background:#bfc5b3;
}

#tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background:#493e3a;
	height:30px;
	text-align:center;
	line-height:30px;
	border-top:1px solid white;
	border-bottom:1px solid white;	
}


#navigation {
	background:#493e3a;
	height:30px;
	}
			
#footer {
	height:20px;
	padding:17px 10px 10px 10px;
	background-image:url(http://www.westendvancouverguide.com/images/footerbg.gif);
	background-repeat:repeat-x;
	}
	
	
#footerleft {
	float:left;
}

#footerright {
	float:right;
}

/*//////////////////////// TEXT STYLES ////////////////////////*/

h1 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 26px;
	padding: 12px 0 8px 0;
	margin:0px;
	color:#8b9675;
	font-weight:bold;
	letter-spacing:-2px;
}
	
.emphasis {
	font-size:22px;
	color:#642200;
	font-style:italic;
	line-height:40px;
	}
	
h2 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 20px;
	padding: 10px 0 2px 0;
	margin:0px;
	color:#818181;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 15px;
	padding: 10px 0 0px 0;
	margin:0px;
	color:#818181;
}

.rightlink {
	 text-align:right;
	 padding-right:10px;
}

.rightside {
	padding-top:35px;
	color:#642200;
}

hr.right {
	border-style:none; 
	border-top:1px dashed #666666; 
	color:white; height:1px;
	margin: 8px 0px 8px 0px;
}

/*//////////////////////// LINKS ////////////////////////*/

#sitetitle a:link, #sitetitle a:visited, #sitetitle a:hover, #sitetitle a:active {
	text-decoration: none; 
	color: #493e3a;
	font-weight:normal;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8b9675;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8b9675;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #b6aca8;
	}

/*//////////////////////// MENU ////////////////////////*/



.navbar {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	}
	
.navbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
	
.navbar li {
    margin-top: 7px;
    padding: 0 13px 0 13px;
	border-right:1px solid #675a55;
    float: left;
    }
		
.navbar a:link { 
	text-decoration: none; 
	color: #ffffff;
	}
	
.navbar a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
	
.navbar a:hover, .navbar a:active { 
	text-decoration: none; 
	color: #b6aca8;
	}




blockquote { 
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	color: #333; 
	padding: 4px 4px 4px 4px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.entry p { 
	margin: 0 0 10px 0; 
}


.entry ul{
	list-style: none;
	margin: 0;
	padding: 10px 0px 0 10px;
}

.entry ul li{
	padding: 0px 0 5px 10px;
margin-left:20px;
     list-style-image:url('http://www.westendvancouverguide.com/images/bullet.gif');
}

.entry ul li h2{

	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	padding: 0px 0 0 0;
        color:#818181;

	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 10px 0;
	background: #FFF;

}

.entry ul ul li{
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 20px;
	list-style: none;
	font-size: 12px;
        list-style-image:url('http://www.westendvancouverguide.com/images/bullet.gif');
}

		

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}


/*----POST----*/

#container{
	float: left;
	padding: 0 0 0 0px;
width:100%;
}

.post{
	padding: 0px 0px 30px 0px;
}

.entry{
	line-height: 18px;
}

.postinfo{
	font-size: 11px;
	color: #493e3a;
	padding: 2px 0 10px 0;
}

.postinfo a{
	color: #493e3a;
}

.postdate{ color: #493e3a; }

p.postmetadata{
	font-size: 12px;
	color: #493e3a;
	border-top: 1px dashed #CCC;
	margin: 0px 0 0 0;
        padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
}

	

/*----COMMENT FORM----*/

#comment-form{
width:95%;
	margin: 20px 0 0 0;
	border: 1px solid #CCC;
	padding: 0px 10px 10px 10px;
	background: #ecebe3;

}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 20px;
	padding: 10px 0 2px 0;
	margin:0px;
	color:#818181;
	font-weight:normal;
	padding: 10px 0 10px 0;
}

.commentmetadata{
	font-size: 11px;
	color: #818181;
	padding: 0px 0 0px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #8b9675;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
width:100%;
	margin: 10px 0px 10px 0px;
	background: #FFF;
	border: 1px solid #CCC;
}


/*------Left Sidebar-------*/

.leftbar{
	float: left;
	width: 190px;
	margin: 0px auto 5px 10px;
	display: inline;
	overflow: hidden;

}

.leftbar ul{
	padding: 0 5px 0 0px;
margin-left:0px;
	list-style: none;

}

.leftbar ul li{
	padding-left:0px;

}

.leftbar ul li h2{

	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	padding: 0px 0 0 0;
        color:#818181;

	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 20px;
	background: #FFF;

}

.leftbar ul ul li{
	padding: 0px;
	margin: 0 0 0 20px;
	line-height: 20px;
	list-style: none;
	font-size: 12px;
list-style-image:url('http://www.westendvancouverguide.com/images/bullet_side.gif');
}
