/* MHoltz Creative - www.michael@mholtzcreative.com */

/* Color Legend */


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

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: baseline;
	background: transparent;
	}

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

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	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: Arial, Helvetica, sans-serif;
	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: #fff; background-image: url(../images/bkgrnd/wedding01-bkgrnd.jpg);
			background-repeat: no-repeat; 
			background-attachment: fixed }



/* Headings */

h1, h2, h3, h4, h5, h6 {  }

h1 { font-size:30px; color: #330033; font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px; border-bottom: 1px #ccc solid; margin-bottom: 15px; }
h2 { font-size:20px; color: #330033; }
h3 { font-size:16px; margin-bottom: 5px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text Elements */

p           	{ color:#000; font-size:16px; line-height:150%; 
					margin: 15px 0; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }
.psmall			{ font-size: 12px; font-weight: bold }

a {
	color: #111;
	font-weight: 300;
	text-decoration: underline;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
a:link			{ color: #1892A5; }
a:visited		{ color: #1892A5; }
a:active		{ color: #1892A5; }
a:focus			{ color: #1892A5; }
a:hover 		{ color: #6C8E20; }

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

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

/* Images */

.image-frame	{ padding: 10px; border: 1px #ccc solid; margin: 10px; }
.image-padding  {
	padding: 5pm;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#rightside p img {
}


/* Lists */

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

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

dl          	{  	}
dt       		{  	}
dd          	{ 	}


/*======================================
	Containers
========================================*/
#topspacer			{ margin-bottom: 20px; }

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

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

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

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

/*=====================================*/
/* Main Navigation
/*=====================================*/

#nav {
	height: 50px;
	width: 100%;
	clear: both;
}

#nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {    
    background: #330033;
    background-image: -o-linear-gradient(bottom, #330033 0%, #660066 100%);
    background-image: -moz-linear-gradient(bottom, #330033 0%, #660066 100%);
    background-image: -webkit-linear-gradient(bottom, #330033 0%, #660066 100%);
    background-image: -ms-linear-gradient(bottom, #330033 0%, #660066 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #330033),color-stop(1, #660066));    
    background-image: linear-gradient(bottom, #330033 0%, #660066 100%);
    float: left;
    position: relative;
    width: 160px;    
}

#nav li:first-child, #nav li:first-child a { 
    -webkit-border-radius: 3px 0 0 3px; 
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px; 
}

#nav li:last-child, #nav li:last-child a { 
    -webkit-border-radius: 0 3px 3px 0; 
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0; 
}

#nav a {                
    border-right: 1px solid #222;
    border-left: 1px solid #555;
    color: #fff;
    display: block;
    font-size: 16px;
	font-family: Helvetica, Arial, sans-serif; 
	line-height: 50px;
    height: 50px;
    overflow: hidden;
	margin: auto;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
	text-decoration: none;    
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;
}

#nav a:after {
    background: rgba(255,255,255,.07);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}

#nav li:hover > a {
    background: #93c515;
    border-left-color: #222;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 10px #111;
    -moz-box-shadow: inset 0 0 10px #111;
    box-shadow: inset 0 0 10px #111;
}

#nav span {
    position: relative;    
}

#nav a:active span {
    color: #ffd;
    position: relative;
    top: 1px;
}

#nav li:first-child a {
    border-left: none;    
}

#nav li:last-child a {
    border-right: none;    
}

.dropdown > a span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    content: "";
    right: -13px;
    position: absolute;
    top: 3px;
}

.dropdown:hover > a span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: -15px;
    position: absolute;
    top: 6px;
}

/*===================================*/
/* Sub Navigation
/*===================================*/

#nav ul ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 0;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out; 
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
}

#nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

#nav ul ul li {
	background: #f3f3f3;
	float: none;
	line-height: 0;
	width: 100%;
}

#nav ul ul li:nth-child(odd) {
	background: #eee;
}

#nav ul ul li:first-child, #nav ul ul li:first-child a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#nav ul ul li:last-child, #nav ul ul li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#nav ul ul li a {
	border-right: none;
	border-left: none;
	border-top: 1px solid #fff;
	color: #555;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 15px;
	text-align: left;
	text-shadow: 0 -1px 0 #eee;
}

#nav ul li ul li a:after {
	background: rgba(0,0,0,.02);
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 19px;
	width: 100%;
}

#nav ul ul li a:hover {
	background: #ffd;
	color: #111;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#nav ul ul li a:active span {
	color: #111;
	position: relative;
	top: 1px;
}

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

#content 			{ width: 575px; float: left; margin-bottom: 20px; }
#content ul			{ margin-left: 20px; list-style-image: url(../../images/list-markers/bullet-image.png); }
#content ul li		{ line-height:160%; font-size: 16px; color: #330033; }


#content-fullwidth	{ width: 100%; }

#rightside 			{ width: 325px; float: right; margin-bottom: 20px; }

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


#box1 { width:250px; float:left; margin: 25px; 
			border-top:15px #C93 solid; background-color: #eee; }

#box2 { width:250px; float:left; margin: 25px; 
			border-top:15px #996 solid; background-color: #eee;  }

#box3 { width:250px; float:left; margin: 25px; 
			border-top:15px #660 solid; background-color: #eee;  }

#box1 h3, #box2 h3, #box3 h3 { margin:20px 10px 10px 10px; }
#box1 p, #box2 p, #box3 p { margin:5px 10px 10px 10px } 


/*=================================
	Forms
===================================*/

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

form 	{ text-align:left; 	}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		border: 1px; #ccc solid;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 100px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding: 2px; background:none; 
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; border: 1px #ccc solid; }

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:30px; height:25px;
		margin-left:160px;
		font-size:12px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


/* Miscellaneous  */


.iframe-content	{ margin: 10px; }
.iframe-test	{ margin: 30px; }
.iframe-padding	{ padding: 0 10px 0 10px; }

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

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

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