/*
Company:	Artaguio studio & gallery
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-color: #111;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/nav-bkg.gif) no-repeat 0 35px;
	font-family: Verdana, Arial, sans-serif;
}

/* Body */
div#bd {
	width: 753px;
	clear: both;
}

/* Footer */
div#ft {
	width: 753px;
	text-align: center;
	padding: 20px 0;
	font-family: Arial, sans-serif;
}
div#ft p {
	font-size: 93%;
}
div#ft p span {
	padding: 0 15px;
}
div#ft a {
	padding: 0 10px;
}
div#ft a:link, div#ft a:visited {
	color: #cc6208;
}
div#ft a:hover {
    color: #dcb810;
	text-decoration: underline;
}
div#ft p.ft-links {
	border-bottom: 1px solid #858585;
	margin: 0;
	padding: 10px 0;
}
div#ft p.copyright {
	color: #858585;
	padding: 10px 0;
	font-size: 85%;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 284px;
	height: 44px;
	background: url(../images/artaguio-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 80px 0 0 30px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

div.wide-content {
	text-align: center;
	padding: 20px 0;
}

.gallerypic {
	border: 6px solid #111;
}

/* Sidebar */
div.sidebar {
	width: 185px;
	padding: 50px 0 0 0;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 540px;
	color: #fff;
	padding: 50px 0 0 0;
	float: right;
	display: inline;
}
div.main-full-text {
	float: none!important;
	display: block!important;
	width: 713px;
	margin-left: 35px;
}
/* @end */

/* @group Nav */
/* Tippy Top */
div.tippy-top {
	height: 146px;
	padding: 0 170px 0 0;
	float: right;
	display: inline;
}
div.tippy-top ul {
	margin: 25px 0 0 0;
	padding: 0;
}
div.tippy-top ul li {
	list-style: none;
	padding: 1px 0;
}
div.tippy-top ul li a:link, div.tippy-top ul li a:visited {
	text-decoration: none;
}
div.tippy-top ul li.tt-1 a:link, div.tippy-top ul li.tt-1 a:visited {
	color: #c4d736;
}
div.tippy-top ul li.tt-2 a:link, div.tippy-top ul li.tt-2 a:visited {
	color: #a2b044;
}
div.tippy-top ul li.tt-3 a:link, div.tippy-top ul li.tt-3 a:visited {
	color: #a5a156;
}
div.tippy-top ul li.tt-4 a:link, div.tippy-top ul li.tt-4 a:visited {
	color: #a38445;
}
div.tippy-top ul li.tt-5 a:link, div.tippy-top ul li.tt-5 a:visited {
	color: #a15f28;
}
div.tippy-top ul li a:hover {
	text-decoration: underline;
}

/* Nav */
div#nav {
	clear: both;
	height: 80px;
}
div#nav ul {
	clear: both;
	margin: 0 0 0 20px;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	padding: 16px 6px 0 6px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	padding: 3px 8px;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li.n-1 a:hover, div#nav ul li.n-1 a.active:link, div#nav ul li.n-1 a.active:visited {
	background-color: #c4d83e;
}
div#nav ul li.n-2 a:hover, div#nav ul li.n-2 a.active:link, div#nav ul li.n-2 a.active:visited {
	background-color: #a9bf16;
}
div#nav ul li.n-3 a:hover, div#nav ul li.n-3 a.active:link, div#nav ul li.n-3 a.active:visited {
	background-color: #a38446;
}
div#nav ul li.n-4 a:hover, div#nav ul li.n-4 a.active:link, div#nav ul li.n-4 a.active:visited {
	background-color: #cc6208;
}
div#nav ul li.n-5 a:hover, div#nav ul li.n-5 a.active:link, div#nav ul li.n-5 a.active:visited {
	background-color: #9d500f;
}
div#nav ul li.n-6 a:hover, div#nav ul li.n-6 a.active:link, div#nav ul li.n-6 a.active:visited {
	background-color: #763e10;
}
div#nav ul li.n-7 a:hover, div#nav ul li.n-7 a.active:link, div#nav ul li.n-7 a.active:visited {
	background-color: #553011;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 10px 0;
	color: #a84e29;
	font-size: 108%;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	color: #fff;
	font-size: 93%;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
div.main li {
	color: #fff;
	font-size: 93%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #cc6208;
	text-decoration: underline;
}
a:hover {
	color: #dcb810;
	text-decoration: underline;
}
div.main p.big-home-text {
font-size: 126.5%;   /* you can change this if you want it larger/smaller */
font-weight: bold;
}
/* @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 */