/* CSS Document for			Barbi Gracner
/* Version				1.0
/* Updated				February 22, 2010
------------------------------------------------------------ */

/* Table of Contents */

/* 01.		CSS Reset
/* 02.		General Styles
/* 03.		Layout Styles
/* 04.		H1, H2, H3, H4, H5 Styles
/* 05.		Paragraph Styles
/* 06.		List Styles
/* 07.		Definition List Styles
/* 08.		Table Styles
/* 09.		Form Styles
/* 10.		Image Styles
/* 11.		Link Styles
------------------------------------------------------------ */


/* Enjoy */



/* 01. CSS Reset (Courtesy of Eric Meyers)
------------------------------------------------------------ */

@import url(/css/reset.css);

/* 02. General Styles
------------------------------------------------------------ */


body {
	background: #222222;	
	font-family: sans-serif; Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #CCCCCC;
}


/* 03. Layout Styles
------------------------------------------------------------ */

#wrapper {
 	margin: 0 auto;
 	overflow: hidden;
 	width: 800px; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
 	} 

#emailForm {
	padding-top: 20px;
	float: right;
}

#header {
 	padding: 5px 0 0 0;

}


#flashContent  {
 	margin: 0 auto;
 	overflow: hidden;
 	width: 800px; height: 550px; padding-left:0px; padding-right:0px; padding-top:0; padding-bottom:0
 	} 

#nav {
 	margin: 10px 0;
}

#content {
	width: 900px;
}



#leftColumn {
	float:left;
	width: 600px;
}

#rightColumn {
	border: 1px dotted #666;
	float: left;
	margin: 30px 0 0 150px;
	padding-bottom: 20px;
	width: 230px;
}




/* 04. H1, H2, H3, H4, H5
------------------------------------------------------------ */

#header h1.en {
	float: left;
	height: 140px;
	text-indent: -9999px;
	width: 300px
	}

#header h1 {
	float: left;
	height: 140px;
	text-indent: -9999px;
	width: 320px
}

#header h2 {
	float: right;
	height: 140px;
	text-indent: -9999px;
	width: 660px
	}

#header h2.en {
	float: right;
	height: 140px;
	text-indent: -9999px;
	width: 660px
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding-bottom: 6px;
}


#contentEn h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	}

#contentEn h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding-bottom: 6px;
}


/* 05. Paragraph Styles
------------------------------------------------------------ */

p {
	margin: 20px 0 10px 0;
}

#content p {
	text-align: justify;
}

#contentEn p {
	text-align: justify;
}

#Press p {
	text-align: justify;
	margin: 10px 0 5px 0;
}

#rightColumn p {
	font-size: 12px;
	margin: 15px 5px 5px 5px;
	font-style: italic;
}

#cap {
	color:#f61324;
	float:left;
	font-size:38px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	margin-top:4px;
	margin-right:4px;
}

* html #cap {margin-right:-2px; margin-top:3px;}

	
#footer p {
	font-size: 11px;
	text-align: center;
	margin: 10px 0 10px 0;
	color: #666;
}

#contact {
	margin: 0 auto;
	width: 282px;
	height: 166px; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
	}

acronym {
	border-bottom:1px dotted #111;
	cursor:pointer;
	}

/* 06. List Styles
------------------------------------------------------------ */

#skipLinks ul li {
	display: inline;
	text-align: right;
}

#language ul li {
	display: inline;
}

#nav ul {
	text-align: center;
}

#nav ul li {
	display: inline;
}

#quickLinks {
	padding: 40px 0 10px 0;
}

#quickLinks li {
	display: inline;
	margin-right: 15px;
}

#quickLinks li.last {
	margin: 0;
}

.bullets {
	margin-left: 10px;
	padding-left: 20px;
}

.bullets a {
	color: #000;
}

.bullets a:hover {
	color: #f61324;
	text-decoration: none;
}

/* 08.		Table Styles
------------------------------------------------------------ */

td {
 padding:20px;
 }

fieldset {
	border: 1px dotted #666;
	margin: 20px 0;
	}

.tablesm td {
 padding:5px;
 }

.tablesm fieldset {
	border: 1px dotted #666;
	margin: 5px 0;
	}

.tablesm {
	font-size:10px;
}

.tablesm {
	font-size:12px;
}

.highlighted {
	background: #F3F3F3;
}


/* 09. Form Syles
------------------------------------------------------------ */

#emailForm form {
	color: #666;
	font-size: 11px;
}

#emailForm form input {
	font-size: 11px;
}

form input.btn {
	background: #333;
	border: 0px none !important;
	color: #eee;
	padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}


/* 11. Link Styles
------------------------------------------------------------ */

#skipLinks ul li a {
	color: #666;
	font-size: 11px;
	padding-left: 12px;
	text-decoration: none
}

#footer a {
	color: #999;
}

.menu a {
	text-decoration: none;
	font-style: italic;
	color: #5D5D5D;
}

.menu a:hover {
	text-decoration: none;
	font-style: italic;
	color: #f61324;
	}


a {
	color: #f61324;
}

a:hover {
	color: #ebebeb;
/* 	text-decoration: none; */
}

#skipLinks ul li a:hover,
#language ul li a:hover,
#footer a:hover {
	color: #ebebeb;
	text-decoration: none;
}

#nav ul li a:link,
#nav ul li a:visited {
	font-size: 14px;
	color: #999;
	padding: 0 10px 0 10px;
	text-decoration: none;
	}

#nav ul li a:hover {
	color: #ebebeb;
	text-decoration: none;
	}

#Home .home,
#About .about,
#Weddings .weddings,
#Portraits .portraits,
#Concerts .concerts,
#Travel .travel,
#Pets .pets,
#Contact .contact {
	color: #f61324 !important;
	text-decoration: none !important;
	}


#quickLinks li a {
	text-decoration: none;
}
