/* @override 
	http://feelmystic.com/iammeganmcbride/ndxz-studio/site/eatock/style.css
	http://feelmystic.com/iammeganmcbride/ndxz-studio/site/iammm/style.css
	http://feelmystic.com/iammeganmcbride/ndxz-studio/site/css/jquery.thickbox.css
*/

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author T-SCO
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #f96 url(http://feelmystic.com/iammeganmcbride/i/bg.gif) fixed;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
overflow: hidden;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #336699;
}
a:active { text-decoration: none; color: #996666; 
}
a:visited { text-decoration: none; color: #336699; }

a:hover { border-bottom: 1px solid #996666; color: #996666; /* background: url("http://feelmystic.com/iammeganmcbride/i/strike.gif") center center repeat-x; */ }

a img { border: none; }

#menu {
    width: 335px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
}

#menutop {
	background: url("http://feelmystic.com/iammeganmcbride/i/contentstop.png") top left no-repeat;
	height: 267px;
}

.home {
	height: 40px;
	width:  300px;
	display: block;
	padding-top: 40px;
	text-indent: -900px;
}

#menumid {
	background: url("http://feelmystic.com/iammeganmcbride/i/contentsmid.png") top left repeat-y;
	height: 0px;
}

#menubottom {
	background: url("http://feelmystic.com/iammeganmcbride/i/contentsbottom.png") top left no-repeat;
	height: 145px;
}

.email {
	height: 30px;
	width:  145px;
	display: block;
	z-index: 100;
	padding-top: 25px;
	text-indent: -900px;
}

.menucontainer {
    padding: 0 5px 0 10px;
    position: absolute;
    top: 140px;
}

#menutop a:hover {
	border-width: 2px;
	border-color: white;
}

#menubottom a:hover {
	 border-width: 2px;
	 border-color: black;
}

#menu ul {
	margin: 0 0 12px 15px;
	list-style-type: circle;
	list-style-position: outside;
}

#menu ul li {
	line-height: 1.5em;
}

#menu ul li.section-title {
	font: 0px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	text-indent: -999px;
	height: 0; width: 0;
	direction: ltr;
	margin-bottom: 5px;
	display: none;
}

#padtop {
	background: url(http://feelmystic.com/iammeganmcbride/i/padtop.png) top center no-repeat;
    	padding: 0 20px;
    	position: fixed;
   	width: 760px;
    	height: 100px;
    	top: 0px;
    	left: 335px;
}

#padmid {
    left: 335px;   
    width: 800px;
    top: 100px;
    position: fixed;
    height: 100%;
    background: url(http://feelmystic.com/iammeganmcbride/i/padmid.png) center top repeat-y; 
}

.container {
	position: absolute;
	top: 100px;
	bottom: 0px;
	left: 355px;
	right: 0px;
	overflow: auto;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

img {
	border-right: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	border-left: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
	padding: 10px !important;
	background-color: white;
}

#img-container a:hover { border: none; }
#img-container p.nav a:hover { border-bottom: 1px solid #996666; }


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
