/*
Theme Name: Youth In The City
Theme URI: http://wordpress.org/
Description: This theme is a WordPress conversion of a design originally made for Youth in the City located in Maple Ridge, BC.
Version: 1.0
Author: Brandon J McKay
Author URI: http://BrandonJMcKay.com/
Tags: black, CMS conversion
*/

root { 
    display: block;
}

*	{
	padding: 0;
	margin: 0;
}

body	{
	font: 100%  Arial, Helvetica, "Lucida Grande", sans-serif;
	color: #fff;
	background: #000;
}

/*--------------------------
Beginning of Page Layout
----------------------------*/
#wrapper	{
	width: 1000px;
	margin: 0 auto;
}

#header	{
	width: 1000px;
	height: 200px;
	background: url(images/youth-in-the-city-header.jpg) #000 top left no-repeat;
}

#left-column	{
	width: 114px;
	height: 799px;
	background: url(images/left-flourish.jpg) top left no-repeat;
	float: left;
}

#main	{
	width: 807px;
	float: left;
}

#right-column	{
	width: 79px;
	height: 799px;
	background: url(images/right-flourish.jpg) top left no-repeat;
	float: right;
}

#top-content	{
	width: 807px;
	height: 698px;
	background: url(images/main-body.jpg) top left no-repeat;
	position: relative;
}

#top-content h1	{
	position: relative;
	left: 1em;
	top: 1em;
}

	#mainText	{
		width: 452px;
		height: 450px;
		position: absolute;
		top: 108px;
		left: 2.25em;
	}

#footer	{
	width: 771px;
	height: 65px;
	background: url(images/footer.jpg) top left no-repeat;
	padding: 18px;
}
/*--------------------------
Ending of Page Layout
----------------------------*/
/*--------------------------
Beginning of Typography
----------------------------*/
@font-face {
	font-family: Headline;
	src: url('font/JuergenItalic.ttf');
}

h1,
#sidebar h2	{
	font-family: Headline, Georgia, Serif;
	text-transform: lowercase;

	font-size: 2.25em; /* 16 x 1.125 = 18 */
	line-height: 1em;
	font-weight: normal;
}

h2	{
	font-size: 1.125em; /* 16 x 1.125 = 18 */
	line-height: 1em;
}

.mainText h2	{
	margin: .75em 0 .25em 0;
}

h3	{
	font-size: 1em; /* 16 x 1 = 16 */
	line-height: 1.125em; /* 16 x 1.125 = 18 */
	margin: .75em 0 .375em 0;
}

.mainText h2,
h3	{
	color: #D8AE67; /*color: #fff3df;*/
}

h4, h5, h6, h7, h8, h9	{
	font-size: .875em;
	line-height: 18px;
	margin: 12px 0 6px 0;
	font-weight: bold;
}

p	{
	font-size: .875em;
	line-height: 18px;
	color: #9E833F;
}

p+p	{
	text-indent: 18px;
}

p+h2,
p+h3,
p+h4	{
	margin: 12px 0 6px 0;
}

a	{
	color: #fff;
	text-decoration: none;
}

a:hover	{
	color: #D8AE67;
}
/*--------------------------
Ending of Typography
----------------------------*/
/*--------------------------
Beginning of Sidebar
----------------------------*/
#sidebar	{
	width: 240px;
	float: right;
	margin: 0 30px 0 0;
}

#webcast-box	{
	height: 280px;
	position: relative;
}

#events	{
	height: 220px;
	margin-top: 40px;
}

#events-text	{
	position: relative;
	top: 18px;
	height: 144px;
}

#events-text p	{
	font-size: 11px;
	line-height: 18px;
}

#events-text em	{
	color: #fff;
}
/*--------------------------
Ending of Sidebar
----------------------------*/
/*--------------------------
Beginning of Footer
----------------------------*/
#footer p.author	{
	float: right;
	width: 200px;
	text-align: right;
}

#footer p	{
	width: 400px;
	text-indent: 0 !important;
	font-size: .625em;
}
/*--------------------------
Ending of Footer
----------------------------*/
/*--------------------------
Beginning of Images
----------------------------*/
img	{
	border: 0;
}

.alignleft	{
	float: left;
}

.alignright	{
	float: right;
}

.aligncenter	{
	margin: 0 auto;
}

img#facebook-hover,
img#jesus-hover,
img#coffee-hover,
img#jons-thoughts-hover,
#coffee-shop-hover{
	z-index: 2;
	opacity: 0;
}

img#facebook,
img#facebook-hover	{
	position: absolute;
	top: 603px;
	left: 27px;
}

img#jesus,
img#jesus-hover	{
	position: absolute;
	top: 603px;
	left: 294px;
}

img#coffee,
img#coffee-hover{
	position: absolute;
	top: 603px;
	left: 554px;
}

img#jons-thoughts,
img#jons-thoughts-hover	{
	position: absolute;
	top: 0px;
	left: 12px;
}

#coffee-shop,
#coffee-shop-hover	{
	position: absolute;
	top: 160px;
	left: 12px;
}
/*--------------------------
Ending of Images
----------------------------*/
/*--------------------------
Beginning of Menu
----------------------------*/

#menu li a	{
	text-transform: lowercase;
	padding: 0 .875em 0 .875em;
	font-size: .875em;
}
/*--------------------------
Ending of Menu
----------------------------*/
/*--------------------------
Beginning of New Drop Down
----------------------------*/
#menu {
	list-style:none;
	height:1.125em;
	position:relative;
	top: 175px;
	z-index:500;
	margin: 0 auto;
}

#menu>li {display:block; float:left; height:45px; position: relative;}/*  */
#menu>li>a{ white-space: nowrap; position: absolute; float:left; text-decoration:none; font-weight:bold; cursor:pointer;}
#menu>li.selected>a{ z-index: 99999; }
#menu li a {z-index: 99999;}
#menu ul li a {z-index: 200; }
#menu ul ul li a {z-index: 201}

#menu .subMenu li {margin: .2em 0 .2em}

#menu li.selected>a, #menu ul li a:hover, #menu li.selected>a:hover
{}
/* Default list styling */

#menu li:hover {position:relative; z-index:200;}

#menu li:hover ul.subMenu
{left:1px; top:1em; background: #D8AE67; padding:3px; border:1px #000 solid; color: #000; width:150px; height:auto; z-index:300;}
#menu li:hover ul.subMenu li
{display:block; height:auto; position:relative; float:left; width:150px; font-weight:normal;}
#menu li:hover ul.subMenu li a
{display:block; height:auto; width:148px; color:#666; text-decoration:none;}
#menu li:hover ul.subMenu li a:hover
{color: #000;}
#menu li:hover ul.basementMenu li a
{width:auto;}


#menu li:hover li:hover ul,
#menu li:hover li:hover li:hover ul,
#menu li:hover li:hover li:hover li:hover ul,
#menu li:hover li:hover li:hover li:hover li:hover ul
{left:120px; top:-4px; padding:3px; background: #D8AE67; width:150px; z-index:400; height:auto; border:1px #000 solid; }

#menu ul,
#menu li:hover ul ul,
#menu li:hover li:hover ul ul,
#menu li:hover li:hover li:hover ul ul,
#menu li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
/*--------------------------
End of new Drop Down
----------------------------*/
/*--------------------------
Beginning of Miscelaneious
----------------------------*/
.scroll	{
	position: relative;
}

#commentform p	{
	padding-bottom: 9px;
}

textarea#comment	{
	width: 400px;
}

.comment-body,
.archive-list-item	{
	padding-bottom: 18px;
}

img.avatar	{
	float: left;
	padding-right: 9px;
}
/*--------------------------
Ending of Misc.
----------------------------*/



