/*
	Template name: Reductio ad absurdum
	Author: David George
	Description: Simple three column 1024 px ExpressionEngine style sheet
	Date: 10th August 2006
*/



/* Set Page Wide Defaults */
* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#spacer {
border-bottom: 1px #555 dotted;
margin-top: 5px;
margin-bottom: 5px;
}

img {
	border: 0px;
}
ul {
	margin: 0;
	padding: 0;
	border: 0;
}

ul ul {
	margin-left: 5px;
}

li {
	margin: 0;
	list-style: none;
}


body {
        margin:0;
        padding:0;
        border:0;		/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

#header {
	CLEAR: both;
	FLOAT: left;
	text-align: center;
	margin-bottom:10px;
	WIDTH: 100%
}

#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

.holygrail {
	BACKGROUND: #fff;		/* Right column background colour */
}

.holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-300px; 	/* Width of right column */
        position:relative;
        right:100%;
	border-right:1px solid #bbb;
}

.holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:500px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
	border-right:1px solid #bbb;
}

.holygrail .col1wrap {
        float:left;
	width:50%;
	position:relative;
	right:250px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1 {
	margin:0 265px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
	border-top:8px solid #900;
}

.holygrail .col2 {
        float:left;
        float:right;		/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	border-top:8px solid #900;
}

.col2 h2 {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #555 dotted;
}

.col2 img {
	border: 0px;
}

.holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:270px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
	border-top:8px solid #036;
}

.holygrail .col1 img {
	padding: 4px;
	border: 1px solid #ccc;
}

#footer {
	CLEAR: both;
	border-top:1px solid #ccc;
	FLOAT: left;
text-align: center;

	WIDTH: 100%
}

#footer P {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN: 0px;
	PADDING-TOP: 10px
}

#nav_categories li {
	padding-left: .9em;
	background-image: url(http://www.skirando.com/images/frontpage/star.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#nav_categories li li {
	background-image: url(http://www.skirando.com/images/frontpage/da.gif);
}

#nav a  {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* Standard HTML styles */
h1 {
	color: #003366;
	font-size: 22px;
}

h2 {
	color: #003366;
	font-size: 17px;
	font-weight: bold;
}

h3 {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

/* Story Title  Links */
h2 a {
	color: #003377;
}

h2 a:hover {
	color: #990000;
	border-bottom:1px dotted;
}

p {
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #0000CC;
	text-decoration: none;
}

a:hover{
	color: #0055cc;
	border-bottom: 1px dotted;
}

a:active {
	text-decoration: none;
}

/* Block styles */
.copyright {
	font-family : Arial;
	font-size : 8pt;
	font-style : italic;
	font-weight : bold;
	color : #0000B0;
	margin-top: 10px;
	text-align: right;
}

.posted {
	font-size: 10px;
	border-bottom: 1px #666666 dotted;
	padding-bottom: 5px;
}

.paginate {
	font-size: 12px;
	border-bottom: 1px #666666 dotted;
	padding-bottom: 5px;
	padding-top: 5px;
}