/********/
/* Font */
/********/
@font-face {
	font-family: 'Gara-Regular';
	src: url('/ake/css/font/gararegular.eot');
	src: url('/ake/css/font/gara.eot?#iefix') format('embedded-opentype'),
	url('/ake/css/font/gara_regular.woff') format('woff'),
	url('/ake/css/font/gara_regular.ttf') format('truetype'),
	url('/ake/css/font/gara_regular.svg#gararegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***********/
/* Default */
/***********/
html, body	{ margin: 0; padding: 0; height: 100%; font-size: 13px; color: #819CDB; background: #132245 url(/ake/css/img/img01.jpg) repeat-x top center; }
body, th, td	{ font-family: Gara-Regular, Arial, Helvetica, Sans-Serif; }
h1, h2, h3	{ text-transform: uppercase; }
h1		{ letter-spacing: -2px; font-size: 2.4em; }
h2		{ letter-spacing: -1px; font-size: 2.0em; }
h3		{ font-size: 1.2em; }
p, ul, ol	{ font-size: 1.2em; line-height: 100%; }
a		{ font-size: 1.2em; color: #FFFFFF; }
a:hover		{ color: #333333; }
hr		{ display: none; }

/***********
 Colors
	http://www.colorcombos.com/combotester.html

	#FFFFFF	White
	#F0F0F0	Light-Grey
	#D4D8BD	Medium-Light-Grey
	#333333	Dark-Grey
	#FFB71C	Orange
	#000000	Black

	#819CDB	Light-Blue
	#475574	Darker-Blue-1
	#1C3062	Darker-Blue-2
	#132245	Darker-Blue-3
	
************/

/***********/
/* Wrapper */
/***********/
#wrapper {
	min-height: 100%;
	position: relative;
}

/**********/
/* Header */
/**********/
#header	{
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 40px 0;
	background: url(/ake/css/img/img02.jpg)
	no-repeat right top; text-transform: uppercase;
}

#header h1 {
	margin: 0;
	color: #FFB71C;
	font-size: 36px;
}

#header p {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 14px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/********/
/* Page */
/********/

#page {
	width: 980px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 60px;
}

/***********/
/* Content */
/***********/

#img_navigation {
	width: 980px;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0 5px 0 5px;
	color: #819CDB;
}

#img_navigation a img {
	margin: 0;
	padding: 5px 5px 5px 5px;
	width: 30%;
}

#content {
	width: 735px;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0 5px 0 5px;
	color: #819CDB;
}

#content a:hover {
	color: #819CDB;
}

#content_howto {
	width: 735px;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0 5px 0 5px;
	color: #000000;
	background: #FFFFFF;
}

#content_howto a {
	color: #000000;
}


#content_howto img {
	border: solid 1px;
	padding: 3px;
	margin: 5px;
	display: inline;
	float: left;
}

#content_howto_wide {
	width: 980px;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0 5px 0 5px;
	color: #000000;
	background: #FFFFFF;
}

#content_howto_wide a {
	color: #000000;
}


#content_howto_wide img {
	border: solid 1px;
	padding: 3px;
	margin: 5px;
	display: inline;
	float: left;
}

#content_howto_wide_table table, th, td {
	margin: 0 0 20px 50px;
	padding: 10px;
	border: 1px solid black;
}

#content_wide {
	width: 980px;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0 5px 0 5px;
	color: #819CDB;
}

.clear {
	clear: both;
}

.post {
	padding: 30px 40px 0 80px;
}
.codearea {
	color: #000000;
	background:#F0F0F0;
	font-size:0.8em;
	font-family:monospace, courier;
	padding: 5px 10px;
	white-space: nowrap;
	overflow:auto;
	border-width:1px;
	border-style:solid;
	border-color:#333333;
}
.codearea ul {
	font-size:0.8em;
}

/***********/
/* Sidebar */
/***********/

#sidebar {
	margin-top: 30px;
	float: right;
	width: 180px;
}
#sidebar ul {
	padding: 0px 21px 20px 10px;
}
#sidebar li {
	background: url(/ake/css/img/img03.gif) no-repeat 0px 40%;
	padding: 0 0 10px 15px;
}
#sidebar h2 {
	margin: 0;
	height: 40px;
	background: url(/ake/css/img/img03.gif) no-repeat left 60%;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 18px;
}
#sidebar p {
	line-height: normal;
}
#sidebar a {
	text-decoration: none;
	color: #FFB71C;
	font-weight: bold;
}
#sidebar a:hover {
	text-decoration: none;
}

/************/
/* Calendar */
/************/

#calendar {
}
#calendar h2 {
	margin-bottom: 15px;
}
#calendar table	{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#calendar caption {
	width: 100%;
	text-align: center;
}
#next {
	text-align: right;
}
#prev {
	text-align: left;
}

/**********/
/* Footer */
/**********/
#clearingdiv {
	clear: both;

}
#footer	{
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 760px;
	text-align: center;
	border-top: 2px solid #1C3062;
	line-height: normal;
	background: url(/ake/css/img/img02.jpg) repeat-x left top;
	color: #819CDB;
}
#footer p {
	font-size: 0.9em;
	padding-top: 1px;
	text-transform: none;
}
#footer a {
	font-size: 0.9em;
	display: inline;
	text-decoration: none;
	border: 0;
	color: #819CDB;
}

/* EOF */
