/*
File:			custom.css
Description:	Custom styles for Thesis
*/

.custom a {
	color:#333333;
	}
.custom #footer a {
	border:0px;
	}
.custom div.page {
	padding-bottom:0px;
	margin-bottom:0px;
	}
.custom #header p#logo a {
	background:url("images/3solid-art-prints.jpg") no-repeat;
	display:block;
	float:left;
	height:129px;
	margin-top:10px;
	overflow:hidden;
	text-indent:-9999px;
	width:206px;
	}
.custom #header #tagline {
	display:none;
	}
.custom #header_area {
	background:url("images/headerBar.jpg") top repeat-x;
	padding-top:16px;
	}
.custom #header {
	border-bottom:none;
	padding-left:0px;
	padding-top:0px;
	}
.custom #header_area .page {
	padding-top:0px;
	}
.custom #header_area h2, .custom #header_area h3 {
	float:left;
	font-weight:normal;
	margin-left:60px;
	width:450px;
	}
.custom #header_area h2 {
	color:#000;
	font-size:30px;
	margin-top:25px;
	}
.custom #header_area h3 {
	color:#666666;
	font-size:24px;
	}
.custom #header_area div.page {
	margin-bottom:0px; /*content spacing*/
	}
.custom #cart {
	color:#cccccc;
	float:right;
	font-size:12px;
	text-align:center;
	}

.custom #cartBubble {
	background:url("images/cartBubble.jpg") right no-repeat;
	height:32px;
	margin-bottom:2px;
	padding:4px 32px 0px 0px;
	width:79px;
	}

.custom #cartBubble,.custom #cartBubble  a{
	color:#cccccc;
	font-family:"Trebuchet MS";
	font-size:16px;
	}

.custom #cartBubble  a span {
	font-size:14px;
	}

.custom h1.entry-title, .custom h2.entry-title {
	font-size:24px;
	margin-top:20px;
	padding:0px;
	}
.custom #content {
	position:relative;
	text-align:justify;
	}
.custom #orderYoursToday {
	position:absolute;
		top:0px;
		right:20px;
	}
.custom #tellMeMore {
	position:absolute;
		top:290px;
		left:20px;
	}
.custom div#detailsSidebar {
	float:right;
	margin-top:50px;
	text-align:center;
	width:200px;
	}
.custom div#detailsSidebar ul {
	margin-bottom:15px;
	}
.custom div#detailsSidebar ul li {
	font-size:16px;
	list-style-type:none;
	margin-top:6px;
	}
.custom div#detailsSidebar div#galleryWrapView {
	font-size:11px;
	line-height:18px;
	margin:40px auto auto 10px;
	text-align:justify;
	width:170px;
	}
.custom div#detailsSidebar div#galleryWrapView  img {
	margin-bottom:15px;
	}
.custom ul#examples, .custom ul#examples li {
	margin:0px 0px 40px 0px;
	padding:0px;
	}
.custom ul#examples {
	margin-top:20px;
	}
.custom ul#examples li {
	float:left;
	height:232px;
	list-style-type:none;
	width:232px;
	}
.custom ul#examples li {
	background:url("images/example01.jpg") top no-repeat;
	}
.custom ul#examples li:hover {
	background:url("images/example01.jpg") bottom no-repeat;
	}
.custom ul#examples li+li {
	background:url("images/example02.jpg") top no-repeat;
	}
.custom ul#examples li+li:hover {
	background:url("images/example02.jpg") bottom no-repeat;
	}
.custom ul#examples li+li+li {
	background:url("images/example03.jpg") top no-repeat;
	}
.custom ul#examples li+li+li:hover {
	background:url("images/example03.jpg") bottom no-repeat;
	}
.custom ul#examples li+li+li+li {
	background:url("images/example04.jpg") top no-repeat;
	}
.custom ul#examples li+li+li+li:hover {
	background:url("images/example04.jpg") bottom no-repeat;
	}
.custom ul#examples  li img {
	display:none;
	}
.custom div.post_box h2 {
	font-size:24px;
	margin-bottom:20px;
	}
.custom div.post_box p.subHead {
	color:#666666;
	margin-bottom:10px;
	margin-top:-20px;
	font-size:14px;
	}
.custom div.post_box  p {
	line-height:26px;
	margin-bottom:20px;
	}
.custom #ColumnFeature {
	background:url("images/columnBackground.jpg") center center no-repeat;
	margin-left:10px;
	margin-top:45px;
	text-align:left;
	width:700px;
	}
.custom #ColumnFeature div.testimonials h4, .custom #ColumnFeature div.newsletter h4, .custom #ColumnFeature div.aroundTheWeb h4 {
	margin-bottom:20px;
	}
.custom #ColumnFeature div.testimonials h4 span, .custom #ColumnFeature div.newsletter h4 span, .custom #ColumnFeature div.aroundTheWeb h4 span {
	display:none;
	}
.custom #ColumnFeature div.testimonials h4 {
	background:url("images/testimonials.jpg") no-repeat;
	height:16px;
	width:108px;
	}
.custom #ColumnFeature div.testimonials img {
	float:right;
	margin-left:5px;
	}
.custom #ColumnFeature div.testimonials, .custom #ColumnFeature div.newsletter,.custom #ColumnFeature div.aroundTheWeb {
	color:#333333;
	font-size:15px;
	line-height:1.1em;
	}
.custom #ColumnFeature div.newsletter input.textbox {
	background:#f5f5f5;
	border:1px solid #999;
	font-family:"Georgia";
	font-size:16px;
	margin-bottom:4px;
	padding:3px;
	width:190px;
	}
.custom #ColumnFeature div.newsletter input.submitButton {
	border:0px;
	}
.custom #ColumnFeature div.aroundTheWeb {
	font-size:18px;
	}
.custom #ColumnFeature div.aroundTheWeb span {
	font-size:16px;
	}
.custom #ColumnFeature div.testimonials p.testimonialName {
	display:block;
	font-size:14px;
	line-height:16px;
	margin-top:10px;
	}
.custom #ColumnFeature div.testimonials p.testimonialName span {
	font-size:12px;
	}
.custom #ColumnFeature div.newsletter h4 {
	background:url("images/newsletter.jpg") no-repeat;
	height:17px;
	width:96px;
	}
.custom #ColumnFeature div.aroundTheWeb h4 {
	background:url("images/aroundTheWeb.jpg") no-repeat;
	height:16px;
	width:124px;
	}
.custom #sidebars {
	border-top:none;
	display:none;
	}

/**** FOOTER */
.custom #footer_area {
	background:url("images/footerBackground.jpg") repeat-x;
	height:164px;
	margin-top:60px;
	}
.custom #footer_area, .custom #footer {
	position:relative;
	}
.custom #footer {
	height:163px;
	padding:0px;
	text-align:left;
	}
.custom #footer_area .page {
	padding-bottom:0px;
	}
.custom #footer div.socialMediaLinks {
	color:#cccccc;
	float:right;
	font-size:12px;
	text-indent:-10px;
	width:115px;
	}
.custom #footer div.js9design-family {
	float:left;
	width:560px;
	}
.custom #footer div.socialMediaLinks, .custom #footer div.js9design-family {
	margin:30px 0px 16px 0px;
	}
.custom #footer div.footerLinks {
	border-top:1px solid #666666;
	clear:both;
	font-size:14px;
	padding-top:10px;
	}
.custom #footer div.footerLinks, .custom #footer div.footerLinks a {
	color:#ccc;
	}
.custom #footer div.footerLinks a:hover {
	color:#fff;
	}
.custom #footer p.icon_attrib {
	font-size:11px;
	position:absolute;
		bottom:0px;
	text-align:center;
	width:100%;
	}
.custom #footer p.icon_attrib, .custom #footer p.icon_attrib a {
	color:#333333;
	text-decoration:none;
	}
.custom div#js9Form #uploadBtn { width:124px; height:41px; }
/*** HIDE WORDPRESS STATS SMILEY ***/
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}