/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* ADDED FROM PAPRBLANKS.COM  */


body{
	font-family:"lucida Grande","Lucida Sans", Verdana, sans-serif;
	font-size:11px;
	line-height:inherent;
}

h3.sub {border-bottom: 1px solid #777;}
#sidebar h3.sub {border:none;}

#container-inner{
	width:960px;
}

#logo{
	display:none;
}

#oldnav{
	display:none;
}

#masthead{
	display:none;
	height:95px;
}

#headerimg {margin:0;padding:0;height:95px;}

#main_menu {
  margin:0;
  padding:0;
  background: #333;
  text-align: left;
}

#main_menu ul {
  background:#333;
  margin:0;
  padding:0 0 0 20px;	
}	

#main_menu ul li{
  display:inline;
}

#main_menu li a{
  font-size:12px;
  color:#fff;
  padding:10px 15px;
  background:#333;
  text-transform:uppercase;
  letter-spacing:0.5px;
  line-height:34px;
}

#main_menu li a:hover {
    background: #212121;
}

#blog #main_menu-blog a {
	color:#000;
	background:#fff;
}

.welcomebox {background:none; width:870px; padding: 20px 20px 20px 40px; margin:30px 0px; border:1px solid #ddd;}
.welcomebox h2 {font-size:11px;}
.welcomebox h3 {font-size:21px; font-weight:normal;}
.wbleft {width:570px; display:inline-block; vertical-align:middle;}
.wbright {display:inline-block; margin-left:80px; vertical-align:middle;}
.wbright img{width:200px; height:100px;}


#sidebar h3 { font-size:14px;}

.socialshare-twitter, .socialshare-facebook {height:20px; margin-top:20px;}
 

#app {
	width:650px;
}

.postmetadata{
	border-bottom:1px solid;
	margin-bottom:60px;
}

#footer-wrap{
	width:1024px;
	margin: 0 auto;
}


