/* 
	Theme Name: naer.org
	Theme URL: http://naer.org/
	Description: Customised Theme by <a href="mailto:milanmk@yahoo.com">Milan Kaneria</a>.
	Author: Milan Kaneria
	Author URI: mailto:milanmk@yahoo.com
	Version: 1.0
*/

body
{
	margin: 0px auto;
	padding: 0px;
	color: #3a3d46;
	background: url(images/body-bg.png) repeat-x center top;
	font-family: Arial, Sans-Serif; /* Helvetica, */
	font-size: 13px;
}


h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px 0px 15px;
}

p
{
	margin: 0px;
	padding: 0px 0px 15px;
	line-height: 1.7;
}

ol, ul
{
	padding: 0px 0px 20px;
}

ol
{
	margin: 0px 0px 0px 20px;
	list-style: outside decimal;
}

ul
{
	margin: 0px 0px 0px 15px;
}

ol li
{
	padding: 0px 0px 10px;
}

ul li
{
	padding: 0px 0px 10px;
}


a, a:link, a:visited
{
	color: #1d9cd1;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #1d9cd1;
	outline: none;
}

a img
{
	border: none;
}

blockquote
{
	width: 90%;
	margin: 0px auto 15px auto;
	padding: 10px 10px 0px;
	border: 1px solid #cd4509;
	font-style: italic;
}

form
{
	margin: 0px 0px 15px;
	padding: 0px;
}

input, textarea, select
{
	padding: 5px 10px;
	border-top: 2px solid #B3B3B3;
	border-right: 1px solid #E2E5EA;
	border-bottom: none;
	border-left: 2px solid #B3B3B3;
	font-family: Arial, Sans-Serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"], input.submit
{
	width: auto;
	border: none;
	color: #ffffff;
	background: #1d9cd1;
	background-image: -o-linear-gradient(top, #1CC1F1 5%, #13A3EA 70%);
	background-image: -moz-linear-gradient(top, #1CC1F1 5%, #13A3EA 70%);
	background-image: -ms-linear-gradient(top, #1CC1F1 5%, #13A3EA 70%);
	background-image: -webkit-linear-gradient(top, #1CC1F1 5%, #13A3EA 70%);
	background-image: linear-gradient(top, #1CC1F1 5%, #13A3EA 70%);
	font-weight: bold;
	cursor: pointer;
}



#body-wrap
{
	background: url(images/body-wrap-bg.png) repeat-x center 71px;
}

#wrap
{
	position: relative;
	width: 1004px;
	margin: 0px auto;
}

#wrap-social
{
	position: absolute;
	top: 520px;
	left: -60px;
}

#background
{
	position: absolute;
	top: 155px;
	left: -106px;
	z-index: -1;
}

#header
{
/*	height: 302px; */
}

#header-bar
{
	height: 54px;
	margin: 0px 15px 0px 10px;
	padding-top: 2px;
}

#header-bar a
{
	display: inline-block;
	width: 164px;
	height: 48px;
	color: #3a3d46;
	background: url(images/header-bar-button-bg.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	vertical-align: middle;
}

#header-bar a:hover
{
	background: url(images/header-bar-button-bg-over.png) no-repeat left top;
}

#header-bar form
{
	float: right;
	margin-top: 8px;
}
/*
#header-bar form input
{
	float: left;
}

#header-bar form input.submit
{
	padding: 3px 6px;
	margin: 6px 0px 0px -70px;
}
*/
#header-menu
{
	position: relative;
	height: 67px;
	padding: 0px 1px;
	color: #ffffff;
	background: url(images/menu-bg.png) no-repeat left top;
	font-size: 15px;
	font-weight: bold;
	z-index: 10;
}

#header-menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none
}

#header-menu ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#header-menu ul li a
{
	float: left;
	height: 55px;
	margin: 1px 0px 0px;
	padding: 0px 14px 0px;
	border-left: 2px groove #4A4C53;
	color: #ffffff;
	line-height: 55px;
	vertical-align: middle;
}

#header-menu ul li:first-child a
{
	border-left: none;
}

#header-menu ul li.current_page_item, #header-menu ul li.current_page_parent, #header-menu ul li:hover, #header-menu ul li a:hover
{
	background-color: #727789;
}

#header-menu ul ul
{
	display: none;
	position: absolute;
	left: auto;
	top: 56px;
	width: auto;
	height: auto;
	margin-left: 2px;
	padding: 25px 0px 10px;
	background-color: #727789;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #333;
	box-shadow: 0px 0px 12px #333;
	z-index: -1;
}

#header-menu ul ul li
{
	float: none;
	display: block;
	margin: 0px 15px;
	padding: 15px 0px;
	border-top: 1px solid #969AA6;
}

#header-menu ul ul li a
{
	float: none;
	display: inline;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-left: none;
	line-height: 1;
}

#header-menu ul ul li.current_page_item a, #header-menu ul ul li a:hover
{
	color: #1d9cd1;
}



#header-box
{
	position: relative;
	height: 190px;
	margin-top: -10px;
	background: url(images/page-bg.png) repeat-y center top;
	z-index: 1;
}

#header-box img
{
	padding-left: 11px;
}



#page
{
	background: url(images/page-bg.png) repeat-y center top;
	overflow: hidden;
}

.page-home, .page-alt
{
	margin-top: -10px !important;
}

#home
{
	margin: 0px 14px 0px 12px;

}

#home p
{
	line-height: 1.4;
}

#home span
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#home h3
{
	padding-bottom: 15px;
	color: #cd4509;
	font-family: Georgia, Serif;
	font-size: 21px;
}

#home-col1
{
	float: left;
	width: 653px;
}

#home-col1 img
{
	float: left;
	height: 474px;
}

#home-col1 .col1, #home-col1 .col2
{
	float: left;
	width: 235px;
	height: 250px;
	padding: 30px 40px 30px 50px;
	border-top: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
}

#home-col1 .col1
{
	width: 236px;
	background: url(images/home-col-bg1.png) no-repeat top right;
}

#home-col1 .col1 a.button
{
	display: inline-block;
	width: 106px;
	height: 45px;
	margin-left: -3px;
	color: #ffffff;
	background: url(images/home-col1-button-bg.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}

#home-col1 .col2
{
	background: url(images/home-col-bg2.png) no-repeat top right;
}

#home-col1 p
{
	padding-right: 45px;
}

#home-col2
{
	float: left;
	width: 325px;
	background: url(images/home-col2-bg.png) no-repeat top left;
}

#home-col2 .row1
{
	height: 444px;
	padding: 30px 30px 0px 45px;
}

#home-col2 .row1 h3
{
	font-size: 35px;
}

#home-col2 .row1 a.button
{
	display: inline-block;
	width: 123px;
	height: 45px;
	margin-left: -3px;
	color: #ffffff;
	background: url(images/home-col2-button1-bg.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}

#home-col2 .row2
{
	padding: 30px 30px 0px 45px;
}

#home-col2 .row2 a.button
{
	display: inline-block;
	width: 82px;
	height: 45px;
	margin-left: -3px;
	color: #ffffff;
	background: url(images/home-col2-button2-bg.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}



#content
{
	float: left;
	width: 576px; /* 664 */
	padding: 30px 30px 0px 58px;
	border-right: 1px solid #BABABA;
}

.page, .post
{
	clear: both;
	padding: 0px 0px 30px;
}

.page
{
	min-height: 550px;
	font-size: 15px;
}

.post-index
{
	margin-bottom: 35px;
	padding: 0px 0px 10px;
	border-bottom: 2px dotted #BABABA;
}

.page-title, .post-title
{
	padding-bottom: 15px;
	color: #cd4509;
	font-family: Georgia, Serif;
	font-size: 25px;
}

.post-title, .post-title a
{
	color: #393c45;
}

.post-title a:hover, .post-title a:focus, .post-title a:active
{
	color: #1d9cd1;
}

.post-meta
{
	padding-bottom: 12px;
	color: #999999;
}

.post-meta a
{
	color: #999999;
}

.post-meta-comment
{
	padding-left: 20px;
	background: url(images/icon-comment.png) no-repeat left 2px;
}

.page-content, .post-content
{

}

.post-content-more
{
	display: inline-block;
	padding-right: 22px;
	background: url(images/icon-arrow.png) no-repeat right top;
	font-weight: bold;
	line-height: 17px;
	vertical-align: middle;
}

a.post-content-more:hover, a.post-content-more:focus, a.post-content-more:active
{
	color: #393c45;
	background: url(images/icon-arrow-over.png) no-repeat right top;
}

.content-nav
{
	margin: 0px 0px 20px;
}

.content-nav-prev
{
	float: left;
}

.content-nav-next
{
	float: right;
}



#sidebar
{
	float: left;
	width: 242px;
	margin: 30px 0px 0px 42px;
}

.sidebar-widget
{
	margin: 0px 0px 40px;
}

.sidebar-widget-header
{
	padding: 0px 0px 15px;
	border-bottom: 2px dotted #BABABA;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar-widget-header a
{
	color: #3a3d46;
}

.sidebar-widget-content
{
	padding: 10px 0px 0px;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget ul li
{
	padding: 5px 0px;
}

.widget_rss .sidebar-widget-header .rsswidget
{
	margin-left: -2px;
}

.widget_rss .sidebar-widget-header .rsswidget img
{
	display: none;
}



#footer-related
{
	clear: both;
	margin: 0px 14px 0px 12px;
	border-top: 1px solid #BABABA;
	background: #EFF0F0;
	overflow: hidden;
}

.footer-related-home
{
	background: #ffffff !important;
}

#footer-related h3
{
	padding-bottom: 15px;
	color: #cd4509;
	font-family: Georgia, Serif;
	font-size: 21px;
}

#footer-related p
{
	line-height: 1.4;
}
#footer-related-col1
{
	float: left;
	width: 575px;
	min-height: 260px;
	padding: 30px 30px 10px 47px;
	border-right: 1px solid #BABABA;
	overflow: hidden;
}

#footer-related-col1 .col1
{
	float: left;
	width: 48%;
	margin-right: 3%;
}
	
#footer-related-col1 .col2
{
	float: left;
	width: 49%;
}

#footer-related-col1 .col2 a.button
{
	display: inline-block;
	width: 175px;
	height: 45px;
	margin-left: -3px;
	color: #ffffff;
	background: url(images/footer-box-button1-bg.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}

#footer-related-col2
{
	float: left;
	width: 245px;
	padding: 30px 0px 10px 42px;
}

#footer-related-col2 .phone
{
	color: #cd4509;
	font-size: 16px;
	font-weight: bold;
}

#footer-related-col2 a.button
{
	display: inline-block;
	width: 97px;
	height: 45px;
	margin: 5px 0px 0px -3px;
	color: #ffffff;
	background: url(images/footer-box-button1-bg.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}



#footer
{
	clear: both;
	padding: 0px 0px 30px;
	font-size: 12px;
	text-align: center;
}

#footer a
{
	color: #3a3d46;
}

#footer-box
{
	height: 70px;
	padding: 36px 0px 0px 380px;
	color: #ffffff;
	background: url(images/footer-box-bg.png) no-repeat center top;
	font-size: 11px;
	text-align: left;
}

#footer-box a
{
	color: #ffffff;
}

#footer-social
{
	float: right;
	margin-right: 15px;
}

#footer-info
{
	margin: 6px 0px 0px 50px;
}





.strong
{
	font-weight: bold;
}

.clear
{
	clear: both;
}


.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
