﻿/*  
Theme Name: GC Event Hire
Theme URI: 
Description: WP Garden City Event Hire theme designed by <a href="http://www.catskinstudio.com">Brisbane's web designer : Catskin Studio</a>. Simple. Beautiful. Minimalistic. Garden City.
Version: 1
Author: Catskin Studio
Author URI: http://www.catskinstudio.com
Tags: two-columns, fixed-width, generation, red, brisbane, web design, catskin, studio
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: admin(at)catskinstudio.com. Requests through other channels (website etc.) can unfortunately not be responded to.
*********************************************************************
ATTENTION
If you don't need any logo in your theme, please find #header element
and remove last two lines from it's decoration 
*********************************************************************

************
CSS CONTENTS
************
* --- reset
* --- typography
* --- text elements decoration
* --- wordpress styles
* --- layout
* --- header
* --- navigation
* --- content
* --- sidebar
* --- search form
* --- comments
* --- footer
* 
* 
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font:normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
}
pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
}
h3,
.postdata,
.entry-content {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    display:block;
    padding-left:20px;
    padding-right:20px;
    background:#fff;
}

.entry-content h2 a {
    margin-left:-70px;
}



#sidebar {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-left:10px;
    border-left:15px transparent solid;
}


#header h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1 {
    font-size:2.91em;
}
h2 {
    font-size:2.36em;
    line-height:1.6;
    color:#152942;
}
h3 {
    font-size:1.55em;
    color:#152942;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {margin: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {
    border-left: 2px solid #D2D6D8;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#c11020;
    text-decoration:underline;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
	color: #363636;
}
#root{
	position:relative;
	top:30px;
	width:900px;
	margin:0 auto;
	background:url(images/root-top_03.gif) no-repeat scroll left top;
	height:auto;
	min-height:150px;

}

/* Header
*******************************/
#header {
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1em;
    color:#fff;
}

/* Navigation
*******************************/
#nav{
    height:0px;
    visibility:hidden;
}
#nav li{
    float:left;
   background:url('images/nav-spacer_03.jpg') no-repeat scroll transparent right center;    
}
#nav a{
    float:left;
    padding:10px 18px 0 18px;
    white-space:nowrap;
    /*margin-right:18px;*/
    height:26px;
    /*border-bottom:3px solid #D2D6D8;*/       
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    font-size:1em;
}
#nav a:hover,
#nav .current_page_item a{
   /*border-color:#fff;*/
   background:url('images/nav-selected_03_03.jpg') no-repeat scroll center center;
   height:34px;
}

/* Sub-Navigation
*******************************/
#sub-nav{
    height:0px;
    visibility:hidden;
}
#sub-nav li{
    float:left;
}
#sub-nav a{
    float:left;
    padding:12px 0 0 0;
    margin-right:18px;
    text-transform:uppercase;
    white-space:nowrap;
    color:#fff;
   
    text-decoration:none;
    font-size:0.8em;
}
#sub-nav a:hover,
#sub-nav .current_page_item a{
}


/* Content
*******************************/
#content {
    width:539px;
    margin:20px 70px 30px 0px;
    float:left;

}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #bbc2c6;
}
#content .single {
    border-bottom:0;
}

#content h2
{
	  margin-top:22px;
	  margin-bottom:17px;
	  font-size:20px;
	  color:#c11020;
}

#content h2 a {
    text-decoration:none;
 	padding-left:70px;
}

#content ul li
{
	 	list-style-position:outside;
	 	margin-left:0px;
	 	list-style:none;
	 	margin-top:10px;
}

#content ul li a
{

	 background:url('images/content-ul-link_07.jpg') no-repeat left center;
	 vertical-align:top;
     padding-bottom:5px;
	 text-decoration:none;
	 padding-left:20px;
}


#content h3 {
    margin-bottom:20px;
    line-height:2.1;
    border-bottom:2px solid #D2D6D8;
}
#content h2 a:hover {
    color:#465c79;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

.content-foot
{
	height:40px; width:608px; padding:5px; margin-bottom:30px; background: url('images/content-foot_06.jpg') no-repeat top left;
}

/* Sidebar
*******************************/
#sidebar {
    width:276px;
    float:right;
    margin:0px 0px 50px 0;
    background:transparent;
    min-height:150px;
    height:auto
    
}
#sidebar h3 {
    padding:0 0px 20px 45px;
    background:transparent;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;    
    color:#000;
}

#sidebar h3 a{
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
}

#sidebar .box {
    padding-bottom:30px;
    margin-bottom:15px;
    padding-top:10px;
    width:276px;
    background: url('images/sidebar-title-background_10.jpg') #fff no-repeat scroll center top;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
#sidebar .box .current-cat li a {
	margin-left:30px;
	margin-right:10px;
	margin-top:10px;
	color:#7c7c7c;
}

#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar .box li a,
#sidebar .box .current-cat li a {
	border-bottom:1px #eee solid;
}

#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 0px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
     text-decoration:none;
 	 padding-top:4px;    
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
   color:#000;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#152942;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button*/
#sidebar .rss {
	top:300px;
    height:59px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    font-size:1em;
    color:#152942;
}
#searchform input#search-submit {
    background:#D2D6D8;
    border:1px solid #D2D6D8;
    width:30px;
}

form
{
	padding-left:30px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#152942;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #D2D6D8;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
	position:relative;
	display:block;
    clear:both;
    height:91px;
    background: transparent url('images/sample-footer.jpg') no-repeat scroll center top;
    margin-bottom:20px;
}
#footer .copyright {
    padding-right:8px;
    width:900px;
    margin:0 auto;
    display:block;
}
#footer img {
    vertical-align:middle;
    margin-right:10px;
}



/* GC Event Hire
*******************************/

body
{
	margin: 0 auto;
	padding:0;
	text-align:center;
}

.container
{
	width:900px;
	text-align:left;
	padding:0;
	margin:0;
}

#the-top
{
	height:0px;
	visibility:hidden;
}

#the-top *
{
	margin-top:auto;
}

#mainMenu
{
	position:relative;
	height:40px;
	background:#333 url('images/gc-event-hire-background_mainmenu.jpg') repeat-x scroll left top;
	width:100%;
	padding:0;
}

#mainMenu *
{
	margin-top:auto;
}


#subMenu
{
	position:relative;
	height:40px;
	background:#F00 url('images/gc-event-hire-background_submenu.jpg') repeat-x scroll left top;
   	width:100%; 
	margin:0;
	padding:0;   	
}

#subMenu *
{
	margin-top:auto;
}


#middle
{
	position:relative;
	background:#f0f0f0 url('images/gc-event-hire-background1.jpg') repeat-x scroll left top;
	min-height:500px;
	height:auto;
	width:100%;	
}

#middle *
{
	margin-top:auto;
}


#bottom
{
 	visibility:hidden;
 	height:0px;
}

#bottom *
{
	margin-top:auto;
}


#map{
	color:#f0f0f0;
	width:608px;
	float:left;
}

#map ul li, {
    line-height:180%;
}

#foot-links ul li
{
    line-height:240%;
    list-style-image: url('images/link-icon_11.jpg');
    vertical-align:middle;
    list-style-position:outside;
    padding-left:15px;
    margin-left:15px;

}


#map ul li a, #foot-links ul li a
{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.9em;
}

#map ul li ul li, #foot-links ul li ul li
{
    list-style-image: url('images/bullet_11.jpg');
    list-style-position:inside;
    line-height:140%;
	color:#a8a8a8;
}


#map ul li ul li a, #foot-links ul li ul li a
{
	color:#a8a8a8;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.7em;
}


#map h3, #foot-links h3 {
    padding:20px 0px 20px 45px;
    background:transparent url('images/map-header_07.gif') no-repeat 5px 5px	;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;    
    color:#000;
}


#foot-links {
	color:#f0f0f0;
	width:280px;
	float:right;
}

#gallery-button
{
width:276px;
height:276px;
	background:url('images/photo-gallery-button_03.gif') no-repeat; border:0px transparent none;
	cursor:pointer;
}

.contact-form-text, .contact-form-textarea
{
	width:200px;
}

.wpcf7
{
	
	padding:15px;
	margin:15px;	
}
}