@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin:0;
}
.clear {
	clear: both;
}
h1, h2, h3, p, li {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	list-style-type: none;
}
body {
	background-color: #86867A;
	font-family: Arial, Helvetica, sans-serif;
}
#back {
	background-color: #35311E;
}
.heading, .none, .all {
	display: none;
}
hr {
	margin: 20px 0;	
	clear: both;
}
a:link, a:visited {
	color: #551A8B;	
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

/* START topBar */
#topBar {
	position: relative;
	height: 175px;
	background: #000000 url(/images/top-bar.jpg) repeat-x;
}

#topInfo {
	position: relative;
	width: 820px;
	margin: 0 auto;
}
h5.follow {
	width: 390px;
	margin: 0 auto;	
	color: #D3D1BB;
	height: 34px;
	line-height: 34px;
	font-variant: small-caps;
	font-size: 14px;
}
h3.PNumber {
	position: absolute;
	top: 15px; right: 0;
	font-variant: small-caps;
}
h3.PNumber a {
	color: #D3D1BB;
	font-size: 26px;
	font-weight: normal;
}
.pattysLogo {
	margin-top: 45px;
	margin-left: -21px;
	float: left;
	border: none;
}
#topInfo h2 {
	color: #D3D1BB;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	padding-top: 12px;
	line-height: 20px;
}
.slogan {
	position: absolute;
	top: 83px; right: 0;
}
/* END topBar */



/* START container */
#container {
	background: url(/images/containerBack.jpg) repeat-x;
	padding: 16px 0 20px;
}
/* END container */



/*=== NAVBAR
============================ */
#navBar {
	width: 820px;
	margin: 0 auto;
}
#navBar ul {
	height: 31px;
	text-align: center;
	font-variant: small-caps;
}
#navBar li {
	width: 135px; height: 30px;
	padding-top: 1px;
	border-left: 1px solid #D3D1BB;
	text-align: center;
	float: left;
	background: #000000 url(/images/navBack.gif);
}
#navBar #menu-item-207 {
	width: 138px;
	border-right: 1px solid #D3D1BB;
}
#navBar a {
	width: 135px;
	height: 30px;
	line-height: 30px;
	display: block;
}
#navBar #menu-item-207 a {
	width: 138px;
}
#navBar a:link, #navBar a:visited {
	font-size: 14px;
	color: #D3D1BB;
	text-decoration: none;
}
#navBar a:focus, #navBar a:hover {
	color: #D3D1BB;
	background-color: #888778;
}
#navBar li.current_page_item a, #navBar li.current_page_parent a, #navBar li.current-page-ancestor a {
	color: #551A8B;
	font-weight: bold;
	background-color: #D3D1BB;
}


.pageContent ol#posts .postWrapper img.alignright {
	float: right;
	margin: 0 0 20px 20px;	
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

/*=== PAGE CONTENT
============================ */
.pageContent {
	padding: 20px;
	background-color: #D3D1BB;
	border: 30px solid #888778;
	color: #333;
}
	h2 {
		font-size: 24px;
		color: #551A8B;	
		padding: 0 0 20px 0;
		font-variant: small-caps;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 15px 0;
	}
	h4 {
		font-size: 16px;
		line-height: 22px;
		padding: 0 0 15px 0;
	}
	p {
		padding-bottom: 15px;	
		font-size: 16px;
		line-height: 22px;
	}
	ul.bullets {
		padding-left: 20px;	
	}
		ul.bullets li {
			padding: 0 0 10px;
			list-style-type: disc;
		}
		
.home #posts .postWrapper img {
	border: none;
}
	
	
	
	
/*=== GALLERY
============================ */
.page-id-238 .pageContent ol#posts .postWrapper img {
	margin: 0 12px 10px 0;
	border: 1px solid #551A8B;
}
	div.img {
		float: left;
	}


/*=== CONTACT
============================ */
.submitContact form {
	width: 260px;
	float: right;
}
	.submitContact form p {
		padding: 0;
	}
	.submitContact div.field {
		height: 70px;
		font-variant: small-caps;
	}
	.submitContact label {
		display: block;
		padding-bottom: 2px;
	}
	.submitContact input, .submitContact textarea {
		display: block;
		width: 250px; height: 35px;
		padding: 0 5px;
		line-height: 35px;
		float: left;
		border: 1px solid #999;
		background: #FFF;
		font-family: Arial;
		font-size: 16px;
	}
	.submitContact textarea {
		height: 100px;
		font-size: 16px;
		line-height: 20px;
		padding: 5px;
	}
	.submitContact .submit {
		width: 262px; height: 40px;
		display: block;
		color: #D3D1BB;
		font-weight: bold;
		font-variant: small-caps;
		background: #551A8B;
		font-size: 18px;
		cursor: pointer;
		margin: 10px 0 0;
	}
	.submitContact p {
		margin-bottom: 20px;
	}


/*=== EVENTS
============================ */
#posts {
	padding: 0;	
}
	#posts .postWrapper {
		margin: 0 0 30px;	
		padding: 5px;	
		border: 1px solid #FFF;
	}

		#posts .postWrapper .post {
			padding: 20px;
			background: #FFF;
		}
			
			#posts .postWrapper img {
				margin: 0 20px 10px 0;
				float: left;
				border: 1px solid #551A8B;
			}
			#posts.prices .postWrapper img {
				margin: 0 0 10px 20px;
				float: right;
			}
			.single #posts .postWrapper img {
				margin: 0 10px 10px 0;
			}
			#posts .postWrapper h2 {
				padding: 0 0 10px 0;
			}
			#posts .postWrapper p {
				font-size: 14px;
				line-height: 22px;
			}
			#posts .postWrapper p.postMeta {
				font-size: 12px;
				padding: 0 0 5px 0;
			}	
			

/*=== PRICELIST
============================ */
ul.prices {
	margin: 10px 3px 30px;	
}
	ul.prices li {
		list-style-type: none;
		font-size: 16px;
		margin-bottom: 10px;
	}
		ul.prices li a {
			color: #111;
		}
		ul.prices li a:hover {
			color: #551A8B;
		}

/*=== SUBCONTAINER
============================ */
#subContainer {
	width: 810px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(/images/subcontainerBack.gif) repeat-y;
	border-bottom: 5px solid #D3D1BB;
	border-top: 5px solid #D3D1BB;	
}
	.home #subContainer {
		border-top: none;	
	}



/*=== ADMIN
============================ */
#admin label {
	display: block;
	font-size: 14px;
	padding: 0 0 3px 0;
}	

#admin input[type=text], #admin textarea, #admin input[type=password] {
	display: block;
	font-size: 16px;
	padding: 0 5px 0;
	width: 250px; height: 35px;
	line-height: 35px;
	border: 1px solid #BFBFBF;
	background: #FFF;
	margin: 0 0 10px;
}	
#admin textarea {
	padding: 5px;
	width: 400px; height: 100px;
	line-height: 20px;
	font-family: Arial;
}	
#admin input[type=submit] {
	display: block;
	width: 250px; height: 45px;
	border: none;
	background: #990000;
	margin: 0 0 10px;
	cursor: pointer;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}	
input[type=submit] {
	display: block;
	width: 152px; height: 30px;
	border: none;
	background: #990000;
	margin: 0;
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}	

	
	
#flash {
	position: relative;
	height: 295px; width: 810px;
	background: #D3D1BB url(/images/HomepageImage.jpg) no-repeat 0 0;
	border-top: 5px solid #D3D1BB;
	border-bottom: 5px solid #D3D1BB;
}
.flash {
	position: relative;
	height: 295px; width: 810px;
}
.home #flash {
	border-bottom: none;
}

#content {
	font-size: 14px;
	color: #D3D1BB;
}
.phome {
	width: 650px;
	margin: 0 auto 40px;;
	line-height: 22px;
}
#bottom {
	position: relative;
	height: 139px;
	border-top: 5px solid #D3D1BB;
	background-color: #D3D1BB;
}
#bottom .block {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 810px;
	height: 139px;
}

/* END subContainer */


/* START GALLERY */
#galleryHead {
	border-top: 5px solid #D3D1BB;
	background-color: #D3D1BB;
}
#gallery {position:relative; width:810px; margin:0 auto; background-color:#D3D1BB}
#image {position:relative; width:810px; height:413px; background:#FFF url(/images/loading.gif) center center no-repeat}
#image img {position:absolute; top:0; left:0}
#thumbwrapper {margin-top:0px; padding:0; width:810px; border-top:5px solid #D3D1BB; border-bottom:5px solid #D3D1BB;}
#thumbarea {position:relative; overflow:hidden; height:139px; width:760px;margin: 0 auto;}
#thumbs {position:absolute; list-style:none; height:139px; width:10000px;}
#thumbs li {float:left; margin: 0 4px; cursor:pointer}
.imgnav {position:absolute; top: 180px; height:48px; width:40px; z-index:100; height:48px; width:40px; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(/images/arrows.gif) no-repeat;}
#previmg:hover {opacity:1; filter:alpha(opacity=100);background:url(/images/arrows.gif) 0 -49px no-repeat;}
#nextimg {right:0; background:url(/images/arrows.gif) -40px 0 no-repeat;}
#nextimg:hover {opacity:1; filter:alpha(opacity=100);background:url(/images/arrows.gif) -40px -49px no-repeat;}
/* END GALLERY */


/*=== PRODUCTS
============================ */
#productHead {
	position: relative;
	height: 295px;
	background: url(/images/productBack.jpg) no-repeat;
	border-top: 5px solid #D3D1BB;
	border-bottom: 5px solid #D3D1BB;
	font-variant: small-caps;
	color: #D3D1BB;
}
#prod {
	position: absolute;
	top: 10px;
	left: 0px;
}
.prodHeading {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	padding: 20px 55px 10px;
}
#content table {
	width: 100%;
	margin: 10px 0 20px;
	border: 2px solid #D3D1BB;
	background-color: #D3D1BB;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
#content td {
	padding: 8px 20px;
}
.odd {
	background-color: #FFF;
}
.price {
	text-align: right;
}
th {
	text-align: left;
	padding: 8px 20px;
}
.pDirect {
	text-align: center;
	padding: 10px 0 40px;
}
.pDirect a:link, .pDirect a:visited {
	font-size: 14px;
	color: #D3D1BB;
	text-decoration: none;
}
.pDirect a:focus, .pDirect a:hover {
	text-decoration: underline;
}
.prodType {
	float: left;
	width: 200px;
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	margin: 20px 40px 0 0;
}
.firstUL {
	width: 200px;
	padding-top: 20px;
	display:inline-block;
}
.secondUL {
	width: 250px;
	padding-top: 20px;
	float: left;
	display:inline-block;
}
.firstUL li, .secondUL li {
	margin: 0 0 5px 0;
}
#productHead a:link, #productHead a:visited {
	font-size: 14px;
	color: #D3D1BB;
	text-decoration: none;
}
#productHead a:focus, #productHead a:hover {
	text-decoration: underline;
}
/* END PRODUCTS */


/* START CONTACT */
#contactHead {
	height: 295px;
	background: #D3D1BB url(/images/contactBack.jpg) no-repeat;
	border-bottom: 5px solid #D3D1BB;
}
#submitHead {
	height: 295px;
	background: #D3D1BB url(/images/submitBack.jpg) no-repeat;
	border-bottom: 5px solid #D3D1BB;
}

/* END CONTACT */





/* START footer */
#footer {
	height: 140px;
	background: url(/images/footerBack.jpg) repeat-x;
}
#footerLinks {
	width: 820px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #D3D1BB;
	font-variant: small-caps;
}
#footer a:link, #footer a:visited {
	font-size: 14px;
	color: #D3D1BB;
	text-decoration: none;
}
#footer a:focus, #footer a:hover {
	text-decoration: underline;
}
/* END footer */

