/*
Theme Name: Pantheon Child for AD
Description:  A responsive minimalist theme that enables you to build your personal website quickly and effectively. The theme comes with a slideshow in the front page where you can features as many post or pages as you want and pretty lavalamp menu.
Author: Viva Themes
Author URI: http://www.vivathemes.com
Template: pantheon
*/
@import url(../pantheon/style.css);

#container {
	max-width: 72%;
	margin-left: 10%;
	float: left;
}

#logo h1.site-title a{
	color: #000;
	font-family: 'Roboto Slab', serif;
	font-size: 35px;
	line-height: 145%;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

#site-description {
	margin-top: 10px;
	font-size: 16px;
	line-height: 180%;
	color: #ccc;
}

/* search */

#searchform {
	padding:0;
	margin:0;
	width: 170px;
	height: 35px;
	float: left;
	margin-top: 10px;
}

#searchform input#s {
	margin:0;
	padding: 0;
	color: #999;
	width: 90%;
	border: none;
	font-size: 14px;
	height: 10px;
	line-height: 12px;
	padding: 5px 10px;
	background: #fff;
	border: solid 1px #eaeaea;
	float: left;
}

#searchform input#searchsubmit {
	display: none;
}

#header, #content, #footer {
	width: 70%;
  	max-width: 72%; 
	background: #fff;
	margin-left: 30px;
	margin-top: 0px; 
	margin-bottom: 0px;
}

#footer {

}

#content {
    min-height: 60vh;
}

/* #content {
	width: 75%;
	float: left;
	margin-top: 0;
	margin-top: 10px;

}
#header {
  	width: 66%; 
  	float: left;
	clear: left;
	margin-left: 30px;
}
#footer {
	float: left;
	clear: both;
	width: 88%;
	font-size: 11px;
	color: #848484;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 60px;
	margin-left: 30px;
} */ 

.post {
	padding-left: 0;
}

/* Right Sidebar*/

#rightbar {
	min-width: 25%;
	float: right;
	padding: 0;
	clear: none;
	margin-top: 0px;
	/*height: 100%;
	height: 100vh;*/
	background: url(images/bg-dots.jpg);
}

.home #rightbar {
	margin-top: 20px;
}

#rightbar .textwidget img {
	max-width: 80%;
	width: 80%;
}

#rightbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
}

#rightbar h2 {
	margin: 0;
	padding: 0;
	color: #000;
	margin-bottom: 4px;
	font-size: 120%;
	text-transform: none;
	border-bottom: 1px solid #ccc;
}

#mainmenu {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 45px;
	height: 1px;
	border-bottom: solid 1px #ffcc33;
	margin-bottom: 10px;
}
