/*
Theme Name: Blogs at Baruch 2013
Theme URI: http://wordpress.org/extend/themes/profile/wordpressdotorg
Description: 
Author: Tom Harbison, Luke Waltzer and Craig Stone
Author URI: 
Template: twentythirteen
Version: 1.0
Tags: nmc
License:  GPL
*/
 
@import url("../twentythirteen/style.css");

/**
 * 1.0 Default Styling of HTML Elements
 * ----------------------------------------------------------------------------
 */
 
a {
	color: #ff7700;
	text-decoration: none;
}

a:visited {
	color: #ff5500;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #ff7700; /* Old browsers */
	background: -webkit-linear-gradient(top, #ff7700 0%, #ff5500 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ff7700 0%, #ff5500 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #ff3300;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ff5500; /* Old browsers */
	background: -webkit-linear-gradient(top, #ff5500 0%, #ff7700 50%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ff5500 0%, #ff7700 50%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}


.site-header .home-link {
	color: #003366;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
	background-color: rgba(255,255,255,0.45);
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 21px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}




/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #a9a9a9;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #666666;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
	font-style: italic;
}

.menu-toggle {
	color: #ffffff;
}


/* Navbar */
.navbar {
	background-color: #003366;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-field {
background-color: transparent;
background-image: url(images/search-icon2.png);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-meta a {
	color: #999999;
}

.entry-meta a:hover {
	color: #003399;
}

.entry-title {
font-size: 32px;
font-weight: normal;
margin: 0 0 5px;
}

.entry-title a:visited {
color: #141412;
}

.entry-title a:hover {
color: #003399;
}

.entry-content a,
.comment-content a {
	color: #003399;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #0066ff;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0px;
}

.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin-right: 0px;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
 
.single-author .entry-meta .author, .sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
display: inline;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget a {
	color: #003399;
}

.widget a:hover {
	color: #0066ff;
}



/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	padding-bottom: 150px;
	}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #DDDDDD;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
/*	left: -158px; */
}

.site-footer .widget {
	background: transparent;
	color: #555555;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #ff7700;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #484848;
}

#footer-title {
	float: left;
	margin-top: 6px;
	padding-left: 100px;
	font-size: 22px;
	font-weight: stronger;
}

#logo {
	float: right;
	width: 280px;
	margin: 14px 0;
	}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
