/*  
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/*
Reset default browser styles
Will make everything appear the same on all browsers -- I think!
Use carefully!
*/
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wordpress.css');

/* Import a basic layout - pick one of the following */
/*
@import url('styles/layout-cols1.css');
@import url('styles/layout-cols2-sideL.css');
@import url('styles/layout-cols2-sideR.css');
@import url('styles/layout-cols3-sideL.css');
*/
@import url('styles/layout-cols3-sideB.css');
/*
@import url('styles/layout-cols3-sideR.css');
*/

/* to make it a fixed width, uncomment below and set the width */

#wrapper {
	margin: 5px auto 20px auto;
	width: 960px;
	background-color: #FFF;
}

#container {
	background-color: #FFF ;
}

body {
	background-color: #D9E6F3;
}

.menu {
	padding-top:   30px;
	padding-right: 20px;
}

.menu ul {
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0;
}

.menu ul.children {
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0;
}

#content {
	padding-top:    30px;
	padding-bottom: 20px;
}

#contentHome {
	width: 680px;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	padding-top:    30px;
	padding-bottom: 20px;
	padding-left:  40px;
	padding-right: 40px;
}

#headerImage {
	width:  326px;
	height: 224px;
	background-color: #d2dee0 ;
}

#headerImageHome {
	width:  200px;
	height: 352px;
	background-color: #3e6e9e ;
}

#headerImageBird {
	width:  250px;
	height: 370px;
	background-color: #d2dee0 ;
}

.small {
	font-size: 13px;
}

.bottomNav {
	font-size: 16px;
}

.topNav {
	font-size: 20px;
	font-weight: bold;
}

img.alignright {
	float:right;
	padding: 0; margin: 0;
}

td.homeLink {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

h1.phoenix-title {
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	font-size:   20pt;
	font-weight: normal ;
	font-style: normal ;
	text-transform: lowercase ;
	color: #336699 ;
}

h2 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal ;
	font-style: normal ;
	text-transform: lowercase ;
	color: #336699 ;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

h3 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal ;
	font-style: normal ;
	text-transform: lowercase ;
	color: #336699 ;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}





