
/* Universal Selectors
----------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}

html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	/*background-image:url(images/bodyBg2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
} 


/* Structure
----------------------------------------------------------------------------- */
#background {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -1;
		overflow: hidden;
		}

#background img {
			min-width: 1200px;
			width: 100%;
			height: auto;
			}


#header{
	position:relative; 
	height:90px;
	width:auto;
	background-image:url(images/headerBgNew2.gif);
	background-repeat:repeat-x;
}
#logo {
	background-image:url(images/logoBgNew.gif);
	background-repeat:no-repeat;
	width:890px;
	height:240px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
}
#search {
	width:150px;
	height:30px;
	position:absolute;
	margin:60px 0px 0px 725px;
}
#navBar {
	width:auto;
	height:50px;
	font-size:30px;
	color:#ffd143;
	position:absolute;
	text-align:left;
	margin: 45px 0px 0px 276px;
}

#page{ 
	width:890px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/pageBg.gif);
	background-repeat:repeat-y;
}
#wrapper{
	width:890px; 
	position:relative; 
}
#leftcol{
	width:237px; 
	float:left;
	padding: 140px 5px 5px 18px;
	position:relative;
	color:#565653;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:600px;
	padding: 15px 15px 15px 15px;
	color:#333333;
}

#footer{
	height:25px;
	clear:both;
	text-align:center;
	font-size:10px;
	color:#999999;
}
#pageEnd {
	margin-bottom:30px;
}

 /* *** Float Hacks *** */ 
.clearfix:after {wor
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
-->


		
	/* Content
	----------------------------------------------------------------------------- */
	
.post h2 {
	color:#6f1b7c;
	border-bottom:1px solid #a26ca9;
	font-family: Helvetica, Arial, sans-serif;
	font-size:36px;
	font-weight:100;
	letter-spacing:-1px;
	margin-bottom:2px;
	text-decoration:none;
}
.post h2 a {
	text-decoration:none;
	color:#6f1b7c;
}
.post h2 a:hover {
	color:#333333;
}




#date {
	color:#999999;
	font-size:10px;
	margin-bottom:15px;
}

p {
	margin-bottom:15px;
}

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

.entry {
	margin-bottom:20px;
}
.entry img {
	margin-top:5px;
	padding:5px;
}

.entry h2 {
	font-family:Rockwell, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	margin-bottom:15px;
	color:#6f1b7c;
	border-bottom:#CCCCCC 1px solid;
}

.entry h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	margin-bottom:5px;
	color:#6f1b7c;
}

.entry ul {
	list-style:inside;
	margin-left:20px;
}
.entry ol {
	list-style:inside;
	margin-left:20px;
}
.entry blockquote {
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
}

.metadata {
	color:#666666;
	border-top:#CCCCCC 1px dotted;
	border-bottom:#CCCCCC 1px dotted;
	padding:10px;
	display:block;
	margin-bottom:20px;
}

#storeinfo {
}
#storeinfo ul {
	margin:2px;
	margin-bottom:5px;
}
#storeinfo li {
	list-style:none;
}
.storelink a {
	color:#c318cf;
	padding:0;
	margin:0;
}

/*------------Link Styles ----------------*/

a {
	color:#c318cf;
}

a:hover {
	color:#333333;
}

#navBar li {
	display:inline;
}
#navBar li a {
	font-family:Rockwell, Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-decoration:none;
	font-size:30px;
	color:#eaebe7;
	letter-spacing:-1px;
}
#navBar li a:hover {
	color:#ffd143;
}


/*Comments
----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 10px 0;
			margin: 10px 0 10px 0;
			}
			
		 .commentlist li.comment-item {
			margin: 5px 0 10px 0;
			padding: 20px 15px 10px 15px;
			list-style-type: none;
			overflow: hidden;
			}
		 .commentlist li.alt {
			background: #f8f8f8;
			border: 1px solid #ddd;
			padding: 15px 15px 0 15px;
			}
		
		.cmtinfo {
			padding-bottom: 1.0em;
			}
		
		.comment_number a {
			font-family:Rockwell, Helvetica, "Helvetica Neue", Arial, sans-serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			margin-top: -10px;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
/* Sidebar
----------------------------------------------------------------------------- */
.side h2 {
	font-family:Rockwell, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:18px;
	border-bottom:#9f9f9f 1px solid;
	font-weight:100;
	color:#333;
	letter-spacing:-1px;
	margin-bottom:5px;
	margin-top:5px;
}

		
#sideNav {
	margin-bottom:15px;
}
#sidebar li a {
	display:block;
	width:auto;
	color:#565653;
	text-decoration:none;
	background-color:#f3f3f3;
	padding:5px;
	border:1px #bcbcbc solid;
}
#sidebar li a:hover {
	background-color:#c318cf;
	color:#fff;
	}
	


/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 2.0em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.6em;
		}
		

/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
	
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
					
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		border-left: 5px solid #eee;
		padding-left: 15px;
		}

	pre {
		margin-bottom: 1.5em;
		}
	code {
		font: 1.2em/1.8em "Courier New", Courier, mono;
		}

	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
