/*
Theme Name: Gina
Theme URI: http://www.gina-torres.com
Description: A custom theme for Gina Torres' personal website, http://www.gina-torres.com.
Version: 0.5
Author: Jason Clarke
Author URI: http://jasonclarke.org
Tags: custom, magazine-style, wide-format

	Gina v0.5
	 http://jasonclarke.org
*/

/***** 
Basic styles
*****/

body {
	margin: 0;
	padding: 0;
	background: #9a988a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	color: #222;
}

body#home {
	background: #9a998a url('images/bg-home.png') left top repeat-x;
}

body#standard {
	background: #aba89c url('images/bg-standard.png') left top repeat-x;
}

body#sparse {
	background: #fff;
}

a:link {
	color: #e0004b;
}

a:active {
	color: #e0004b;
}

a:visited {
	color: #e0004b;
}

a:hover {
}

a.altlink:link, a.altlink:visited, a.altlink:active {
	color: #434343;
}

#container {
	width: 1004px;
}

body#home #container {
	background: url('images/container-home_bg.jpg') -10px top no-repeat;
}

body#sparse #container {
	width: auto;
}

/*****
Header styles
*****/

body#home #header, body#standard #header {
	padding: 0 0 0 38px;
}

body#sparse #header {
	padding: 10px;
	background: #8a8d7f;
}

body#home .logo, body#standard .logo {
	width: 618px;
	height: 87px;
	padding: 20px 0 0 0;
}

body#sparse .logo {
	width: 200px;
	height: 28px;
}

.main-nav {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav li {
	float: left;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}

.work a {
	display: block;
	width: 90px;
	height: 35px;
	margin: 0 0 0 5px;
	background: url('images/main-nav/work_off.png') left top no-repeat;
}

.work a:hover {
	width: 90px;
	height: 35px;
	margin: 0 0 0 5px;
	background: url('images/main-nav/work_on.png') left top no-repeat;
}

.photos a {
	display: block;
	width: 242px;
	height: 35px;
	margin: 0 0 0 29px;
	background: url('images/main-nav/photos_off.png') left top no-repeat;
}

.photos a:hover {
	width: 242px;
	height: 35px;
	margin: 0 0 0 29px;
	background: url('images/main-nav/photos_on.png') left top no-repeat;
}

.bio a {
	display: block;
	width: 221px;
	height: 35px;
	margin: 0 3px 0 26px;
	background: url('images/main-nav/bio_off.png') left top no-repeat;
}

.bio a:hover {
	width: 221px;
	height: 35px;
	margin: 0 3px 0 26px;
	background: url('images/main-nav/bio_on.png') left top no-repeat;
}

.main-nav li span {
	display: none;
}

/*****
Content styles
*****/

#content-container {
	float: left;
	width: 100%;	
	margin: 0 -356px 0 0;
}

body#sparse #content-container {
	float: none;
	width: auto;
	margin: 20px;
}

body#home #content-area {
	margin: 0 356px 0 38px;
}

body#standard #content-area {
	margin: 13px 356px 0 38px;
	font-size: 95%;
	font-weight: bold;
	line-height: 130%;
}

body#sparse #content-area {
	margin: 0;
	font-weight: bold;
}

body#sparse #content-area h4 {
	margin: 5px 0 -8px 0;
	padding: 0 !important;
}

.intro-block, .content-block {
	padding: 16px;
}

.intro-block {
	background: #c0c1bc;
	font-size: 105%;
	color: #2c2c2c;
	font-weight: bold;
	line-height: 130%;
}

.intro-block .align-right {
	margin: 0 0 10px 20px;
}

.content-block {
	margin: 15px 0 0 0;
	background: #cecec8;
}

.content-block p {
	margin: 5px 0 !important;
	padding: 3px 0 !important;
}

.quote {
	margin: 10px;
	padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #e0004b;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
}

/* Captions */
.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #e2e2e2;
	padding: 8px 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	line-height: 130%;
}

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

.wp-caption p.wp-caption-text {
}

/* End captions */

.video-grid td {
	padding: 0 0 16px 0;
}

.video-grid h3 {
	display: block !important;
	color: #3b2e13;
}

/* Sidebar styles */

#sidebar {
	float: right;
	width: 316px;
	padding: 14px 13px;
}

body#home #sidebar {
	height: 567px;
}

body#standard #sidebar {
	margin: 13px 0 0 0;
	background: #cacac5;
}

#sidebar h3 {
	color: #000;
	font-size: 125%;
	text-transform: uppercase;
}

#sidebar h4 {
	color: #3b2e13;
}

#sidebar p {
	margin: 5px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
}

#sidebar .summary {
	margin: 0 0 20px 0;
}

.sidebar-photo-lg {
	float: left;
	margin: 0 20px 0 0;
}

.photo-right {
	margin: 0;
}

/*****
Footer styles
*****/

#footer {
	font-size: 80%;
	padding: 0 0 40px 0;
	font-weight: bold;
	text-align: center;
}

body#home #footer {
	background: #9a988a;
}

body#standard #footer {
	background: none;
}

#footer img {
	padding: 0 32px 0 0;
}

#footer p {
	margin: 0;
	padding: 35px 0;
}

#footer ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 23px 0 0;
}

/*****
Heading styles
*****/

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 5px 0;
	color: #000;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	text-transform: uppercase;
}

h3 {
	font-size: 110%;
	color: #3b2e13;
}

h4 {
	font-size: 100%;
	color: #434343;
}

/*****
Etc. styles
*****/

/* Font styles */

.edit {
	margin: 20px 0 0 0;
	width: 80px;
	background: #000;
	padding: 3px;
	font-size: 80%;
}

.edit p {
	margin: 0;
	padding: 0;
}

.styled-list {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.styled-list li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	color: #3b2e13;
}

.styled-list a:link, .styled-list a:active, .styled-list a:visited, .styled-list a:hover {
	color: #3b2e13;
	text-decoration: none;
}

.styled-list a:hover {
	color: #e0004b;
	text-decoration: none;
}

.padded {
	padding: 0 10px 0 0;
}

.highlight {
	color: #3b2e13;
}

/* Layout styles */

.clear {
	clear: both;
	height: 0;
}

.hide {
	display: none;
}

.divider, #sidebar .divider {
	overflow: hidden;
	height: 1px;
	margin: 10px 0 15px 0;
	background: #3b2e13;
}

#sidebar .divider {
	background: #000;
}

.middle, .middle img {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.align-right {
	float: right;
}

.align-left {
	float: left;
}

