﻿/* - - - - - - - - - - - - - - - - - - - - -

Title  : Youngs Painting
Author : EagleEnvision.NeT (http://eagleenvision.net/)
URL : 

Created : Apr 7, 2008
Modified : Apr 7, 2008

- - - - - - - - - - - - - - - - - - - - - */

/*------------------*/
/* ----- Main ----- */
/*------------------*/

*
{
}
	
html
{
}
	
body
{
    font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
    margin:0;
    padding:0;
    background-color:#C0C0C0;
    /*background-image: url(images/background.png);*/
    background-position: top;
    background-repeat: repeat-x;
}

/*-----------------*/
/* ----- IDs ----- */
/*-----------------*/

#container
{
    width: 900px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-color: #fff;
}

#header
{
    background-image: url(images/header.png);
    background-repeat:no-repeat;
    height: 296px; /*Height of top section*/
}

#centerwrapper
{
    float: left;
    width: 100%;
}

#content
{
    padding-right: 25px;
    padding-left: 25px;
    padding-top:20px;
    padding-bottom: 30px;
    font-size: 110%;
    line-height: 160%;
    color: #333333;
    background-color: White;
}
#primaryContent
{
    /*margin-left: 200px;
    margin-right: 0;
    width: 700px;*/
}
	
#secondaryContent
{
    float: right;
    margin-right: 900px;
    margin-left:0;
    width: 200px;
}

/*#primaryContent
{
    padding-left:20px;
    margin-left: 200px; Set left margin to LeftColumnWidth
    padding-right: 20px;
    padding-top:20px;
    padding-bottom: 30px;
    font-size: 130%;
    line-height: 160%;
    color: #333333;
}
	
#secondaryContent
{
    padding-left:10px;
    padding-top: 30px;
    float: left;
    width: 200px; Width of left column
    margin-left: -840px; Set left margin to -(MainContainerWidth)
}

#footer
{
    clear: left;
    width: 100%;
    background: black;
    color: #493F24;
    text-align: center;
    height:75px;
    background-image: url(images/maxsonfooter.png);
    background-repeat:no-repeat;
}

#wrapper
{
    padding-left:8px;
    padding-right:8px;
    background-image: url(images/maxsoncontent.png);
    background-color:Blue;
    background-repeat:repeat-y;
}

#thumbimgs
{
    display: inline;
}

#thumbimgs li
{
    display: inline;
}*/

/*---------------------*/
/* ----- CLASSES ----- */
/*---------------------*/



/*----------------------*/
/* ----- HEADINGS ----- */
/*----------------------*/

h1
{
}

h2
{
    font-size: 120%;
    color: #df3212;
}

h3
{
    font-size: 130%;
    color: #56a1d5;
    font: 95%;
}

h4
{
    font-size: 140%;
    color: #81c1ed;
}

h5
{
}

/*------------------------*/
/* ----- PARAGRAPHS ----- */
/*------------------------*/

p
{
}


/*--------------------*/
/* ----- QUOTES ----- */
/*--------------------*/

blockquote
{
    background-color: #AE3232;
    width: 375px;
    color: #E0DCD9;
}

blockquote span
{
    background-color:#A00E0E;
    height: 10px;
    display: block;    
}

blockquote p
{
    padding-left: 10px;
    padding-right: 10px;
}


blockquote cite
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-style:normal;
    font-variant:small-caps;
    font-size: 110%;
    font-weight:bold;
    display:block;
}

/*-------------------*/
/* ----- LISTS ----- */
/*-------------------*/

li
{
}

ol
{
}

ul
{
}

ul li
{
}

/*------------------------*/
/* ----- NAVIGATION ----- */
/*------------------------*/

#navigation
{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Arial;
    width: 100%;
    height:34px;  
    background: black url(images/menubg.png) center center repeat-x;
}

#navigation ul 
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

#navigation li
{
    display: inline;
}

#navigation li a
{
    float: left;
    color: white;
    padding: 9px 11px;
    text-decoration: none;
}

#navigation li a:visited
{
    color: white;
}

#navigation li a:hover
{
    color: white;
    background: transparent url(images/menuhover.png) center center repeat-x;
}

/*--------------------*/
/* ----- IMAGES ----- */
/*--------------------*/

img
{
    BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px;
}

img a
{
}

img a:hover
{
}

/*-------------------*/
/* ----- BREAK ----- */
/*-------------------*/

hr
{
}

/*-----------------------------*/
/* ----- TEXT FORMATTING ----- */
/*-----------------------------*/

strong
{
}

em
{
}
b
{
}

i
{
}

/*-------------------*/
/* ----- LINKS ----- */
/*-------------------*/

a
{
    text-decoration: none;
    color: #1B71B7;
}

a:hover
{
    text-decoration: underline;
    color: #1B71B7;
}

a:visited, a:active, a:focus
{
    color: #1B71B7;
}

a:visited
{
    color: #1B71B7;
}

a:active
{
    color: #1B71B7;
}

a:focus
{
    color: #1B71B7;
}

p a
{
}

cite a
{
}

li a
{
}

dt a
{
}
dd a
{
}

/*--------------------*/
/* ----- TABLES ----- */
/*--------------------*/

table
{
}

caption
{
}

thead
{
}

tbody
{
}

tfoot
{
}

tr
{
}

tr .alt
{
}

th
{
}

td
{
}

/*-------------------*/
/* ----- FORMS ----- */
/*-------------------*/

form
{
    PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
    MARGIN: 0px; 
    PADDING-TOP: 0px
}

fieldset
{
}

legend
{
}

label
{
}

input
{
}

textarea
{
}

input, textarea
{
}

select
{
}

optgroup
{
}

option
{
}

#eenet
{
background: transparent url(images/eenet.png) no-repeat 0% 0%;
width: 182px;
height: 34px;
text-decoration: none;
display: block;
}

#eenet:hover
{
background: transparent url(images/eenet-hover.png) no-repeat 0% 0%;
}

/*-------------------*/
/* ---- GALLERY ---- */
/*-------------------*/
#gallery {
		/*background-color: #444;
		padding: 10px;
		width: 520px;*/
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #CECECE;
		border-width: 5px 5px 20px;
		color: #CECECE;
	}
	#gallery ul a:hover { color: #CECECE; }