/*  
Theme Name: Austin AMA Web Site
Theme URI: http://www.austinama.org/
Version: 1
Description: Designed by Amy Gelfand. Based on the Woo themes framework2.
Author: Gelfand Design
Author URI: http://www.gelfanddesign.com

	Copyright: (c) 2010 Gelfand Design.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/* Default styles */
@import "css/reset.css";
@import "css/960.css";
/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.7 Homepage Styles

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Info boxes

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs
-4.4 Home Page Carousel

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Conatct Form 

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  {font-family:verdana,Helvetica, Arial, sans-serif;
	font-size:76%;
	color:#333333;
	background:#dadada url("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; }

input, textarea { padding: 7px 0 7px 7px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}


/* 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("images/shadow-trans.png") repeat-y top center;}
#branding {height:109px;background:#8e172a url("images/branding-bg.jpg") repeat-x top left;}
#homepage-feature {background:#e5a84d url("images/homepage-feature-bg.jpg") repeat-x top left;color:#ffffff;}
#maincontent {background:#ffffff url("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 img  {}
#logo-image {margin-top:20px;}
#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.4 Content */
#content{padding:0 0 40px;}

/* 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;font-size:9px;text-transform:uppercase;}
#footer p {font-style:italic;}
#footer #credit p {text-align:right;padding-right:20px;}
#footer #copyright p {padding-left:20px;}

/* 2.7 Homepage Styles */
/* Home page banner section */
#homepage-copy h2 {color:#ffffff;text-transform:uppercase;}
#homepage-copy p {color:#ffffff;font-size:16px;}
#homepage-copy ul#featuredNav {width:350px;margin-left:auto;margin-right:auto;overflow:auto;margin-bottom:16px;}
#homepage-copy ul#featuredNav li {float:left;margin-right:20px;}
#homepage-copy ul#featuredNav li a {
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
border:1px solid #ca822d;
color:#FFFFFF;
background-color:#d88e37;
display:block;
font-size:1.08em;
font-weight:bold;
padding:8px;
text-decoration:none;
text-transform:uppercase;
}
#homepage-copy ul#featuredNav li a:hover,#homepage-copy ul#featuredNav li a:focus {background-color:#ec9e41;}
.register {margin-bottom:30px;}
.register a {display:block;text-decoration:none;text-transform:uppercase;font-weight:bold;color:#ffffff;background-color:#8e172a;border:1px solid #8e172a;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;padding:8px 5px;}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb {}

.archive_header  { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font-size: 18px; font-weight: bold; border-bottom:#e6e6e6 5px solid; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { margin: 0 0 40px;}

.post .title  { font:normal bold 24px/24px Arial, Helvetica, sans-serif;position:relative; margin: 0 0 15px; }
.page .post .title  { margin: 0 0 20px 0; }
.post .title a:link, .post .title a:visited  { color:#222; }

.post-meta{margin: 10px 0 25px 0;font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase;}
.post-meta .comments a  { padding: 0 0 0 20px; text-transform: uppercase; }
.post-meta .small{text-transform:lowercase;}

.post-meta, .post-meta .post-author a, .post-more { color:#868686; }
.post-more { clear:both; text-transform:uppercase; border-bottom:1px solid #e6e6e6;padding:10px 0; font:11px/16px Arial, Helvetica, sans-serif;margin-bottom:10px;}
.post-more a, .post-meta a { text-decoration:none; }
.post-more a:hover, .post-meta a:hover { text-decoration:underline; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}

.entry  {}

#share {margin:2em 0;}
.banner {font-weight:bold;margin-bottom:1em;}
#share a {margin-right:1em;}

/* 3.1 Typographic Elements */
.entry h1 { border-bottom:1px solid #e6e6e6; margin-bottom:20px; padding-bottom: 20px; }  .entry h2 { padding-bottom:20px; }  .entry h3 { padding-bottom:10px; }  .entry h4 {}  .entry h5 {}  .entry h6 {}

.entry p  { margin: 0 0 20px 0; }

.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 20px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: square;line-height:1.5em; }
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal;line-height:1.5em; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8;  }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 5px 15px 5px 0; }
.alignright  { float: right; height: auto; margin: 5px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }
.page-id-1025 .entry img,.page-id-1025 .entry img.thumbnail {border-width:0;background:#ffffff;} /* hide border from sponsor logos */

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi {font-size:11px; padding:10px 15px; border:1px solid #e6e6e6; background:#fafafa; border-width:1px 0 4px; }
.nav-entries a { display: block; font:italic 12px/16px Georgia, serif; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.wp-pagenavi { margin: 0 !important; text-align: center !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important; background: #EEEEEE !important;color: #666 !important; padding: 3px 7px !important; border:1px solid #DDDDDD !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { padding: 3px 7px !important; background: #ddd !important; border:1px solid #bbb !important; }
.wp-pagenavi span.extend, .wp-pagenavi span.pages { background:none !important; border:none !important; color:#666 !important; }



/*-------------------------------------------------------------------------------------------*/
/* 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; }
.adspace-widget {text-align:center;}
.adspace-widget h3 {text-align:left;}
.adspace-widget img {margin:10px auto;}

/* 4.2 Specific Widgets */

/* WIDGET FORMS */
.searchform  { }
.widget input.s  { float:left; width: 60%; padding: 7px 0 7px 7px; margin-right:5px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#footer-widgets .widget input.s  { width: 55%; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:right; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 3px; }

.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 8px 8px;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Upcoming Events */
#upcoming-events li {font-weight:bold;padding-top:10px;}
#upcoming-events li li {font-weight:normal;font-size:90%;border-bottom:none;padding-top:10px;}
#upcoming-events li ul {margin-bottom:4px;}
#upcoming-events .calnk a:link {color:#8E172A;}

/* 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; }

/* 4.3 WooTabs */
#tabs {	background:#e6e6e6; height:auto; display: block; padding:5px; margin-bottom:30px; }

#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#F8F8F8; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; }

#tabs .inside { background:#F8F8F8; padding:5px;}
#tabs .inside li { background:#fff;  }
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { color:#555; font:bold 12px/18px Georgia, serif; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }

/* 4.4 Home Page Carousel */

#prevPosts {
background:none repeat scroll 0 0 #232528;
height:240px;
position:relative;
width:460px;
margin-top:20px;
}
#prevPosts h3 {color:#FFFFFF;
height:32px;
left:10px;
padding:5px 0 0;
position:absolute;
top:10px;
margin:0;
}

.stepcarousel {
		position: relative; /*leave this value alone*/
		left: 34px;
		overflow: scroll; /*leave this value alone*/
		width: 390px;
		height: 240px; /*Height should enough to fit largest content's height*/
		color:#878787;
	}
	.stepcarousel ul.belt {
		position: absolute;
		top: 50px; left: 0px;
		width: 536px;
	}
	.stepcarousel .panel {
		float: left;
		font-size: .92em;
		line-height: 1.17em;
		text-align: center;
		overflow: hidden;
		width: 122px;
		margin-right: 12px;
	}
	.stepcarousel .panel a {
		color: #fff;
		text-decoration: none;
	}
	.stepcarousel .panel a img {
		border: 1px solid #fff;
		margin: 0 0 8px;
	}
	
	ul#galleryNav {margin:0 0 1.33em;
		left:0;
position:absolute;
top:80px;
width:460px;
z-index:9999;
	}
		ul#galleryNav li#left a, ul#galleryNav li#right a {
			background: url(images/bt-left-right.gif) no-repeat;
			width: 14px; height: 34px;
			position: absolute;
			top: 0; left: 10px;text-indent:-9999px
		}
		ul#galleryNav li#right a {
			background-position: -14px 0;
			top: 0; left: 435px;
		}
		
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:40px 0 0;padding:40px 0 0 0; border-top:1px solid #e6e6e6;}
#comments h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#comments .comment.thread-even { background: #f7f7f7; border-bottom:1px solid #b2b2b2; }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { }
#comments .reply a:hover { }

#comments ul.children{margin:10px 10px 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 40px 0 0; }
#respond h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt, #commentform textarea { font:14px/14px Arial, Helvetica, sans-serif; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#666; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95% !important; padding: 5px 7px; }

#commentform #submit  { margin: 15px 0 0 0;  }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, .button:visited, .reply a{ font-family:Verdana, Geneva, sans-serif; background: url(images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .reply a{ background-color:#555; }
.button:hover, .reply a:hover { color: #fff  !important; text-decoration:none; }
.button:active, .reply a:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-download.png) no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-tick.png) no-repeat 20px 13px; }
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(images/ico-info.png) no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(images/ico-note.png) no-repeat 20px 13px; }

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}





/* admin navigation (top area) styles */
#social-nav {
	list-style-type:none;
	margin:0;
	padding:0;
}
#social-nav li {float:left;}
#social-nav a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	line-height:40px;
	margin-left:1em;
}
#social-nav a:hover,#social-nav a:focus {text-decoration:underline;}




