/*

Theme Name: Evan Bailyn 2014

Theme URI: http://www.evanbailyn.com/

Version: 1.0

Description: 2 Column theme

Author: First Page Sage

Author URI: http://www.firstpagesage.com

*/

body {
	background-color:#FFF;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
/** common **/

p {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	color:#000;
	padding:0 0 20px 0;
	margin:0;
}

h1 {
	font-family: 'Arvo', serif;
	font-size:40px;
	font-weight:300;
	line-height:50px;
	color:#FFF;
	padding:0 0 10px 0;
	margin:0;
}

h2 {
	font-family: 'Arvo', serif;
	font-size:24px;
	font-weight:300;
	line-height:40px;
	color:#000;
	padding:0 0 10px 0;
	margin:0;
}

a {
	color:#0c96e5;
	text-decoration:none;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
	transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}

a:hover {
	color:#096da7;
}

img {
	border:none !important;
}

.clear {
	clear:both;
}

.sitewidth {
	width:1000px;
	margin:0 auto;
}

.floatimage {
	float:left;
	margin:0 15px 50px 0;
}

.imgfloat {
	float:left;
	margin:0 20px 20px 0;
}

.floatpicright {
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
}

.floatpicleft {
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
}

/** lists **/

ul {
	padding:0;
	margin:0 0 20px 25px;
}

ol {
	padding:0;
	margin:0 0 20px 25px;
}

.post li {
	font-size:16px;
	line-height:24px;
	padding:0 0 10px 0;
}

/** buttons **/

.bluebutton a {
	border:#FFF 2px solid;
	background-color:#0c96e5;
	display:block;
	padding:10px 20px;
	font-size:18px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.bluebutton a:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/** navigation **/

#navigation {
	width:1000px;
	margin:0 auto;
	padding:10px 0 0 0;
	z-index:9999;
}

#logo {
	float:left;
}

#mainnavi {
	float:right;
}

#mainnavi ul {
	padding:5px 0;
	margin:0;
}

#mainnavi li {
	list-style:none;
	float:left;
	margin-left:20px;
	font-size:14px;
}

#mainnavi li a {
	color:#0c96e5;
	text-decoration:none;
}

#mainnavi li a:hover {
	color:#FFF;
}

/** banner **/

#banner {
	background-color:#000;
	background-image:url(images/banner-1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:560px;
	z-index:1;
	margin:-40px 0 0 0;
}

#banner h1 {
	width:600px;
	padding:240px 0 120px 60px;
}

#banner .bluebutton {
	width:260px;
	margin:0 auto;
}

#subbanner {
	background-color:#3a3a3a;
	z-index:1;
	padding:20px 0 30px 0;
	margin:-40px 0 0 0;
}

/** columns **/

.maincolumn {
	float:left;
	width:560px;
	padding:40px 0 60px 0;
}

.maincolumn img {
	margin-bottom:20px;
}

.column300 {
	float:left;
	width:300px;
	padding:20px 30px 30px 0;
}

.lastcolumn {
	float:right; 
	margin-right:0;
}

.column300 img {
	margin-bottom:20px;
}

.last {
	margin-right:none !important;
}

/** sidebar **/

.sidebar {
	float:right;
	width:360px;
	padding:40px 0 6px 0;
}

/** footer **/

#footer {
	background-color:#000;
	width:100%;
	margin:40px 0 0 0;
	padding:40px 0;
	color:#FFF;
	font-size:14px;
	line-height:18px;
}

#footer h2 {
	color:#FFF;
}

.footerbox {
	float:left;
	width:280px;
	margin:0 80px 0 0;
}

#footercopy {
	background-color:#333;
	color:#FFF;
	font-size:12px;
	padding:10px 0;
}

/** speaking logos **/

.speakinglogo {
	float:left;
	border:#999 1px solid;
	padding:4px;
	margin:10px 10px 10px 0;
}

.speakinglogo:hover {
	border:#666 1px solid;
}

.speakinglogo img {
	width:90px;
}

/** newslist **/

.newslist {
	background-color:#f5f5f5;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 4px 5px 40px;
	margin:4px 0 0 0;
}

.newslist:hover {
	background-color:#f8f8f8;
}

.newslist p {
	padding:0 0 5px 0;
}

/** photos **/

#photos {
	margin:10px 0 10px 0;
}

#photos ul {
	padding:0;
	margin:0;
}

#photos li {
	list-style:none;
	float:left;
	padding:0;
	margin:0 10px 10px 10px;
}

#photos li img {
	width:70px;
	height:70px;
}

/** videos **/

#videowrapper {
	width:1000px;
	overflow:hidden;
}

.videobox {
	float:left;
	width:480px;
	margin:0 20px 40px 0;
}

.videobox p {
	font-family: 'Arvo', serif;
	font-weight:300;
}

/** search **/
#searchbox {
	width:360px;
	height:40px;
	padding:0;
	margin:10px auto 40px auto;
}
.sinputbox {
	background-color:#EEE;
	border:none;
	color:#999999;
	font-size:16px;
	padding:0 0 0 5px;
	margin:0;
	width:275px;
	height:40px;
}
.sinputbox:focus {
	border:none;
	outline:none;
}
.searchbutton {
	background-color:#0c96e5;
	border:none;
	font-family: 'Arvo', serif;
	font-size:16px;
	color:#FFF;
	width:80px;
	height:40px;
	padding:0;
	margin:0;
}
.searchbutton:hover {
	background-color:#096da7;
	cursor:pointer;
}
/** pagination **/

#pagination {
	margin:20px 0 20px 0;
}
.floatleft {
	float:left;
	width:240px;
	text-align:left;
}
.floatright {
	float:right;
	width:240px;
	text-align:right;	
}
/** comments **/

#comments-title {
	font-size:22px;
	line-height:28px;
	color:#4d4747;
	padding:10px 0 10px 0;
	margin:0;
	border-top:#CCC 1px solid;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist a {
	color:#0989b9 !important;
	text-decoration:none;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/** caption **/
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter {
	margin:5px auto 20px auto;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/** videos **/

#videocontainerfeatured:hover, #videocontainerhighlight:hover {
	cursor:pointer;
}

/** mobile **/

@media screen and (max-width: 600px) {
#navigation {
	background-color:#3a3a3a;
	width:100%;
	height:60px;
}
#logo {
	float:none;
	width: 214px;
	margin: 0 auto;
}
#mainnavi {
	float:none;
	width:100%;
}
#mainnavi li {
	margin-left:25px;
}
.sitewidth {
	width:100%;
}
#banner {
	margin-top:0;
}
#subbanner {
	display:none;
	padding:0;
	margin:0;
}
#banner h1 {
	width:100%;
	text-align: center;
	padding:80px 0;
}
.column300 {
	float:none;
	width:100%;
}
.column300 p {
	padding: 0 20px;
}
.lastcolumn {
	float:none;
}
.footerbox {
	float:none;
	padding: 0 20px;
	margin-bottom:20px;
}
#footercopy {
	text-align:center;
}
.maincolumn {
	float:none;
	width:100%;
}
.maincolumn h2, .sidebar h2 {
	text-align:center;
}
.maincolumn p {
	padding:10px 20px;
}
.sidebar {
	float:none;
	width:100%;
}
.imgfloat {
	width:400px;
	float:none;
	margin:20px auto;
	text-align:center;
}
.speakinglogo {
	margin-left:10px;
}
#videowrapper, #videocontainerfeatured, #videocontainerhighlight {
	width: 100%;
}
.videobox {
	float:none;
	width:100%;
	margin:0;
}
.videobox p {
	text-align:center;
}
.videobox img, #videocontainerfeatured img, #videocontainerhighlight img {
	width:100%;
	height:auto;
}
}