/*
Theme Name: Sideshow Creative
Theme URI: http://wordpress.org/
Description: Wordpress theme for Sideshow Creative.
Version: 1.0
Author: Sideshow Creative
Author URI: http://sideshowcreative.net
*/

body {
	font-size: 12px;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #000;
}

a, a:link, a:visited, a:active {
	outline: none;
	color: #7bc143;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00afef;
}
a img {
	border: none;
}
a.more-link {
	display: block;
	text-align: right;
}
.clear {
	clear: both;
}
#fader {
	display: none;
}
.hidden {
	left:-999em;
	position:absolute;
	top:-999em;
}
ul.accessibility {
	left:-999em;
	position:absolute;
	top:-999em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
h1 {
	font-size: 22px; 
	margin: 10px 0;
}
h2 {
	font-size: 16px; 
	margin: 8px 0;
}
h3 {
	font-size: 14px; 
	margin: 6px 0;
}
h4 {
	font-size: 13px; 
	margin: 4px 0;
}
h5 {
	font-size: 12px; 
	margin: 2px 0;
}
h6 {
	font-size: 11px; 
	margin: 0px 0;
}
/* End Headings */

#container {
	width: 864px;
	margin: 30px auto 20px;
}

/******************** HEADER ********************/
#header {
	width: 856px;
	height: 80px;
	padding: 0 4px;
	margin-bottom: 33px;
}
#logo-home {
	width: 113px;
	height: 79px;
	float: left;
}
#logo-home h1 {
	width: 113px;
	height: 79px;
	background: url(images/logo-home.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#logo-home h1 a {
	width: 113px;
	height: 79px;
	display: block;
}
#logo-home h1 a span {
	left:-999em;
	position:absolute;
	top:-999em;
}
#logo {
	width: 113px;
	height: 79px;
	float: left;
}
#logo h1 {
	width: 113px;
	height: 79px;
	background: url(images/logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#logo h1 a {
	width: 113px;
	height: 79px;
	display: block;
}
#logo h1 a span {
	left:-999em;
	position:absolute;
	top:-999em;
}
#nav-left{
	width: 695px;
	height: 80px;
	float: right;
	padding-left: 18px;
	background: url(images/nav-left.gif) bottom left no-repeat;
}
#nav-right{
	width: 677px;
	height: 80px;
	float: left;
	padding-right: 18px;
	background: url(images/nav-right.gif) bottom right no-repeat;
}
#navigation{
	width: 677px;
	height: 80px;
	overflow: hidden;
	float: left;
	background: url(images/nav-bg.gif) bottom left repeat-x;
}
/******************** END HEADER ********************/

/******************** CONTENT ********************/
#content {
	width: 824px;
	min-height: 444px;
	padding: 0 20px 23px 20px;
	background: url(images/cont-bg.gif) bottom center no-repeat;
}
#left-col {
	width: 246px;
	height: 444px;
	overflow: hidden;
	float: left;
}
#right-col {
	width: 566px;
	height: 444px;
	/*overflow: hidden;*/
	float: right;
}
/***** Home *****/
#home-col {
	width: 246px;
	height: 435px;
	float: left;
	padding-bottom: 9px;
	background: url(images/home-col-bg.gif) bottom center no-repeat;
}
#home-col-top {
	width: 246px;
	height: 18px;
	float: left;
	background: url(images/home-col-top.gif) top center no-repeat;
	overflow: hidden;
}
#home-col-top h3 {
	left:-999em;
	position:absolute;
	top:-999em;
}
#home-col-inner {
	width: 196px;
	height: 372px;
	overflow: hidden;
	float: left;
	padding: 30px 25px 15px;
	background: url(images/home-col-inner.gif) top left repeat-y;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.75px;
}
#home-col-inner span.date {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	display: block;
}
#home-col-inner span.author {
	font-style: italic;
	font-size: 15px;
	display: block;
	margin-top: 4px;
}
#home-col-inner .post-thumb {
	width: 150px;
	display: block;
	margin: 15px auto;
}
#home-col-inner h2.post-title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 8px 0 0;
}
#home-col-inner h2.post-title a:link, #home-col-inner h2.post-title a:visited, #home-col-inner h2.post-title a:active {
	text-decoration: none;
	color: #00afef;
}
#home-col-inner h2.post-title a:hover, #home-col-inner h2.post-title a:focus {
	text-decoration: none;
	color: #7bc143;
}
#home-col-inner .home-entry p {
	padding: 0;
	margin: 5px 0 0;
}
/***** End Home *****/

/***** Other Pages *****/
#menu-col {
	width: 214px;
	border: 1px solid #918f90;
	padding: 9px 15px;
	height: 424px;
}
#gallery {
	width: 560px;
	height: 438px;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
	margin: 2px;
}
#contact {
	width: 560px;
	height: 438px;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
	margin: 2px;
	background: url(images/parchment.jpg) top left no-repeat;
}
#frame-tl, #frame-tr, #frame-br, #frame-bl {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 99999;
	background: url(images/frame.png) no-repeat;
}
#frame-tl {
	background-position: 0 0;
	top: -444px;
	left: 0;
}
#frame-tr {
	background-position: 0 -30px;
	top: -474px;
	left: 536px;
}
#frame-br {
	background-position: 0 -60px;
	top: -90px;
	left: 536px;
}
#frame-bl {
	background-position: 0 -90px;
	top: -120px;
	left: 0px;
}
/***** End Other Pages *****/

/***** Contact *****/
#contact-form {
	width: 420px;
	padding: 30px 70px 0;
	display: block;
	clear: both;
}
#contact-form p {
	margin: 0;
}
.form-row {
	width: 420px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
span.req {
	color: #000;
	font-weight: bold;
	width: 8px;
	font-size: 11px;
	display:inline-block;
}
.form-row label {
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	width: 412px;
	font-size: 11px;
	letter-spacing: .7px;
}
.form-field {
	float: left;
}
.ff-left {
	margin-right: 10px;
}
.form-text-half {
	width: 195px;
	height: 14px;
}
.form-text-phone1, .form-text-phone2 {
	width: 60px;
	height: 14px;
} 
.form-text-phone3 {
	width: 80px;
	height: 14px;
} 
.form-text-wide {
	width: 410px;
	height: 14px;
}  
.form-textarea {
	width: 410px;
	height: 96px;
} 
.form-text-half, .form-text-wide, .form-text-phone1, .form-text-phone2, .form-text-phone3, .form-textarea {
	border: 1px solid #bbb7a8;
	background: url(images/form-bg.png) top left repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3c36;
	padding: 2px 4px;
	margin-bottom: 5px;
}
.form-button {
	text-align: center;
}
input.input-button {
	border: none;
	background: url(images/button-bg.png) top left no-repeat;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	height: 40px;
	width: 75px;
	color: #000;
	cursor: pointer;
	outline: none;
}
input.input-button:hover {
	color: #00afef;
}
/***** End Contact *****/

/***** Blog *****/
#blog-right-col {
	width: 566px;
	float: right;
}
#blog-top {
	width: 566px;
	float: left;
	padding-top: 30px;
	background: url(images/blog-top.gif) top left no-repeat;
}
#blog-bot {
	width: 566px;
	float: left;
	padding-bottom: 30px;
	background: url(images/blog-bot.gif) bottom left no-repeat;
}
#blog-mid {
	width: 496px;
	min-height: 384px;
	float: left;
	padding: 0 35px;
	background: url(images/blog-mid.gif) top left repeat-y;
}
#blog-mid h3.top-bar {
	width: 496px;
	height: 21px;
	background: url(images/latest-top.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#blog-mid h3 span {
	left:-999em;
	position:absolute;
	top:-999em;
}
#blog-posts div.post:first-child {
	width: 496px;
	float: left;
	padding-bottom: 10px;
	background: url(images/latest-bot.gif) bottom left no-repeat;
}
#blog-posts div.post:first-child .post-body {
	background: url(images/latest-mid.gif) top left repeat-y;
	padding: 20px 25px;
}
#blog-posts .post {
	width: 496px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: url(images/post-sep.gif) bottom center no-repeat;
}
#blog-posts .post-body {
	width: 446px;
	float: left;
	padding: 0  25px;
	font-size: 12px;
}
.entry, .single-entry, .single-comments {
	letter-spacing: 0.75px;
}
#blog-posts .post-thumb {
	width: 150px;
	float: left;
	height: auto;
	padding-right: 15px;
}
#blog-posts span.date {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
#blog-posts span.author {
	font-style: italic;
	font-size: 15px;
}
#blog-posts h2.post-title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 8px 0 0;
}
#blog-posts h2.post-title a:link, #blog-posts h2.post-title a:visited, #blog-posts h2.post-title a:active {
	text-decoration: none;
	color: #00afef;
}
#blog-posts h2.post-title a:hover, #blog-posts h2.post-title a:focus {
	text-decoration: none;
	color: #7bc143;
}
#blog-posts .entry p {
	padding: 0;
	margin: 0;
}
.post-nav {
	height: 15px;
	float: left;
	width: 496px;
}
.alignleft {
	width: 200px;
	float: left;
}
.alignright {
	width: 200px;
	float: right;
	text-align: right;
}
#blog-mid h3.single-top-bar {
	width: 496px;
	height: 21px;
	background: url(images/single-top.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#blog-mid h3 span {
	left:-999em;
	position:absolute;
	top:-999em;
}
#single-post {
	width: 496px;
	float: left;
	padding-bottom: 10px;
	background: url(images/latest-bot.gif) bottom left no-repeat;
}
#single-post .single-post-body {
	background: url(images/latest-mid.gif) top left repeat-y;
	padding: 20px 25px;
}
#single-post .post {
	width: 496px;
	float: left;
}
#single-post .post-body {
	width: 446px;
	float: left;
	padding: 0  25px;
	font-size: 12px;
}
#single-post h2.post-title {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0;
	margin: 5px 0;
	color: #00afef;
}
#single-post .date-author {
	margin: 0 0 20px;
}
#single-post span.date {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
#single-post span.author {
	font-style: italic;
	font-size: 15px;
}
#single-post .post-thumb {
	width: 150px;
	float: left;
	height: auto;
	padding: 5px 15px 0 0;
}
#single-comments {
	margin-top: 20px;
}
textarea#comment {
	width: 440px;
}
ol.commentlist {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
ol.commentlist li {
	padding: 10px;
}
ol.commentlist li.even {
	background-color: #f4f4f4;
} 

/***** End Blog *****/

/***** Surprise *****/
#surprise-left-col {
	width: 180px;
	height: 444px;
	overflow: hidden;
	float: left;
}
#surprise-right-col {
	width: 630px;
	height: 444px;
	overflow: hidden;
	float: right;
}
#surprise-col {
	width: 148px;
	border: 1px solid #918f90;
	padding: 20px 15px;
	height: 295px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
}
#surp-text {
	background: url(images/sidemenu-bg.gif) top center no-repeat;
	padding-top: 20px;
}
#surprise-col span {
	display: block;
	padding-bottom: 20px;
	background: url(images/sidemenu-bg.gif) bottom center no-repeat;
	letter-spacing: 0.75px;
}
#surprise-next {
	width: 124px;
	height: 78px;
	margin: 28px 0 0 28px;
	background: url(images/surp-next.gif) top left no-repeat;
}
#surprise-next a {
	width: 124px;
	height: 78px;
	display: block;
}
#surprise-next a span {
	left:-999em;
	position:absolute;
	top:-999em;
}
#surprise {
	width: 624px;
	height: 438px;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
	margin: 2px;
}
#s-frame-tl, #s-frame-tr, #s-frame-br, #s-frame-bl {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 99999;
	background: url(images/frame.png) no-repeat;
}
#s-frame-tl {
	background-position: 0 0;
	top: -444px;
	left: 0;
}
#s-frame-tr {
	background-position: 0 -30px;
	top: -474px;
	left: 600px;
}
#s-frame-br {
	background-position: 0 -60px;
	top: -90px;
	left: 600px;
}
#s-frame-bl {
	background-position: 0 -90px;
	top: -120px;
	left: 0px;
}
/***** End Surprise *****/
/***** Error Page *****/
#error-top {
	background: url(images/sidemenu-bg.gif) top center no-repeat;
	padding-top: 40px;
}
#error-bot {
	padding-bottom: 40px;
	background: url(images/sidemenu-bg.gif) bottom center no-repeat;
}
#error-bot span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}
#error-bot a {
	font-weight: bold;
	color: #000; 
	text-decoration: none;
	display: block;
}
#error-bot a:hover { 
	color: #00afef;
}
#error-page {
	width: 520px;
	height: 398px;
	padding: 20px;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
	margin: 2px;
	background: #eee9cc;
}
#error-page h2 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0;
	margin: 5px 0;
	color: #00afef;
}
#error-page p {
	font-size: 13px;
	letter-spacing:0.75px;
}
/***** End Error Page *****/
/******************** END CONTENT ********************/


/******************** FOOTER ********************/
#footer {
	width: 764px;
	height: 57px;
	background: #000 url(images/foot-bg.gif) top left no-repeat;
	padding-left: 100px;
}
#footer-inner {
	width: 664px;
	height: 19px;
	background: #000 url(images/foot-in-bg.gif) top right no-repeat; 
	padding: 18px 100px 20px 0;
}
#footer-text {
	width: 624px;
	height: 16px;
	background: url(images/footer-hat.gif) 629px 0px no-repeat; 
	padding: 3px 20px 0;
	color: #dad69e;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	letter-spacing: 1px;
	font-size: 11px;
}
#footer h4 {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #dad69e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#copyright  { 
	width: 864px;
	margin: 0 auto;
	text-align: center;
	height: 25px;
	color: #918f90;
	font-size: 10px;
}
#copyright p { 
	margin: 0;
	padding: 0;
}
/******************** END FOOTER ********************/




/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background: url(images/loading.gif) no-repeat 50% 50%;
	width: 566px;
	height: 444px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	outline: none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding: 15px 25px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:26px;
	height:26px;
	background:url(images/arrow.gif) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:0 0;
	right: -32px;
}
a.nivo-nextNav:hover {
	background-position:0 -26px;
	right: -32px;
}
a.nivo-prevNav {
	display: none;
}