/*
Theme Name: Tampa Tile
Description: This is a custom theme made by Visual Symmetry for Tamps Tile.
Version: 1.5.1 
Author: Visual Symmetry
Author URI: http://visualsymmetry.com
*/

body {
	background: #fff;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
.layout #container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
a {
    outline:none;
	color:#0099FF;
	text-decoration: none;
}
a:hover {
    outline:none;
	color:#0066FF;
	text-decoration: underline;
}

/***** Header Styles ******/

#header-wrap {
	margin:0px auto;
	width:960px;
	padding:0;
	overflow:hidden;
}

#header {
	width:960px;
	height:40px;
	padding:0;
	position:relative;
	text-align:center;
}

#logo {
	width:280px;
	float:left;
	margin:20px 0 0 10px;
}

/***** Navigation Styles *****/

#nav{
	float:right;
	list-style-type: none;
	margin-right:0px;
	position:absolute;
	right:0;
	top:10px;
}

.navHome {top:26px !important;}

#nav li{
	float:left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000;
	display:block;
	text-decoration: none;
	text-align:right;
	margin:0px 10px;
}

#nav li a:hover, #nav li.selected a {
	color:#ff0000;
	font-weight: normal;
}

/*************** CONTENT ***************/
.layout #contentWrapper {
	background: url(images/tampaBG-2.jpg) no-repeat #f9f9f9;
	width:960px;
	min-height:650px;
	padding:0;
	margin:0;
}
.layout #content {
	background:none;
	margin: 5px 0 0 0;
	padding: 330px 380px 20px 20px;
	/*border: 1px solid #999;*/
}
.layout #contentSingle {
	background:none;
	margin: 5px 0 0 0;
	padding: 330px 20px 20px 20px;
	/*border: 1px solid #999;*/
}
.layout #content h1 {
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
}
.layout #content h2 {
	font-size:22px;
	font-weight:normal;
}
.layout #content h3 {
	font-size:14px;
	font-weight:bold;
}
.layout #content h4 {
	font-size:16px;
	font-weight:bold;
	color:#CC6F34;
	text-transform:uppercase;
}
.layout #content p {
	font-size:12px;
	font-weight:normal;
	line-height:22px;
}
.layout #content li {
	font-size:12px;
	font-weight:normal;
	line-height:22px;
}
#navOlderNewer {
    font-size:12px;
	font-weight: normal;
}

/*************** Sidebar ****************/
.layout #sidebar {
	float: right;
	width: 200px; 
	background:none;
	margin: 0;
	padding: 330px 20px 20px 20px;
	/*border: 1px solid #999;*/
}
.layout #sidebar h2 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	/*margin-bottom:0;*/
	text-decoration: underline;
}
.layout #sidebar ul li {
    list-style: none;
	font-size:12px;
	font-weight: normal;
	margin-left: -40px;
	line-height: 20px;
}
.layout #sidebar a {
	outline:none;
	color:#555;
	text-decoration: none;
}
.layout #sidebar a:hover {
	outline:none;
	color:#CC6F34;
	text-decoration: underline;
}

/*************** FOOTER ***************/
#footerWrapperHome {
	background-color:#fff;
	height: 25px;
	padding: 0;
	margin:0;
}
.layout #footer {
	background-color:#fff;
	height: 25px;
	padding: 0;
	margin:0;
}
.layout #footer p {
	font-size:11px;
	font-weight:normal;
	margin: 0; 
	padding: 5px;
}
.layout #footerWrapper {
    width:960px;
    height:auto;
	margin: 0; 
	padding: 0;
}
.layout #footerLeft {
    width:480px;
    height:auto;
    float:left;
	text-align: left;
}
.layout #footerRight {
    width:480px;
    height:auto;
    float:right;
	text-align: right;
}

/*************** FLOATS ***************/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1 {color:#FF0000 !important;}
