/*
Theme Name: SoloFolio
Theme URI: http://www.solofolio.net/
Description: A platform for your portfolio.
Version: 1.0 RC1
Author: Joel Hawksley
Author URI: http://www.joelhawksley.com/
Tags: simple, two-column, one-column, minimalist, photo
*/

*, html {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Helvetica, Verdana, Arial, Utkal, 		sans-serif;
	height: 100%;
}

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
    text-align: left;
}

/* Options - Fonts */
.sans {
	font-family: Helvetica,Verdana,Arial,Utkal,sans-serif;
}

.serif {
	font-family: georgia,"times new roman",times,serif;
}

/* Floats */
.left {
	float: left;
}
	
.alignleft {
	margin-right: 10px;
}

.alignright {
	margin-left: 10px;
}
	
.right {
	float: right;
}
	
.clear {
	clear: both;
}

/* Links */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active { 
	text-decoration: none;
}

a img { 
	margin: 0;
	padding: 0;
	text-decoration: none; 	
}

	a:hover img { 
		margin: 0; 
		padding: 0;
		text-decoration: none; 
	}

h3 a:link {
	text-decoration: none;
}

h3 a:visited {
	text-decoration: none;
}

h3 a:hover, a:active {
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0; 
}
	.post-title h2 {
		font-weight: bold;
		margin-bottom: 5px;
	}

h3 {
	font-size: 18px;
	margin: 5px 0;
	padding: 0 0 3px 0;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 { 
	font-size: 10px;
}	
	#comments h6 {
		font-weight: bold;
	}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0 0 1em;
	padding: 0;
}

/* Structure */
#header {
	margin: 0 auto;
	position: relative;
	width: 905px;
	}
	
	#header a img {
		border: none;
		font-weight: normal;
		text-decoration: none;
	}
		
		#header a:hover {
			border: none;
	}
	
	
	#header-left {
		min-height: 50px;
		position: relative;
		width: 450px;
	}
		
		#header-left img {
			border: none;
			bottom: 0;
			position: absolute;
		}
		
	#header-right {
		bottom: 0px;
		right: 0px;
		position: absolute;
		text-align: right;
		width: 450px;
	}
		
		#header-phone, #header-email {
			margin-right: 0px;
		}
		
		#header-nav {
			margin-top: 5px;
			font-size: 1.2em;
		}

#wrapper {
	margin: 0 auto;
	padding: 20px;
	width: 900px;
}

#content-page {
	margin: 0 auto;
}

#content-index {
	float: left;
	width: 600px;
}

#content-single {
	float: left;
	width: 600px;
	text-align: left;
}
	
#content-page-sidebar {
	float: left;
}

#content-search {
	float: left;
	width: 600px;
}

.commentbox {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 2px 5px 2px 5px;
	width: 520px;
}

#comments {
	padding: 0px;
	width: 600px;
}

#comments .comment {
	padding: 10px;
}
	
#comments .comment cite {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
	
/* Footer */

#footer	{
	margin: 0 auto;
	padding: 10px 0;
    text-align: center;
}

	#footer p {
		font-size: 10px;
		margin: 0;
	}
		
	#footer-nav {
		font-size: 1.2em;
	}

	#footer ul {
		margin: 5px 0 1em 0;
		padding: 0;
	}
	
		#header-nav ul li, #footer ul li {
			display: inline;
		}
			
		#footer ul li a {
			text-decoration: none;
		}
	
/* Footer Widgets */
#footer-widgets {
	margin: 10px auto;	
	padding-top: 10px;
	width: 900px;
	}
	
.footer-column {
	display: block;
	float: left;
	}

#footer-left {
	width: 25%;
	}

#footer-middle-left {
	width: 25%;
	}
	
#footer-middle-right {
	width: 25%;
	}
	
#footer-right {
	text-align: right;
	width: 25%;
	}

/* Navigation */

#navigation {
	display: block;
	float: right;
	margin: 0 auto;
}

#navigation .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}

#navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#navigation .menu-header li,
div.menu li {
	float: left;
	position: relative;
	z-index: 99999;
}

#navigation a {
	/* color: #aaa; */
	display: block;
	font-weight: normal;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	float: left;
	padding: 2px 10px 8px;w
	z-index: 99999;
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
	/* background: #333; */
	display: block;
	line-height: 1em;
	padding: 2px 0;
	text-align: left;
}

#navigation ul li {
	display: block;
	position: relative;
	}

#navigation li:hover > a,
#navigation ul ul :hover > a {
	/*background: #333;*/
	/* color: #fff; */
	display: block;
}
#navigation ul li:hover > ul {
	display: block;
}
#navigation ul li.current_page_item > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-parent > a {
	/* color: #fff;*/
	display: block;
	z-index: 99999;
}

* html #navigation ul li a:hover {
	display: block;
	z-index: 99999;
	}

* html #navigation ul li.current_page_item a,
* html #navigation ul li.current-menu-ancestor a,
* html #navigation ul li.current-menu-item a,
* html #navigation ul li.current-menu-parent a,
* html #navigation ul li a:hover {
	/* color: #fff; */
	display: block;
	z-index: 99999;
}

.solo-nav a {
	font-weight: normal;
	}

.solo-nav li {
	padding: 0 0 0 8px;
}

/* Header */

#header h1 {
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
	
	#header h1 a:link,
	#header h1 a:visited {
		background-color: transparent;
	}
	
	#header h1 a:hover,
	#header h1 a:active {
		background-color: transparent;
	}

.description {
	display: inline;
}

h1.blog-title {
	display: inline;
}

h1.blog-title a {	
	font-size: 36px;
	border-bottom: none;
}

h1.blog-title a:hover {
	text-decoration: none;
	background: transparent;
}

.tagline {	
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	margin-left: 3px;
	padding: 0;
	display: inline;
}

/* Content */
.entry {
	border-bottom: 1px solid #666666;
	margin: 0 0 2em;
	padding-bottom: 5px;
}
	
.post-meta {
	margin: 0 0 .7em;
}

.date {	
	font-size: 10px;
	padding: 0;
	color: #ccc;
}

h2.post-title {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2.post-title a {
	border-bottom: none;
	font-size: 24px;
}

	h2.post-title a:hover {
		text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: right;
	min-width: 100px;
	width: 175px;
}

.sidebar {
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
}

.sidebar h3 {
	font-size: 18px;
	margin: 0;
}
	
.sidebar a {
	font-weight: normal;
}
	
.widgettitle {
	font-size: 18px;
	color: #5b5c5c;
}

.sidebar ul	{
	/*line-height: 1.6em;*/
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}

.sidebar ul li {
	padding: 0 0 0 5px;
}
	
.sidebar ul li:hover {
}

.sidebar ul li .title {
	display: block;
	font-weight: bold;
}

.sidebar ul li .date {
	display: block;
	font-size: smaller;
}

sidebar ul li .content {
	display: block;
}

.sidebar ul li a {	
	display: block;
}

/* Comments */
.commentlist {
	padding: 0;
}

.commentlist li {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
}

.commentmetadata {
	display: block;
	margin: 0;
}
	
.commentlist li, #commentform input, #commentform textarea {
}

.commentlist li {
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
}
	
/* Images */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: left;
	margin: 0 0 .5px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	margin: 3px 2px;
}

/* Forms */
#searchform {
	margin: 0 0 1em;
}

#searchform input {
	height: 14px;
	padding: 3px;
}