

/* Default styles */
@import "/website/243514/reset.css";
@import "http://austinama.org/wp-content/themes/ama/css/960.css";
/*-------------------------------------------------------------------------------------------


/* 1.1 Defaults */

body  {font-family:verdana,Helvetica, Arial, sans-serif;
	font-size:76%;
	color:#333333;
	background:#dadada url("http://austinama.org/wp-content/themes/ama/images/body-bg.jpg") repeat-x top left;}

h1,h2,h3,h4,h5,h6 {
	color:#000000;
	margin-top:1em;
	}
h1 {font-size:2em;}
h2 {
	font-size:1.5em;
	color:#8e172a;
}
h3 {font-size:1.3em;}
h4 {
	text-transform:uppercase;
	font-size:1.1em;
	color:#8e172a;
}
h5,h6 {
	color:#e5a84d;
	font-size:1em;
	text-transform:uppercase;
}

p,span.gform_description {margin:1em 0;line-height:1.5em;}
h1+p,h2+p,h3+p,h4+p,h5+p,h6+p {margin-top:0;}

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }




/* 1.2 Hyperlinks */

a:link, a:visited  { color: #8e172a;}
a:hover {color:#e5a84d;text-decoration:none;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper {width:100%;font-size:1em;background:transparent url("http://austinama.org/wp-content/themes/ama/images/shadow-trans.png") repeat-y top center;}
#branding {height:109px;background:#8e172a url("http://austinama.org/wp-content/themes/ama/images/branding-bg.jpg") repeat-x top left;}
#homepage-feature {background:#e5a84d url("http://austinama.org/wp-content/themes/ama/images/homepage-feature-bg.jpg") repeat-x top left;color:#ffffff;}
#maincontent {background:#ffffff url("http://austinama.org/wp-content/themes/ama/images/content-shadow.jpg") repeat-x top left;overflow:auto;border-top:1px solid #ffffff;padding-top:30px;}


#sidebar{}
#sidebar .secondary { width:120px; } 

.inner {padding-left:20px;padding-right:20px;}
.col-left { float: left; }
.col-right { float: right; }
.imgleft {float:left;margin:0 10px 10px 0;}
.imgright {float:right;margin:0 0 10px 10px;}
.clear {clear:both;}

/* 2.2 Navigation */
#nav-container {background:#b31b34;border-bottom:1px solid #7b1222;border-top:1px solid #c7233e;z-index:99;list-style:none; line-height:1;height:27px;font-family:helvetica,arial,sans-serif;}
.nav {
	margin:0 0 0 4em;
	padding:0;
	list-style:none;
	}
.nav li {
	float:left;
	width:auto;
	}

.nav li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 1.5em;
	}
.nav li a:hover,.nav li a:focus,.nav li.current_page_item a,.nav li.current_page_parent a {
	background:#C7233E;}
.nav li li a:hover, .nav li li a:focus,.nav li li.current_page_item a,.nav li.current_page_parent ul li a {
background:none repeat scroll 0 0 #ebebeb;}

.nav a  { position:relative; color:#555; display:block; z-index:100; padding:5px 10px; line-height:18px; text-decoration:none; }
.nav li a.sf-with-ul { padding-right:20px; }

/* 2.2.1 Drop-down menus */
.nav li ul  { background: #E5A84D; position: absolute; left: -999em; width: 160px;z-index:999; }
.nav li ul li  { background:#fafafa; border-top:1px solid #fafafa; border-bottom:1px solid #fafafa;}
.nav li ul li a  { width:160px; color:#555; font-size:0.8em; }
.nav li ul li a.sf-with-ul { padding:0 15px; }
.nav li.current_page_item ul li a   { background:#fafafa;}
.nav li ul li a:hover  { background:#ebebeb;}
.nav li ul ul  { background:#fafafa;margin: -30px 0 0 180px; }
.nav li ul ul li a  { background:#f6debb; }
.nav li ul li ul li a  {  }

.nav li:hover,.nav li.hover  { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:0.9em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}

/* 2.3 Header */
#header{padding:50px 0 40px;clear:both;position:relative;}
#get-connected p {text-align:right;padding-right:20px;}
#logo  { float:left;}

#logo-image {margin-top:20px; border:none;}
#logo .site-title, #logo .site-description  {color: #000; display:none;  }
#logo .site-title a { color:#222; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#999; font:italic 14px; }




/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; } 
#sidebar .secondary.last { margin:0; } 

/* 2.6 Footer */
#footer{padding: 20px 0 0;color:#999;margin-top:20px;border-bottom:3px solid #9e9e9e;}
#footer p {font-style:italic;}
#footer #credit p {text-align:right;padding-right:20px;}
#footer #copyright p {padding-left:20px;}






/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget p.gradient-bg {background:#dc2140 url("images/widget-gradient.jpg") repeat-x bottom left;border-top:1px solid #c7233e;}
.widget p.gradient-bg a {color:#ffffff;padding:8px;}
.widget p.gradient-bg a {padding-right:8px;}
.widget  h3  {
	margin: 0 0 7px 0;
	padding: 5px 0 5px 0;
	font-weight: bold;
	color:#8e172a;
	border-bottom:4px solid #8e172a;
	font-size: 16px;
}

.widget ul  {
	margin: 0 0  20px 0;
}

.widget ul li  {
	margin: 0;
	padding: 4px 0 4px 10px;
	list-style: none;
	font-size: 14px;
	border-bottom:1px solid #F0F0F0
}

.widget ul li a:link, .widget ul li a:visited  {
	text-decoration: none;
}


.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

#footer-widgets { border-top:1px solid #e6e6e6; padding:10px 0; }
#footer-widgets .block { padding:20px 0 0 20px; width:210px; float:left; }



/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }



