/*
Theme Name: WordPress Default
Author: Brooklyn Hippie
Author URI: http://www.brooklynhippie.com/
*/

body {
	margin: 0px auto 0px auto;
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment:fixed;
	overflow: auto;
	height: auto;
	background-image: url(../../../background-image_02.jpg)
}
#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

img { border: none; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 0px 0px 0px 7px; float: right; }
img.alignleft { padding: 0px 20px 10px 0px; float: left; }

ul { margin: 0px 0px 0px 20px; padding: 0px; }

#page { margin: 0px auto 0px auto; width: 1024px; }

#header { width: 100%; height: 102px; }
#header #div1 { float: left; width: 502px; margin-left: 28px; }
#header #div2 { float: right; width: 308px; height: 88px; margin: 14px 17px 0px 0px; }
#tagline { margin: 0px auto 0px auto; padding: 0px; font-size: 0px; width: 483px; height: 49px; background-image: url(images/tag.png); background-repeat: no-repeat; }

#navigation { width: 100%; height: 30px; background-image: url(images/nav_bg.png); background-repeat: no-repeat; text-align: center; padding: 5px 0px 0px 0px; }
#navigation span { margin: 0px 0px 0px 35px; padding: 0px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: bold; color: #fff; }
#navigation span a { text-decoration: none; color: #fff; }
#navigation a:hover { color: #000; }

#footer { margin: 0px auto 0px auto; padding: 10px 0px 0px 0px; width: 100%; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #000; text-transform: uppercase; overflow: hidden; clear: both; }
#footer a { text-decoration: none; color: #444; }
#footer a:hover { text-decoration: underline; color: #fff; }

#shopbutton { margin: 0px 0px 0px 13px; width: 259px; height: 49px; float: left; }

#pageTitleBox { width: 100%; margin-top: 10px; }
#pageTitle { margin: 0px auto 0px auto; padding-left: 60px; width: 90%; text-align: left; float: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: large; color: #65361e; }
#pageTitle a { text-decoration: none; color: #7d5426; }
#pageTitle a:hover { text-decoration: underline; }
#pageTitleCurrent { margin: 0px auto 0px auto; text-align: center; font-size: 30px; }

#pageContentBox { width: 100%; margin: 0px auto 0px auto; min-height: 520px;}
#pageContentBox2 { width: 100%; margin: 0px auto 0px auto; min-height: 520px; }
#pageContent { width: 100%; font-family: Calibri; font-size: 15px; font-weight: bold; color: #000000; float: left; padding-top: 7px; padding-left: 10px; }

#shopTitle { margin: 27px 0px 0px 0px; width: 100%; }

#splitcols { width: 95%; height: 470px; padding-top: 10px; margin: 0px auto 0px auto;  }
#splitcol1 { width: 50%; height: 100%; float: left; }
#splitcol2 { width: 40%; height: 80%; float: right; margin: 27px 0px 0px 0px; padding-left: 20px; overflow: auto; background-color:#666; }


#mask {
	width:505px;
	height:305px;
	overflow:hidden;
	border:1px solid #666;
	position:relative;
	background-color:#999;
	}
#folio {
	position:absolute;
	top:0;
	left:0;
	width:3535px;
	float:left;
}
.col {
	display:block;
	width:505px;
	height:305px;
	float:left;
	}
.site {
	width:233px;
	height:133px;
	float:left;
	padding:5px;
	margin:5px 0 0 5px;
	border:1px solid #666;
	background-color:#FFF;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;	
		
	}
 