﻿/*
	Description: Our Childrens Gorilla (playsam)
	URI: 
	Version: 1.0
	Author: Niklas Hultgren
	Author URI: http://www.litchi.se
*/


* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #FFFFFF url(images/img01.jpg) repeat-x left top;*/
	background: #FFFFFF url(images/bg.jpg) no-repeat left top;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #757E82;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 
{
    font-size:1.4em;
    padding:0 0 .4em 0;
    color:#333;
    text-align:left;
}

h3 {
color:#333;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

p.intro {
    margin:0;
}

.buy
{
    padding:10px 0 10px 0;
}

.buy a:link,
.buy a:visited, 
.buy a:focus, 
.buy a:active
{
    font-weight:bold;
    color:#3366cc;
}

blockquote {
font-family:Georgia, Garamond, "Times New Roman";
	font-style:italic;
	padding:.8em 2.5em;
	background:transparent url(images/quote.png) no-repeat 1em 25%;
 }


ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #F40C42;
}

a:hover {
	text-decoration: none;
	color: #F40C42;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width:100%;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
}

#header .inner
{
    width: 900px;
	height: 117px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 30px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font: normal 46px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -4px 0 0 0;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: normal;
	color: #D9170E;
}

#logo h2 a {
	color: #9AA9B1;
}

#logo a {
	text-decoration: none;
	color: #D9170E;
}

/* Menu */

#menu {
	float: right;
	width: 592px;
	height: 90px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 55px;
	margin-right: 1px;
	padding: 35px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #383B3F;
}

#menu a:hover, #menu .active a {
	background: #F40C42 url(images/img02.jpg) repeat-x left bottom;
	color: #FFFFFF;
}

/* Search */

#search {
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 2px 2px;
}

#search-text {
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #E71810;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;	
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	/*background: url(images/img05.jpg) repeat-y left top;*/
	margin:20px 0 0 0;
	background-color:#fff;
			border: 1px solid #ccc;
		-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	
}

#site-footer
{
    width:607px;
    	background-color:#fff;
			border: 1px solid #ccc;
		-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding:10px;
    margin:20px 0 20px 0;
    
}

.ticket-form
{
    margin:10px 0 0 0;
    padding:10px;   
    border:solid 2px #ccc;
}

.ticket-form p
{
    line-height:16px;
}

.ticket-form .field
{
    padding:4px 0 4px 0;
}

.ticket-form .inner-form .field span
{
    width:20px;
    float:left;
    padding:0 0 0 4px;
    margin:0;
}

.ticket-form .inner-form .field span img
{
    padding:0;
    margin:0;
}

.ticket-form .field label
{
    padding:3px 0 0 0;
    width:50px;
    float:left;
}

.ticket-form input
{
    color:#757E82;
    float:left;
    width:200px;
    font-size:11px;
}

.ticket-form input[type="button"]
{
    width:auto;
    padding:4px;
    margin:0 0 0 50px;
}

.ticket-form textarea
{
    color:#757E82;
    padding:4px;
     font-size:11px;
    font-family: Tahoma, Geneva, sans-serif;
    resize:none;
}

.ticket-form .icon
{
    margin:0;
    padding:0 6px 0 0;
}

.post-bgtop {
	/*background: url(images/img04.jpg) no-repeat left top;*/
}

.post-bgbtm {
	/*background: url(images/img06.jpg) no-repeat left bottom;*/
	padding: 50px 40px 30px 40px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #3A3D40;
}

.post .entry {
}

.post .entry .listing
{
    background-color:Lime;
}

.post .entry .listing img
{
    padding:0 16px 0 0;
}

.post .entry .hires-listing img
{
    padding:0 16px 16px 0;
}


.post .entry .left
{
    float:left;
    width:44%;
    margin:0 2% 0 0;
}

.post .entry .right
{
    float:left;
    width:54%;
}

.post .entry .right img
{
    margin:0;
    padding:6px 0 0 0;
    float:right;
    width:auto;
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
}

.post .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	background: url(images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.post .byline {
	font-size: 11px;
	font-style: italic;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	font-size: 11px;
	padding:20px 0 0 0;
}

.sidebar-inner {
	
	background-color:#fff;
	padding:10px;
	border: 1px solid #ccc;
		-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#sidebar-bgbtm {
	background: url(images/img09.jpg) no-repeat left bottom;
	padding: 40px 40px 20px 40px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 7px 0px;
	font-size:14px;
	border: none;
	background: url(images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
}


#sidebar li li a {
	background: url(images/img11.jpg) no-repeat left 5px;
	padding-left: 20px;
}

#sidebar h2 {
	margin: 10px 0 0 0;
	padding: 0px 0px 20px 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #757E82;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #363636;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */


#footer {
	color: #757E82;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	text-decoration: underline;
	color: #757E82;
}

#footer a:hover {
	text-decoration: none;
	color: #F90542;
}


.myBox {
    margin: 0.5in auto;
    color: #fff;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #f00;
    border: 3px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

div.head
{
    font-weight:600;
    color:#333;
    padding:0 0 10px 0;
}


/* Misc
======================================== */
.clear
{
    clear: both;
}
.non-visual
{
    position: absolute;
    left: -9999px;
}

