/*  
Theme Name: Serafini Studios 200509
Theme URI: http://www.serafinistudios.com/
Description: Serafini Studios theme
Version: 0.1
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com/

$Id: style.css 3841 2008-05-21 22:08:55Z swamsley $

*/

body {
	background: #eee;
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a img {
	border: 0;
	}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	}

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 14px;
	}

h4 {
	font-size: 13px;
	font-weight: bold;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	}

h6 {
	font-size: 11px;
	font-weight: bold;
	}


#page {
	position: relative;
	background: #fff;
	width: 740px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 10px auto;
	text-align: left;
	}

#header {
	background: url(images/header_back.gif) repeat-x;
	height: 118px;
	}

#logo {
	position: relative;
	left: 10px;
	top: 32px;
	width: 300px;
	text-align: right;
	font-size: 10px;
	color: #333;
	}

#logo img {
	margin: 0px -10px -2px 0px;
	}

#corner_banner {
	position: absolute;
	top: 0px;
	right: 0px;
	}

#navs {
	position: absolute;
	left: 8px;
	top: 95px;
	}

#navs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navs ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navs a, #navs a:hover, .nav_selected {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	padding: 0px 7px !important;
	display: block;
	height: 21px;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	line-height: 21px;
	}

#navs a:hover, .nav_selected {
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	background: url(images/nav_back_on.gif) repeat-x;
	color: #000;
	}


#home_content {
	padding: 0px 10px;
	}

#content {
	padding: 24px 48px;
	}



#featured_image a {
	text-decoration: none;
	color: #ccc;
	}

#featured_image a:hover {
	color: #fff;
	}

#featured_image span {
	position: relative;
	left: 520px;
	top: -24px;
	}

#blog {
	margin-left: 250px;
	width: 470px;
	}

#title_Clients a, #title_Projects a, #title_Blog a  {
	text-decoration: none;
	}

#title_Clients a:hover, #title_Projects a:hover, #title_Blog a:hover  {
	border-bottom: 1px dotted #996;
	}

#title_Blog, #title_Blog a {
	color: #696;
	margin: 0px;
	}

#clients {
	width: 220px;
	float: left;
	}

#title_Clients, #title_Clients a {
	color: #966;
	margin: 0px;
	}

#projects {
	margin: 24px 0px;
	font-size: 9px;
	}

#title_Projects, #title_Projects a {
	color: #969;
	margin: 0px;
	}

#clients ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}

#clients ul li {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	}

.post {
	margin: 0px 0px 24px 0px;
	}

.post_title {
	margin: 4px 0px -4px 0px;
	}

.post_title a, #clients ul a {
	font-size: 14px;
	text-decoration: none;
	color: #036;
	}

.post_title a:hover, #clients ul a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #033;
	color: #033;
	}

#comment {
	width: 520px;
	}

#footer {
	clear: both;
	margin: 24px 20px 12px 20px;
	color: #666;
	font-size: 9px;
	}

#footer a {
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	color: #000;
	text-decoration: underline;
	}

#footer hr {
	display: none;
	}


/* Style adding "marching ants" selection effect to links */
/* CSS and graphics by Serafini Studios - http://www.serafinistudios.com/ */
a.ants {
	background:#ffffcc url(/images/selection_back-link.gif) top left no-repeat;
	text-decoration: none;
	color:#000000;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 0px;
	padding-bottom:0px;
	}

a.ants span {
	background:#ffffcc url(/images/selection_back-link.gif) bottom right no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom:2px;
	}

a.ants:visited {
	background:#ffffff url(/images/selection_back-visited.gif) top left no-repeat;
	text-decoration: none;
	color:#000000;
	}

a.ants:visited span {
	background:#ffffff url(/images/selection_back-visited.gif) bottom right no-repeat;
	}

a.ants:hover {
	background:#ffcc66 url(/images/selection_back-link.gif) top left no-repeat;
	text-decoration: none;
	color:#000000;
	}

a.ants:hover span {
	background:#ffcc66 url(/images/selection_back-link.gif) bottom right
no-repeat;
	}

a.ants:active {
	background:#ffcccc url(/images/selection_back-link.gif) top left no-repeat;
	text-decoration: none;
	color:#000000;
	}

a.ants:active span {
	background:#ffcccc url(/images/selection_back-link.gif) bottom right
no-repeat;
	}
