/* 
Theme Name: Emergency Trauma Fund Theme
Theme URI: http://emergencytraumafund.org
Description: Emergency Trauma Fund Theme
Template: responsive
Version: 1.0.0
Author: Netwalker Internet Services
Author URI: http://www.netwalker.biz/

*/

/* =Start From Here
-------------------------------------------------------------- */

body {
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:22px;
	background-color:#fff;
	color:#0A0046;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

#header {
	background-color:#F2F5FB;
}

#container {
	background:url(images/bg-large.png) top center repeat-y;
	max-width:980px;
	width:980px;
	padding:0 15px;
}

#footer {
	background:url(images/bg-footer-large.png) top center repeat-y;
	max-width:980px;
	width:980px;
	color:#fff;
	font-size:16px;
	padding:0 15px;
}
#footer-wrapper {
	padding:0 10px;
}
#footer .grid,
#footer .col-60, 
#footer .col-140, 
#footer .col-220, 
#footer .col-300, 
#footer .col-380, 
#footer .col-460, 
#footer .col-540, 
#footer .col-620, 
#footer .col-700, 
#footer .col-780, 
#footer .col-860 {
	margin:0;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color:#fff;
}

.netwalker-link {
	text-align:right;
}

#logo {
	padding:13px;
}

#header-phone {
	float:right;
	text-align:right;
	width:342px;
	height:25px;
	padding:65px 13px 0 0;
	font-size:1.2em;
	font-weight:bold;
}

#header-site-description {
	font-size:14px;
	text-align:right;
	float:right;
	padding:23px 13px 0 0;
}
.ie8 #header-phone {
	padding-top:75px;
}

/* Menu bar */
.menu {
	background-color: #8C0000;
	background-image: none;
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin: 0 auto;
	padding:5px 10px;
}
.js .main-nav {
	background-color: #8C0000;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* Menu items */
.menu a {
	border-left: none;
	color: #fff;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	padding: 0 0.9em;
	text-shadow: none;
	border:1px solid #8C0000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:normal;
}
ul.menu > li:hover {
	background:none;
}
.menu li {
	padding-right:5px;
}
/* Menu item hover */
.menu a:hover {
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: -ms-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: -o-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: linear-gradient(top, #FFFFFF, #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#DDDDDD);*/
	background: #DDDDDD url(images/menu-item-bg.png) center center repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #0A0049;
	border:1px solid #fff;
}
/* Current page */
.menu .current_page_item a,
.menu .current-menu-item a,
.front-page .menu .current_page_item a {
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: -ms-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: -o-linear-gradient(top, #FFFFFF, #DDDDDD);
	background-image: linear-gradient(top, #FFFFFF, #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#DDDDDD);*/
	color: #0A0049;
	background: #DDDDDD url(images/menu-item-bg.png) center center repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #fff;
	font-weight: 700;
}
/* Menu dropdown */
.menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}
/* Menu dropdown hover */
.menu li li a:hover {
	background: none;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

#wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 0px;
	border-radius: 0px;
	margin: 0;
	padding: 0;
	background:url(images/sidebar-bg.png) top right repeat-y;
}

.page-template-full-width-page-php #wrapper {
	background:none;
}
#content-full {
	padding: 10px;
	margin:0;
	width:960px;
}

#widgets {
	width:180px;
	padding:10px;
	margin:0;
	background:url(images/swoosh.png) center 10px no-repeat;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0;
	border-radius: 0px;
	margin: 0 0 20px 0;
	padding: 0;
}

#content {
	padding:10px;
	width:760px;
	margin:0;
}

h1 {
	font-size:1.2em;
	margin:5px 0;
}

input[type="text"].error {
	border-color:red;
	color:red;
}
#form_error {
	color:red;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	line-height:1em;
}

input[type="text"] {
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(200, 200, 200, 0.5);
	box-shadow: inset 0px 0px 5px 2px rgba(200, 200, 200, 0.5);
	font-size:12px;
	border:1px solid #888888;
	color:#888888;
	padding:5px;
	margin:5px 0;
	width:180px !important;
}
button[type="submit"],
input[type="submit"] {
	background-color:#0A0048;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	-webkit-box-shadow: inset -2px -2px 10px 2px rgba(0, 0, 0, 0.4), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.4);
	box-shadow: inset -2px -2px 10px 2px rgba(0, 0, 0, 0.4), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.4);
	border:0;
	width:180px;
	text-align:center;
	padding:5px;
	margin:5px 0;
}
.sidebar-heading {
	text-align:center;
	padding-top:30px;
	font-size:1em;
	font-weight:normal;
	line-height:1.2em;
}

.copyright, .netwalker-link {
	width:480px;
}

/* width 768px */
@media screen and (min-width:768px) and (max-width: 1023px) {
	#container {
		background:url(images/bg-768.png) top center repeat-y;
		max-width:724px;
		width:724px;
	}
	#content-full {
		width:704px;
	}
	
	#footer {
		background:url(images/bg-footer-768.png) top center repeat-y;
		max-width:724px;
		width:724px;
	}
	.copyright, .netwalker-link {
		width:352px;
	}
	#content {
		width:504px;
	}
	body {
		font-size:17px;
	}
	.grid, .grid-right {
		float:left !important;
	}
}

/* squishy */
@media screen and (max-width: 767px) {
	body {
		font-size:17px;
	}
	#content-full {
		width:auto;
	}
	#container {
		background:#fff;
		width:100%;
		padding:0;
	}
	
	#footer {
		background:#8C0000;
		width:100%;
	}
	
	.copyright, .netwalker-link {
		width:100%;
		float:none;
		text-align:center;
		display:block;
	}
	#wrapper { 
		background:none;
	}
	#logo {
		float:none;
		text-align:center;
	}
	#header-phone {
		float:none;
		text-align:center;
		padding:0;
		width:100%;
	}
	#header-site-description {
		float:none;
		text-align:center;
		padding:0;
	}
	#widgets {
		background:none;
		padding:0;
		text-align:center;
	}
	#widgets form {
		width:180px;
		margin:0 auto;
	}
	.sidebar-heading {
		padding-top:0;
	}
	.post-title, .post-entry {
		padding:0 10px;
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/