/* @override 
	http://www.snowkitesummit.com/news/wp-content/themes/snowkiteSummit/style.css
	http://www.snowkitesummit.com/style.css
*/

/*
Theme Name: Snowkite Summit
Theme URI: http://www.snowkitesummit.com
Description: A theme developed for Snowkitesummit.com
Author: Dave Grossman
Author URI: http://www.943productions.com
Version: 1.0
*/

body {
	font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #525469;
	text-decoration: none;
	background: #d9d9d9;
	margin-top: 0px;
		/*border: thin solid #23fe18;*/
}

a {
	color: #999999;
	text-decoration: none;	
}

a:hover{
	color: black;
}

/***********************************************
******************** Classes *******************
***********************************************/

ul.horizontal {
	display: inline;
}

ul.horizontal li {
	/*vertical-align: bottom;*/
	/*display: block;*/
	/*float: left;*/
	list-style: none;
	display: inline;
	margin-right: 10px;
}

.highlight{
	font-size: 125%;
	background-color: #0c4d6b;
	color: white;
	padding: 3px 28px 0 0;
}

.smallGrey {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.smallBlack {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.horizontal{
	list-style-type: none;
	text-transform: uppercase;
}

.horizontal{
	list-style-type: none;
	text-transform: uppercase;
	
}

#footer ul.horizontal li a {
	color: white;
	position: relative;
	top: 3px;
	right: 20px;
}

#footer ul.horizontal li a:hover {
	color: red;
}

.allCaps {
	text-transform: uppercase;
	list-style-type: none;
	text-decoration: none;
}

.allCapsWhite {
	text-transform: uppercase;
	list-style-type: none;
	text-decoration: none;
	color: white;
}

.allCapsWhite li a {
	/*text-transform: uppercase;*/
	color: white;
	/*text-decoration: none;*/
	/*list-style-type: none;*/
}

.allCapsWhite li a:hover {
	color: black;
}
.bigBoldGrey{
	font-weight: bold;
	font-size: 110%;
}

.bigBoldGreyBacked{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 140%;
	background-color: #d9d9d9;
}

.rightAlign {
	text-align: right;
}

div.headerCap{
	position: relative;
	left: 35px;
}

/*************Drop Shadow***********/
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
  
.wrap1 {
  float:left;
  background:url(images/shadow.gif) right bottom no-repeat;
  }
  
.wrap2 {
  background:url(images/corner_bl.gif) left bottom no-repeat;
  }
  
.wrap3 {
  padding:0 9px 9px 0;
  background:url(images/corner_tr.gif) right top no-repeat;
  }
  
.wrap3 img{
	display: block;
	border: 5px solid #fff;
}

.callOut{
	width: 80%;
	padding: 10px 20px 25px;
	border: thin dashed #5a5a5a;
	background-color: #dcdcdc;
	margin-left: 7%;
}

/***********************************************
********************** IDs *********************
***********************************************/

/****************Container**************/

#container {
	width: 800px;
	position: absolute;
	margin-left: 5%;
	background-color: white;
	/*border: thin solid #e800fc;*/
}

/****************HEADER**************/

#header {
	height: 64px;
	width: 800px;
	top: 0px;
	left: 0px;
	background: #2575b0 no-repeat;
}

#logo {
	float: right;
}

#nav{
	/*border: thin solid #fbf826;*/
	height: 25px;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	background-color: white;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav ul {
}

#nav ul li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	font-size: 140%;
	position: relative;
	top: 3px;
}


/**************Core*******************/

#core {
	/*border: thin solid #f80a12;*/
	background-color: white;
	margin: 0px;
	padding: 5px 10px 10px;
	font-size: 120%;
}

/****************Sidebar**************/

#sidebox {
	
}

#sidebar {
	/*border: thin solid #f80a12;*/
	float: right;
	width: 200px;
	margin-right: 40px;
	margin-top: 10px;
}

ul#sidebar {
	list-style: none;
}

/****************Menu**************/

#menu {
	
}

/****************SubMenu**************/

#subMenu {
	
}

/****************Content**************/

#content {
		/*border: thin dotted #2ffefd;*/
		/*width: 70%;*/
}

/****************Crown**************/

#crown {
}



/****************Neck**************/

#neck {
	
}

#pageTitle{
	position: absolute;
	left: 100px;
	font-size: 400%;
	color: #fff;
	text-shadow: #000 3px 3px 5px;
}

/****************Chest**************/

#chest {
	width: 475px;
	padding-left: 35px;
	padding-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-style: hidden;
	clear: left;
}
#sigBox{
	width: 191px;
	margin-top: 50px;
}

#headShot{
	position: relative;
	float: right;
	top: 60px;
	right: 20px;
}

#signature{
	padding: 0;
	margin: 0;
}

#sigName{
	position: relative;
	/*top: -10px;*/
	margin: 0;
	padding-left: 20px;
}


#sigTitle{
	position: relative;
	/*top: -20px;*/
	margin: 0;
	padding-left: 20px;
}

/****************Tail**************/

#tail {
		/*border: thin solid #f97a84;*/
}

/****************Footer**************/
#footer{
	/*border: thin solid #a5fef8;*/
	background-color: black;
	height: 20px;
	color: white;
	text-align: right;
}

/****************Floor**************/
#floor{
		/*border: thin solid #fc9df8;*/
	background-color: silver;
	height: 10px;
}

