/* 
Title: Master style sheet for Shiono
Author: Carl C. Nordin, GRX Design
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 1.5em;
	background: #13364b url(bg_tile.png) repeat-x;
	}

#page h1,h2,h3,h4,h5,h6 {
	font-family: Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 15px 0px;
	}
	
.navigation h5 {
	margin: 0px 0px 5px 0px;
	}	
	
#page #column h3 {
	margin: 20px 0px 0px 0px;
	}	
	
.ss {
	font-family: Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: .85em;
	color: #23346d;
	}	

a {
	color: #5c859b;
	text-decoration: none;
	}

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

/* @group Structure and Nav */


#container {
	width: 960px;
	padding: 0px;
	margin: auto;
}

#lang {
	width: 960px;
	padding: 0px;
	margin: auto;
	margin-top: 25px;
	text-align: right;
}

#lang img {
	margin-left: 10px;
	}
	
#lang a img {
	border: 1px solid #8aaccf;
	}	
	
#lang a img:hover, #lang a img.active {
	border: 1px solid #ffffff;
	}		

#header {
	width: 960px;
	margin-top: 5px;
	margin-bottom: 25px;
	border: 1px solid #ffffff;
	height: 120px;
	}
	
#header img {
	float: left;
	margin: 0;
	color: white;
	font-weight: bold;
	font-family: Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	}	

#topnav {
	margin-top: 0px;
	width: 960px;
	margin: auto;
	height: 1.79em;
	padding: 0;
	border: 1px solid #FFF;
	border-left: 0px;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
#topnav {
	height: 1.70em;
	}
}	

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font: .85em Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.0em;
	}

#nav li a {
	display: block;
	width: 120px;
	padding-bottom: 0.2em;
	padding-top: 0.5em;
	height: 1.4em;
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #FFF;
	}

#nav li.first a {
	border-left: 0px solid #FFF;
	}

#nav li a {
	background: url(nav_bg2.jpg) no-repeat 0 0;
	}

#nav li a:hover, li a:focus{
	background-position: 0 -270px;
	}

#nav li a.active {
	background: url(nav_bg3.png) repeat-x 0px 0px;
	background-color: #b0003f;
	}
	
#background {
	width: 960px;
	margin: auto;
	padding: 0px;
	background: #fff url(page_bg_tile.gif) repeat-y;
	margin-top: 25px;
}		

#page {
	width: 960px;
	margin: auto;
	padding: 0px;
	background: url(page_bg.png) no-repeat center bottom;
	overflow: hidden;
	clear: both;
}

#column {
	width: 195px;
	float: left;
	margin-left: 0px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 5px;
	border-right: 0px solid #11005f;
}
		
#column ul.sidenav {
	margin:0;
	margin-top: 20px;
	margin-right: 5px;
	padding: 0px;
	border:none;
	line-height:28px;
	list-style-type: none;
	font-family: Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	font-size: .85em;
	}

#column ul.sidenav li {
	margin:0;
	padding: 0px;
	border-bottom:1px solid #ddd;
	}

#column ul.sidenav li a {
	display:block;
	padding-left:10px;
	text-decoration:none;
	background:transparent url(subNav_lo.png) no-repeat 0 50%;
	}	

#column ul.sidenav li a:hover, #column ul.sidenav li a.active {
	color:#ffffff;
	background: transparent url(subNav_hi.png) no-repeat 0 50%;
	}

#content {
	width: 675px;
	float: right;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-top: 25px;
}

#footer {
	width: 908px;
	margin: auto;
	padding: 25px;
	margin-top: 0px;
	text-align: center;
	color: #ffffff;
	background: #23346d url(footer_bg_tile.png) repeat;
	clear: both;
	margin-bottom: 50px;
	border: 1px solid #ffffff;
	border-top-width: 0;
	}

#footer p {
	padding: 5px;
	font-size: .95em;
}

#footer a {
	color: #d8eeeb;
}

#footer a:hover {
	text-decoration: none;
}


/* @end */

/* @group Misc */

#content img.rule, #column img.rule {
	margin: auto;
	display: block;
	padding: 0px;
	background: none;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	}
	
a img {
	border: 0;
	}
	
#content img, #column img {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #c5d5e8;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content img.alt, #content img.icon, #column img.alt, #column img.icon {
	padding: 0px;
	background-color: none;
	background: none;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	}	

#content img.alignright {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 0px;
	}

#content img.alignleft {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0px;
	}
	
#bio {
	padding-bottom: 35px;
	}		
	
#bio p{
	margin-left: 200px;
	}	
	
#content #bio ul{
	margin-left: 175px;
	}	
	
.red {
	color: #b0003f;
	}

.blue {
	color: #23346d;
	}
	
.gray {
	color: #33394b;
	}	

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}	
	
em {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-size: 1.15em;
	font-style: italic;
	}
	
h3 em {
	font: 11px Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	color: #5e5e5e;
	}	
	
address {
	font-style: normal;
	}	

.small {
	font-size: .85em;
	line-height: 1.25em;
	}
	
.new {
	padding: 3px 3px 3px 3px;
	background-color: #b0003f;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}		
	
blockquote p {
	margin: 50px 24px 0px 0px;
	padding: 3px 0px 0px 24px;
	font-style: italic;
	display: block;
	background: url(quote.gif) no-repeat;
	}		
	
table.schedule {
	border-collapse: collapse;
	margin-bottom: 20px;
	}

table.schedule tbody tr td {
	font: .85em Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	padding: 5px;
	border: 1px solid #23346d;
	border-collapse: collapse;
	background-color: #c5d5e8;
	text-align: center;
	}

table.schedule tbody th {
	font: 1.0em Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #23346d url(footer_bg_tile.png) repeat;
	border: 1px solid #23346d;
	border-collapse: collapse;
	padding: 5px;
	line-height: 1.5em;
	text-align: center;
	}

table.schedule tbody th em {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-weight: normal;
	}	
	
#content ol {
	margin-left: 20px;
	font: .85em Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	}

#content ol li {
	padding-bottom: 5px;
	}

#content ul {
	list-style: none;
	margin-left: 20px;
	font: .85em Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	}

#content ul li {
	background: url(bullet.gif) no-repeat 0 38%;
	padding-left: 15px;
	padding-bottom: 5px;
	}
	
#column ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font: .85em Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	}

#column ul li {
	background: url(bullet.gif) no-repeat 0 38%;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
	}	
	
#content ul#fader {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 75px;
	}
	
#content ul#fader li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
	}	
	
#content ul#fader li p{
	text-align: center;
	}		
	

/* @end */

/* @group WordPress */

.postmetadata, p.commentmetadata, p.date {
	font-family: Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	font-size: .75em;
	line-height: 1.0em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #555;
}
	
#column #sidebar h {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	margin-bottom: 15px;
	padding: 0px;
	margin: 0px;
	}	
	
#column #sidebar ul ul {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	margin-bottom: 10px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
	}

#column #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	margin-bottom: 15px;
	padding: 0px;
	margin: 0px;
	}	
	
h2.widgettitle {
	padding: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin:	0;
	}	
	
h3#comments {
	font-size: .75em;
	color: #888;
	line-height: 1.15em;
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #a3b6c9;
	}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	}
	
h4.caption, dd.gallery-caption {
	font-family: Century Gothic, "Trebuchet MS", Verdana, sans-serif;
	font-size: .75em;
	color: #797979;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}	

/*


p.date {
	font-size: 12px;
	font-style: italic;
	color: #797979;
}

.entry {
	font-size: 1.25em;
}

.entry img {
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	margin-left: 0px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding-left: 15px;
	font-style: normal;
} 

.entry h3 {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.entry ol, .entry ul {
	font-size: .9em;
}

.entry img.alignleft{
	margin-right: 20px;
}

.post h3.entry_title, .post h4.entry_title {
	color: #0068b3;
	padding-left: 15px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.75em;
	line-height: 1.75em;
	margin-bottom: -25px;
	text-align: left;
}

h2.center {
	text-align: center;
}


h2.pagetitle {
	margin-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post h3 {
	font-size: 1.0em;
	padding-bottom: 10px;
}

.post h4 {
	font-size: 1.5em;
	padding-bottom: 10px;
}

h3#respond,  h3#comments {
	font-size: 14px;
	padding-bottom: 5px;
	color: #5e5e5e;
	border-bottom: 1px solid #bfbfbf;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: normal;
	font-style: normal;
}

small {
	margin-left: 15px;
}

blockquote {
	font-style: italic;
	color: #5e5e5e;
	font-size: .95em;
	background: url(quote_lt_blue.gif) no-repeat;
	padding-left: 15px;
}

.navigation {
	padding-left: 15px;
}

ol.commentlist li {
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

ol.commentlist li p {
	line-height: 1.25em;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

p.wp-caption-text{
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
}

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

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

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	}
	
li.alt {
	padding: 5px;
	background-color: #d9edfe;
	}
	
	
	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#giraffe_calendar {
	width: 230px;
}*/



/* @end */	
