/*
Theme Name: Shooting Star
Description: The custom WordPress theme developed for <a href="http://www.shootingstar.ca/">Shooting Star Amusements</a>.
Version: 1.0
Author: Eric A. Zarko
Author URI: http://www.zarko.org/
Tags: blue, custom header, fixed width, two columns, three columns, widgets

	Shooting Star v1.0

	This theme was designed and built by Eric A. Zarko,
	whose website you will find at http://www.zarko.org/

*/


/***** TYPOGRAPHY AND LINKS *****/
body, address, dd, dl, hr, p, form {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #FC3;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, Sans-serif;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0px;
}

h1 {
	padding: 0 0 20px 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FC3;
}
a:hover {
	text-decoration: underline;
	color: #FC3;
}
p {
	margin: 12px 0 12px 0;
}
blockquote {
	margin: 15px 40px 10px 30px;
	padding: 0 10px 10px 20px;
	font-style: italic;
	border-left: 2px solid #7c7953;
	border-right: 2px solid #7c7953;
}

/***** MAIN CONTENT *****/
body {
	margin: 0;
	font-size: 76.5%;
	text-align: center;
	vertical-align: top;
	background: #b06ec5 url(images/body-bg.jpg) repeat-x;
	color: #FFF;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 973px;
	text-align: left;
}

#main_content {
	background: #015F8E;
	float: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 973px;
}
#container {
	background: #015F8E;
	float: left;
	width: 543px;
	padding: 5px 0px 10px 0px;
}
#container_wide {
	background: #015F8E;
	float: left;
	width: 730px;
	padding: 10px 10px 10px 10px;
}
#container_full {
	background: #015F8E;
	float: left;
	width: 953px;
	padding: 5px 10px 10px 10px;
}

#container.home, #container_wide.home, #container_full.home {
	background: #EEEDEE;
	color: #000;
}
.home h1 {
	color: #336;
}
.home h2 {
	color: #336;
}

.post {
	padding: 10px 0 5px 0;
}
.post h2 {
	font-size: 1.5em;
	margin: 0 0 0 0px;
	padding-top: 5px;
}
.entry {
	font-size: 1.02em;
	line-height: 1.42em;
	padding: 0 0 40px 0;
}
.bluelinks a {
	color: #000066;
        text-decoration: underline;
}

.postmetadata {
	margin: 0;
}
.date {
	font-size: .9em;
	margin-top: -30px;
}

#author-box {
	width: 90%;
	min-height: 115px;
	margin: 10px 10px 20px 10px;
	padding: 0 10px 10px 10px;
	background: #EEEDEE;
	border: #3f3013 1px solid;
	color: #000;
}
#author-box .avatar {
	float: left;
	width: 80px;
	height: 80px;
}
#author-box h2 {
	color: #336;
	padding: 0;
	margin: 5px 0 5px 0;
}
#author-box a, #author-box a:link, #author-box a:visited {
	color: #000;
	text-decoration: none;
}
#author-box a:hover {
	color: #000;
	text-decoration: underline;
}

/***** HEADER *****/
#header-wrap {
	float: center;
	width: 973px;
	height: 135px;
	background: #015F8E;
	padding: 0;
	margin: 0 auto 0 auto;
}
.header {
	background: #015F8E;
	width: 973px;
	height: 135px;
	margin: 0 auto 0 auto;
	padding: 0;
	float: left;
}
.header h1 {
	width: 500px;
	padding: 0;
	margin: 20px 0 0 30px;
	font-family: Times New Roman, Sans-serif;
	font-size: 3.5em;
	line-height: 40px;
	text-align: left;
}
.header h1 a {
	text-decoration: none;
	color: #FC3;
}
.header h1 a:hover {
	text-decoration: none;
	color: #FC3;
}
.header .description {
	width: 500px;
	margin: 0 0 0 60px;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia;
	color: #FC3;
	text-align: left;
	text-transform: lowercase;
}

/***** HORIZONTAL MENU *****/
.menu  {
	float: left;
	width: 973px;
	height: 24px;
	padding: 0;
	display: inline;
	background: #336 url(images/top-nav-bg.jpg) repeat;
	text-align: center;
}
.menu ul {
	width: 100%;
	margin: 0;
	padding: 4px 10px 0 10px;
	list-style: none;
}
.menu ul li {
	display: inline;
	margin: 0;
}
.menu ul li a {
	width: 100%;
	padding: 4px 10px 0 10px;
	text-decoration: none;
	color: #FC3;
	font-size: 1.1em;
}
.menu ul li a:hover {
	color: #FC3;
	text-decoration: underline;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
	color: #FC3;
}

/***** IMAGES *****/
p img {
	padding: 0;
	max-width: 100%;
}
a img {
	border: #544b40 1px solid;
	padding: 3px;
	background: none;
}

img.avatar {
	float: left;
	margin: 5px;
	border: #544b40 1px solid;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 0 12px;
	display: inline;
}
img.alignleft {
	margin: 0 12px 0 0;
	display: inline;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bluelink {
	color: #000066;
        text-decoration: underline
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */ -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#flickrrss img {
	border: 1px solid #544b40;
	float: left;
	margin: 0 0 3px 3px;
}

.thumbnail {
	width: 60px;
	height: 60px;
	float: left;
	margin: 3px;
	border: #544b40 1px solid;
}
.medium {
	width: 250px;
	height: 150px;
	float: left;
	margin: 3px;
	border: #544b40 1px solid;
}

/***** NAVIGATION *****/
.navigation {
	padding: 5px 0 5px 10px;
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
}

/***** FOOTER *****/
#footer  {
	float: left;
	width: 973px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: inline;
	background: #336;
}
#footer p {
	font-size: .9em;
	width: 900px;
	height: 30px;
	float: right;
	line-height: 18px;
	padding: 5px 10px 0 10px;
	text-align: center;
	color: #FC3;
}
#footer a {
	color: #FC3;
}

/***** SUBSCRIPTION *****/
.subscribe  {
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
	text-decoration: none;
}
.subscribe img {
	border: none;
}

/***** SIDEBAR *****/
#left_sidebar {
	background:#015F8E;
	width: 210px;
	float: left;
	margin: 12px 0px 20px 0px;
	padding: 0 auto 0 auto;
	clear: left;
} 
#right_sidebar {
	background:url(/images/marquee.jpg) top center no-repeat #015F8E;
	width: 210px;
	min-height:658px;
	float: right;
	margin: 12px 5px 20px 5px;
	padding:0px;
	padding-top:45px;
	vertical-align: top;
}  
#left_sidebar ul, #right_sidebar ul {
	margin: 0 0 5px 0;
	padding: 0;
}
#left_sidebar ul li {
	background: #015F8E;
	display: block;
	list-style: none;
}
#right_sidebar ul li {
	display: block;
	list-style: none;
}
#left_sidebar ul li.page_item {
	height: 53px;
}
#left_sidebar ul li a, #right_sidebar ul li a {
	font-size: 1.08em;
	display: inline;
	width: 210px;
}
#left_sidebar ul li a:hover, #right_sidebar ul li a:hover {
	color: #FC3;
}

#left_sidebar .button {
	background: url(images/left-nav/blank.gif) no-repeat;
	height: 33px;
	width: 180px;
	padding: 10px 10px 10px 20px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	display: table;
	position: static;
}
#left_sidebar .button2 {
	height: 33px;
	position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#left_sidebar .button3 {
	width: 180px;
	position: relative;
	top: -50%;
	position: static;
}
#left_sidebar ul li a[title="Midway Rides"] .button {
	background: url(images/left-nav/rides.gif) no-repeat;
	width: 125px;
	padding: 10px 10px 10px 75px;
}
#left_sidebar ul li a[title="Midway Rides"] .button3 {
	width: 125px;
}
#left_sidebar ul li a[title="Midway Games"] .button {
	background: url(images/left-nav/games.gif) no-repeat;
	width: 125px;
	padding: 10px 10px 10px 75px;
}
#left_sidebar ul li a[title="Midway Games"] .button3 {
	width: 125px;
}
#left_sidebar ul li a[title="Fun and Food"] .button {
	background: url(images/left-nav/concession.gif) no-repeat;
	width: 125px;
	padding: 10px 10px 10px 75px;
}
#left_sidebar ul li a[title="Fun and Food"] .button3 {
	width: 125px;
}
#left_sidebar ul li a[title="Film Industry/ Prop Rental"] .button {
	background: url(images/left-nav/film.gif) no-repeat;
	width: 125px;
	padding: 10px 10px 10px 75px;
}
#left_sidebar ul li a[title="Film Industry/ Prop Rental"] .button3 {
	width: 125px;
}
#left_sidebar ul li a[title="Corporate Events"] .button {
	background: url(images/left-nav/corporate.gif) no-repeat;
	width: 125px;
	padding: 10px 10px 10px 75px;
}
#left_sidebar ul li a[title="Corporate Events"] .button3 {
	width: 125px;
}
#left_sidebar ul li a[title="Shooting Star News"] .button {
	background: url(images/left-nav/news.gif) no-repeat;
	width: 125px;
	padding: 10px 10px 10px 75px;
}
#left_sidebar ul li a[title="Shooting Star News"] .button3 {
	width: 125px;
}
#left_sidebar ul li a[title="Contact Us"] .button {
	background: url(images/left-nav/contact.gif) no-repeat;
	width: 125px;
	padding: 10px 10px 10px 75px;
}
#left_sidebar ul li a[title="Contact Us"] .button3 {
	width: 125px;
}
#left_sidebar h2, #right_sidebar h2, #commentblock h2 {
	font-size: 1.06em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 15px auto 5px auto;
	padding: 3px 3px 3px 0px;
	text-align: center;
} 
#right_sidebar h2 {
	color:#FF00FF;
	font-size: 1.4em;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
} 
#right_sidebar h2 a, #right_sidebar h2 a:hover {
	color:#FF00FF;
} 
#right_sidebar .date {
	font-weight:bold;
	font-size: 1em;
}
#right_sidebar a.more_info {
	color:#33CCFF;
}
#right_sidebar a.more_events {
	color:#FF00FF;
	font-weight:bold;
}
#right_sidebar ul.wplc_event_list {
	text-align:center;
	color:#000000;
	width:212px;
	height:520px;
}
#right_sidebar ul.wplc_event_list li {
	padding-left: 25px;
	padding-right: 25px;
}

/***** Calendar *****/
#wp-calendar {
	text-align: center;
	background: #b3a381;
	margin: 0 0 10px 20px;
	padding: 0;
	width: 80%;
	border: #3f3013 1px solid;
	font-variant: small-caps;
	font-family: Times, Verdana, Sans-Serif;
}
#wp-calendar td {
	line-height: 10px;
	font-size: 10px;
	color: #544b40;
	font-variant: small-caps;
}
#wp-calendar td a {
	display: block;
	color: #544b40;
	text-decoration: none;
	line-height: 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 10px;
}
#wp-calendar #prev a {
	width: 30px;
	font-variant: small-caps;
}
#wp-calendar #next a {
	width: 30px;
	margin: 0 0 0 30px;
	font-variant: small-caps;
}
#wp-calendar #today {
	background: #600000;
	color: #e6ddbc;
	font-variant: small-caps;
}
#wp-calendar #today a {
	color: #544b40;
	font-weight: 700;
	font-variant: small-caps;
}
#wp-calendar caption {
	color: #533419;
	text-align: center;
	width: 80%;
	margin: 5px 0 5px 20px;
	font-family: Times, Verdana,Sans-Serif;
	font-size: 14px;
}

/***** COMMENTS *****/
.comments-template {
	margin: 0 10px;
	padding: 0 10px;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 0;
	line-height: 14px;
	padding: 10px 0 10px 5px;
}
.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.commentmetadata {
	font-size: 9px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	width: 95%;
	max-width: 500px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	background: #efeadc;
}
.authorcomment {
	background: #ded3b7;
}

/***** IE HACKS *****/
*html #left_sidebar {
	margin: 0 0 20px 3px;
} 
*html #main_content {
	padding-bottom: 10px;
	border: #fff 3px double;
}
*html #container {
	width: 520px;
	margin: 0 10px 0 2px;
	padding: 0 10px 10px 10px;
}
*html #container_wide {
	width: 720px;
	margin: 0 0 0 20px;
}
*html #container_full {
	margin: 0 0 0 20px;
}


