/* Color Legend */


/* Reset */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size:10px;
	text-align: center;
}
.underline {
	text-decoration: underline;
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: text-top;
	background: transparent;
	}

img 	{
	margin:none;
	padding:0;
	border:0;
}

table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: thin solid #333;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family:"Book Antiqua", "Curlz MT", "Georgia";
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{
	background-color:#FDFBD7;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image: url(../../Voila%202011/Images/dreamstimemedium_21179782.jpg);
}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family:sandyTextHmkBold; }

h1 { font-size:24px; color:#BB5E00;
		padding-bottom:15px; border-bottom:1px #ccc solid; margin-bottom:15px;  }
h2 { font-size:20px; text-align:center; }
h3 {
	font-size:18px;
	margin-bottom:5px;
	color: #C03;
	text-decoration: underline;
	text-align: center;
}
bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 18px;
}

h4 { font-size:14px; }
h5 { font-size:14px; }
h6 {
	font-size:14px;
	font-style: normal;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h7 {
	font-size:16px;
	font-style: normal;
	text-align: left;
	font-weight:bold;
	text-decoration:underline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h8 {
	font-size:16px;
	font-style: normal;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{
	color:#000;
	font-size:14px;
	line-height:150%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-decoration: none;
	background-color: none;
	text-align: left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; text-align:center; }

a           	{   }
a:link			{
	color: #000;
}
a:visited		{
	color: #F03;
}
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{
	color: #f00;
	font-weight:bold;
	text-align: center;
}

blockquote  	{ color:#000; font-size:12px; }

strong      	{
	font-weight: bold;
	font-size: 12px;
}
em		      	{ font-style: italic; }

/* Images */

.image-frame	{ padding:10px; border:1px #ccc solid; margin:10px; }

/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:14px; }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{
	width:100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{
	color: #D6D6D6;
}
caption 		{
	font-family: sandyTextHmkBold;
	font-size: 18px;
}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{
	background: #efefef;
	font-family: sandyTextHmkBold;
	font-size: 12px;
	text-align: center;
}



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#outer	 			{ width:960px; margin:0 auto; background-color:#FFF;  }

#wrapper 			{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	font-weight: 300;
	color: #FFF;
}

#logo	 			{ margin:1px 0px; float:left;  }

#social-media-icons			{ float:right;	}
#social-media-icons	ul li 	{ display:inline; }
#social-media-icons ul		{ margin-top:5px; }

#topnav 			{ clear:both;  }
#topnav ul			{ border-top:1px #000 solid; border-bottom:1px #000 solid;
						margin:10px 0; padding:5px 0; text-align:center;	}
#topnav ul li		{ display:inline;	}
#topnav ul li a		{ padding:0 20px;}

#topnav a:link			{ color: #000;  }
#topnav a:visited		{ color: #000;  }
#topnav a:active		{ color: #000;  }
#topnav a:focus			{ color: #666;  }
#topnav a:hover     	{ color: #F90;  }

#banner 			{ margin-bottom:30px;  }
#slider				{ margin-bottom:30px; 	}

#content 			{
	width:580px;
	float:left;
	background-color: #FFF;
}

#content-fullwidth	{ width:100%;	}
#rcol {
	float: left;
	width: 300px;
	clear: both;
}

#rightside 			{
	width:300px;
	float:right;
	text-align:center;
	background-color: #FFF;
	border: thin solid #333;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	float:right;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: none;
	height: 850px;
}
}

#footer 			{ clear:both; margin:20px 0; border-top:1px #ccc solid; 
						padding-bottom:20px; }


#box1 {
	width:260px;
	float:right;
	margin:15px;
	background-color:#FFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	
}

#box2 {
	width:260px;
	float:left;
	margin:15px;
	background-color:#FFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}

#box3 {
	width:260px;
	float:left;
	margin:15px;
	background-color:#FFC;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
			
#box1 h3, #box2 h3, #box3 h3 { margin:20px 10px 10px 10px; }
#box1 p, #box2 p, #box3 p { margin:5px 10px 10px 10px; }

#box4 {   }

#box5 {   }

#box6 {   }


/* Layout Extra */




/* Navigation Extra */



/* Forms */

form ol { list-style-type:none; }

form 	{
	text-align:left;
	margin:20px;
	font-size: 14px;
}

label 	{
	float: left;
	width: 200px;
	margin-top:1px;
	text-align:left;
	display:block;
	font-weight:bold;
	background-image: none;
	color: #333333;
		}
	
submit	{ background:none; 	}

input 	{
	width: 200px;
	border:1px #bbb solid;
	padding:5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 10px;
	background-color: #FFF;
	background-image: none;
		}
		
input:focus, textarea:focus	{
	background-color:#FFFFFF;
}

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:170px;
		font-size:12px;
		}

br		{
	clear: left;
	text-align: center;
}

.clear	{ clear:both; }


/* Miscellaneous  */

.popup-link		{ font-size:12px; margin:5px 10px; display:block; }

.date			{
	font-weight:bold;
	color:#BF6000;
	margin-bottom:3px;
	font-size: 12px;
}

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:12px; font-style:normal; color:#000; text-align:center;  }

.title			{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date		{ font-size:10px font-style:italic; color:#555; }
.article-date	{ font-size:10px font-style:italic; color:#555;  }
.location		{ font-size:10px font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{
	display:none;
	text-align: center;
}

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
rcol {
	float: right;
	width: 300px;
}


.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{
	background: #d5edf8;
	color: #205791;
	border-color: #92cae4;
	text-align: center;
	padding: 0px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
}
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }
#outer #wrapper #content-fullwidth form {
	background-color: #FFC;
}
#outer #wrapper #rightside h6 a img {
	text-align: center;
	vertical-align: middle;
}
#outer #wrapper #rightside {
	font-size: 14px;
}
#outer #wrapper #rightside {
	text-align: left;
}
#outer #wrapper #content-fullwidth #rightside h8 {
	font-size: 14px;
}
#outer #wrapper #content-fullwidth #rightside h8 {
	font-size: 14px;
}
#outer #wrapper #content-fullwidth #rightside {
	height: 850px;
}
#outer #wrapper #rightside h6 a img {
	text-align: center;
}
#outer #wrapper #rightside h6 a img {
	padding-left: 45px;
}
#wrapper #content-fullwidth #content ul form table tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content-fullwidth #content ul form table tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outer #wrapper #rightside a p .info {
	text-align: center;
}
.textsocial {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#outer #wrapper #social-media-icons ul li {
	font-family: "Lucida Handwriting", "Palatino Linotype";
}
#outer #wrapper #social-media-icons ul li {
	font-family: sandyTextHmkBold;
}
#outer #wrapper #social-media-icons ul li {
	font-family: "times New Roman";
}
#outer #wrapper #social-media-icons ul li {
	font-size: 18px;
}
#outer #wrapper #social-media-icons ul li {
	font-weight: bold;
}
#outer #wrapper #social-media-icons ul li {
	font-weight: normal;
}
#content .required-form {
	color: #000;
}
#wrapper #content-fullwidth #rightside h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #content-fullwidth #rightside h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#wrapper #content-fullwidth #rightside h2 u {
	font-weight: bold;
	font-size: 20px;
}
