/* @override http://192.168.1.110:8888/robinbresky/css/main.css */

/*
Company:	Robin Bresky
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #0a274d;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 0 0;
	overflow: hidden;
}
div#hd-top {
	margin: 0 0 10px 0;
}

/* Body */
div#bd {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#ft div.ft-nav {
	background: url(../images/ft-nav-bkg.gif) no-repeat 0 0;
	height: 55px;
	font-size: 77%;
	text-align: center;
	margin: 0 0 10px 0;
}
div#ft div.ft-nav p {
	line-height: 50px;
	color: #666666;
	text-transform: uppercase;
}
div#ft div.ft-nav p a:link, div#ft div.ft-nav p a:visited {
	color: #666666;
	text-decoration: none;
}
div#ft div.ft-nav p a:hover {
	text-decoration: underline;
}
div#ft p.copyright {
	text-align: right;
	font-size: 77%;
	color: #ccc;
	padding: 0 8px 0 0;
}
div#ft p.copyright a:link, div#ft p.copyright a:visited {
	color: #ccc;
	text-decoration: none;
}
div#ft p.copyright a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Head Left */
div#hd-left {
	width: 368px;
	float: left;
	display: inline;
}

/* Head Right */
div#hd-right {
	width: 460px;
	height: 104px;
	background: url(../images/hd-right.jpg) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}

/* Logo */
div#logo {
	width: 368px;
	height: 86px;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
	background: url(../images/bresky-logo.jpg) no-repeat 0 0;
}
div#logo a:hover {
	background-position: 0 -86px;
}

/* Home Link */
p#home-link {
	margin: 0 0 0 5px;
	padding: 0;
	height: 18px;
	font-size: 85%;
}
p#home-link a {
	line-height: 18px;
	display: block;
	background: url(../images/home-icon.gif) no-repeat 0 55%;
	padding: 0 0 0 16px;
}
p#home-link a:link, p#home-link a:visited {
	color: #406893;
	text-decoration: none;
}
p#home-link a:hover {
	background: url(../images/home-icon-hover.gif) no-repeat 0 55%;
	color: #fafbfd;
}

/* Content Top */
div.content-hd {
	width: 828px;
	height: 9px;
	background: url(../images/content-hd.gif) no-repeat 0 0;
	overflow: hidden;
}

/* Content Body */
div.content {
	width: 828px;
	background: url(../images/content-bd.gif) repeat-y 0 0;
	overflow: hidden;
}

/* Content Footer */
div.content-photo {
	width: 828px;
	background: url(../images/glasses-pic-fade.jpg) no-repeat 3px 200px;
	overflow: hidden;
}

/* Content Ft */
div.content-ft {
	width: 828px;
	height: 14px;
	background: url(../images/content-ft.gif) no-repeat 0 0;
	overflow: hidden;
}

/* Side */
div.side {
	width: 218px;
	margin: 0 0 0 10px;
	padding: 20px 0 100px 0;
	float: left;
	display: inline;
}
div.side li {
	list-style: none;
}
div.side li h2 {
	font-size: 85%;
	margin: 0 0 5px 0;
	color: #333;
}
div.side li ul {
	margin: 0 0 10px 0;
}
div.side li ul li {
	font-size: 85%;
}
div.side form#searchform {
	margin-left: 0;
}
div.side form#searchform input#s {
	width: 100px;
	font-size: 85%;
	color: #333;
}

/* Main */
div.main {
	width: 560px;
	margin: 0 20px 0 0;
	padding: 20px 0 20px 0;
	float: right;
	display: inline;
}

/* Contact, Blog */
p.blog, p.contact {
	width: 218px;
	height: 46px;
	font-size: 77%;
	color: #fff;
	background: url(../images/btn-rss.jpg) no-repeat 0 0;
	text-transform: uppercase;
}
p.contact {
	background: url(../images/btn-contact.jpg) no-repeat 0 0;
}
p.blog a, p.contact a {
	display: block;
	line-height: 42px;
	padding: 0 0 0 50px;
}
p.blog a:link, p.blog a:visited, p.contact a:link, p.contact a:visited {
	color: #fff;
	text-decoration: none;
}

/* Contact Info */
div.contact-info {
	width: 218px;
	margin: -90px 0 0 10px;
	float: left;
	display: inline;
}
div.contact-info p.phone {
	font-size: 153.9%;
	margin: 0;
	font-weight: bold;
	color: #064a89;
}
div.contact-info p.addy {
	color: #064a89;
	font-size: 77%;
	line-height: 140%;
}

/* Content Pic Right */
img.content-pic-right {
	margin: 0 0 10px 15px;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	width: 828px;
	height: 55px;
	background: url(../images/nav-bar-bkg.jpg) no-repeat 0 1px;
	overflow: hidden;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 12px;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 100% 3px;
	float: left;
	display: inline;
}
div#nav ul li.last {
	background: none;
}
div#nav ul li a {
	display: block;
	font-size: 77%;
	text-transform: uppercase;
	letter-spacing: -.05em;
}
div#nav ul li a span {
	display: block;
	line-height: 45px;
	padding: 0 9px 10px 6px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active {
	background: url(../images/nav-tab-right.gif) no-repeat 100% 0;
	color: #144679;
}
div#nav ul li a.active:link, div#nav ul li a.active:visited {
	color: #144679;
}
div#nav ul li a:hover span, div#nav ul li a.active span {
	background: url(../images/nav-tab-left.gif) no-repeat 0 0;
	line-height: 50px;
	padding: 0 9px 10px 6px;
}

/* Subnav */
div#subnav {
	padding: 5px 12px;
}
div#subnav p {
	font-size: 77%;
	text-transform: uppercase;
	margin: 0;
	color: #144679;
}
div#subnav a:link, div#subnav a:visited {
	color: #144679;
	text-decoration: none;
}
div#subnav a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 116%;
	margin: 0 0 10px 0;
	color: #333;
}
div.main h1.contact span.left {
	display: block;
	width: 49%;
	float: left;
	display: inline;
}
div.main h1.contact span.right {
	color: #666666;
	display: block;
	width: 49%;
	text-align: right;
	float: right;
	display: inline;
}
div.main h2 {
	color: #803c29;
	font-size: 93%;
	margin: 0 0 10px 0;
}
div.main h3 {
	font-size: 85%;
	color: #333;
	margin: 0 0 10px 0;
}
div.main h4 {
	font-size: 116%;
	margin: 0 0 10px 0;
	color: #333;
}
div.main h4.highlight span {
	background: url(../images/highlight-left.gif) no-repeat 0 50%;
	font-style: italic;
}
div.main h4.highlight span span {
	background: url(../images/highlight-right.gif) no-repeat 100% 50%;
	padding: 0 10px;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 85%;
	color: #333;
	line-height: 140%;
}
div.main p.error {
	color: red;
	font-weight: bold;
}
.italic {
	font-style: italic!important;
}
.bold {
	font-weight: bold!important;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
div.row label {
	font-size: 85%;
	color: #333;
	display: block;
	width: 120px;
	padding: 2px 10px 0 0;
	text-align: right;
	float: left;
	display: inline;
}
div.row span.required {
	color: red;
}
div.row {
	padding: 0 0 5px 0;
}
div.row input.txt {
	font-size: 85%;
	width: 150px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
}
div.row input.btn {
	margin: 5px 0 10px 230px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */