/*css for gabes studio
origami site
2007
*/

* {margin:0;
padding:0;
}

/*text formatting*/

body{font-family:verdana, arial, sans-serif;
     font-size:.75em;
     color:#000000
}

a:link, a:visited {text-decoration:none;
color:blue;
}
a:hover, a:active  {text-decoration:none;
color:#ba4141;
}


.hidden {visibility:hidden;}


/*layout*/

body {background:#ffffff url(http://www.gabesstudio.com/os_images/os_background.gif) repeat-x 0 0;
margin:0;
padding:0;
text-align:center;
}
#wrapper {margin:0px auto 0 auto;
width:872px;
padding:0;
height:100%;
text-align:left;
}

#header {width:872px;
height:204px;
background:transparent url(http://www.gabesstudio.com/os_images/os_header.gif) no-repeat 0 0;
margin:16px 0 0 0;
padding:0;
}

#top_nav {width:872px;
height:39px;
background: transparent url(http://www.gabesstudio.com/os_images/os_nav_back.gif) no-repeat 0 0;
margin:0;
padding:0;
}

#container {width:870px;
background: transparent url(http://www.gabesstudio.com/os_images/os_body.gif) repeat-y 0 0;
margin:0;
padding:0;
}

#content {width:810px;
margin:0 30px;
padding:0;
}

#section_home .left_column {text-align:center;}

.left_column {width:620px;
margin:0;
padding:0;
float:left;
}

#container .left_column .top {background:transparent url(http://www.gabesstudio.com/os_images/main_top.gif) no-repeat 0 0;
height:30px;
}

#container .left_column .content {
padding:0 20px;
background:#eaeaea;
}

.section_gallery #container .left_column .content {margin:0;
padding:0px;
}

#container .left_column .bottom {
height:30px;
background: #ffffff url(http://www.gabesstudio.com/os_images/main_bottom.gif) no-repeat 0 0;
}

.right_column {width:170px;
margin:0;
padding:0;
float:right;
}

#container .right_column .top{height:40px;}
#section_home .right_column .top{background: #eaeaea url(http://www.gabesstudio.com/os_images/news_header.gif) no-repeat 0 0;
}
#section_gallery .right_column .top{background: #eaeaea url(http://www.gabesstudio.com/os_images/gallery_header.gif) no-repeat 0 0;
}
#section_resume .right_column .top{background: #eaeaea url(http://www.gabesstudio.com/os_images/resume_header.gif) no-repeat 0 0;
}
#section_contact .right_column .top{background: #eaeaea url(http://www.gabesstudio.com/os_images/contact_header.gif) no-repeat 0 0;
}

#container .right_column .content {background:#eaeaea;
margin:0;
padding:10px;
}

#container .right_column .bottom {
height:40px;
background: transparent url(http://www.gabesstudio.com/os_images/sidebar_bottom.gif) no-repeat 0 0;
}

#clear {width:872px;
background:transparent;
clear:both;
}

#footer {width:872px;
height:81px;
background:transparent url(http://www.gabesstudio.com/os_images/os_footer.gif) no-repeat 0 0;
margin:0;
padding:0;
}

#footer_nav {display:block;
width:600px;
height:10px;
margin:0 auto;
padding:30px 0 0 0;
color:#ffffff;
font-size:.75em;
font-weight:bold;
}

#footer_nav a:link, #footer_nav a:visited {color:#ffffff;}
#footer_nav a:hover, #footer_nav a:active {color:#ba4141;}


/*Navigation*/

#nav_text {height:25px;
width:800px;
margin:0 auto;
padding:0;
}

#nav_text a {display:block;
float:left;
height:25px;
}

a.home:link, a.home:visited {width:85px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat 0 0;
margin:0;
padding:0;
}
a.gallery:link, a.gallery:visited {width:100px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -85px 0;
margin:0;
padding:0;
}
a.resume:link, a.resume:visited {width:100px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -185px 0;
margin:0;
padding:0;
}
a.contact:link, a.contact:visited {width:127px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -285px 0;
margin:0;
padding:0;
}
a.home:hover, a.home:active {width:85px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat 0 -25px;
}
a.gallery:hover, a.gallery:active {width:100px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -85px -25px;
}
a.resume:hover, a.resume:active {width:100px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -185px -25px;
}
a.contact:hover, a.contact:active {width:127px;
background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -285px -25px;
}
body#section_home a.home {background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat 0 -50px;
}
#section_gallery a.gallery {background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -85px -50px;
}
#section_resume a.resume {background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -185px -50px;
}
#section_contact a.contact {background:transparent url(http://www.gabesstudio.com/os_images/nav_text.gif) no-repeat -285px -50px;
}
