/**************************************************************
	 Visit studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
	 HTML Elements
 *********************************************************/

html, body {
	height: 100%;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #353E47;
}


h1 {
	padding-bottom: 0.2em;
	font: 400 1.6em arial, sans-serif;
	border-bottom: 12px solid #CC9966;
}

h2 {
	font-size: 1.2em;
}

h3 {
	text-transform: uppercase;
	font-size: 0.9em;
}

h4 {
	font-size: 0.85em;
}

h5 {
	font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
	padding-left: 5px;
	padding-right: 5px;
}


/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #555;
}

.floatRight a {
	font-weight: bold;
	color: #CC9966;
}

.thumbs a {
	color: #000;
	border-bottom: 0px;
}

a:hover {
	color: #000;
}

a img {
	text-decoration: none;
}

a img.border {
	border: 1px solid #000;
}

a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 1px solid #CC9966 !important;
	border: 1px solid #CC9966;
}



/* Images */
img.floatRight {
	margin: 5px 0 10px 10px;
}

img.floatLeft {
	margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
}

.highslide-controls ul li {
	list-style-type: none;
	margin: 0;
}

.highslide-previous li a,
.highslide-play li a,
.highslide-pause li a,
.highslide-next li a,
.highslide-move li a,
.highslide-full-expand li a,
.highslide-close li a {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol li {
	font-weight: bold;
	margin: 0 0 0 20px;
}

ol li span {
	font-weight: normal;
	color: #555;
}


/* Blockquote */
blockquote {
	margin: 0;
	padding: 0 20px;
	background: #EEE;
	border: 1px solid #CC9966;
}

.floatLeft blockquote {
	margin-bottom: 20px;
	background: #FFF;
}

.floatLeft blockquote h2 {
	padding: 0 5px;
	background: #EEE;
}

.floatLeft blockquote p, ul, ol {
	padding: 0 0 0 5px;
}

/**************************************************************
	 Form Elements
 **************************************************************/

form {
	padding: 0;
	margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
	float: left;
	width: 25%;
	vertical-align: top;
}

input,
textarea,
select {
	padding: 1px;
	font: 400 1em verdana, sans-serif;
	color: #999;
	background: #EEE;
	border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	background: #E7F1F3;
	border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
	padding: 0;
	border: 0;
}

input.button {
	padding: 2px 5px;

	font: 400 0.9em verdana, serif;
	cursor: pointer;

	color: #fff;
	background: #ccc;
	border-width: 1px;
	border-style: solid;
	border-color: #888;
}

input.radio {
	background: none;
	border: 0px;
}
