/*
 * TAKA DESIGNS (c) 2009 IN FULL EFFECT - http://www.takadesigns.com
 * Author: Mike Takahashi - mike@takadesigns.com
 * Filename: main.css
 *
 */
 
html, body, #wrapper { 
    height: 100%; 
}
body > #wrapper { 
    height: auto; min-height: 100%; 
}

body {
	background: #fefefe url(../images/bg.jpg) repeat-x;
	font: 90% Georgia, Times New Roman, Times, serif;	color: #666666;
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: Georgia, Times New Roman, Times, serif;
    letter-spacing: 1px;
	font-weight: normal;
}
h1 {
    color: #004a80;
    font-size: 160%;
}
h2 {
    color: #000000;
    font-size: 140%;
}
h3 {
	font-size: 120%;
}
h3 a {
    color: #004a80;
	border-bottom: 1px solid #cccccc;
    text-decoration: none;
}
h3 a:hover {
    color: #f30000;
	border-bottom: none;
    text-decoration: none;
}
p {
    line-height: 1.3em;
}
p a, p a:visited {
    color: #f30000;
    text-decoration: none;
}
p a:hover {
    border-bottom: 1px solid #cccccc;
}
.documentFirstHeading {
    padding-top: 10px;
    font-size: 180%;
	border-bottom: 1px solid #cccccc;
}
.description {
    color: #333333;
    padding-bottom: 10px;
	font-size: 120%;
}
/* Helper element to work with CSS floats */
.visualClear {
    display: block;
    clear: both;
}
#header {
    margin-bottom: 25px;
}
#wrapper {
    margin: 0 auto;
	padding: 0;
	width: 960px;
}
#logo {
    background: url(../images/logo.jpg) no-repeat;
	margin-top: 10px;

}
#logo a {
    display: block; 
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 56px;
    height: 0px !important;
    width: 260px;
    cursor: pointer;
}
/* 
[=== Navigation =====================================================================] 
*/
#nav {
	position: absolute;
	top: 0;
	width: 555px;
	height: 33px;
    margin: 23px 0 0 410px;
	padding: 0;
}
/* Dwyer Method to hide text */
#nav span {
    display: block;
    width: 0;
	height: 0;
	overflow: hidden;
}
#nav, #nav a:hover, #nav a.selected {
    background: url(../images/nav.jpg) no-repeat;
}
#nav li {
	position: absolute;
	list-style: none;
}
#nav li, #nav a {
	height: 30px;
	display: block;
}
/* Width controls width of each text image. Top refers to position
   that is relative to nav.jpg */
   
#plone, #plone a { top: 0px; left: 0px;  width: 72px;} 
#plone a:hover, #plone a.selected { background-position: 0px -33px; }

#webdesign, #webdesign a { top: 0px; left: 72px; width: 130px; }
#webdesign a:hover, #webdesign a.selected { background-position: -72px -33px; }

#print, #print a { top: 0px; left: 202px; width: 65px; }
#print a:hover, #print a.selected { background-position: -202px -33px; }

#photography, #photography a { top: 0px; left: 267px; width: 145px; }
#photography a:hover, #photography a.selected { background-position: -267px -33px;}

#about, #about a { top: 0px; left: 412px; width: 80px; }
#about a:hover, #about a.selected { background-position: -412px -33px; } 

#blog, #blog a { top: 0px; left: 492px; width: 65px; }
#blog a:hover, #blog a.selected { background-position: -492px -33px; } 

/* 
[=== Home Page =====================================================================] 
*/

#masthead {
    margin: 5px 0 20px 0;
}
.portfolio-summary h1 {
    margin-bottom: 10px;
}
/* 
[=== Portfolio =====================================================================] 
*/

.portfolio-item {
    float: left;
    padding-left: 18px;
}
#portfolio-item-summary {
    margin-top: 30px;
}  
.portfolio-summary h2 {
    padding: 10px 0;
}
.portfolio-summary h3 {
    margin-bottom: 30px;
	padding: 10px 0;
}
.portfolio-summary a img {
    background-color: #e0e0e0;
    padding: 4px;
    border: none;
}
.portfolio-summary a:hover img {
    background-color: #f30000;
}
#portfolio-screenshot {
    float: right;
    background-color: #e0e0e0;
    margin: 0 0 20px 20px;
	padding: 5px;
}
#portfolio-link {
    margin: 0;
    padding: 0;
}
.no-padding {
    padding: 0 !important;
}
.no-border {
    border: 0 !important;
}


/* 
[=== Footer =====================================================================] 
*/
/* Sticky Footer - http://www.cssstickyfooter.com */
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
    display: inline-block;
}
#content {
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#footer-wrapper { 
    background: #003747 url(../images/bg-footer.jpg) repeat-x;
}
#footer {
    font: 90% "Trebuchet MS", Verdana, sans-serif;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    margin-top: -70px;
    width: 960px;
    color: #ffffff;
    height: 50px;
    text-align:right;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    display: inline !important;
    font-size: 90%;
    padding: 0 8px;
    border-left: 1px solid #ffffff;

}
#footer ul li a,
#footer ul li a:visited {
    text-decoration: none;
    color: #fff;
}
#footer ul li a:hover {
    color: #f30000;
}
#copyright {
    float: left;
}