/*
THEME NAME: Trina Rachelle 2
THEME URI: http://trinarachelle.com/
DESCRIPTION: A portfolio for an artist.
VERSION: 1.0
AUTHOR: David T Wilcox
AUTHOR URI: http://sixeightsoftware.com/
*/

@import url('styles/reset.css');
@import url('styles/rebuild.css');
@import url('styles/wp.css');
@import url('styles/wp_page_menu.css');
@import url('styles/2c-l.css');

/* General */

body {
	padding: 0 1.2em;
	color: #000;
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 75%;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3, h4, h5, h6 {
	font-size: 1.5em;
}

p, a {
	font-size: 1.2em;
}

p a {
	font-size: 1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	font-size: 1.2em;
}

ul a, ol a {
	font-size: 1em;
}

.floatleft {
	float: left;
	margin: 0 0 1.5em 1.5em;
}

.floatright {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.clearboth {
	clear: both;
}

/* Branding */

#blog-title {
	font-size: 6em;
}

#blog-title a:hover {
	text-decoration: none;
}

#blog-title a:visited {
	color: #000;
}

#blog-description {
	font-size: 1.8em;
}

#social-network {
	padding: 1.5em 0;
}

/* Menu */

#access {
	background: #2040D0;
}

.menu {
}

.menu-item a {
	/*background: #302030;*/
	background: #2040D0;
	color: #ffffff;
	font-size: 1.5em;
	margin: 0 1.5em;
	padding: 0.25em 1.0em;
}

.menu-item a:hover {
	text-decoration: none;
	background: #c0c0c0;
	color: #302030;
}

/* Page navigation */

#nav-above {
	margin-bottom: 0.6em;
}

#nav-bottom {
	margin-top: 0.6em;
}

.navigation, .navigation a {
	color: #666;
}

.navigation a:hover {
	text-decoration: none;
}

.nav-previous, .nav-next {
	display: inline;
}

/* Sidebar */

ul.xoxo {
	list-style-type: none;
	font-size: 1em;
}

#primary {
}

/* Post */

.post {
	margin-bottom: 2.4em;
}

.entry-meta, .entry-meta a, .entry-utility, .entry-utility a {
	color: #666;
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 1.2em;
}

.entry-meta a, .entry-utility a {
	font-size: 1em;
}

.entry-purchase {
	margin: 1.2em 0;
}

.entry-purchase a {
	font-size: 1em;
}

/* Misc */

#footer {
	padding-top: 1.5em;
	border-top: 1px dotted #ccccdd;
}

.vcard a {
	font-size: 1em;
}

.vcard .fn {
	font-size: 1.2em;
	font-weight: bold;
}
