/*   
Theme Name: Blog
Author: Lauri Karisola
Version: 1.0
Tags: threaded-comments, microformats
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background:#CFEBF6 url(images/body-bg.png) repeat-x;
	color: #333;    
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 1.5em;
}

#letters {
	width:952px;
	margin:0 auto 0;
	background:url(images/letters.png) no-repeat bottom;
	height:175px;
	}

#wrapper {
	background:#fff;
	width:1010px;
	margin:45px auto 0;
	border:5px solid #C6DAE2;
	padding:0 0 30px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}
	
a:link {
	color:#77A3AE;
	text-decoration:none;
	}
	
a:hover {
	color:#77A3AE;
	text-decoration:underline;
	}
	
a:visited, a:active {
	color:#97B9C1;
	}
	

/* =Header
-------------------------------------------------------------- */

#header {
  background:url(images/header-bg.png) repeat-x;
  border:1px solid #8AB5BE;
  float:right;
  height:103px;
  margin:-5px -5px 45px 0;
  -moz-border-radius:0 0 0 10px;
  -webkit-border-radius:0 0 0 10px;
  border-radius:0 0 0 10px;
  -moz-box-shadow: 0 3px 2px #ddd;
  -webkit-box-shadow: 0 3px 5px #ccc;
  box-shadow: 0 3px 3px #ccc;
  }
  
#logo { 
  margin:30px 35px 0px 30px;
  }
  
#menu {
	margin:0 0 0 30px;
	font-family: 'PTSansRegular', sans-serif;
	font-size:14px;
	}

#menu ul {
	list-style: none;
	margin: 0;
}
#menu ul ul {
	display: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin:0 10px 0 0;
}

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

#menu a:hover {
	color:#ebbe61;
	}
	
#menu .active a {
	color:#ebbe61;
	}


/* =Content
-------------------------------------------------------------- */

.page-title {
	border-bottom:1px solid #ddd;
	margin:0 0 30px 0;
	}

.page-title h1 {
	color:#777;
	font-family: 'PTSansRegular', sans-serif;
	font-size:30px;
	margin:0 0 10px 0;
	}

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

.entry-title, #content .entry-title a:link, #content .entry-title a:visited {
	color:#333;
	font-size:36px;
	font-family: 'PTSansRegular', sans-serif;
	line-height:1;
	margin:0 0 5px;
	text-decoration:none;
	width:550px;
	}
	
#content .entry-title a:hover {
	color:#77A3AE;
	}
	
#date {
	float:right;
	font-size:15px;
	margin:-32px 0 0 0;
	}
	
#head-title {
	border-bottom:1px solid #ddd;
	}

.entry-date {
	color:#83AEB8;
	float:left;
	font-size:36px;
	font-weight:bold;
	position: relative;
	}
	
.entry-date span {
	background:url(images/date-bg.png) repeat-x;
	width:100%;
	height:26px;
	position: absolute;
	margin:-4px 0 0;
	}
	
.entry-month {
	color:#777;
	float:left;
	font-weight:bold;
	margin:-8px 0 0 5px;
	text-transform:uppercase;
	}
	
.entry-year {
	color:#888;
	float:left;
	margin:7px 0 0 -29px;
	}
	
.entry-meta {
	margin:2px 0 0;
	}
	
	
#content .entry-meta a:link, #content .entry-meta a:hover, #content  .entry-meta a:visited {
	color:#77A3AE;
	margin:0 0 30px 0;
	text-decoration:none;
	}
	
.comment-count {
	float:right;
	}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

#primary {
	border-left:1px solid #ddd;
	padding:0 0 0 28px;
	}

#follow {
	height:32px;
	margin:0;
	}

#follow img {
	margin:0 5px 0 0;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

.widget-area h3 {
	font-family: 'PTSansRegular', sans-serif;
	font-size:24px;
	margin:0 0 20px 0;
	}
	
.widget-area img {
	margin:0 0 20px 0;
	}
	
/********** Sidebar *********/

#widget-pages h3 {
	font-family: 'PTSansRegular', sans-serif;
	font-size:24px;
	margin:0 0 15px 0;
	}
	
#widget-pages img {
	margin:0 0 15px 0;
	}

	
/********** Post navigation *********/

#nav-below {
	background:#80ACB5 url(images/nav-bg.png) repeat-x;
	border:1px solid #62A0AD;
	height:30px;
	margin:0 0 40px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

.nav-previous {
	float:left;
	margin:4px 0 0 10px;
	}
	
.nav-next {
	float:right;
	margin:4px 10px 0 0;
	}
	
#nav-below a:link, #nav-below a:hover, #nav-below a:visited {
	color:#fff;
	text-decoration:none;
	text-shadow: 0 -1px 0 #6A8F97;
	}
	
#nav-below a:hover {
	text-shadow: 0 1px 0 #6A8F97;
	}
	
/********** Comments *********/

#ecomment, .pingback {
	background:#F5F5F6;
	margin:0 0 20px 0;
	padding:20px;
	}

.avatar {
	float:left;
	margin:0 8px 0 0;
	}
	
.count-title h3, #respond h3, #trackbacks-list h3 {
	font-family: 'PTSansRegular', sans-serif;
	font-size:24px;
	margin:0 0 25px 0;
	}
	
.comment-author {
	line-height:1;
	margin:0 0 0 0;
	}
	
.comment-date, .edit-link, .meta-sep {
	font-size:11px;
	color:#888;
	line-height:1;
	}

	
.comment-content {
	margin:15px 0 0 0;
	}
	
.comment-reply-link {
	margin:-5px 0 0 0;
	}
	
#comments ol {
	margin:0;
	}
	
#trackbacks-list li {
	list-style:none;
	}
	
/********** Form *********/

#respond h3 {
	margin:40px 0 25px 0;
	}
	
#form-allowed-tags {
	margin:20px 0 0 0;
	}
	
.form-section {
	margin:0 0 10px 0;
	}
	
.form-section .form-input {
	float:left;
	margin:0 10px 0 0;
	clear:both;
	}
 

/********** Misc *********/

@font-face {
	font-family: 'PTSansRegular';
	src: url('pt_sans-webfont.eot');
	src: local('?'), url('other/pt_sans-webfont.woff') format('woff'), url('other/pt_sans-webfont.ttf') format('truetype'), url('other/pt_sans-webfont.svg#webfontyjcyPqk4') format('svg');
	font-weight: normal;
	font-style: normal;
}

.PTSans-Regular {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'PTSansRegular', sans-serif;
}



















