/*
Theme Name: Yorkshire Rose Holidays
Theme URI: http://www.lightpathpr.co.uk/
Description: A bespoke design for Yorkshire Rose Holidays.
Version: 1.0
Author: Gary Taylor, Lightpath Public Relations
Author URI: http://www.lightpathpr.co.uk/
*/


/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background: #c7d1e5;
	color: #333;
	text-align: left;
	}

.depth-1 {
border: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	color: #ffffff;
	background: #ad2624 url(images/dates3.jpg) repeat-x;
	padding: 5px;
	margin-left: 10px;
	}

h2#pagetitle {
	font-size: 1.6em;
/*	width:78%; */
	margin-left: 20%;
	color: #ffffff;
	background: #ad2624 url(images/dates3.jpg) repeat-x;
	}

#h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	margin-top: 5px;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 100px;
	width: 962px;
	}

#headerimg {
	margin: 0;
	height: 100px;
	width: 100%;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	width: 972px;
	clear: both;
/*	border: 1px solid #000000; */
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: left;
	font-size: 9pt;
	color: #666666;
	}
/* End Structure */



/*	Begin Headers */

#header2 h1 {
	padding-top: 0px;
	margin: 0;
	margin-bottom: 10px;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

ul li {
	list-style: bullet outside;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	}

#sidebar ul li a {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background-color: #cccccc;
	color: #ffffff;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* main menus */

#nav2 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 25px;
/*	background: #3489b9 url(images/menu-bg.gif) center left repeat-x; */
	background: #0033AB;
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	list-style: none;
	line-height: 1;
	color: #000;
	clear:right;
}

#nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav2 a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#fff;
	text-decoration: none;
}

#nav2 a:hover {
	background-color: #d3dcf0;
	color: #0B1316;
}

#nav2 li { /* all list items */
	float: left;
}


#nav2 li ul a {
	background: #878A7E;
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav2 li ul a:hover {
	background: #e5e1db;
	color: #000;
}


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation, #navigation a {background: #958573 url('img/backgrounds.gif') repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}



/* container */


#container {
	width: 972px;
	margin: 2px auto;
	padding: 0;
	background: #ffffff;
	color: #000;
	overflow: hidden;
	padding: 6px;
	text-align: left;
	}

#header2 {
	width: 100%;
	}

#content {
	font-size: 1.1em;
	}

.home_left {
	width: 350px;
	background: #fff;
	padding-right: 10px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	padding: 5px;
	padding-bottom: 0px;
	padding-right:0px;
	}

.home_right {
	width: 350px;
	background: #fff;
	padding-right: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	padding: 5px;
	padding-bottom: 0px;
	padding-right:0px;
	}

h2#featured {
	font-size: 1.5em;
	color: #ffffff;
	background: #ad2624 url(images/dates3.jpg) repeat-x;
	padding: 5px;
	padding-top: 15px;
	padding-left: 20px;
	margin-top: 5px;
	margin-left: -10px;
	}

.featuredtour {
	color: #ffffff;
	}

#sidebar {
/*	padding: 20px 0 10px 0; */
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	width: 175px;
	height: 100%;
	float: left;
	clear: both;
	font: 1em Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#left_col {
	float: left;
	width: 47%;
	}

#right_col {
	float: right;
	width: 30%;
	padding-right: 10px;
	}

h2#tour {
	font-size: 1.7em;
	color: #ffffff;
	background: #ad2624 url(images/dates3.jpg) repeat-x;
	padding: 5px;
	padding-top: 15px;
	padding-left: 20px;
	margin-top: 5px;
	margin-left: -10px;
	}

#days {
	text-align: right;
	padding-left: 140px;
}

p#location {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #330d73;
	margin: 5px;
	margin-left: 10px;
	}

p#main_pic {
	margin: 5px;
	margin-left: 10px;
	}

#cost {
	background: #ccccff url(images/cost.jpg) repeat-x;
	font-weight: 700;
	padding: 5px;
	font-size: 14px;
	margin-top: 5px;
	}

#description {
	margin: 5px;
	margin-left: 10px;
	}

#dates, #dates2, #dates3 {
	font-size: 14pt;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-right: -10px;
	text-align: center;
	}

#dates {
	color: #ffffff;
	background: #330d73 url(images/dates.jpg) repeat-x;
}

#dates2 {
	color: #000000;
	background: #c7d1e5 url(images/dates2.jpg) repeat-x;
}

#dates3 {
	color: #ffffff;
	background: #ad2624 url(images/dates3.jpg) repeat-x;
}

#details {
	margin-left: 10px;
	margin-right: 10px;
	}

img.alignlogoright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	clear: both;
	}
