/*
 blueskyhigh2
	This theme was designed and built by supercub and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #dfdfdf url(http://img112.imageshack.us/img112/7027/imgwt8.png) repeat;
 font-size: 14px;
}

img {
 border:0;
}

a {
	color: #CCFF00;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CCFF00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
 width: 950px;
 margin: 0px auto;
 padding: 0px;
 background: url(http://img157.imageshack.us/img157/3889/bluesky22ft0.jpg) no-repeat fixed center top;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}




/* Header */
#header {
 float: left;
 width: 100%;
 height: 160px;
 margin: 0px;
 padding: 0px;
}

#header #title {
 margin: 20px 0px 0px 30px;
 padding: 0px;
 color: #FFFFFF;
 font: italic normal 60px "Times New Roman", "Times", "serif";
 text-align: left;
}

#header #title a {
 color: #FFFFFF;
}

#header div#description {
	margin: 5px 0px 0px 30px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	line-height: 13px;
}


/* Main contents */
#contents {
	float: left;
	width: 600px;
	margin: 20px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	line-height: normal;
}

#contents h2 {
 margin: 20px 25px 5px;
 padding: 10px 20px 5px 38px;
 border-bottom: 2px solid #99FF00;
 background:  url(http://img157.imageshack.us/img157/3395/plane32x32tv2.png) no-repeat;
 color: #FFFFFF;
 font: bold 18px 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #FFFFFF;
}

#contents .contents_body {
 margin: 15px 25px;
 padding: 0px;
}

#contents  .fc2_footer {
 margin: 15px 25px;
 padding: 0px;
}

#contents h3 {
 margin: 20px 25px 10px;
 padding: 10px 20px;
 color: #FFFFFF;
 font: bold 14px 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

/* Sidebar */
#firstSide { float: left;}

.sidebar {
	width: 230px;
	margin: 20px 5px 10px 0px;
	padding: 5px 0px 5px 2px;
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
	line-height: normal;
	height: auto;
}

.sidebar h4 {
	margin: 20px 15px 0px 0px;
	padding: 3px 10px 3px 32px;
	border-bottom: 3px dotted #99FF00;
	background:  no-repeat left center;
	color: #FFFFFF;
	font: bold 15px 'arial', "sans-serif";
	text-align: left;
	height: auto;
}
.sidebar dt {
	margin: 20px 15px 5px 0px;
	padding: 5px 10px 15px 32px;
	border-bottom: 3px dotted #99FF00;
	color: #FFFFFF;
	font: bold 14px 'arial', sans-serif;
	text-align: left;
	background-image: url(http://img227.imageshack.us/img227/598/airplaneok4.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.sidebar ul {
	list-style:none;
	width: 200px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 3px none #99FF00;
	border-left: 1px none #999999;
}

.sidebar p {
 padding: 3px 0px 3px 33px;
}

.sidebar li {
	display:block;
	line-height: normal;
	padding: 8px 0px 0px 35px;
	background:  url(http://img157.imageshack.us/img157/7377/helicoptermedical32x32vf4.png) no-repeat left center;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	margin: 10px;
	height: auto;
}

.sidebar li a {
 line-height: normal;
}

.sidebar li a:hover {
	color: #66FFFF;
	text-decoration: underline blink;
}

.sidebar dd {
	padding: 3px 0px 3px 5px;
	height: auto;
}

.sidebar dl {
}

/* Footer */
#footer {
	clear:both;
	width: 100%;
	height: 20px;
	margin: 0px;
	background: #131061;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.calendar {
	font-family:"Arial", "Helvetica", "sans-serif";
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	padding:10px;
	margin:auto;
	height: auto;
	width: 150px;
	line-height: normal;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	border: none;

	}
	

.calendar a:link{
	color:#CCFF00;
	text-decoration:none;
	font-weight:bolder;
	font-size:16px;
	font-family: "Arial", "Helvetica", "sans-serif";
	}
.calendar a:visited {
	color:#CCFF00;
	text-decoration:none;
	font-weight:bolder;
	font-size:16px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
