/***** Begin Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/***** End Reset *****/

/***** Begin Typography *****/
body {
	/*background: #000 url(/img/body-bg3.jpg) top center no-repeat;*/
	background-color: #000;
	 font-family: Arial, Helvetica, sans-serif;
	
	}
a {
	text-decoration: none;
	}
a:active, a:hover {
	
	}
a:visited {
	
	}
p {
	margin-bottom: 1em;
	line-height: 1.5em;
	}
p strong{
	font-weight: bold;
	}
	
.page-links {
	text-align: center; 
	font-size: 14px;
	padding: 10px; 
	margin-right: 25px;
}
.page-links a {
	border: 1px solid silver;  padding: 3px 5px; margin: 0;
	color: #4a6b97;
}
.page-links a:hover {
	border: 1px solid #777;  padding: 3px 5px; margin: 0;
	color: #444;
}
/***** End Typography *****/

/***** Begin Structure *****/
#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	}
#header {
	margin-left: -20px;
	margin-bottom: -150px;

	}

#left-column {
	background: #3c3c3c;
	border-left: 1px solid #444;
	color: #ddd;
	float: left;
	width: 179px;
	padding: 110px 10px 10px 10px;
	line-height: 1.4em;
	-moz-border-radius-bottomleft: 10px;; 	
	-webkit-border-bottom-left-radius: 10px;
	}
#left-column a{
	color: #fdf61a;
}
#left-column a:hover{
	color: #fff;
	}
#center-column {
	background: #e4e4e4;
	float: left;
	width: 600px;
	
	}
#center-column a{
	color: #222;
}
#center-column a:hover{
	color: #555;
}
.showbox{
	line-height: 1.5em; 
	padding: 15px 10px 15px 10px; 
	background: #d4d4d4 url(/img/showbox-bg.gif) repeat-x;
}
.showbox-light{
	line-height: 1.5em; 
	padding: 15px 10px 15px 10px; 
	background: #f0f0f0 url(/img/showbox-light-bg.gif) repeat-x;; 
	border-top: 1px solid #aaa; 
	border-bottom: 1px solid #aaa; 
}

.dot-box{ 
	padding: 0 5px; 
	background: #ddd; 
	border: 1px dotted #aaa;  
	font-size: 11px; 
	float: left; 
	}

#right-column {
	background: #3c3c3c url(/img/right-box-bg.gif) repeat-y;
	float: left;
	width: 180px;
	padding: 10px;
	color: #ddd;
	line-height: 1.4em;
	font-size: 12px;
	-moz-border-radius-bottomright: 10px;; 	
	-webkit-border-bottom-right-radius: 10px;
	}
#right-column a{
	color: #fdf61a;
}
#right-column a:hover{
	color: #fff;
	}
#footer {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
	width: 600px;

	font-size: 11px;
	color: #aaa;
	}
	
#footer a{
	color: #fdf61a;
}
.box {
	background: #aaa;
	color: #333;
	padding: 5px;
}
/***** End Structure *****/

/***** Begin Navigation *****/

.navigation {
	background: #4f4f51 url(/img/nav-bg.gif) repeat-x;
	-moz-border-radius-topright: 10px;; 	
	-webkit-border-top-right-radius: 10px;
	height: 58px;
	margin-left: 208px;
}

.navigation ul{
	list-style-type: none;
	/*background-image: url(navi_bg.png);*/
	height: 58px;

	margin: auto;
}
.navigation ul li{
	float: left;
}

.navigation ul a {
	/*background-image: url(navi_bg_divider.png);
	background-repeat: no-repeat;
	background-position: right;*/
	border-left: 1px solid #3d3d41;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 58px;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #eee;
}
.navigation ul a:hover {
	color: #FFF;
	background: #686868;
}
/***** End Navigation *****/

/***** Begin Headers *****/
h1{
	font-size: 30px;
	}
h2{
	font-size: 24px;
	}
h3{
	font-size: 20px;
	}
#center-column h3{
	font-size: 48px;
	font-family: franchise;
}
h4{
	background: url(/img/slashes.gif) no-repeat;
	font-size: 30px;
	font-family: franchise;
	padding-left: 22px;
	color: #fff;
	}

h5{
	font-family: franchise;
	font-size: 26px;
	}
h6{
	font-size: 14px;
	}
/***** End Headers *****/

/***** Begin Images *****/
.img-shadow{
	border: 5px solid #fff; 
	-moz-box-shadow: 3px 3px 5px #ccc; 
	-webkit-box-shadow: 3px 3px 5px #ccc;
	}
/***** End Images *****/

/***** Begin Lists *****/

/***** End Lists *****/

/***** Begin Form Elements *****/
#left-column .text {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	background: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	width: 120px;
	}
	
/***** End Form Elements *****/

/***** Begin Various Tags & Classes *****/
.dark-line {
	border-bottom: 1px solid #4a4a4a; 
	border-top: 1px solid #222;
	height: 0;
}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
p {
  margin-top: 0;
}

/***** End Various Tags & Classes *****/

/***** Awesome Buttons *****/
.awesome, .awesome:visited {
	background: #222 url(/img/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	/*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;
	font-family: arial;
}
.awesome:hover {
	background-color: #111; 
	color: #fff; 
	text-decoration: none;
	}
.awesome:active	{ 
	top: 1px; 
	}
.small.awesome, .small.awesome:visited 			{ font-size: 11px; color: #fff; }
.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; }

.green.awesome, .green.awesome:visited		{ background-color: #319a10; }
.green.awesome:hover						{ background-color: #338421; }
.blue.awesome, .blue.awesome:visited		{ background-color: #1879c4; }
.blue.awesome:hover							{ background-color: #005ba1; }
.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: #fef400; }
.yellow.awesome:hover							{ background-color: #fffba6; }

.gray.awesome, .gray.awesome:visited		{ background-color: #808080; }
.gray.awesome:hover						{ background-color: #555555; }
	
.silver.awesome, .silver.awesome:visited { background-color: #c0c0c0; color: #555555; }
.silver.awesome:hover					{background-color: #a0a0a0; color: #555555; }
/***** End Awesome Buttons *****/

/***** Begin Facebox *****/
#facebox .b {
  background:url(http://designelemental.net/shared/img/facebox/b.png);
}

#facebox .tl {
  background:url(http://designelemental.net/shared/img/facebox/tl.png);
}

#facebox .tr {
  background:url(http://designelemental.net/shared/img/facebox/tr.png);
}

#facebox .bl {
  background:url(http://designelemental.net/shared/img/facebox/bl.png);
}

#facebox .br {
  background:url(http://designelemental.net/shared/img/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
/***** End Facebox *****/