@charset "utf-8";
/* CSS Document */
/* 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, b, u, i,
center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, button {
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style:none;
	text-align: center;
}

a img { 
	border: none;
}
button {
	display: block;
	cursor: pointer;
}

/* General
------------------------------------------------------------------------------*/
body 
{
	font-family::Georgia,Serif;
	font-size:1.25em;
	color:#666;
	background-color:#666;
	background-image:url(../images/template/background_argyle_dark.png);
	background-position: center;
	font-weight:bold;
	text-align: center;
}

.wrapper 
{
	width: 800px;
	margin: 0 auto;
}

.content-dropshadow-rounded
{    
    background:#FFF;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 5px 5px 10px #222; 
}

.dropshadow-light
{    
	box-shadow: 5px 5px 10px 3px #999; 
}

.dropshadow-medium
{    
	box-shadow: 5px 5px 10px 3px #666; 
}

.title
{
	padding: 1em 2em 0em 2em;
	font-size: 1.25em; 
	text-align:right;
}

.logo-image
{
	height: 0.7em;
	width: 1em;
	padding: 0em 0.2em 0em 0em;
}

.subtitle
{
	padding: 0em 3.75em 0em 2em;
	font-size: 0.75em;
	color: #8B8B8B;
	text-align:right;
	vertical-align: central;
}

.menu
{
	background:#FFFFFF;
	text-align: left;
	margin: 1em;
	text-align: center;
}

.about
{
	text-align: left;
	font-size: 0.75em;
	padding-right: 3em;
	padding-left: 3em;
}

.text
{
	text-align: center;
	font-size: 0.75em;
	padding-left: 7em;
	padding-right: 7em;
}

.footer
{
	background-image:url(../../images/template/border_bottom.png);
	text-align: center;
	height: 35px;
}

.copyright
{
	font-size: .9em;
	padding:1em 1em 1em 1em;
	text-align: center;
	color:#CCC;
	text-shadow: 1px 1px 1px #111;
}

.copyright a:hover 
{
	-webkit-box-shadow: 0 0 3px 3px #444;
	-moz-box-shadow: 0 0 3px 3px #444;
	background: #444;
	text-decoration: none;
}

a 
{
	color: #666;
	text-decoration:none;
	font-size:0.75em;
}

a:hover 
{
	color: #D32626;
	text-decoration:underline;
}

.awesome
{
	background: #222 url(../../images/template/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}

