@charset utf-8;
/*
Theme Name: BANMC02
Theme URI: http://www.banmc.com/
Author: BCHANMAN
Author URI: http://banmc.com/
Description: Original BANMC design from Zen Design studios adapted to Wordpress

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

/*	Resets
	------	*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

html {
	overflow: -moz-scrollbars-vertical !important;
	overflow-y:scroll;
}

body {
	background-color:#BDB9B0;
	font-family: verdana, sans-serif;
	margin-top:10px;
}

a {
	text-decoration:none;
	color:#333022;
}
	a:hover {
		color:#eedcca;
	}
	
h1, h2, h3, h4, h5 {
	font-weight:normal;
}

#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

header {
	border:0;
	padding:0;
	margin:0;
	background-color:#A69687;
}

#header, #container, #header-image {
	border:0;
	margin:0;
	padding:0;
}

#header-image .container {
	border:0;
	margin:0;
	padding:0;
}

#header-image   img{
	display:block;
}

.content_container {
	background-image:url('images/main_bg.jpg');
	background-repeat:repeat-y;
}

	nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}

	#widget-header {
		
	}
	#widget-alert {
		
	}
	#nav-primary {
		clear: both;
		width: 100%;
		padding: 0;
		
	}
		#nav-primary ul,
		#nav-primary li {
			float:right;
			list-style: none;
			display:inline;
			padding: 20px 15px 5px 15px;
			text-transform:uppercase;
			font-size: 12px;
			font-family:Tahoma;
		}

#content {
	float:right;
	width:560px;
	background-color:#A69687;
	min-height:360px;
	padding: 20px;
}
#content h1 {
	font-family:verdana;
	text-transform:lowercase;
	color: #333022;
	margin-left:0px;
	padding-bottom:15px;
}
#content p {
	font-size:15px;
	color:#333022;
	line-height:18px;
	padding-bottom:16px;
	padding-top:0px;
	padding-left:28px;
}
#content ul {
	list-style-image:url('images/arrow03.gif');
	vertical-align:middle;
	font-size:15px;
	line-height:18px;
	color:#333022;
	padding-left:28px;
}

#content  li {
	margin-left:20px;
	margin-right:18px;
}
#content a {
	color:#ffffcc;
}
#content a:hover {
	color:#ffffff;
}

	article {
		
	}
		.featured-thumbnail {
			
		}
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		
	}
	.post-navigation {
		
	}

#comments {
	
}
	li.comment {
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}
.page_image {
	float:right; 
  width:140px; 
  height:200px;
  padding: 1px;
  border: 2px solid #fff;
  border-color:"ffffff";
  margin-right:40px; 
  margin-left:20px;
}

.post {
	
}

	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}
#sidebar {
	float:left;
	width:155px;
	background-color:#AE9E91;
	min-height:360px;
	padding-left: 35px;
	padding-top:30px;
	font-family:Tahoma;
	font-size:14px;
}
#sidebar ul, 
#sidebar li{
	list-style:none;
	text-transform:lowercase;
	line-height:40px;
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			
		}

#footer {
	
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	#footer-content {
	  font-family: verdana;
		font-size: 10px;
		color: #333022;
		line-height:15px;
		padding-bottom:30px;
	}
	#footer-content .contact_info {
		float:left;
	}
	#footer-content .copyright_info {
		float:right;
	}
.no-results {
	
}

.widget-area {
	
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

#post-11 h1 {
	text-transform:none;
	text-align:center;
}

#social {
	padding-top: 20px;
}

.homeimg{  
  float:left; 
  width:140px; 
  height:200px;
  padding: 1px;
  border: 2px solid #fff;
  margin-right:10px; 
  margin-left:10px;
  margin-bottom:40px
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */