/* CSS Euro Trips Document */
/*------ 10/31/08 1:50PM ------*/
/*   
Theme Name: estMain
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 {
	color: silver;
	margin: 0;
	background: #AE5353 url(../SiteAssets/JPG/sgdBckgrnd.jpg) repeat-y;
	padding: 2.5em;
	font: bold 99% Papyrus, Optima, sans-serif;
}

a {
	text-decoration: none;
}

p, td, h1, h2, h3, h4, h5, ul, li {
	font-family: Papyrus, Optima, sans-serif;
	color: #333;
	font-weight: bold;
}

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

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

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

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

/* @end HTML Elements */

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

/* @group ID Selectors */

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

/*-- Container Around Everything --*/

#container {
	min-width: 750px;
	max-width: 1440px;
	margin: 0 auto;
	background-color: #F9F1E2;
	color: #460505;
}

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

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

#header {
	width: 99%;
	/*height: 5.5em;*/
	text-align: left;
	padding-top: .3em;
	margin: 0 auto 2em;
}

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

#wrapper {
	clear: both;
	width: 100%;
	margin: 1em 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 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: .5em;
}

div.twocolumns h3 {
	font-size: 1em;
	/*text-align: center;*/
	width: 100%;
	padding: .5em 0 0;
	font-variant: small-caps;
}

div.twocolumns p {
	font-size: .9em;
	padding: 0 .6em .6em 1em;
}

div.twocolumns .leftcolumn, 
div.twocolumns .rightcolumn {
	float: left;
	width: 49%;
	overflow: visible; /*fix for IE italics bug */
}

div.twocolumns .leftcolumn {
	margin-right: -.1em;
}

div.twocolumns .rightcolumn {
	margin-right: -.2em;
}

div.twocolumns .leftcolumn div.inside {
	padding-left: 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;

}

.ebspecial {
	text-align: center;
	color: #900;
	font-size: larger;
	margin: .5em 0 0;
}

.ebbutton a:link, .ebbutton a:visited {
	width: 30%;
	display: block;
	border-top: medium solid #CCCCCC;
	border-right: medium solid #666;
	border-bottom: medium solid #666;
	border-left: medium solid #CCCCCC;
	color: #900;
	text-align: center;
	margin: .5em auto;
}

.ebbutton a:hover, .ebbutton a:active {
	color: #ccc;
	background-color: #900;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
/* @end Two Column*/
/*************************/

/* @group Blog Stuff */
/*-- goes around all blog elements to control width & placement --*/

#blog {
	top: 2em;
	float: right;
	width: 71%;
}

/*-- controls stuff under anycol which is the main column --*/ 

.anycol {
	clear: right;
	margin: 1em 1em 0;
	padding: .5em 0;
	/*background: #FFF;*/
	/*line-height: 170%;*/
	border-bottom: medium groove gray;
}

.anycol p {
	margin: 0;
	color: #333;
	margin: 0 .5em .5em 1.5em;
	padding: 0;
}

.anycol h1 {
	font-size: 160%;
	color: #FFF;
	background: #807E59;
	margin: 0 .5em 0 1.5em;
	padding: 0;
}

.anycol h2 {
	font-size: 120%;
	margin: 0 .5em;
	padding: 0;
	color: #bb6200;
}

.anycol h3 {
	text-transform: uppercase;
	/*display: inline;*/
	font-size: 95%;
	margin: 1em 0 .5em;
	padding: 0;
}

/*-- controls archive stuff --*/
.blogarchive {
	border: thin dashed fuchsia;
}
.blogarchive a:link, .blogarchive a:visited {
	color: #333;
}

.blogarchive p {
	font-size: 92%;
	padding: 0;
	margin: .5em 0 .5em 1.2em;
}

.blogarchive h3 {
	font-size: 98%;
	margin: .5em 0 .5em 1em;
	padding: 0;
}

.blogarchive ul li {
	list-style-type: none;
}

.blogarchive ul {
	margin: .5em 0 .5em 1em;
	padding: 0;
}

.follow {
	width: 99%;
	border: thin dashed orange;
	border-bottom: medium groove #333;
}

.archive {
	clear: both;
	width: 99%;
	border: thin dashed green;
	border-bottom: medium groove #333;
}

/* date, posted, postedlabel & comment control the small text info in blog blurbs */

.date {
	font-size: 85%;
	font-weight: bold;
	color: #666;
	padding: 0 0 .5em .5em;
}

.posted {
	font-size: 85%;
	display: block;
	margin: 0 0 1em 5em;
	padding: 0;
	font-weight: bold;
	color: #666;
}

.postedlabel {
	font-size: 85%;
	display: block;
	margin: 0 0 1em 5em;
	padding: 0;
	font-weight: bold;
	color: olive;
}

.comment {
	font-size: 85%;
	font-weight: bold;
	color: olive;
	margin: 0 0 1em 5em;
	padding: 0;
}

.careers h3 {
	background: #F762E0;
}

.faq h3 {
	font-size: 110%;
	background: #B18FD1;
}

.newsheadlines h3 {
	font-size: 110%;
	background: #D7D493;
}

.kidskorner h3 {
	background: #C4DDB8;
	padding: 0 0 0 .5em;
	margin: 0 0 0 .5em;
}

h4{
	text-transform: uppercase;
	font-size: 92%;
	padding: 2px;
	margin: 1em 0 0 .5em;
}

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



.news p {
	margin: 0;
	color: #333;
	padding: 0 .5em .5em .8em;
	line-height: 105%;
}

.news .date {
	font-size: 1em;
	margin: 0;
	color: #333;
	padding: 0 .5em .5em .8em;
}

.about p {
	margin: 0;
	padding: 0 .5em .5em .8em;
}

/* CSS for the blog ends here */

/* @end Blog Stuff */
/*************************/
/* @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: #AE5353;
	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: #AE5353;
	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 {
	width: 50%;
	height: 2em;
	margin: 0 auto;
	padding: 0;
}

/*  ---- 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: #AE5353;
}

/*--- 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 ---*/ 
/***************************/
/*------ SplitEm CSS ------ */
/*------ 3/30/09 ------*/
/*- used in div enclosing splits -*/
.fulldiv {
  float: left;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 99%;
}

.leftdiv { 
	margin: 3em auto 1em;
  float: left;
  text-align: left;
  width: 49%;
	padding: 0;
}

.rightdiv {
  float: right;
  text-align: right;
 /* font-weight: bold;
  color: #fff;*/
  width: 49%;
  }

.rightdiv img {
	float: right;
	width: 30%;
}

.rightdiv h1 {
	float: left;
	width: 68%;
}

/*- below used in splits -*/
.leftclass { 
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 99%;
  }

.rightclass {
  float: right;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 99%;
  }
  
div.spacer {
  clear: both;
  }
/*-- end SplitEm --*/
/***************************/
.spacer {
	clear: both;
}

.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: white;
	background-color: #AE5353;
	text-align: center;
	font-size: .95em;
	padding: 3px;
	border: medium ridge olive;
}

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

.links {
	text-align: center;
}

.links a{
	color: #333333;
}

.links a:hover{
	color: #AE5353;
}

.links h3 {
	font-variant: small-caps;
	margin: 2em 0 0;
	padding: 0;
}

.links p {
	padding: 0;
	margin: 0 0 .5em;
}

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

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

/* @end Classes */
