/*
Theme Name: PersonalMedia
Theme URI: http://rowanprice.com/
Description: A WordPress-as-a-CMS theme for personal websites centered around open, social data.
Version: 1.0
Author: Rowan Price
Author URI: http://rowanprice.com.com/
Tags: blue, green, fixed width, two columns, social media

	PersonalMedia v1.0
	 http://rowanprice.com/personalmedia/

	This theme was designed and built by Rowan,
	whose primary online presence is http://rowanprice.com/

	The CSS, JS, HTML, and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

img {border:0;}

/* Begin Typography & Colors */
body {
font-size:  13px ;
line-height:19px;
font-family: Arial, Sans-Serif;
background: #fff url('images/body-bg.png') top left repeat-x;
color: #333;text-align: center;}

pre {
font-size: 11px;}

#page {
text-align: left;width:808px;margin:0 auto;}

#header {
background:transparent url(images/header-bg.png) no-repeat top left; 
position:relative;
height:113px;}
	
#contact-info {position:absolute;top:7px;right:19px;}	

#header, #header a {color:white;text-decoration:none;}
h1 {font-family:"georgia";position:absolute;top:20px;left:20px;width:500px;height:120px;display:block}
h1 a {display:block;}

#primary-nav {position:absolute;right:25px;bottom:8px;}
#primary-nav li {list-style:none;float:left;display:block;}

#primary-nav li a {padding-top:40px;height:0;overflow:hidden;width:75px;display:block;margin-left:10px;}

#menu-item-12 a {background: url(images/primarynav-home-off.png) top left no-repeat;}
#menu-item-12.current-menu-item a  {background:  url(images/primarynav-home-on.png) top left no-repeat;}
#menu-item-12  a:hover {background:  url(images/primarynav-home-on.png) top left no-repeat;}

#menu-item-13 a {background: url(images/primarynav-about-off.png) top left no-repeat;}
#menu-item-13  a:hover { background:  url(images/primarynav-about-on.png) top left no-repeat;}
#menu-item-13.current-menu-item a  {background:  url(images/primarynav-about-on.png) top left no-repeat;}

#main {padding:0;background:url(images/main-bg.png) top left no-repeat;}
	
#main-inner {
padding:20px 45px 50px  45px;
background:url(images/main-inner-bg.png) bottom left no-repeat;
width:717px;}	
 .front-page #main-inner {width:713px;}

h2 a {text-decoration:none;color:#000;}
h2 a:hover {text-decoration:underline;}

blockquote {background-color:#f6fad9;padding:10px;}

.entry-tags {padding:10px;background-color:#f6fad9;margin-top:40px;}
.archive .entry-tags {margin-top:20px;}

#comment {width:450px;height:80px;}

#sidebar {}

/* Clear the float without the bloat--------------------------------------------*/
.clear:after{
content:".";clear:both;height:0;visibility:hidden;display:block}
* html .clearfix{height:1%}
.clear {display:block;}    

a {color:#144A87;}

/*Image control*/
img {border:0;}
.alignleft {margin:0 5px 8px 0;float:left;}
.alignright {margin:0 0px 8px 5px;float:right;}

.home.block {margin-bottom:30px;}

.left {float:left;width:390px;padding-right:20px ;}
.right {float:right;width:277px;padding-left:10px;}

.front-page #main-inner {background:url(images/sidebar-bg.png) top right no-repeat;}

#footer {clear:both;border-top:1px solid #ccc;margin-top:30px;padding-top:20px;}

#footer {clear:both;border-top:1px solid #ccc;margin-top:30px;padding-top:20px;}

.twitter.block ul,.delicious.block ul {
padding:0;margin:0;list-style:none}

.twitter.block li {
border-top:1px dashed #e1e1e1;display:block;
padding:10px 5px}

.aktt_tweets {color:#666;}

.delicious.block li {
margin:10px 0;
list-style:none;
padding:5px;}

#twitter-tools li:hover {background:#F7F7F7;}

#twitter-tools {border-top:none;}

.twitter.block h2 {background:url(images/twitter-icon.png) top right no-repeat;padding:5px;vertical-align:top}
.delicious.block h2 {background:url(images/delicious-icon.png) top right no-repeat;padding:5px;vertical-align:top}
.delicious-desc {color:#666;}

#footer-inner {position:relative;}
#footer-nav {position:absolute;right:20px;top:10px}
