/*  
Theme Name: Shun Chu Photo
Theme URI: http://shunchu.com/
Description: Shun Chu Photography Theme.
Version: 1.0
Author: Shun Chu & Brian Main
Author URI: http://shunchu.com/

	Shun Chu Photo v1.0
	 http://www.shunchu.com/

	This theme was designed and built by Shun Chu and Brian Main,
	whose blogs you will find at http://wiredatom.com/blog and http://brianmain.com/blog

*/


/* This is the basic font colors: #450202 (super dark red), #640405 (dark red), #760000 (light red), #7f1b1d (lighter red)*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/chu_background.jpg') top center;
	color: #450202;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#header {
	background: #640405 url('images/chu_header.jpg') no-repeat bottom center;
}

#headerimg {
	margin: 7px 9px 0;
	height: 120px;
	width: 1000px;
}

#content {
	font-size: 1.2em
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.6em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #FFF7F7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1,
h2,
h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.3em;
	text-align: left;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited,
#headerimg .description {
	text-decoration: none;
	color: white;
}

h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited {
	color: #640405;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
#sidebar h2,
#wp-calendar caption,
cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
	color: #450202;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,
abbr,
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a,
h2 a:hover,
h3 a:hover {
	color: #7f1b1d;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #640405;
	text-decoration: underline;
}

.entry a,
.entry a[href*="http"],
.commentlist a[href*="http"],
.entrytext a[target="_blank"] {
	padding: 1px 3px;
	background-color: #F8D5D5;
	-moz-border-radius: 6px;
	/* for Firefox */
	border-radius: 6px;
	/* for css3, someday */
	-webkit-border-radius: 6px;
	/* for webkit, ie. Safari */
	padding: 0.3em;
}

.entry a[href*="http"] {
	display: inline-block;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	border: 1px solid #959596;
}

#header {
	background-color: #640405;
	margin: 0;
	padding: 0;
	height: 120px;
	width: 1000px;
}

#header h1 {
	text-align: left;
	padding-top: 25px;
	font: bold 2em/1.1em Verdana, 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	margin: 0 0 0 55px;
}

#header .description {
	margin: -4px 0 0 258px;
}

#logo {
	/*margin: -55px 0 0px 85px;*/
	/* for logo only*/
}

#headerimg {
	margin: 0;
	height: 120px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 90px;
	margin: 0px 0 0;
	width: 560px;
	/*border: 1px solid #000;*/
}

.widecolumn {
	padding: 5px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 700px;
}

.post {
	margin: 25px 0 30px;
	text-align: justify;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 20px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 228px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
}

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

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 15px;
	margin: 0;
}

h2 {
	margin: 0;
}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

.post h2 {
	margin-top: 40px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.middle {
	vertical-align: middle;
}

img.border {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #580000;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	text-align: left;
}

.entry ul li:before,
#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul,
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul,
#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 20px 0 0;
	text-align: center;
}

#searchform .go {
	margin-left: 4px;
	padding: 0px 3px;
}

#searchform #s {
	width: 130px;
	color: #B65D5D;
	border-top: 2px solid #9f9f9f;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #9f9f9f;
	border-right: 1px solid #ccc;
	padding: 1px 2px 2px 20px;
	background-position: 2px right;
	background: #fff url('images/search.jpg') left no-repeat;
}


#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

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

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: -5px 0 10px 0;
	margin-left: 750px;
	width: 200px;
	/*border: 1px solid #ccc;*/
}

#sidebar form {
	margin: 0;
}

.minimeta-rss,
.minimeta-commentsrss {
	padding-right: 20px;
	background: transparent url('images/icon_feed.gif') no-repeat center right;
}

.widgettitle {
	padding: 2px;
	border-bottom: 1px dotted #450202;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	font-weight: bold;
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar #today {
	color: #fff;
	background-color: #7f1b1d;
}

#wp-calendar #Sunday {
	color: red;
}

#wp-calendar #Saturday {
	color: red;
}



/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #999;
}

blockquote,
.relatedPosts {
	width: 90%;
	margin: 5px 10px;
	padding: 0px 15px 0px 20px;
	/*margin: 15px 30px 0 10px;
	padding: 0px 20px;*/
	border: 2px solid #EBE7BD;
	background-color: #FFFDE4;
	text-align: left;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

blockquote .quote {
	display: block;
	width: 100%;
	text-align: right;
}

.relatedPosts {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF1F1;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* End Various Tags & Classes*/



div.divider {
	width: 100%;
	height: 28px;
	display: block;
	background: transparent url('images/logo_inverted.png') no-repeat center;
	border: none;
}

/* info icons */
a.moreInfo {
	padding-right: 18px;
	background: #F8D5D5 url('images/arrow_down.gif') no-repeat center right;
	text-decoration: none;
}

a.moreInfo:hover {
	background-color: #FBFFD1;
}

/* obfuscating email address*/
.special {
	display: none;
}

.first,
.second {
	display: inline;
}

.contact {
	margin: 0 16px 0 20px;
}

.clearBoth {
	clear: both;
}



/* navigation menu system */
#supernav {
	font: bold 1.1em/1em Verdana, 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	display: block;
	border: 0;
	text-transform: lowercase;
	padding: 0;
	margin: 0px 0px 0px 650px;
	top: -50px;
	z-index: 5;
	position: relative;
}

#supernav ul {
	/* all lists */
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 1px 0px;
	z-index: 500;
	position: absolute;
	bottom: 0;
}

#supernav li {
	/* all list items */
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	padding: 8px 10px;
	margin: 0px 0px 0px 0px;
}


#supernav li ul {
	/* second-level lists */
	width: 150px;
	height: auto;
	top: 100%;
	left: 0;
}


#supernav li:hover ul,
li.over ul {
	/* lists nested under hovered list items */
	display: block;
}

#supernav li ul li {
	text-align: left;
	height: auto;
	min-height: auto;
	display: block;
	width: 110px;
}

#supernav a {
	text-decoration: none;
	outline: none;
}

#supernav a:hover {
	border-bottom: 2px solid #fff;
}

/* initialy hide all sub sidemenus */
#supernav ul ul,
#supernav ul li:hover ul ul,
#supernav ul ul li:hover ul ul,
#supernav ul ul ul li:hover ul ul,
#supernav ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#supernav li:hover ul,
#supernav ul li:hover ul,
#supernav ul ul li:hover ul,
#supernav ul ul ul li:hover ul,
#supernav ul ul ul ul li:hover ul,
#supernav ul ul ul ul ul li:hover ul {
	display: block;
}


#supernav li li ul {
	top: 0;
	left: 0;
}

#supernav li li:hover ul {
	left: 150px;
}

#supernav ul ul {}

#supernav ul li {}

#supernav h2 {
	color: #FFFFFF;
}

#supernav a {
	color: #FFFFFF;
}

#supernav ul li:hover {
	background: #690000;
}

#supernav ul li ul {}

#supernav ul li ul li {
	background: #690000;
}

#supernav ul li ul li:hover {
	background: #970000;
}

#supernav ul li ul ul li {
	background: #970000;
}

#supernav ul li ul ul li:hover {
	background: #999999;
}

#supernav .current_page_item a,
#supernav .current_page_parent>a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

#juicebox-container {
	margin: 0;
}



/* session info and package info */
#sessionFees {
	float: left;
	width: 450px;
}

#sessionAccordion {
	float: right;
	width: 220px;
	margin: 40px 0 0 0;
}

#sessionAccordion,
#sessionAccordion .contentContainer div {
	height: 315px;
}

.postClear {
	margin: 60px 0;
}

.postClearCopyright {
	margin: 20px 0;
}


#packageAccordion {
	margin-top: 20px;
	width: 700px;
}

.toggleTitle:first-child {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.contentContainer:last-child {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.packageTitle {
	font-weight: bold;
}

.toggleTitle {
	display: block;
	padding: 0.6em 1.2em;
	margin: 0;
	color: #fff;
	cursor: pointer;
	/*background-color: #801919;*/
	border-bottom: 1px solid #fff;
	background: #801919 url('images/arrow_right.gif') no-repeat 98% 50%;
}

.toggleTitle:hover {
	background-color: #5A0000;
}

.toggleTitle_active {
	border-bottom: 0;
	background: #5A0000 url('images/arrow_down.gif') no-repeat 98% 50%;
}

.contentContainer {
	overflow: hidden;
	padding: 5px 5px;
	border: 2px solid #EBE7BD;
	border-top: 0;
	background-color: #FFFDE4;
}

/* pad non-li content */
.contentContainer div {
	margin: 5px;
}




/* pricing table */
table#packages {
	margin-top: 20px;
	text-align: center;
}

table#packages tr.header {
	color: #fff;
	background-color: #801919;
}

table#packages th.width {
	width: 135px;
	padding: 4px 2px;
}

table#packages tr.row td {
	border-bottom: 1px solid #801919;
}

table#packages td:first-child {
	text-align: left;
	font-weight: bold;
	color: #801919;
}

table#packages tr td {
	padding: 4px;
}

table#packages div.included,
table#packages div.notIncluded {
	height: 16px;
	width: 100%;
}

table#packages div.included {
	background: transparent url('images/tick.png') no-repeat 50% 50%;
}

table#packages div.notIncluded {
	background: transparent url('images/cross.png') no-repeat 50% 50%;
}

table#packages .bubble {
	cursor: pointer;
	background: transparent url('images/bubble_icon.png') no-repeat center right;
}


/* copyright styling */
div.floatContainer {
	margin-top: 30px;
	padding: 10px;
	background-color: #FBFFD1;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

#gist {
	float: left;
}

#backStory {
	float: right;
}

#gist,
#backStory {
	width: 47%;
	height: 130px;
	text-align: left;
}

#gist h3,
#backStory h3 {
	margin-top: 0;
}

h3 .green {
	color: #689E21
}


#greenPhotography {
	margin-top: 5px;
	padding: 15px;
	color: #fff;
	background-color: #689E21;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

#leaf {
	position: relative;
	top: -50px;
	left: 650px;
	width: 50px;
	height: 50px;
	background: transparent url('images/red_leaf.png') no-repeat right bottom;
}

/* client login form */
#clientLoginBg {
	position: absolute;
	top: 110px;
	margin-left: 740px;
}

#clientLoginBg span {
	color: #fff;
}