﻿/*

Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0

*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}


/*

Portfolio Main CSS
(c) Andrew Fear 2008

*/

:focus
{
    outline:0;
}

html
{
    background-color:#7e7664;
}

body
{
    background-color:#7e7664;
    font-family:Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
    font-size:0.84em;
    color:#fff;
}

h1
{
    line-height:1.4em;
    padding-bottom:12px;
    font-weight:bold;
}

h2
{
    line-height:1.4em;
    padding-bottom:12px;
    font-weight:bold;
}

p
{
    line-height:1.7em;
    padding-bottom:18px;
}



a, a:visited
{
    color:#fff;
    text-decoration:none;
    border-bottom:1px dotted #fff;
}

a:hover, a:active
{
    border-bottom:1px solid #fff;
}

img
{
    border:none;
}

/*

ID's

*/

#pageWrapper
{
    width:752px;
    margin:auto;
    background-image:url(images/repeater.gif);
    background-repeat:repeat-y;
    height:100%
}

#mainWrapper
{
    width:526px;
}

#mainText
{
   background-color:#b73835;
   background-image:url(images/mainBottom.gif);
   background-repeat:no-repeat;
   padding:10px;
   padding-bottom:0px;
}

#mainText2
{
   background-color:#b73835;
   height:100%;
   padding:10px;
   padding-bottom:0px;
}

#navWrapper
{
    width:226px;
    background-color:#2d2d2d;
    min-height:976px;
}

#navInner
{
     background-color:#2d2d2d;
     margin-left:25px;
     margin-top:100px;
}

/*

Classes

*/

.navItem
{
    color:#d5403d;
    padding-bottom:12px;
    margin-bottom:12px;
    border-bottom:1px dotted #c2beaf;
    font-size:1.06em;
}

.navItem a
{
   color:#d5403d;
   border:none;
   text-decoration:none;
   font-size:1.06em;
}

.navItem a:hover
{
   color:#fff;
}

.siteListTitle
{
    color:#fff;
    font-size:0.85em;
}

.siteListAddress
{
    margin-top:2px;
    padding-bottom:2px;
}

.siteListAddress a
{
    color:#a9a38b;
    font-size:0.85em;
    text-decoration:none;
    border-bottom:1px dotted #a9a38b;
}

.siteListAddress a:hover
{
    border-bottom:1px solid #a9a38b;
}

.liveName
{
    color:#a9a38b;
    font-size:0.85em;
    text-decoration:none;
    border-bottom:1px dotted #a9a38b;
}

.copyright
{
    color:#7e7664;
    font-size:0.85em;
}

.bold
{
    font-weight:bold
}

.italic
{
    font-style:italic;
}

.beige
{
    color:#c2beaf;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.banner
{
    float:left;
    margin-bottom:10px;
}

.clear
{
	overflow:auto;
}
