/*

Theme Name: Tulsa Southside Rotary 2.0
Theme URI: http://aquavitacreative.com
Description: The default Rotary 2.0 theme by<a href="http://aquavitacreative.com">Aqua Vita Creative</a>.
Version: v2.0
Author: Jonathan Cox & Sean Ferguson
Author URI: http://aquavitacreative.com
Tags: Tulsa Southside Rotary, Aqua Vita Creative

*/

/* CSS Document */

/* Begin Site Structure */

body {
background: #193f86;
margin: 0;
color: #363636;
font-family: Garamond, Times New Roman;
font-size: 12pt;
}

#container {
width: 908px;
margin: auto;
background: #FFF;
}

.clearFloat {
display: block;
clear: both;
}

.divider {
display: block;
clear: both;
margin: auto;
width: 95%;
height: 5px;
border-bottom: 1px solid #3366cc;
}

.contentDivider {
display: block;
clear: both;
width: 100%;
height: 5px;
border-bottom: 1px solid #3366cc;
}

.dottedDivider {
display: block;
clear: both;
width: 100%;
height: 5px;
border-bottom: 1px dotted #3366cc;
}

/* End Site Structure */



/* Begin Header */

#header {
display: block;
width: 908px;
height: 320px;
background: url(images/header.png) no-repeat;
margin: auto;
font-size: 10pt;
}

.logo {
display: block;
margin: 0 auto;
padding:0 0 0 0;
}

h1.tagLine {
color: #3366cc;
text-align: center;
margin: 0;
padding: 0;
}


	/* Navbar Rules Begin */

	ul#navbar {
	margin: 10px 0 0 93px;
	padding: 0;
	}

	#navbar li {
	list-style: none;
	display: inline;
	margin: 0 50px 0 0;
	padding: 0;
	}

	#navbar li a {
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	}

	/* Navbar Rules End */


/* End Header */



/* Begin Content Area Rules */

#contentArea {
display: block;
float: left;
width: 575px;
margin: 0 25px;
padding: 0 0 25px 0;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	

/* End Content Area Rules */


/* Begin Sidebar Rules */

#sidebar {
display: block;
float: right;
width: 280px;
}

#sidebar ul {
margin: 0;
padding: 0;
}

#sidebar li {
list-style: none;
}

.socialMediaIcons {
float: right;
margin-top: 18px;
}

/* End Sidebar Rules */


/* Begin Footer */

#footer {
display: block;
float: left;
width: 868px;
background: #FFF;
height: 40px;
text-align: center;
font-size: 11pt;
padding: 0 20px;
}

/* End Footer */



/* Begin Typography */

h1, h2, h3, h4, h5, h6 {
color: #3366cc;
text-transform: uppercase;
margin-bottom: 10px;
}

h1 {
font-size: 18pt;
}

h2 {
font-size: 16pt;
}

h3 {
font-size: 14pt;
}

h4 {
font-size: 12pt;
}

h5 {
font-size: 10pt;
}

h6 {
font-size: 8pt;
}

p {

}

a {
color: #3366cc;
text-decoration: none;
}

a:hover {
color: #ffcc00;
text-decoration: underline;
}

#contentArea li {

}

li.comment {
list-style: none;
}

/* End Typography */



/* Begin Image Rules */

img {
border: none;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

/* End Image Rules */