/*
Theme Name: Portfolio
Theme URI: http://www.scottdejong.ca
Description: This is my 2009 portfolio design
Version: 1.0
Author:Scott deJong
Author URI: http://www.scottdejong.ca

*/


body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #ffffff;
color: #000000;
background-image:url("images/background.jpg");

}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

.date{
font-family: Georgia, Sans-serif;
font-size: 18px;
padding: 0 0 10px 0;
color: #cc9933;
}

a, img{
border:none;
}

a:link, a:visited{
text-decoration: none;
color: #cc9933;
}

a:hover{
text-decoration: none;
color: #666666;
}

p{
padding: 10px 0 0 0;
}

/*--------Wrapper(Full layout)---------*/

#wrapper{
margin: 0 auto 0 auto;
width: 680px;
text-align: left;
}

/*--------HEADER---------*/


#header{
float: left;
width: 680px;
height:100px;
}

/*--------CONTAINER for blog---------*/

#container{
float: left ;
width: 680px;
padding-left:10px;
}

.post{
padding: 10px 0 10px 0;
}

.work{
width:680px;
line-height: 18px;
font-size: 16px;
font-family: Arial, Helvetica, Georgia, Sans-serif;
}

.post h2{
font-family: Helvetica, Arial, Georgia, Sans-serif;
font-size: 42px;
color: #cc9933;
}

.entry{
width:680px;
font-size: 16px;
line-height: 18px;
font-family: Arial, Helvetica, Georgia, Sans-serif;

}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

/*--------SIDEBAR---------*/

.sidebar{
float: left;
width: 200px;
margin: 0 0 0 10px;
display: inline;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
font-family: Times, serif;
}

.sidebar ul li{
padding: 10px 0 10px 0;
font-family: Times, serif;
}

.sidebar ul li h2{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
font-family: Times, serif;
}

/*--------FOOTER---------*/

#footer{
clear: both;
float: left;
width: 680px;
height:100px;
padding: 10px 0 0 0;
text-align:center;
/*background-image:url('images/footer.jpg');*/
}

.copyR
{
padding-top:20px;
}



/*--------------COMMENTS----------------*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
