/* 
Title:		casachianti.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
body {
	background: #5a5e3e url(../images/dots2.gif) repeat left top;
}

td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}
.white {
	color: #fff;
}
.nada {
	margin: 0;
	padding: 0;
}
.gray {
	color: #efefef;
}
.blue {
	color: #7a909d; /* blue */
}
.yellow {
	color: #fbb81e; /* yellow */
}
.orange {
	color: #f49126; /* orange */
}
.red {
	color: #ed4e27; /* red */
}
.green {
	color: #4fa948; /* green */
}
.bigger {
	font-size: 1.5em;
}
em {
	font-style: italic;
	font-weight: normal;
	color: #f49126; /* orange */
}
hr {
	border: 0;
	color: #ccc; 
	background: #ccc;
	height: 1px;
}
a.pdf {
	padding: 5px 19px;
	text-decoration: none;
	background: url(http://www.uncommonpaws.us/images/pdf_17x17.png) no-repeat left top;
}

.left_side, .right_side {
	float: left;
	color: #666;
	font-size: 11px;
	line-height: normal;
	padding: 0;
	margin: 0 20px 3px 0;
}
.right_side {
	float: right;
	margin: 0 0 3px 20px;
}
.borderit {
	border: 1px solid #666;
}
.border {
	border: 1px solid #999;
	background-color: #f8f4e8;
}
table.border td {
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	font-family: "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #993333;
}

/*============================================================
 Wrapper
============================================================*/
#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#wrapper-inner { 
	margin: 0 auto;
	width: 900px;
}

/*============================================================
 Header & HORIZONTAL NAV 
============================================================*/

#header {
	width: 900px;
	height: 24px;
	padding: 176px 0 0 0;
	background: url(../images/casa-chianti-bkg.jpg) no-repeat left top;
}
#header ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;

	width: 900px;
	background: url(../images/nav-bkg.png) repeat left top;

	height: 24px;
	line-height: 24px;
}
#header ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#header ul#nav li a {
	padding: 0 13px;

	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;

	display: block;
}
#header ul#nav li a:hover {
	color: #fff; /* white */
	text-decoration: none;
	background: #929066;
}



/*============================================================
BODY Linking Current classes
============================================================*/
body#home-page #header ul#nav li#home-nav a,
body#casa #header ul#nav li#casa-nav a,
body#photos #header ul#nav li#photos-nav a,
body#availability #header ul#nav li#availability-nav a,
body#rates #header ul#nav li#rates-nav a,
body#pool #header ul#nav li#pool-nav a,
body#contact #header ul#nav li#contact-nav a,
body#directions #header ul#nav li#directions-nav a
{
	color: #000; /* black */
	text-decoration: none;
	background: #aaa979;
}

body#home-page #header ul#nav li#home-nav a:hover,
body#casa #header ul#nav li#casa-nav a:hover,
body#photos #header ul#nav li#photos-nav a:hover,
body#availability #header ul#nav li#availability-nav a:hover,
body#rates #header ul#nav li#rates-nav a:hover,
body#pool #header ul#nav li#pool-nav a:hover,
body#contact #header ul#nav li#contact-nav a:hover,
body#directions #header ul#nav li#directions-nav a:hover
{
	color: #fff; /* white */
	text-decoration: none;
	background: #929066;
}


/*============================================================
 Main Content Area - Container
============================================================*/

#main {
	width: 900px;
	height: 400px;
	margin: 0;

	background: #fff;
	overflow: auto;

	border-top: 1px solid #666;
}

#main #format {
	width: 840px;
	padding: 0;
	margin: 20px 30px 20px 30px;
	line-height: 170%;
	text-align: justify;

	font-size: .85em;
}
#main a {
	color: #993333;
	text-decoration: none;
}
#main a:hover {
	color: #990000;
	text-decoration: underline;
}


#features {
	border: 1px solid #999;
	background: #f8f4e8;
	float: right;
	margin: 0 0 2px 20px;
	padding: 5px 10px;
}
#features ul {
	margin: 0;
	padding: 0px 0 10px 25px;
}
#features h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
#features b {
	text-transform: uppercase;
}
#main .col {
	width: 340px;
	float: left;
	display: inline;
	padding: 0 30px;
}
#main .col ul {
	margin: 0;
	padding: 0px 0 10px 25px;
	text-align: left;
	line-height: 150%;	
}

/*============================================================
SLIDESHOWS
============================================================*/

#slideshow {
	width: 550px;
	height: 320px;
	padding: 0;
	margin: 0 auto;
}

.theme-default #slider {
	margin: 0;
	width: 550px; /* Make sure your images are the same size */
	height: 320px; /* Make sure your images are the same size */
}





/*============================================================
 Footer
============================================================*/
#footer { 
	width: 900px;
	clear: both;
	font-size: .80em;

	text-transform: uppercase;
	font-family: "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #555;

	margin: 0;
	padding: 0;

	background: url(../images/casa-footer-bkg.jpg) no-repeat left top;

	height: 22px; 
	line-height: 22px;
}

#footleft { width: 40%; } 
#footmiddle { width: 30%; } 
#footright { width: 30%; } 

#footleft,
#footmiddle,
#footright
{ 
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#footmiddle { 
	text-align: center;
}
#footright { 
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#footer a {
	border-bottom: none;
	color: #555;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #5a5e3e;
	color: #5a5e3e;
	text-decoration: none;
}