/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
A:link {color: #3399ff; text-decoration: none;}
A:visited {color: #333333; text-decoration: none}
A:active {color: #3399ff; text-decoration: none}
A:hover {text-decoration: underline}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
h1 {
letter-spacing: -1px;
font-size: 41px;
line-height: 1.0em;
font-family:Arial, Verdana, Helvetica;
}
h2 {
  font-family:Arial, Verdana, Helvetica;
  color: #222;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
}
h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	color: #555;
	font-family:Arial, Verdana, Helvetica;
}
h4 {
letter-spacing: 0px;
font-size: 16px;
line-height: 1.0em;
}
h6 {
  font-family:Helvetica, Verdana, Arial;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
}
div.action {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 15px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background-color: #efefef;
}
cite {
	color: #666;
	font-size: 16px;
}
div.blurb h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
	color: #666666;
	font-family:Arial, Verdana, Helvetica;
}

div.blurb {
	width: 650px;
	margin: 0 20px 20px 0;
	float: center;
        BACKGROUND-COLOR: #d9d9d9;
        BORDER-LEFT: #666666 1px solid;
        BORDER-right: #666666 1px solid;
        BORDER-top: #666666 1px solid;
        BORDER-bottom: #666666 1px solid;
}
div.blab {
	width: 650px;
	margin: 30px 30px 30px 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
        float: center;
        BORDER-LEFT: #d9d9d9 10px solid;
        BORDER-right: #d9d9d9 10px solid;
        BORDER-top: #d9d9d9 10px solid;
        BORDER-bottom: #d9d9d9 10px solid;
}
h5 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	color: #555;
	font-family:Arial, Verdana, Helvetica;
}
div.faqgroup h3 {
  margin: 10px 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #000;
	text-transform: uppercase;
}

div.faqgroup h3 a {
	color: #000;
}

div.faqgroup ul {
  margin-left: 10px;
  padding-left: 10px;
}

div.faqgroup li {
  margin-bottom: 5px;
}

div.faqgroup li.more {
  list-style-type:none;
  margin-top: 10px;
  text-transform: none;
}

.awesome, .awesome:visited {
	background: #222 url(http://www.afstriper.com/pages/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; text-decoration: none; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; text-decoration: none; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
