/**	Anglo-Chinese School (Independent
	National Cadet Corps (Air) Official Website Stylesheet
**/

/* Portions based on: http://css.maxdesign.com.au/floatutorial/tutorial0816.htm, http://css.maxdesign.com.au/listamatic/horizontal06.htm and 
http://css.maxdesign.com.au/listamatic/horizontal05.htm */

/* Thanks to http://jade.mcli.dist.maricopa.edu/feed/ for the Feed2JS Script! */
		
			
body {
font-family: "Verdana", "Helvetica", "Arial", sans-serif;
font-size: small;
line-height: 140%;
color: white;
background-color: #003366;
}

#container {
width: 90%;
margin: 10px auto;
background-color: #003366;
color: white;
/*border: 1px solid gray; */
min-width: 600px;
}

#header {
padding: .5em;
/*border-bottom: 1px solid gray; */
}

#navigation {
padding: .5em;
background-color: #003366;
/*border-bottom: 1px solid gray; */
}

#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#content {
margin-left: 200px;
border-left: 1px dotted gray;
padding: 1em;
max-width: 36em;
}

#footer {
clear: both;
margin: 0;
padding: .5em;
border-top: 1px dotted gray;
}

/** Formatting **/


#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
#top h1
{
padding: 0;
margin: 0;
}

/*Link Styles*/
a {
	text-decoration: none;
	font-weight: normal;
	color:  #FFCC66;
}

a:link {
}

a:visited {
	color:  #990099;
}

a:active {
}

a:hover {
	text-decoration: underline;
	}
/* Alternative */
#navlist
{
margin: 0px;
padding: 0 0 20px 10px;
border-bottom: 1px solid #FFCC66;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #FFCC66;
padding-bottom: 2px;
background: transparent;
color: #fff;
}

#navlist a:hover { color: #fff; }

/*Link Styles

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold medium;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
*/

.photo
{
float: left;
width: 150px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.news
{
border-top: thin dotted #999;
padding-bottom: 15px;
padding-top: 15px;
}


/*Paragraph Styles */

h1 {
font-size: x-large;
}

h2 {
font-size: medium;
}

h3 {
font-size: small;
}

#sidebar h3 {
border-bottom-width: thin;
border-bottom-style: solid;
}

#sidebar ul, #sidebar li {
       list-style:none;
       margin:0;
}


.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration: none;
	font-weight: normal;
	color:  #FFCC66;
	}

.rss-item a:hover {
	text-decoration: underline;
	}
	
.rss-item  {
  margin-bottom: 0.5em;;
}

.rss-date {
	font-size: x-small;
	}