/*
Theme Name: SkiTrak
Theme URI: http://www.skitrak.com
Version: 1.0
Description: Business
Author: D. Murphy
Author URI: http://www.vistaviewpoint.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #556596; text-decoration: none; font-weight: bold;}
a:hover {color: #ccc502; text-decoration: none; font-weight: bold;}
a img {border: none;}  
body {
	background: #777777 url(images/bg.gif) top center repeat-y;
	color: #666666;
	font: normal 10px/18px arial, sans-serif;
}

code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Arial,sans-serif; color: #556596; }
h2 {font: normal 1.5em Arial,sans-serif; color: #556596; }
h3 {font: bold 1em Arial,sans-serif; color: #607dc0; }

h1,h2,h3 {padding-top: 6px; margin-bottom: 6px;}

#box {
  border: 2px solid #4d6bad;
  padding: 10px; 
}
.gbbold {
  font-weight: bold; 
  color: #4d6bad; 
}
#left-img {
  border: 0;
  float: left;
  margin: 0 15px 15px 0;
}
#right-img {
  border: 0;
  float: right;
  margin: 0 0 10px 15px;
}
#center-img {
  border: 0;
  position: relative;
  clear: both;
  margin: 0;
  text-align: center;
}

.ttag {
  color:#666666; 
  font:10px arial,sans-serif;
}

/* Float fix */
.contenttext{overflow:hidden;}
* html .contenttext{height:1px;overflow:visible;}
* html .contenttext p{overflow:hidden;width:99%;}


blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */

.inner-container {
	background: #f8f8ff;
        margin: 0 auto;
	padding: 10px;
	width: 800px;
}
.container {
	border: 2px solid #777777;
	background: #f8f8ff;
	font-size: 1.2em;
	line-height: 1.5em;
        margin: 0 auto;
	padding: 10px;
	width: 780px;
}
/* header & title */
.header {
	background: #f8f8ff url('images/header.jpg') no-repeat bottom center;
	height: 300px;
	margin-bottom: 5px;
	text-align: left;
}
.header .title {
	color: #666666;
	padding-top: 0px;
}
.header .title .sitename a {
	color: #666666;
	font: bold 1.8em arial, sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {color: #666666;}

.header .slogan {
	font: bold 1.2em arial,sans-serif;
        padding: 0;
        float: right;
}

/* path */
.path {
	background: #607dc0;
	color: #f8f8ff;
	font: normal 1em arial,sans-serif;
	padding: 8px 10px 8px 15px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #f8f8ff;
	text-decoration: none;
	margin-right: 30px;
}
.path a:hover {
	color: #ccc502;
	text-decoration: none;
}

/* main */
.main {
	background: url('images/main.gif') repeat-y;
	border-top: 5px solid #ffffff;
	padding: 8px 12px 8px 12px;
        border-bottom: 5px solid #ffffff;}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #666666;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content .entry ul {margin: 0; padding: 0;}
.content .entry li {
	font-size: 1em;
        line-height: 1.5em;
	background-image: url(images/li.gif);
        background-repeat: no-repeat;
        background-position: 0 4px; 
        padding: 0px 0px 10px 20px; 
}
.content .entry p {
	color: #666666;
	font-family: arial, sans-serif; 
	font-size: 1em;
        line-height: 1.5em;
        padding-bottom: 10px;
}

.content ol li {
	background: none;
        list-style: none;
	font-size: 1em;
        line-height: 1.5em;
}
.contenttext p {
	color: #666666;
	font-family: arial, sans-serif; 
	font-size: 1em;
        line-height: 1.5em;
        padding-bottom: 10px;
}
/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #666666;
	font: bold 1.1em arial,sans-serif;
	line-height: 2em;
	margin: 0;
	padding-left: 0;
}
.navigation ul { padding: 0; }
.navigation li a {
	font-size: .9em;
        line-height: 1em;
	color: #556596;
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
        width: 95%;
}
.navigation li a:hover {
	color: #ccc502;	
	padding: 4px 0 4px 0;
}

/* footer */
#footer {
	background: #607dc0;
	color: #f8f8ff;
	font: bold .8em arial, sans-serif;
        text-align: center;
	padding: 0 16px;
        line-height: 2em;
	height: 39px;
}
#footer a {
	color: #f8f8ff;
	text-decoration: none;
}
#footer a:hover {color: #ccc502; text-decoration: none;}

/* posts */
.post h1 a {
	color: #283890;
	text-decoration: none;
}
.post h1 a:hover {
	color: #ccc502;
}

.post {margin: 2px 0 2px 0;}

.post .info{
        background-color:#dcdcdc;
        border-left:4px solid #c2c2c2;
        color:#666666;
        font-size:0.9em;
        font-weight:bold;
        line-height:2em;
        margin:10px 0 20px;
        padding: 5px;
}
.post img {
	border: 0;
	margin: 4px 0;
}
.post a img {border: 0;}
.post a:hover img {border-color: #c2c2c2;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: none;}

/* comments */

.commentlist {margin: 0; padding: 0;}
.commentlist li {
background-color:#f8f8ff;
border-left:4px solid #c2c2c2;
color:#666666;
margin:0 0 10px;
padding:8px 5px 0 8px;
list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #f8f8ff;
	width: 400px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #666666;
	text-decoration: none;
}
.commentmetadata a:hover {color: #ff7800; text-decoration: none;}

textarea.styled {width: 400px;}

.styled {
	font-size: 1.1em;
	background: #eaeaea;
	border: 1px solid #dcdcdc;
}
.styled:hover {
	background: #ffffff;
	border: 1px solid #dcdcdc;
}
.styled:focus {
	background: #ffffff;
	border: 1px solid #dcdcdc;
}
#commentform input {margin-bottom: 3px;}

#searchform {padding: 0px;}



/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #666666;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #666666;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 80%;
}

form.ddfm legend {
	font-size: 100%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 100%; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	padding: 15px;
	width: 80%; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 15%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding: 0 10px 15px 0;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 10px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;

	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin: 0 10px 15px 0; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 20px; 
        float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}
