/************************************************

Site Design & Programing by
 _____ _          _____    _____                 
|_   _| |_ ___   |  _  |  |   __|___ ___ _ _ ___ 
  | | |   | -_|  |     |  |  |  |  _| . | | | . |
  |_| |_|_|___|  |__|__|  |_____|_| |___|___|  _|
                                            |_|
                                   www.agroup.com											 
											 
************************************************/

@import url("../taglib/css/reset.css");

body {
	font: 13px/1.8em "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #444;
	background: #fff url("../images/main/bg-body.jpg") repeat-y center top;
}

a {
	color: #EE6800;
}

#container {
	width: 925px;
	margin: 0 auto;
	background: url("../images/main/bg-container.png") repeat-y left top;
}

#header {
	width: 313px;
	float: left;
	display: inline;
	text-align: center;
}

#header #logo {
	background: url("../images/main/bg-h1-go10_logo.png") no-repeat center top;
	height: 406px;
	width: 247px;
	margin: 0 auto;
}

#header #logo a {
	display: block;
	height: 402px;
	text-indent: -4000px;
	cursor:pointer;
}

#header p {
	width: 187px;
	margin: 0 auto;
}


/* ----------- MAIN NAVIGATION ----------- */

#nav-main {
	float: right;
	width: 626px;
	display: inline;
	margin-left: -18px;
	position: relative;
	left: -18px;
	background: url("../images/main/bg-nav-main.png") no-repeat left top;
	height: 48px;
	overflow: visible;
	z-index: 2000;
}

#nav-main ul li {
	float: left;
}

#nav-main ul li a {
	display: block;
	height: 48px;
	text-indent: -4000px;
	text-decoration: none; 
	color: #fff;
}

#nav-main .section-about {
	width: 221px;
}

#nav-main .section-about a:hover {
	background: url("../images/main/bg-nav-main.png") no-repeat left bottom;
}

#nav-main .section-participate {
	width: 238px;
}

#nav-main .section-participate a:hover {
	background: url("../images/main/bg-nav-main.png") no-repeat -221px bottom;
}

#nav-main .section-blog {
	width: 167px;
}

#nav-main .section-blog a:hover {
	background: url("../images/main/bg-nav-main.png") no-repeat right bottom;
}

#nav-main ul ul {
	display: none;
	background-color: #f18420;
	/*border: 1px solid #f8b64d;*/
	border-top: none;
}

#nav-main ul li:hover ul {
	display: block;
}

#nav-main ul ul li {
	float: none;
	border-top: 1px solid #f8b64d;
}

#nav-main ul ul li a {
	display: block;
	height: auto;
	text-indent: 0;
	padding: .4em 1em .5em;
	font-weight: bold;
	font-size: 12px;
}

#nav-main ul li.section-about ul a:hover,
#nav-main ul li.section-participate ul a:hover {
	background-image: none;
	background-color: #50357f;
}


/* -----------MAIN CONTENT ----------- */

#content {
	float: right;
	width: 612px;
	display: inline;
	background: url("../images/main/bg-content.png") repeat-y left top;
	min-height: 432px;
}

#copy {
	padding: 1px 50px 1px 0;
}

#copy h1 {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2em;
	margin: 1.8em 0 .9em;
	line-height: 1.8em;
	color: #50357f;
	border-bottom: .45em solid #eee;
}

#copy h1 a {
	color: #50357f;
	text-decoration: none;
}

#copy h1 a:hover {
	text-decoration: underline;
}

#copy h2 {
	font-size: 1.33em;
	margin: 2.029em 0 -0.676em;
	line-height: 1.353em;
	letter-spacing: -1px;
	color: #3c3c3c;	
}

#copy h3 {
	margin: 1.8em 0;
	line-height 1.8em;
	font-weight: bold;
	font-size: 1em;
}

#copy p {
	margin: 1.8em 0;
}

#error {
	padding:10px;
	background-color:#fcc7c7;
	font-weight:bold;
	-moz-border-radius: 6px;
}

#copy ul {
	margin: 1.8em 0 1.8em 3em;
	list-style-type: disc;
}

#copy ol {
	margin: 1.8em 0 1.8em 3em;
	list-style-type: decimal; 
}

/* ----------- FORM STUFF ----------- */


/* remove Gecko-based browser button dotted border! */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

#copy form ul {
	overflow: auto;
	margin: 20px 0;
	list-style: none;
}

#copy form h3 {
	clear: both;
	border-bottom: 1px solid #ddd;
}

#copy form li {
	clear: both;
	margin-bottom: .9em;
}

#copy form li p {
	width:330px;
	float:left;
	margin:0 0 10px 0;
}

#copy form ul label,
#copy form p label {
	float: left;
	width: 180px;
	margin-right: 7px;
	display: inline;
	text-align: right;
}

#copy form textarea {
	width:372px;
	height:200px;
	border:1px solid #ddd;
	font-family: "lucida sans unicode", "lucida grande", arial, sans-serif;
	font-size:12px;
	color: #5c5c5c;
	background: url("../images/main/bg-form_control.png") no-repeat left -4px;
}

#copy form input.checkbox,
#copy form input.radio {
	width:auto;
	border:0;
	background:none;
	margin-top:5px;
}

#copy form ul li.input-checkbox label {
	width:208px;
}

#copy form ul label span {
	position: absolute;
	margin-left: 200px;
	color: #7c7c7c;
	font-style: italic;
	font-size: 11px;
}	

#copy form input {
	font-family: "lucida sans unicode", "lucida grande", arial, sans-serif;
	font-size: 13px;
	color: #444;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: .225em;
	background: url("../images/main/bg-form_control.png") no-repeat left -4px;
}

#copy form label input {
	font-family: "lucida sans unicode", "lucida grande", arial, sans-serif;
	font-size: 13px;
	color: #444;
	border: none;
	padding: 0;
	background-image: none;
}

#copy form select {
	font-family: "lucida sans unicode", "lucida grande", arial, sans-serif;
	font-size: 13px;
	color: #444;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: .225em;
	background: url("../images/main/bg-form_control.png") no-repeat left -4px;
}

#copy form button {
	margin-left: 185px;
	margin-bottom: 1.8em;
	font-size: 13px;
}

#copy form button.btn {
	margin-left:0;
}	

#copy form button.cancel_btn {
	margin-left:5px;
}

#copy form a.view_churches-btn {
	display:block;
	width:190px;
	height:59px;
	background:url("/images/main/view_churches-btn.png") no-repeat center top;
	text-indent:-3000px;
	float:left;
	margin:0 0 15px 185px;
}

/* ----------- SEARCH RESULTS ------------- */

#search_top {
	font-size: 11px;	
	margin: 25px 0 30px 0;
	font-weight: bold;
}

#search_top input {			
	border: 1px solid #ddd;
	padding: 0;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	padding: 3px;	
	width: 350px;
	color: #666;
}

#search_top button {
	margin:0 0 0 2px !important;
}
		
#search_res {
	margin:0 !important;
}

#search_res li {
	list-style:none;
	list-style-position:outside;
	border-bottom: .45em solid #eee;
	padding-bottom:25px;
	margin: 0 0 25px 0;
}

.search_res_img {
	width:70px;
	height:70px;
	overflow:hidden;
	float:left;
	margin:0 15px 25px 0;
}

#search_res li h3 {
	margin:0;
}

#search_res li h3 a {
	font-size:15px;
	text-decoration:none;
}

/* page nav */
	
div .pager{
	width:562px;
	text-align:center;
	float:left;
}
	
div .pager p,
div .pager ul,
div .pager li {
	margin: 0;
	display: inline;
	font-size: .9em; 
}

div .pager li {
	height: 22px;
	width: 22px;
	line-height: 22px;
}

div .pager a {
	font-weight: bold;
	color:#5c5c5c;;
	text-decoration: none;
	display: inline;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: .15em .5em !important;
}

div .pager a:hover {
	background-color: #f7941e;
	color: #fff;
}


/* ----------- PROFILE -------------------- */

.profile_img_thumbs {
	text-align:right;
	float:right !important;
}

#photo {
	margin:0;
}
	
#logged_in {
	width: 562px;
	padding:10px 0;
	text-align: center;
	float:left;
}

#welcome {
	float: left;
}

#nav-logged_in {
	float: right;
	margin: 0;
}

#nav-logged_in li {
	margin-left: 5px;
	display:inline;
}

#link-edit_profile {
	float: left;
	width: 89px;
	height: 23px;
	background: url("../images/main/btn-edit_profile.png") no-repeat;
}

#link-edit_profile a {
	display: block;
	height: 23px;
	text-indent: -4000px;			
}

#link-log_out {
	float: left;
	width: 79px;
	height: 23px;
	background: url("../images/main/btn-log_out.png") no-repeat; 
}

#link-log_out a {
	display: block;
	height: 23px;
	text-indent: -4000px;
}
				
#login_form {
	height: 53px;
	float: right;
	width: 612px;
	display: inline;
	text-align: center;
	font-size: 11px;
}

#login_form form {
	padding: 12px 32px 0px 0px;
}

#login_form button {
	width: 79px;
	height: 23px;
	background: url("../images/main/btn-login.png") no-repeat;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#login_form button span {
	display: none;
}

#login_form h2,
#login_form ul,
#login_form li,
#login_form button {
	display: inline;
}

#login_form h2 {
	font-weight: normal;
}

#login_form h2 span {
	font-weight: bold;
}

#login_form input {
	width: 100px;
}

#login_form .username label {
	display: none;
}


/* ----------- FOOTER ----------- */

#footer {
	background: url("../images/main/bg-footer.jpg") no-repeat left top;
	height: 150px;
	padding: 0 0 0 313px;
	clear: both;
}

#footer #search {
	width: 190px;
	height: 28px;
	background: url("../images/main/bg-search2.png") no-repeat left top;
	float: left;
	margin: 36px 0 0 280px;
	display: inline;
}

#search input {
	padding: 4px 0;
	width: 116px;
	border: none;
	background-color: #fff;
	font-family: "lucida sans unicode", "lucida grande", arial, sans-serif;
	font-size: 13px;
	color: #5c5c5c;
	margin-left: 5px;
}

#search button {
	width: 60px;
	height: 28px;
	padding: 0;
	border: none;
	background-color: transparent;
	text-indent: -4000px;
	cursor:pointer;
}

#footer #social_media {
	float: left;
	margin: 36px 0 0 12px;
	display: inline;
	width: 96px;
}

#footer #social_media li {
	width: 29px;
	height: 29px;
	float: left;
	margin-left: 3px;
	display: inline;
}

#social_media .link-twitter {
	background: url("../images/main/social_media/bg-link-twitter.png");
}

#social_media .link-facebook {
	background: url("../images/main/social_media/bg-link-facebook.png");
}

#social_media .link-youtube {
	background: url("../images/main/social_media/bg-link-youtube.png");
}

#footer #social_media li a {
	height: 29px;
	display: block;
	text-indent: -4000px;
}

#footer #copyright {
	padding-top: 23px;
	clear: both;
	font-size: 11px;
	color: #888;
	text-align: center;
}

#footer #copyright a {
	color: #888;
	text-decoration: none;
}