/*
Theme Name: Vancouver Catering Company
Theme URI: http://www.vancouvercateringcompany.com
Description: WordPress theme for Vancouver Catering Company built by Gwyn Pritchett.
Version: 1.0
Author: Gwyn Pritchett
Author URI: http://www.gwynpritchett.com
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

html {
	overflow: scroll;
}
  
/* Primary */
body {
	background-color: #ffdd82;
	font-family: Verdana, serif;
	font-size: 12px;
	color: #515870;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, serif;
	font-weight: lighter;
	
}
h2 {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
	}
p {
	line-height: 20px;
	margin-bottom: 12px;
	color: #515870;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #7689cc;
}
a:hover {
	color: #4c61ab;
}
p a:hover {
	border-bottom: 1px solid #4c61ab;
}
p a {
	border-bottom: 1px dotted #7689cc;
}
.clear {
	clear: both;
}

/* Menus */
#menu {
	float: right;
	width: 430px;
	height: 34px;
	margin-top: 42px;
}
#menus, #aboutus, #contact, #pictures, #blog, #home {
	height: 32px;
	float: left;
	margin: 0 7px;
}
#menus:hover, #aboutus:hover, #contact:hover, #pictures:hover, #blog:hover, #home:hover {
	background-position: 0 -32px;
}
#menus {
	background-image:url(images/menu-menus.gif);
	width: 43px;
}
#aboutus {
	background-image:url(images/menu-aboutus.gif);
	width:59px;
}
#contact{
	background-image:url(images/menu-contact.gif);
	width: 70px;
}
#pictures {
	background-image:url(images/menu-pictures.gif);
	width: 59px;
}
#blog {
	background-image:url(images/menu-blog.gif);
	width: 43px;
}
#home {
	background-image:url(images/menu-home.gif);
	width: 43px;
}
/* Site Blocks */
#wrapper {
	width: 720px;
	margin: 20px auto;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height: 240px;
}
#logo {
	width: 145px;
	height: 225px;
	float: left;
}
#content-title {
	background:url(images/title.gif) repeat-y;
	padding-left: 70px;
	height: 28px;
}
#content-main {
	background:url(images/content.gif) repeat-y;
	padding: 20px 30px 25px 70px;
}
#blog-wrapper {
	background:url(images/content.gif) repeat-y;
}
#blog-content {
	float: left;
	width: 480px;
	padding: 20px 20px 35px 70px;
}
#blog-sidebar {
	float: left;
	width: 115px;
	margin-top: 20px;
}
#content-bottom {
	background:url(images/content-bottom.gif) repeat-y;
	height: 12px;
}
#footer {
		text-align: center;
		margin-top: 10px;
}

/* Styles */
#content-title h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 0; margin: 0;
}

/*
#content-main img {
	border: 2px solid #ccc;
	padding: 1px;
	margin: 10px;
}
*/

#content-main ul, .blogpost ul, .singleblog ul  {
	margin: 5px 5px 10px 5px;
	line-height: 18px;
	
}
#content-main ul li, .blogpost ul li, .singleblog ul li  {
	list-style: square;
	margin-left: 14px;
}
#content-main ol, .blogpost ol, .singleblog ol {
	margin: 5px 5px 10px 5px;
	line-height: 18px;
	
}
#content-main ol li, .blogpost ol li, .singleblog ol li  {
	margin-left: 18px;
}
#footer ul {
}
#footer li {
	display: inline;
	padding: 0 8px;
	font-size: 11px;
	text-transform: uppercase;
}
#footer a {
	color: #7783b0;
}
#footer a:hover {
	color: #53629b;
}
#footer p {
	font-size: 11px;
}

/* Blog */
#blog-sidebar ul {
	margin: 0;
	}

#blog-sidebar ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	}
.blog-title, .blog-title:hover {
	color: #fff;
}
.blogpost {
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 20px;
	overflow: hidden;
	}
	
.singleblog{overflow:hidden;}

ul.meta {
	margin: 0 0 15px 0;
	}
	
ul.meta li {
	display: inline;
	font-size: 10px;
	margin-right: 7px;
	margin-left: 0;
	padding-left: 12px;
	text-transform: uppercase;
	}
	
ul.meta li:first-child {
	border: none;
	padding-left: 0;
	}
	
.blogpost img {
	border: 2px solid #ccc;
	padding: 1px;
}
.alignleft {
	float: left;
	margin: 0 10px 5px 0;
	}
	
.alignright {
	float: right;
	margin: 0 0 5px 10px;
	}
	
.aligncenter {
	margin: 8px auto;
	}

.blogpost {
	border-bottom: 1px solid #ccc;
	}

h2 a:link, h2 a:visited {
	color: #444;
	}
	
ul.meta li {
	border-left: 1px solid #ccc;
	}

li h3 {
    font-size: 14pxem;
	font-weight: bold;
    line-height: 1.4em;
    margin: 10px 0 5px 0;
    }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Comments */
h4#comments {
	clear: both;
	margin: 45px 0 5px 0;
	}

.commentlist li {
	font-size: inherit;
}

.commentlist li .avatar { 
	float: right;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 0.95em;
	}
	
.commentlist p {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
	}

.commentmetadata {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	}
	
.commentlist .reply {
	font-size: 0.8em;
	font-weight: bold;
	}

.commentlist {
	margin: 0 0 20px 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.comms-navigation, .navigation {
	clear: both;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	}

.children {
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* Comment Form */
#respond h4 {
	clear: both;
	margin: 45px 0 10px 0;
	}

form p {
	padding-bottom: 10px;
	margin: 5px 0;
	}
	
form p label {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	width: 5em;
	}
	
form p label[for="comment"] {
	vertical-align: top;
	}
	
input, textarea {
	padding: 3px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	}
	
input#submit {
	padding: 5px 3px;
	}
