/* @override http://192.168.1.105:8888/alexputnik/css/main.css */

/*
Company:	alex putnik
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
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/sidebar.gif) repeat-y 0 0 #1a1819;
}
body {
	background: url(../images/top-wood-bar.jpg) repeat-x 0 0;
	font-family: verdana, arial, sans-serif;
}
/* @end */

/* @group Layout */
div.wrap {
	width: 1068px;
	padding: 80px 0 0 0;
}
/* Sidebar */
div#sidebar {
	width: 210px;
	overflow: hidden;
	margin: 0 0 0 50px;
	float: left;
	display: inline;
}

/* Body */
div#bd {
	width: 606px;
	margin-left: 200px;
	float: left;
	display: inline;
}

/* Footer */
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 200px;
	height: 42px;
	background: url(../images/ap-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 80px 5px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* More Links */
div.more-links h3 {
	margin: 0 0 10px 0;
	background: url(../images/hd-more-alex.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 27px;
}
div.more-links ul {
	margin: 0;
	padding: 0;
}
div.more-links ul li {
	font-size: 77%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	list-style: none;
	background: url(../images/subnav-arrow.gif) no-repeat 0 50%;
	padding: 3px 0 3px 10px;
}
div.more-links ul a:link, div.more-links ul a:visited {
	color: #369491;
	text-decoration: none;
}
div.more-links ul a:hover {
	color: #1a1819;
}

/* HGC */
div.hgc {
	padding: 250px 0 0 0;
}
div.hgc a {
	display: block;
	width: 29px;
	height: 24px;
	background: url(../images/hgc.gif) no-repeat 0 0;
	text-indent: -9000px;
}

/* Main Text */
div.main-text {
	width: 400px;
	padding: 38px 0 0 0;
	float: left;
	display: inline;
}

/* Main Photo */
div.main-photo {
	width: 164px;
	float: right;
	display: inline;
}

/* Gallery */
div.gallery-row {
	padding: 0 0 10px 0;
}
div.gallery-row img {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #e7e8e8;
}
div.main p {
	font-size: 85%;
	line-height: 180%;
	text-align: justify;
}

/* @end */

/* @group Default Headings */
/* Header */
div.header {
	background: url(../images/stripes.gif) no-repeat 0 0;
	padding: 50px 0 50px 0;
}
div.header h1 {
	color: #e7e8e8;
	font-size: 385%;
	font-family: Helvetica, arial, sans-serif;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}
div.header h2 {
	color: #fffeff;
	font-size: 138.5%;
	margin: 0;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
}
div.header h2 a:link, div.header h2 a:visited {
	color: #fffeff;
}
div.header h2 a:hover {
	color: #369491;
}
div.header h2 a.active:link, div.header h2 a.active:visited {
	color: #369491;
}
div.header h2 span.spacer {
	padding: 0 4px;
}
div.header p.note {
	font-size: 77%;
	color: #454344;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 0 0 0;
}
div.main h3 {
	font-size: 85%;
	margin: 0 0 1em 0;
}
/* @end */

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

/* @group Nav */
div#nav {
	margin: 0 0 160px 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	font-size: 138.5%;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	letter-spacing: -1px;
}
div#nav ul a {
	display: block;
	line-height: 25px;
	width: 145px;
	padding: 0 0 0 5px;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #1a1819;
	text-decoration: none;
}
div#nav ul a:hover, div#nav ul a.active:link, div#nav ul a.active:visited {
	color: #e7e8e8;
	text-decoration: none;
	background: url(../images/nav-hover.gif) no-repeat 0 0;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #369491;
	text-decoration: none;
}
a:hover {
	color: #e7e8e8;
}
/* @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 */