/*
Theme Name: v3.0
Theme URI: http://pippinspages.com/wordpress-themes/building-blocks-free/
Description: The building blocks upon which to construct your theme
Version: 1.0
Author: Pippin Williamson
Author URI: http://pippinspages.com
Tags: Simple, one column, base, widgets
*/



/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************
end reset
*************************************/

html, body	{
	overflow: auto;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"vani";
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url('images/header_bg_01.jpg') repeat-x;
}
/***********************************
custom fonts
***********************************/
@font-face {
  font-family: "trajan-bold";
  src: url("fonts/TrajanPro-Bold.otf");
}
@font-face {
  font-family: "trajan-reg";
  src: url("fonts/TrajanPro-Regular.otf");
}
@font-face {
  font-family: "vani";
  src: url("fonts/Vani.ttf");
}
@font-face {
  font-family: "hobo";
  src: url("fonts/hobo.ttf");
}
/***********************************
basic heading and text styles styles
***********************************/
h1,h2,h3,h4,h5,h6,h7	{
	font-family: "trajan-bold";
	letter-spacing: 2px;
	color: #3487e4;
}
h1	{
	font-size: 28px;
	margin: 10px 0 10px 0;
}
h2	{
	font-size: 22px;
	margin: 10px 0;
}
h3	{
	font-size: 18px;
	margin: 30px 0 10px 0;
}
h4,h5,h6,h7	{
	font-size: 12px;
}	
p	{
	color: #505050;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 8px 0;	
}
strong	{
	color: #000;
}
a	{
	color: #3487e4;
	text-decoration: none;
}
a:hover	{
	color: #666;
}
ul	{
	margin: 2px 0 2px 20px;
	padding: 0;
}
li	{
	list-style: disc outside;
	margin: 5px
	font-size: 16px;
	line-height: 25px;
	color: #333;	
}
ul ul	{
	margin: 5px 0 5px 30px;
}
/************************
main structure
************************/

#page {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	position: relative;
}
#header	{
	height: 270px;
	margin-bottom: 10px;
	position: relative;
	top: 0;
}
h1#site-title a 	{
	font-family: "hobo";
	position: absolute;
	top: 100px; left: 200px;
	color: #fff;
	font-size: 60px;
	text-decoration: none;
}
#header .description	{
	font-style: italic;
	position: absolute;
	top: 180px; left: 200px;
	color: #fff;
	font-size: 30px;
	font-family: "trajan-reg";	
}
#logo	{
	position: absolute;
	top: 50px;
}
#search-wrap	{
	position: absolute;
	top: 0px;
	left: 0;
}
#search-wrap input	{
	border: 0;
	outline: 0;
	focus: 0;
	padding: 0;
	margin: 0;
	text-indent: 25px;	
}
.searchform	{
	background: url('images/searchform.png') no-repeat;
	height: 31px;
	width: 188px;
	position: absolute;
	top: 0;
}
.submit	{
	height: 31px;
	width: 32px;
	position: absolute;
	left: 160px;
}
/*******************
top navigation styling
*******************/
.navigation	{
	text-align: left;
	height: 40px;
	font-size: 1.0em;
	position: absolute; right: 0;
	font-family: "trajan-reg";	
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px;
	text-transform: uppercase;
}
.navigation ul li	{
	position: relative;
	float: left;
	height: 100%;
	list-style: none;
}

.navigation a {
	display: block;
	text-decoration: none;
	padding:5px 5px 5px 0;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 18px;
}
.navigation a:hover	{
	color: #3588e4;
}
#main-content	{
	width: 658px;
}
#sidebar	{
	width: 282px;
	float: right;
	height: 100%;
	margin-left: 10px;
}
.wp125ad	{
	float: left;
	margin: 0 10px 10px 0;
}
.even	{
	margin-right: 0;
}
#home	{
	height: 300px;
	border-bottom: 1px solid #ccc;
}
#footer	{
	height: 200px;
	text-align: center;
	width: 960px;
	margin: 20px auto 0;
}
/********************
post styling
********************/
.entry	{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	min-height: 210px;
}
.entry h2, .entery h3	{
	margin-top: 30px!important;
}
.postinfo	{
	padding-bottom: 20px;
}
/********************
list styling
********************/


#sidebar ul	{
	margin: 0;
	padding: 0;
}
#sidebar li	{
	list-style: none;
}

/********************
link styling
********************/


/******************
image styling
******************/

img.alignleft	{
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignright	{
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignnone	{
	margin: 10px 0;
	display: block;
	border: 1px solid #ccc;	
}
img.aligncenter	{
	margin: 10px auto 10px auto;
	display: block;
	border: 1px solid #ccc;	
}
.wp-caption	{
	padding: 5px;
	background: #f0f0f0;
}
.wp-caption, .alignright{
	margin-left: 10px;
}
.wp-caption, .alignleft{
	margin-left: 10px;
}
.wp-caption img, .wp-caption p	{
	margin: 5px;
}	

/****************
text styling
****************/

p	{
	margin: 8px 0;
}

blockquote	{
	background: #f0f0f0;
	padding: 2px 10px;
	margin: 10px;
}
blockquote p	{
	margin: 4px 0;
}
small	{
	font-size: 14px;
}

/****************
misc styles
****************/
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}
.clearfix:after	{
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}


/**************
comment styles
**************/

#comments	{
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #ccc;
}
h3#comments 	{
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
ol.commentlist li	{
	list-style: none;
	margin-bottom: 10px;
	padding: 5px 0 5px 5px;
	border: 1px solid #ccc;
}
ol.commentlist li ul.children	{
	margin: 10px 0 30px;
}
ol.commentlist li ul.children li	{
	border-right: 0;
}
ol.commentlist li p	{
	padding-right: 10px;
}
.comment, .authorcomment	{
	position: relative;
}
li.even	{
	background: #fff;
}
li.odd	{
	background: #C0C0C0;
}
ol.commentlist li.authorcomment	{
	background: #F0F0F0;
}
.avatar	{
	float: left;
	margin: 0 10px 10px 0;
}
.comment-text	{
	margin-left:58px;
	padding-bottom: 15px;
}
.reply	{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/**************
widget styling
**************/
.widgets-container	{
	position: relative;
	margin-bottom: 10px;
}
.widget	{
	background: #F0F0F0;
	border: 1px solid #C0C0C0;
	padding: 10px 10px 2px 10px;	
	line-height: 25px;
	font-size: 14px;

}
.widget ul	{
	margin: 0;
	padding: 0;
}
.widget ul li ul	{
	margin-left: 10px;
}
.widget ul li	{
	list-style: none;
}
.widget-plain	{
	margin-bottom: 10px;
}
.widget-plain li	{
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.widget-sidebar	{
	margin-bottom: 10px;
}
h3.h3-widget	{
	margin: 0 5px 5px 0;
}
.widget-footer	{
	width: 290px;
	margin-right: 10px;
	text-align: left;
	float: left;
}	
.twitter-timestamp	{
	color: #3487e4;
}
.twitter	{
	margin-bottom: 5px;
}
#single-widget-top .widget-plain	{
	margin-top: 0!important;
}
.single .widget-plain	{
	margin-top: 20px;
}

/******************
contact forms
******************/



#contact-form input	{

	float: left;

	height: 20px;

	border: 1px solid #C0C0C0;

}

#contact-form label	{

	display: inline-block;

	padding: 8px 4px 0 0;

}



#contact-form textarea	{

	width: 648px;

}
#contact-form div	{
	margin: 0 0 10px 0;
}
#respond textarea	{
	width: 628px;
}

input, textarea	{

	border: 1px solid #C0C0C0;

	margin: 5px 10px 5px 0;

	padding: 2px 4px;

	color: #666;

}

input.sendbutton, #submit	{

	width: 60px;

	height: 30px;

	margin: 10px 0 10px 10px;

	border: none;
	position: relative;
	left: 588px;
	color: #fff;
	background: #3487e4;

}

input.sendbutton:hover, #submit:hover	{

	cursor: pointer;
	background: #3487e4;
	color: #ccc;

}

#submit	{
	left: 568px;
}
.portfolio-item	{

	width: 286px;

	margin: 10px 10px 0 0;

	padding: 10px 10px 10px 10px;

	background: #f0f0f0;

	float: left;

	color: #666;

}

.portfolio-item:hover	{

	background: #ccc;

	cursor: pointer;

}

.portfolio-item img, .portfolio-item a:link img, .portfolio-item a:visited img, .portfolio-item p, .portfolio-item p img	{

	border: none !important;

	margin: 0 !important;

}
.thumbnail	{
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}
/**********************
pagination
**********************/
.wp-pagenavi span, .wp-pagenavi a	{
	border: none;
	float: left;
	border: 1px solid #3487e4!important;	
}
.wp-pagenavi a	{
	background:#3487e4!important;
	display: block;
	color: #fff;
}
.wp-pagenavi a:hover	{
	color: #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a	{
	padding: 2px 3px;
	margin: 0 5px 0 0;
}
.wp-pagenavi span.pages	{
	border-color: #fff!important;
	margin: 0 5px 0 0;
	padding: 2px 0;
}
.wp-pagenavi span.extend	{
	border: none!important;
	padding: 10px 5px 0 0;
}
li.related-post	{
	display: block;
}
a.downloadlink	{
	padding: 7px 10px 5px;
	display: block;
	width: 200px;
	background: #1291DB;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099ff), to(#0469c2));
	background: -moz-linear-gradient(19% 75% 90deg,#0F3952, #0099ff);
	border-color: #2c78a1;
	color: #fff;
	margin: 5px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.tweetmeme_button	{
	position: relative;
	z-index: 2;
}
