/*
// CSS Document
// client: JaneHiggison.com
// author: GallantMedia.ca
// last update: Apr.13/2009
*/

/* global */
body {
background: #333;
text-align: center;
color: #fff; }

h1 {
font: 3.5em 'palatino linotype', 'palatino', palatino, georgia, serif;
font-weight: normal;
letter-spacing: -1px;
margin: 30px 0 10px 25px;
padding: 0; }

h1 a {
text-decoration: none;
color: #fff; }

h2 {
font: 1.75em 'palatino linotype', 'palatino', palatino, georgia, serif;
font-weight: normal;
letter-spacing: -1px;
margin-bottom: 10px; }


/* layout */
#container {
margin: 0 auto;
width: 960px;
text-align: left; }

#content_wrap {
position: relative;
z-index: 20; }

#left_col {
float: left;
width: 466px;
height: 620px;
border: 4px solid #fff;
background: #ccc url('../images/bg_left_col.jpg') bottom left no-repeat; }

#right_col {
float: right;
width: 376px; /* 466px - 90px right,left padding */
height: 600px; /* 620px - 20px top,bottom padding */
border: 4px solid #fff;
margin: 0;
padding: 20px 10px 0 80px;
background: #693;
overflow: auto; }

#right_col p {
font: 0.9em/165% Arial, Helvetica, sans-serif;
margin: 12px 0;
padding: 0; }

#right_col a:link, #right_col a:visited {
text-decoration: underline;
color: #ff9; }
 
#right_col a:hover, #right_col a:active {
text-decoration: none;
color: #ffc; }

#right_col ul {
list-style-type: none;
padding-left: 0;
margin-left: 0; }

#right_col ul li p {
margin: 0;
padding: 0;
line-height: 200%; }
 


#footer {
clear: both;
margin: 0;
padding: 0;
text-align: center; }

#footer p {
font: 0.75em/3em Arial, Helvetica, sans-serif; }


/*links*/
#footer a:link, #footer a:visited {
background: #333;
color: #ff9;
text-decoration: underline; }

#footer a:hover, #footer a:active {
color: #9c3;
text-decoration: none; }


/*navigation */
#navigation {
position: absolute;
top: 5px;
left: 406px;
width: 149px;
height: 620px;
z-index: 20; }

#navigation a {
display: block;
width: 137px;
height: 135px; }

#navigation ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
margin-top: 0; }

#navigation ul li {
text-indent: -9999px;
margin: 15px 0; }

li.nav_home { background: transparent url(../images/btn_home_off.png) top center no-repeat; }
li.nav_about { background: transparent url(../images/btn_about_off.png) top center no-repeat; }
li.nav_folio { background: transparent url(../images/btn_folio_off.png) top center no-repeat; }
li.nav_contact { background: transparent url(../images/btn_contact_off.png) top center no-repeat; }

li.nav_home_on { background: transparent url(../images/btn_home_on.png) top center no-repeat; }
li.nav_about_on { background: transparent url(../images/btn_about_on.png) top center no-repeat; }
li.nav_folio_on { background: transparent url(../images/btn_folio_on.png) top center no-repeat; }
li.nav_contact_on { background: transparent url(../images/btn_contact_on.png) top center no-repeat; }


/* misc classes */
.reset_top {
padding-top: 0;
margin-top: 0; }

.reset_bottom {
padding-bottom: 0;
margin-bottom: 0; }

.reset_both {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0; }

.strong {
font-weight: bold; }

.italic {
font-style: italic; }

.smaller {
font-size: 80%; }

.bigger {
font-size: 125%; }

.green {
color: #9c3; }