/*  
Theme Name: Phoenix
Theme URI: http://creativeslice.com/
Description: WordPress theme for Phoenix Street Hockey.
Author: Creative Slice
*/

@import url("strip.css");

body {
	font: 76% arial, sans-serif;
	text-align: center;
	color: #333;
	background:  #fff;
}

a:link {
	color: #999;
}
a:visited {
	color: #888;
}
a:hover {
	color: #ff6a00;
}

input {
	padding:4px;
	font-size: .9em;
	color:#666;
}

label {
	display:block;
	margin:5px 0;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding:0 20px 0 0;
	line-height:18px;
}


#wrapper {
 margin: 0 auto;
 width: 752px;
 position: relative;
}


/* ------------------------------------- Header ---------------------------- */


#header {
float: left;
margin-top: 15px;
width: 440px;
}
#header img {
float: left;
}

/* -------------------- Nav -------------------- */

#nav {
margin: 20px 0;
	font-size: 1.1em;
	float: left;
background: #2d415a;
width: 440px;
}
#nav li {
	display: inline;
line-height: 2.5em;
	padding: 0 5px;
}
#nav a, #nav a:visited {
	color: #9aa4b0;
	text-decoration:none;
}
#nav a:hover {color: #fff;}

#nav .current_page_item a {
font-weight: bold;
color: #fff;
}


/* ---------------------------------------- Sidebar ---------------------------- */

#sidebar {
float: right;
width: 307px;
text-align: right;
margin-bottom: 2px;
}

#sidebar li {
list-style: none;
padding: 2px 0;
}

#checkin {
background: #474747;
text-align: center;
padding: 3px 0;
margin-bottom: 2px;
}


/* ------------------------- Content --------------------- */


#content {
text-align: left;
width: 440px;
float: left;
}

#content h2 {
	font-size: 1.9em;
	margin-bottom: .3em;
color: #2d415a;
font-weight: normal;
}

#content h2 a {
	color:#666;
font-size: .8em;
font-weight: bold;
}

#content h2 a:hover {
	color:#ff6a00;
}

#content h3 {
font-size: 1.4em;
}
#content p {
	font-size: 1em;
	margin: .5em 0;
	line-height: 1.4em;
}

#content ul {
list-style:square;
}

#content ol {
list-style-type:decimal;
}

#content li {
margin-left: 30px;
}

#content ol {
margin-left: 5px;
}

#content img {
padding: 5px 10px;
}

#content strong, #content em {
color: black;
}

.alignleft {
float: left;
}
.alignright {
text-align: right;
}

small {
color: #999;
}

/* --------------------------- Footer ---------------------------- */

#footer {
	text-align: left;
border-top: 3px solid #333;
padding: 20px 0;
margin: 20px 0;
clear: both;
}
