/*
THEME NAME: Bluetoo2
THEME URI: http://www.bluetooventures.com
DESCRIPTION: Theme for Bluetoo
VERSION: 1.0
AUTHOR: Thaddeus Ternes
AUTHOR URI: http://th.adde.us/
*/

body
{
    text-align: left;
    font-size: 1em;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #3f5eaa;
}

h1, h2, h3
{
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

h1
{
    font-size: 4em;
    text-align: center;
    color: #3f5eaa;
}

a, a:visited
{
    text-decoration: none;
    color: #3f5eaa;
}

a:hover
{
    text-decoration: underline;
}
#headerimg .description
{
    font-size: 1.2em;
    text-align: center;
}

.current_page_ancestor, .current_page_item
{
    font-weight: bold;
}

ul.page_item, li.page_item {
	display: inline;
	width: auto;	
}
	
ul.page_item, li.page_item a {
	display: block;
	color: #4f4f4f;
	padding: 10px;	
	float: left;

    text-decoration: none;
    font-size: 1.4em;
}

ul.page_item, li.page_item a:hover {
    text-decoration: underline;
}

h2
{
    font-size: 2.0em;
    color:white
}

h2.title
{
    font-size: 2.0em;
    color:black;
}

h3
{
    font-size: 1.6em;
    color: #3f5eaa;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description
{
    text-decoration: none;
    color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
    text-decoration: none;
    color: #3f5eaa;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
    text-decoration: none;
}

p
{
    font-size: 1.0em;
}

p.footerText
{
    font-size: 0.7em;
}

#page
{
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    text-align: center;
}

#header
{
    text-align: center;
    width: 100%;
    height: 90px;
    background-color: #f3f3f3;
    border-color: #afafaf;
    border-style: solid;
    border-bottom-width: 2px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    /*
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D9D9D9), to(#EDEDED), color-stop(.3,#BABABA));
    */
}

#headerInner
{
    width: 700px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background: url('Bluetoo-logo-IE-fail.png') no-repeat;
}

#headerLinks
{
    float: right;
    margin-top: 25px;
    margin-right: 10px;
}

#content
{
    text-align: left;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    background: #3f5eaa;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding: 10px;
}

#footer p
{
    color: black;
}
#footer a:link, #footer a:visited
{
    color: white;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

