﻿/*  
Theme Name: Julian Grant
Description: Theme for Julian Grant's personal site
Version: 1.1
Author: Jeff Owens
Author URI: http://www.clearconcepts.com.cn/

*/

body {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #F7F7F7;
}

h1 {
	padding: 0;
	margin: 0;
}

#wrapper {
	height: 100%;
	overflow: visible;
	position: relative;
	text-align: center;
	width: 3000px;
}

#header {
	border-bottom: 3px solid #064E61;
	height: 150px;
	position: relative;
	width: 3000px;
	background: url(images/sheetmusic3.jpg) repeat-x;
}

#nameholder {
	background: url(images/julian_grant3.png) no-repeat;
	height: 150px;
	left: 0;
	position: absolute;
	text-indent: -9000px;
	top: 2px;
	width: 500px;
}

#sidepic {
	background: url(images/julian_face5.png) no-repeat;
	float: left;
	height: 600px;
	margin-left: 10px;
	width: 250px;
}

#sidebar {
	text-align: right;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: visible;
	z-index: 1;
}

#sidebar, .post {
	float: left;
	margin-left: 75px;
	width: 250px;
}

.textblock {
	background: url(images/tiles2.png) no-repeat;
	background-color: #FFF;
	display: block;
	padding: 15px 6px 6px 6px;
}

#sidebar {
	padding: 0 10px 10px 10px;
}

#sidebarblock {
	width: 250px;
	padding: 0 6px 6px 6px;
}

#footer {

}

#sidebar #sidebarblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	list-style: none;
	
}

div.textblock-dec {
	background: url('images/shadow.png') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}
  
div.textblock-dec div.textblock {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: 0 10px 15px -10px;
	padding: 4px;
	position: relative;
	width: 250px;
}

#menubar {
	font-size:1.1em;
	position: absolute;
	top: 110px;
	left: 500px;
	width: 560px;
}

#menubar ul {
	list-style: none;
	line-height: 1;
}

#menubar ul li {
	color: #222222;
	float: left;
	font: 18px Georgia, Arial, serif;
	margin-right: 25px;
}

#menubar a, #menubar a:hover {
	display: block;
	text-decoration: none;
	border:none;
}
#menubar li {
	float: left;
	list-style:none;
}
#menubar li a, #menubar li a:visited {
	color: #222222;
	display:block;
}

#menubar li a:hover {
	text-decoration:  underline;
}

#menubar a:hover, #menubar a:active, .current_page_item a, #home .on {
	text-decoration:none;
}

a.main:hover {
background:none;
}

li.post div.textblock-dec div.textblock ul li, div.textblock-dec div#sidebarblock ul li {
	line-height: 2em;
	text-align: right;
}

li.post div.textblock-dec div.textblock ul li a, div.textblock-dec div#sidebarblock ul li a {
	color: #000;
	font: 16px Garamond, Arial, serif;
	text-decoration: none;
}

li.post div.textblock-dec div.textblock ul li a:hover, div.textblock-dec div#sidebarblock ul li a:hover {
	text-decoration: underline;
}

div.textblock-dec div#sidebarblock ul li a {
	font-size: 16px;
}

.textblock span.opera {
	position: absolute;
	background: url(images/mask.png) no-repeat;
	height: 70px;
	top: 7px;
	left: 70px;
	width: 110px;
}

.textblock span.chamber {
	position: absolute;
	background: url(images/harpsichord.png) no-repeat;
	height: 70px;
	top: 15px;
	left: 110px;
	width: 53px;
	z-index: 1;
}

.textblock span.instrumental {
	position: absolute;
	background: url(images/piano.png) no-repeat;
	height: 70px;
	top: 5px;
	left: 80px;
	width: 92px;
	z-index: 1;
}

.textblock span.choral {
	position: absolute;
	background: url(images/chorus.png) no-repeat;
	height: 70px;
	top: 5px;
	left: 40px;
	width: 162px;
	z-index: 1;
}

.textblock span.children {
	position: absolute;
	background: url(images/violin.png) no-repeat;
	height: 70px;
	top: 5px;
	left: 100px;
	width: 50px;
	z-index: 1;
}

.textblock span.arrangements {
	position: absolute;
	background: url(images/arrangement.png) no-repeat;
	height: 70px;
	top: 5px;
	left: 60px;
	width: 120px;
	z-index: 1;
}

.textblock span.writings {
	position: absolute;
	background: url(images/treble.png) no-repeat;
	height: 70px;
	top: 5px;
	left: 90px;
	width: 65px;
	z-index: 1;
}

.textblock span.audio {
	position: absolute;
	background: url(images/audio.png) no-repeat;
	height: 70px;
	top: 0;
	left: 90px;
	width: 80px;
	z-index: 1;
}

div.storycontent {
	font-family: Garamond, Georgia, serif;
}

div.storycontent a, div.storycontent p a {
	color: #222222;
	text-decoration: none;
}

div.storycontent p a:hover {
	text-decoration: underline;
}

a img.aligncenter {
	text-align: center;
	margin-left: 8px;
	margin-right: auto;
}

#wpcf {
	padding-bottom: 50px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	margin-top: 3px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 5px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

h2.sIFR-replaced object { color: #000; text-decoration: none; }