/*
Theme Name: AKA Theme with New Menu	
Theme URI: http://albertakinesiology.ca
Description: Alberta Kinesiology New Menu CMS using WordPress
Version: 1.0
Author: Eric Deis
Remarks: navigation styling is in separate files
		 tested for Wordpress version 2.1.1
*/

/* GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color: #2b30ab;
	background: #fff url(img/bg-knit.jpg) repeat-x top;
	line-height: 150%;

}

H1, H2, H3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

H1 {
	font-size: 120%;
}

H2 {
	font-size: 110%;
}

H3 {
	font-size: 100%;
}

p, ul {
	margin: 4px 0 10px 0;
}

ul, ol {
	margin-left: 17px;
}

a {
	color: #214872;
}

a:hover {
	text-decoration: none;
	color: #ff0000
}

code {
	font-family: "Courier New";
	font-size: 130%;
	display: block;
}

/* STRUCTURE */

#container {
	width: 680px;
	margin: 20px auto;
	background: #fff;
	border: 2px #f03190 solid;
	text-align: left;
}

#page, #weblog, #search, #archive, #sidebar {
	padding: 0 20px 40px 20px;
	min-height:300px;
}

br.clear {
	clear: both;
}

/* HEADER */

#header {
	margin: 15px 0 0 0;
	padding: 0 0 45px 0;
	height: 145px;
}

#header h1 {
	padding: 30px 0 10px 20px;
	font-size: 190%;
}

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


#header p {
	padding: 0px 50px 10px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	width: 340px;
}

#topsearch {
	width:  130px;
	float: right;
	margin: 10px 9px 0 0;
	_margin: 10px 7px 0 0;
	padding: 0;
}

#searchsubmit {
	display: none;
}

#s {
	width: 120px;
}

#searchform label {
	color: #fff;
	display: block;
}

p.page_title {
	font-size: 18px;
}

p.news_date {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom:10px;
	line-height: 8px;
}

/* TOPMENU BASIS */

ul#nav {
	position: absolute;
	top: 190px;
	_top: 190px;
	list-style: none;
	margin: 0px 20px 0px 20px;
	padding: 0 0 0 10px; 
	width: 630px; 
	background: #3961a2 url(img/1px.gif) repeat-x top;
	border-top: 1px solid #96b2cd;
}

/* SIDEBAR */

#sidebar {
	width: 140px;
	padding: 0 10px 0 20px ;
	float: right;
}

#sidebar ul {
	margin-left: 0;
	margin-top:  0;
}

#sidebar li {
	list-style: none;
}

/* SIDEMENU */

#sidemenu {
	width: 140px;
	padding: 3px 10px 0 20px ;
	float: right;
}

#sidemenu ul {
	margin-left: 0;
	margin-top:  0;
}

#sidemenu li {
	list-style: none;
}

/* SPECIAL PAGE STYLING */

img {
	padding: 5px;
	border: 1px #ccc solid;
}

img.right {
	float: right;
	margin: 2px 0 10px 10px;
}

img.left {
	float: left;
	margin: 2px 10px 10px 0;
}

/* NEWS */

#news {
	width:  200px;
	float: right;
	margin: 0 10px 0 20px;
}

#news h1 {
	font-size: 120%;
	margin-bottom: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* WEBLOG */

.post {
	margin-bottom: 30px;
}

.edit {
	float: right;
}

#weblog {
	width: 460px;
}

#weblog h1 {
	margin-bottom: 2px;
	font-weight: normal;
}

#weblog h1 a {
	text-decoration: none;
}

/* COMMENTS */

#comment {
	width: 420px;
}

#commentlist {
	margin: 0;
}

#commentlist li {
	list-style-type: none;
}

.commenttext {
	background: #e5f5fd;
	border-top: #D3ECF9 2px solid;
	padding: 8px;
	margin-top: 10px;
	color: #333;
}

/* ARCHIVE */

#archive li {
	list-style-type: none;
}

/* FOOTER */
#footer {
	width: 640px;
	margin: 0px auto;
	font-size: smaller;
	color: #fff;
}

ul#footer {
	list-style: none;
}

#footer li { 
	float: left;	
	list-style: none;
}

#footer a { 
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #fff;
}

#footer a:hover {
	color: #000;
}

