/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	height: 100%;
	color: #333;
	background: #E7E7E7;
	padding: 0 40px 0 40px;
}

body, tr,
td, input,
select, textarea 	{font:normal 13px/1.5 "Century Gothic", "lucida grande", "lucida sans", "bitstream vera sans", verdana, sans-serif;}

a				{outline: none;}
a:link,
a:visited 		{color:#333; text-decoration:none;}
a:hover,
a:active 		{color:#999; text-decoration:underline;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:48px; font-family: arial; margin:0px;margin-left: -2px;}
h2 					{font-size:20px;font-family: arial;font-weight: normal;  margin:4px 0;color: #333;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; color:#CBCBCB; background-color:#CBCBCB;height: 8px; margin: 10px 0 10px 0;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
#hidden-text { display: none; }
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
img.photo,
img.size-full,
img.img-bot {border: 14px solid #fff;margin-bottom: 10px;}
p.posted {font-size: 11px;color: #666;margin-top: -4px;margin-bottom: 10px;padding-left: 0px;}
iframe {margin: 0px; padding: 0px;}

/* Standard Layout */

#outerwrapper {
	float: left;
	background: #E7E7E7 url("../images/bg.jpg");
	width: 100%;
	margin: 0 auto;
}

body.page-Portfolio #outerwrapper,
body.section-5 #outerwrapper {min-height: 980px}

.about-text {
	position: absolute;
	top: 100px;
	left: 400px;
	width: 480px;
	color: #656565;
}

.shop {
	position: relative;
	width: 518px;
	height: 100%;
	padding: 14px;
	padding-top: 20px;
	padding-left: 0px;
	background: transparent;
}

.about-text h2 {
	font-family: "Century Gothic", "lucida grande", "lucida sans", "bitstream vera sans", verdana, sans-serif;
	font-size: 30px;
	text-decoration: italic;
	letter-spacing: -1px;
	margin-bottom: 30px;
	color: #999999;
}

#wrapper {
	position: relative;
	background: transparent;
	width: 875px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	background: transparent;
	padding: 0px;
	padding-top: 69px;
	width: 875px;
	height: 60px;
	border-bottom: 1px solid #000;
}

#header h1 a {
	position: absolute;
	top: 69px;
	left: 0px;
	width: 170px;
	height: 60px;
	text-indent: -9000px;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

#header h2 {
	float: left;
	text-indent: -9000px;
}

#content {
	position: relative;
	margin: 0;
	padding: 0;
	height:auto;
	min-height: 600px;
}



#content-main {
	position: relative;
	width: 518px;
	height: 100%;
	padding: 14px;
	padding-top: 20px;
	padding-left: 0px;
	background: transparent;
}

#content-shop {
	position: relative;
	width: 900px;
	height: 100%;
	padding: 4px;
	padding-top: 0px;
	padding-left: 0px;
	background: transparent;
}

body.page-Blog #content-main {padding-top: 0px;padding-bottom: 0px;}

body.page-Portfolio #content-main,
body.section-5 #content-main {width: 875px;}

body.page-Portfolio #content-main img.img-bot,
body.section-5 #content-main img.img-bot {left: -14px;}

body.page-Portfolio #img-container p.nav,
body.section-5 #img-container p.nav {
	position: absolute;
	right: 15px;
	top: 640px;
}

#content-side,
#sidebar {
	float:right;
	color: #656565;
	font-size: 12px;
	width: 234px;
	padding: 10px 26px 0px 15px;
	background: transparent;
	height:100%;
}

#portfolio-list {
	position: absolute;
	margin-top: 665px;
	width: 875px;
	padding-top: 10px;
	height: 200px;
	border-top: 1px solid #000;
}


#footer,
#footer-portfolio {
	border-top: 1px solid #000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	clear:both;
	height: 10px;
	padding: 20px 0 20px 0;
	background:transparent;
	text-align: left;
}

#footer-portfolio {
	border-top: 0px solid #000;
	padding: 20px 0 60px 0;
}

body.page-Portfolio #footer,
body.section-5 #footer {display: none}

#portfolio-list td {width: 175px;font-size: 11px;}
#portfolio-list td a.active {font-weight: bold;}
.caption {position: absolute; width:700px;top: 620px;left: 0px;}


/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}

/* IMG CENTER */

#s1 div {
	width: 100%;
	text-align: center;
}

#s1 .caption {
	width: auto;
	text-align: auto;
}




