/**
 * SkiGeorge.com CSS File
 *
 * The CSS file for the main layout of skigeorge.com
 * 
 * @author Daniel Hensby <dan@betterbrief.co.uk>
 * @author Josh Holloway <josh@betterbrief.co.uk>
 * @copyright Copyright (c) 2009, Better Brief LLP
 * 
 */

/* Reset
Nice of Yahoo! to supply:
http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size: 11px;
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}


/* General */
html {
	width: 100%;
	background-color: #333;
}

body {
	width: 815px;
	background:#fff url(../images/bg_glow.jpg) top left repeat-y;
	margin: 0 auto;
}

#Container {
	width: 779px;
	margin-left:7px;
	padding:12px;
}

/* Header */
#Header {
	position: relative;
}

#Header #Logo {
}

#Header ul {
	position: absolute;
	top: 20px;
	left: 220px;
	width: 570px;
}
	
	#Header ul li {
		list-style-position: inside;
		float: left;
		margin: 3px;
		font-size: 10px;
		width: auto;
	}
	
		#Header ul li a {
			display: block;
			padding: 8px 10px;
			color: #fa3670;
			text-decoration: none;
		}
		
		#Header ul li a:hover {
			color: #d4004d;
			text-decoration: underline;
		}
		
		#Header ul li.current a, #Header ul li.section a {
			background: #fa3670;
			display: block;
			padding: 7px 10px;
			color: #fff;
			text-decoration: none;
			border: 1px solid #fff;
			border-radius: 5px;
			-ms-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		}

#Slideshow {
	margin: 0;
	padding: 0;	
	margin-top: 15px;
	border: 5px solid #c8c8c8;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 761px;
	height: 310px;
}

#Content {
	margin-top: 20px;
	width: 100%
}

#Sidebar {
	width: 188px;
	height: 100%;
	position: relative;
	padding-bottom: 20px;
	float: left;
}

#Sidebar #FeatureBox {
	background: #333;
	width: 188px;
	height: 150px;
	
	padding: 0;
	
	border: 5px solid #c8c8c8;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#FeatureBox span {
	text-align: center;
	font-size: 15px;
	padding: 0;
	padding-top: 3px;
	display: block;
}

#FeatureBox a {
	color: #fa3670;
	display: block;
	text-decoration: none;
}

#FeatureBox a:hover span {
	text-decoration: underline;
}


#SideNav {
	position: relative;
	background: #fff;
	width: 188px;
	
	margin-top: 5px;
	margin-bottom: 10px;
	
	border: 5px solid #c8c8c8;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#SideNav li {
	color: #fb4f82;
	padding: 5px 0;
}

#SideNav li a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color: #fb4f82;
}

#SideNav li span {
	position: absolute;
	right: 8px;
}

#SideNav li a:hover, #SideNav li.current a, #SideNav li.section a {
	text-decoration: none;
	background: #ddd;
	padding-bottom: 4px;
	color: #666;
	border-bottom: 1px solid #bbb;
}

#SideNav li a:hover > span, #SideNav li.current a > span {
}

#Sidebar #QuoteBox {
	position: relative;
	background: #333;
	width: 188px;
	
	margin-top: 10px;
	padding: 0;
	
	border: 5px solid #c8c8c8;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#QuoteBox ul li {
	color: #fff;
	font-size: 12px;
	padding: 0;
	padding: 10px 6px;
	line-height: 21px;
}

#QuoteBox ul li .quoteBy {
	color: #c83561;
}

#QuotePointer {
	position: absolute;
	bottom: -20px;
	left: 130px;
	width: 34px;
	height: 21px;
	background-image: url("../images/quote_bottom.jpg");
}

#Information
{
	float:left;
	width: 558px;
	margin-left: 25px;
	/*display: block;
	position: relative;
	margin-left: 220px;
	margin-top: -5px;
	color: #333;*/
	padding-bottom: 16px;
}

#Information p {
	line-height: 21px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#Information ul,#Information ol {
	padding: 0;
	margin: -10px 0 10px;
}

#Information ul li {
	padding: 0px 5px;
	margin: 0;
}

#Information a {
	text-decoration: none;
	color: #fb4f82;
}

#Information a:hover {
	text-decoration: underline;
}


#Footer {
	clear: both;
	margin-left: 3px;
	background:#333 url("../images/bg_bottom.jpg") top left no-repeat;
	padding-left: 18px;
	padding-top: 20px;
	width: 797px;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#FootBreak {
	background-image: url("../images/bg_footer_spacer.jpg");
	background-repeat: repeat-x;
	width: 780px;
	height: 10px;
}

#Footer #Left {
	padding-left: 2px;
	float: left;
	font-size: 12px;
}

#Footer #Right {
	padding-right: 5px;
	float: right;
	font-size: 13px;
	margin-right: 15px;
}

#Footer #Right a {
	color: white;
	text-decoration: none;
}

#Footer #Right a:hover {
	text-decoration: underline;
}


/* Tags */

h1 {
	font-size: 18px;
	margin-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fa3670;
}

h2 {
	font-size: 12px;
	margin-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fa3670;
}

h3 {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 10px;
}

p, address {
	font-size: 11px;
	line-height: 20px;
	padding: 10px 0;
}

address {
	margin-top: -5px;
	padding-top: 0;
	padding-left: 10px;
}

/* layout */
img.right {
	float: right;
	margin-left: 20px;
}

img.left {
	float: left;
}

img.leftAlone {
	float: left;
	display: block;
}

img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.center {
	text-align: center;
}

#Information p {
	margin-bottom: 15px;
}

#Information ul {
	margin-left: 20px;
}

#Information li
{
	line-height: 20px;
}

#Information li:before {
	content: "»";
	margin-left: -20px;
	margin-right: 10px;
}

/* Comments */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}



.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
#myGallery
{
	width: 714px;
	height: 505px;
	z-index:5;
}

/**
 *Prices page
 */

div.table {
	border: 5px solid #c8c8c8;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table {
	width: 100%;
}

tr {
	height: 22px;
	vertical-align: middle;
}

tr.odd {
	background:#f9f9f9;
}

th, td {
	padding: 10px;
}

th {
	font-weight: bold;
}

td.avail-2 {
	color: #ff1919;
}

td.avail-1 {
	color: #d98f0e;
}

td.avail-0 {
	color:#3ebf62;
}