/* CSS Euro Trips Document */

/*-------- 6/29/07 1:50PM ----------*/

/*   
Theme Name: estKickAppsMain
Theme URI: www.euroskitrips.com
Description: Theme for Euro Ski Trips
Author: Allan Douglas, DDGraphics WebMedia
Author: URI: www.ddgwebmedia.com
 */

/**********************************/

/* @group HTML Elements */

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

body {
	background: #CC9933;
	font-family: "Comic Sans MS", sans-serif;
	color: #333;
	font-size: .95em;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

p, td, h1, h2, h3, h4, h5, ul, li {
	font-family: "Comic Sans MS", sans-serif;
	color: #333;
}

p {
	font-size: .95em;
	padding: .3em .6em .6em 1.2em;
}

h1 {
	font-size: 1.5em;
	color: #333333;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.25em;
	color: #333333;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.10em;
	color: #333333;
	margin: 0;
	padding: 0;
}

/* @end HTML Elements */

/*********************************/

/* @group ID Selectors */

/*------ ID Selectors ------*/

/*-- Container Around Everything --*/

#container {
	width: 85%;
	margin: 0 auto;
}

/*********************************/

/*---- Main Header Bar ---- */

#header {
	height: 55px;
	text-align: right;
	padding-top: .3em;
	margin: 0 2em 2em 0;
}

div.hdrrow {
	clear: both;
	margin: 1em 0 1em 17em;
}

/*********************************/

#wrapper {
	clear: both;
	width: 100%;
	margin: .5em auto 0;
}

#maincontent {
	float: right;
	width: 69%;
}

#subcontent {
	float: left;
	width: 29%;
	text-align: right;
	height: 100%;
	margin-top: 5em;
}

.imagealign {
	text-align: center;
	display: block;
	padding-top: 15%;
}

.image {
	border: medium groove #999999;
}

/* @end ID Selectors */

/*********************************/

/* @group KA General */

#ka_mainContainer {
	margin: 0 auto;
	padding: 0;
	width: 730px;
	background: #CC9;
	color: #323232;
	font: 83% normal "Lucida Grande", arial, tahoma, sans-serif;
	line-height: 1.4em;
	text-align: left !important
}

#ka_contentContainer {
	margin: 0 auto;
	padding: 0;
	width: 730px;
}

/* NAVIGATION */
#ka_headerTopNav li.current a {
	background: olive /*- url("/kickapps/images/navgradient.gif") repeat-x-*/; 
	color: #FFF;
}

#ka_headerTopNav li a:hover {
	background: silver /*- url("/kickapps/images/navgradient.gif") repeat-x-*/; 
	color: olive;
}

#ka_headerSubNav {
	margin: 0;
	padding: 6px;
	background: olive;
}

#ka_headerSubNav li {
	color: #FFF;
	display: inline;
	margin: 0 0 0 11px
}

#ka_headerSubNav li a {
	color: silver;
	padding: 0 0 7px;
	text-decoration: none !important
}

#ka_mainContainer a:link {
	color: #8937ca;
}

#ka_mainContainer a:visited {
	color: #8937ca;
}
/* @end KA General */
/***************************/
/* @group TwoColumn */

/* twoColumns class for implementing a simple 2-column structure wherever you need it
 * inside the content column. 
 */

div.twoColumns {
	float: left;
	width: 100%;
	background-color: #CC9;
	padding: 5px;
}

div.twoColumns div.leftColumn, 
div.twoColumns div.rightColumn {
	float: left;
	width: 49%;
	overflow: visible; /*fix for IE italics bug */
}

div.twoColumns div.leftColumn {
	margin-right: -1px;
}

div.twoColumns div.rightColumn {
	margin-right: -2px;
}

div.twoColumns div.leftColumn div.inside {
	padding-left: 0;
}

div.twoColumns div.rightColumn div.inside {
	padding-right: 0;
}

.inside {
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 5px;

}

/* @end Two Column*/

/* @group Events Calender */

/* --- Events Calendar Stuff ---*/

#calendar {
	clear: both;
	margin: 0 auto;
	width: 95%;
}

table.clndrColumns {
	border: 2px outset olive;
	border-collapse: collapse;
	width: 100%;
	background-color: silver;
}

table.clndrColumns td {
	border: 2px outset olive;
}

.clndrColumns p {
	text-align: left;
	margin-top: 0em;
	margin-left: .5em;
	font-size: .9em;
	color: olive;
}

.clndrColumns h5 {
	text-align: left;
	margin-bottom: 0em;
	margin-top: .2em;
	margin-left: .2em;
	font-size: 1em;
	color: olive;
}

.clndrColumns td.leftColumn {
	width: 30%;
	overflow: visible; /* fix for IE italics bug */
}

.clndrColumns td.rightColumn {
	width: 70%;
	overflow: visible; /* fix for IE italics bug */
}

/*--- Printer Icon for Events Calendar ---*/

#printer {
	margin: 0 auto;
	width: 80%;
}

#printer h5 {
	font-size: .9em;
	text-align: left;
}

#printericon {
	float: right;
	width: 10%;
}

#printertext {
	float: left;
	width: 65%;
	margin: 0;
}

#printer a:link, #printer a:visited {
	height: 32px;
	width: 32px;
	background-image: url(http://www.ddgwebmedia.com/DDGECom/DB/DBAssets/DBIcon/print_up.gif);
	display: block;
}

#printer a:hover {
	height: 32px;
	width: 32px;
	background-image: url(http://www.ddgwebmedia.com/DDGECom/DB/DBAssets/DBIcon/print_dwn.gif);
	background-repeat: no-repeat;
	display: block;
}

/* @end Events Calender */

/***************************************/

/* @group Contacts Page Stuff */

/*------ Contacts Page Stuff ------*/

/*------- Needed in every site that uses our DB for contact information -----------------*/

#contact {
	float: left;
	top: 20px;
	width: 100%;
	position: relative;
}

html>body #contact {
	width: 100%;
}

#contact .modules {
	clear: both;
	padding-top: 5px;
	text-align: center;
}

#contact h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #FFC;
	background-color: olive;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	text-align: center;
	margin-top: 15px;
}

#contact h4 {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: #FFC;
	background-color: olive;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}

#contact h5 {
	text-align: center;
	font-weight: normal;
}

#contact .contact {
	text-align: center;
	float: left;
	display: block;
	font-size: small;
	width: 33%;
}

/******************************/

/*---------- Form Stuff ----------*/

#frmcontainer {
	clear: both;
	background-color: #CC9;
	width: 500px;
	border: thin dashed #660099;
	margin: 0 auto;
}

#frmcontainer h2 {
	font-size: 1.1em;
	margin: .5em 0em;
}

div.row {
	clear: both;
	padding-top: 5px;
	text-align: center;
}

div.row1 {
	clear: both;
	padding-top: .5em;
	text-align: center;
}
div.row label {
  float: left;
  width: 35%;
  text-align: right;
  }
div.row span.label {
	float: left;
	width: 145px;
	text-align: right;
}

div.row span.labelcr {
	float: left;
	width: 30%;
	text-align: right;
}

div.row span.labelbg {
	float: left;
	width: 15%;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 62%;
	text-align: left;
}

div.row span.formcr {
	float: right;
	width: 70%;
	text-align: left;
	color: #000066;
}

div.row span.formbg {
	float: right;
	width: 10%;
	text-align: left;
}

div.rowbttns {
	clear: both;
	padding-top: .5em;
	text-align: center;
}

/*------ Form Button ------*/

.formbttn {
	cursor: pointer;
	background-color: olive;
	color: #FFC;
	border: outset 1px #ccc;
	padding: 1px 2px;
}

.formbttnoff {
	background-color: #666699;
	color: #CCCCCC;
	border: outset 1px #ccc;
	padding: 1px 2px;
}

/*---- Button Classes ----*/

.sbmtbutton a:link, .sbmtbutton a:visited {
	width: 7em;
	display: block;
	border-top: medium solid #CCCCCC;
	border-right: medium solid #666;
	border-bottom: medium solid #666;
	border-left: medium solid #CCCCCC;
	color: navy;
	background-color: #FF7745;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

.sbmtbutton a:hover, .sbmtbutton a:active {
	color: #FF7745;
	background-color: navy;
	text-align: center;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}

/*---- End Form CSS ----*/

/* @end Contacts Page Stuff */

/***********************************/

/* @group Navigation */

/*------ Navigation ------*/

#navigation {
	float: right;
	width: 95%;
	height: 2em;
}

/*  ---- Footer ---- */

#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: .9em;
	padding: 0;
	border-top: 1px solid #333;
}

#footer p {
	font-size: .9em;
}

#footer a:link, #footer a:visited {
	color: #333;
}

#footer a:hover, #footer a:active {
	color: #D41919;
}

/*--- End Footer ---*/

/* @end Navigation */

/********************************/

/* @group Classes */

/*---- Classes ----*/

/*------ ClearFix ------*/

/*---- Used to push divs ----*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*--- End ClearFix ---*/

.photolabels {
	text-align: right;
	margin-top: .5em;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #666666;
}

.dfltLabels {
	font-family: Optima;
	font-size: 14pt;
	color: #CC3366;
	text-decoration: none;
}

.register a:link, .register a:visited {
	display: inline;
	width: 11em;
	color: olive;
	background-color: silver;
	text-align: center;
	font-size: .95em;
	padding: 3px;
	border: medium ridge olive;
}

.register a:hover, .register a:active {
	color: white;
	background-color: olive;
	text-align: center;
	border: medium ridge olive;
}

span.ddGraphics {
	font-family: "Comic Sans MS";
	color: #666666;
}

span.WebMedia {
	font-family: "Comic Sans MS";
	color: #990000
}

/* @end Classes */