/*
Theme Name: Tamara Giltsoff v1
Theme URI: http://tamaragiltsoff.com/
Description: Custom theme for Tamara Giltsoff
Version: 1.0
Author: Michael Shamoon
Author URI: http://g-fighter.com/
*/

@import url("blueprint/screen.css");

div#header {
	margin: 20px 0 40px 0;
	}
	
ul#topnav {
	list-style: none;
	margin: 0 0 20px;
	height: 20px;
	padding: 0;
	}
	
ul#topnav li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	height: 15px;
	border-left: 1px solid #000;
	}

ul#topnav li:first-child {
	border-left:none;
	margin-left: 0;
	padding-left: 0;
	}

ul#topnav li.current-cat a {
	font-weight: bold;
	}

a#rss-link {
	padding-right: 20px;
	height: 16px;
	background: url('images/rssIcon.gif') top right no-repeat;
	float: right;
	}

hr.topbar {
	border: 0;
	height: 12px;
	background: url('images/top_bar.gif') top left repeat-x;
	margin: 0;
	}

h3.highlight {
	display: inline;
	}
	
p.postmetadata h3 {
	display: inline;
	}
	
div#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img#about-photo {
	margin: -120px 0 20px 0;
	}

div#sidebar ul li {
	margin: 0 0 7px 0;
	}

a.contact-email {
	font-size: 12px;
	text-transform: lowercase;
	font-variant: normal;
	}

ul#contact-links li {
	float: left;
	padding: 4px 0 0 0;
	}
	
ul#contact-links li a {
	display: block;
	padding-left: 40px;
	height: 36px;
	text-indent: -9999px;
	}

a#linkedin {
	background: url('images/linkedin_icon.png') top left no-repeat;
	}

a#twitter {
	background: url('images/twitter_icon.png') top left no-repeat;
	}

div.post {
	margin-bottom: 20px;
	}	

h1 {
	font-style: italic;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1px;
	margin: 10px 0 5px;
	text-transform: capitalize;
	width: 465px;
	}

h1 a:hover {
	text-decoration: none;
	}
	
h2 {
	font-family: Arial;
	font-size: 20px;
	margin: 0 0 10px 0;
	}

h3, h3 a {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	}

#topnav h3, #topnav h3 a {
	text-transform: none;
	}
	
#header h3 {	
	letter-spacing: 1px;
	}

.highlight, .highlight a, p a {
	color: #00db00;
	background: none;
	}
	
a {
	text-decoration: none;
	color: #000;
	}
a:hover {
	text-decoration: underline;
	}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 10px 0;
	}

.navigation {
	padding-bottom: 20px;
	clear: both;
	display: block;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.hidden {
	display: none;
	}
