/*
Theme Name: Andy's Army
Theme URI: http://andysarmy.com/
Description: the theme for Andy's Army.
Version: 1.0
Author: Kristopher Olds
Author URI: http://oldski.net/

*/


/* FONT SET-UP 
@font-face {
        font-family: "Amasis MT";
        src: url("fonts/AmasisMT-Bold.ttf") format("truetype");
        }*/

		
h1{
	font-size:36px;
	color:#2166b3;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1)
	}
	
h2 {font-size:24px; color:#5d90c8; margin:10px 0;}

	h2 a{color:#5d90c8;}
	h2 a:hover{color:#82877f;}

h2 span{font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size:18px; color:#82877f;}

h3{font-size:18px; color:#82877f; margin:10px 0;}

h4 {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size:14px; color:#b24900;}


h3 a{text-decoration:none; color:#b24900;}
h3 a:hover{text-decoration:underline;}




body {
	font-size: 12px;
	line-height:18px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fcfff4 url('images/background.gif') repeat-x;
	color: #333;
	text-align: center;
	margin:0;
	}



#wrapper{
	width:970px;
	padding:0;
	margin:0 auto;
	text-align:left;
	}
	
#content_wrap{
	width:940px;
	padding:10px 15px 10px 15px;
	margin:0;
	background: url('images/content-bg.png') repeat-y top center;
}

#content{
	width:940px;
	padding-top:90px;
	margin:0;
	background: url('images/layout/content-top-bg.jpg') no-repeat top left;
	}
	
#content-bottom{
	width:940px;
	padding:0 15px;
	height:25px;
	margin:0 0 20px 0;
	font-size:10px;
	text-align:center;
	background: url('images/content_bottom-bg.png') no-repeat bottom center;
	}
	
	.footer_links a{
		color:#333333;
		text-decoration:underline;
	}
	
	.footer_links a:hover{
		text-decoration:none;
	}



#header {
	background: #2066b3 url('images/header-bg.gif') no-repeat bottom center;
	height:290px;
	width:960px;
	margin:0 5px;
	padding:0;
	}


.clouds-back, .clouds-front, .clouds-front2-l, .clouds-front2-r, .clouds-mid-l, .clouds-mid-r, .angel, .logo{
	position:absolute;
}

.clouds-back{
	top:20px;
	margin-left:0;
	z-index:100;
}

.clouds-front{
	top:165px;
	margin-left:5px;
	z-index:110;
}

.clouds-front2-l, .clouds-front2-r{	z-index:108;}

.clouds-front2-l{
	top:130px;
	margin-left:-15;
}

.clouds-front2-r{
	top:125px;
	margin-left:600px;
}

.clouds-mid-l, .clouds-mid-r{
	top:75px;
	z-index:102;
}

.clouds-mid-l{
	margin-left:10px;
}

.clouds-mid-r{
	margin-left:550px;
}

.angel{
	top:5px;
	margin-left:337px;
	z-index:104;
}

.logo{
	top:40px;
	margin:159px;
	z-index:115;
	}
	
	
.sidebar-left, .content-narrow, .content-wide{
	float:left;
}

.sidebar-left{
	width:140px;
	margin-right:20px;
	background:url(images/layout/nav_top-bg.jpg) no-repeat top center;
	padding-top:30px;
	}

.sidebar-left h3{
	margin-left:10px;
}
	
.content-narrow{
	width:515px;
	margin:10px 10px 0 10px;
}

.content-wide{
	width:735px;
	margin:10px 10px 0 10px;
}

.sidebar-right{
	width:220px;
	float:right;
	padding-top:50px;
	background:url(images/layout/gallery_top-bg.jpg) no-repeat top center;
	}
	
	.sidebar-right h2{font-size:18px;}
	
.content_box{
	width:493px;
	background:#f8faf6 url(images/layout/content-box.jpg) repeat-x top left;
	border:1px solid #bfc7b6;
	padding:0 10px 10px 10px;
}




.slideshow_container{
	margin:10px 0;
	padding:0 0 0 10px;
	width:515px;
}

.controls {
	width: 100%; height: 30px;
	padding: 0;
	margin: 5px;
}
.activity_indicator {
	padding: 5px;
	margin: 0;
	color: gray;
}
.button {
	padding: 5px;
	margin-right: 10px;
	background-color: black;
	color: white;
	text-decoration: none;
}



.slideshow_container .slide img{
	background:#ffffff;
	border:1px solid #d5d6cf;
	padding:10px;
	float:left;
	margin:10px;
	}
	

.sma_news{
	width:515px;
	padding:20px 10px 0 0;
	background:url(images/layout/sma_news-bg.jpg) no-repeat top center;
	}
	



.sma_links li{list-style:none;}

.sma_links li ul{margin:0; padding:0;}

.sma_links li ul li a{

	padding:10px; 
	display:block; 
	margin:0;
	border-bottom: 1px dashed #bfc7b6;
	}
	
.sma_links li ul li a:hover{
	background:#ecefe2;
	}


.gallery_wrap{padding:5px;margin-bottom:20px;}
.gallery {
                margin: auto;
        }
        .gallery-item {
                float: left;
                margin: 5px;
                text-align: center;
        }
        .gallery img {
               background:#ffffff;
				border:1px solid #d5d6cf;
				padding:7px;
        }
        
.gallery_footer{
	border-top: 1px dashed #bfc7b6;
	padding:5px 10px;
	text-align:right;
}
	
	.gallery_footer h3{
		font-size:14px;
		line-height:16px;
		margin:0;
		padding:0;
		}

	
.show_list{display:none;}

.learn_btn, .hide_btn{margin:5px 0;}

.learn_btn a, .hide_btn a{ 
	background: url(images/layout/gradient.jpg) repeat-x top left;
	border:1px solid #d5d6cf;
	color:#2066b3;
	text-decoration:none;
	padding:4px;
	font-size:10px;
	font-weight:bold;
	}

.learn_btn a:hover, .hide_btn a:hover{
	background: url(images/layout/gradient.jpg) repeat-x center left;
	}
	
/*

FORMS
---------------------------------------------------------------*/

textarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-size:13px; 
	line-height:18px;
}


/*

GLOBALS
---------------------------------------------------------------*/
	
a img{ border:none;}

a{ color:#2066b3; text-decoration:underline;}
a:hover { text-decoration:none; color:#82877f;}
.clear{clear:both;}
