/*
Theme Name: Speciality Golf Tours 
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras Theme for WordPress
Author: jabIT 
Author URI: http://www.arrastheme.com/
Template: arras-theme
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/

/* Colours
	#006300	Dark Green
	#D6F6D2	Pale Green
	#CCC	Grey
*/

/*
The following color codes the itenerary table
*/
table.itinerary thead th {
	background-color: black;
	color: white;
}

table.itinerary tr.odd td{
	background-color: #F8F8F8;
}

table.itinerary tr.even td{
	background-color: #FFF;
}

body {
 	font-family: Georgia, 'Times New Roman' Times, serif;
}
/*
The following hides the summary text from the slideshow
*/
#featured-slideshow{
	border-color: white;
	/*border-color: #BADEF9;
	border-style: ridge;*/
}
#featured-slideshow .featured-entry{
	height: 30px;
	top: -45px;
	background: #D6F6D2;
}

#featured-slideshow .featured-entry .entry-title{
	padding-top: 5px;
	padding: 5px 45px 5px;
	color: #9F0635;
}

#featured-slideshow .featured-entry .entry-summary{
	display: none;
}

#index-featured .entry-thumbnails .entry-meta{
	background: #D6F6D2;
	color: #006300;
}

#index-featured .entry-thumbnails .entry-meta .published{
	color: #006300;
}

#controls {
	top: 210px;
}

#controls .prev {
	background-image: url(./images/prev-3.png);
}

#controls .next {
	background-image: url(./images/next-3.png);
}
/*
 The header
*/
#header{
	/*background-color: #006300;*/
	background-color: #D6F6D2;

	/* After changing the bradning background to an image I am modifying the border around the nav bar to sea blue */
	/* border-bottom: 5px solid #CCC; */
	/*border-bottom: 5px solid #a5bdc9;*/
	border-bottom: 5px solid white;
	padding-top: 5px;

        background: #69AAC8 url(./images/discover-irl-bg.jpg) no-repeat fixed 50% 0%;
}

#branding{
	/*background: #006300 url(http://www.specialtygolftrips.com/wp-content/uploads/2010/06/sgt-logo-small2.jpg) no-repeat 0px 10px;*/
	background: #006300 url(./images/old-head-5-header.jpg) no-repeat 0px 0px;
	/*border: 2px solid #ccc;
	margin-bottom: 5px;*/
	border: none;
	border-top: 2px solid #006300;
	border-left: 2px solid #006300;
	border-right: 2px solid #006300;
}

#searchbar{
	display: none;
}

.logo{
	left: 10em;
	position: relative;
	margin: 0px;
}


/*
.rounded-corner-top div{
	background: url(http://www.specialtygolftrips.com/wp-content/uploads/2010/06/rounded_corner_tl.png) no-repeat top left;
}

.rounded-corner-top {
	background: url(http://www.specialtygolftrips.com/wp-content/uploads/2010/06/rounded_corner_tr.png) no-repeat top right;
}

.rounded-corner-top div, .rounded-corner-top{
   width: 100%;
   height: 30px;
   font-size: 1px;
}*/

.blog-name{
	text-transform: capitalize;
	font-style: oblique;
	letter-spacing: 0.1ex;
	line-height: 1.5em;
	font-size: 42px;
}

.blog-name a:link, .blog-name a:visited{
	color: white;
}

.blog-description{
	color: white;
	text-transform: none;
	font-size: 18px;
}

/*
 nav bar
*/
#nav{
	/* background-color: white; */
	background-color: #006300;
	background-image: none;
	/*border-bottom: 5px solid #CCC; */
	/* After changing the header background to an actual image, I am making the border sea blue */
	/*border-bottom: 5px solid #a5bdc9;*/
	border-bottom: 5px solid white;
}

#nav-content{
	/* background-color: white; */
	background-color: #006300;
	height: 30px;
	text-transform: uppercase;
}

.sf-menu a {
	color: #FFF;
}

.sf-menu li ul li a:link, .sf-menu li ul li a:visited {
	background-color: #E2E2E2;
}

.sf-menu ul {
	border-top: 4px solid #9F0635;
}

/*
 Wrapper
*/
#wrapper{
	/*background-color: #BFFEBF;*/
	/*background-color: #D6F6D2;*/
	/*padding-top: 5px;*/
        background: #69AAC8 url(./images/discover-irl-bg.jpg) no-repeat fixed 50% 0%;
	padding-top: 0px;
}

#main{
	background-color: white;
	/*border: 2px solid #CCC;*/
	border: 0px;
	border-left: 2px solid #006300;
	border-right: 2px solid #006300;
}

body{
	/*border-top: 5px solid #CCC;*/
	background: #69AAC8 url(./images/discover-irl-bg.jpg) no-repeat fixed 50% 0%;
}

#index-featured .posts-default .entry-meta, #index-featured .posts-quick .entry-meta{
	display: none;
}

#index-news .posts-default .entry-meta, #index-news .posts-quick .entry-meta{
	display: none;
}

/*
  Footer
*/
#footer{
	width: 100%;
	background: #9F0635;
	/*border-top: 5px solid #a5bdc9;
	border-bottom: 5px solid #a5bdc9;*/
	padding-top: 0px;
	margin-top: 0px;
	/*background: white;
	border-top: 5px solid #CCC;
	border-bottom: 5px solid #CCC;*/
}

#footer .footer-message{
	color: white;
}

/* Hiding the footer sidebar */
#footer-sidebar {
	display: none;
}

/* Posts */
#main .single-post {
	border: 0px;
	padding: 0px 5px 0px 0px;
        margin-left: 0px;
}

.single .post .entry-title, .single-post .entry-title {
	margin: 10px 0px;
}

.single-post h4 {
        color: #9F0635;
        margin-bottom: 3px;
}

.single-post .entry-info {
	display: none;
}

.single-post .slideshow-nav {
	display: none;
}

.posts-quick .entry-info {
	display: none;
}

/* Sidebar */
.sidebar .xoxo {
	padding-left: 3.333em; /* Same as front page */
}

#arrivaldate, #departuredate{
	width: 70px;
	margin-right: 5px;
}

.br_form_label {
	float: left;
	width: 170px;
        margin: 0.5em 0px;
}

.br_form_input {
	float: right;
}

.booking_request {
	/* position: fixed; */
	width: 300px;
}

/* Centre the thumbs that get generated as part of the Portfolio Slideshow plugin */
div.slideshow-thumbs {
	margin: auto;
}

/* Remove the meta data from the featured stories widget */
.widgetcontent .featured-stories .sub {
        display: none;
}

