/*
Theme Name: Pedulla Default
Theme URI: http://pedullatiles.com/
Description: The default pedullatiles.com theme.
Version: 1.0
Author: Enhanced Solutions
Author URI: http://www.enhancedsolutions.com/
*/


A {
	color: #0046e5;
	text-decoration: none;
}

A:hover {
	color: #0101b3;
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #252525 url('images/foot.png') center top repeat-y;
	text-align: center;
	line-height: 1.2;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

IMG.alignleft {
	border: 5px solid #DDD;
	float: left;
	margin: 0 20px 10px 0;
}

IMG.alignright {
	border: 5px solid #DDD;
	float: right;
	margin: 0 10px 0 20px;
}

TD, BODY {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-SIZE: 13px;
	color: #333;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

HR {
	height: 1px;
	border: 0;
	margin: 5px 0 20px 0;
	padding: 0;

	background: #ccc;
	color: #ccc;
}

.clear {
	clear: both;
}

.pagewidth {
	width: 1000px;
	position: relative;
	margin: auto;
	text-align: left;
}

#container {
	background: #fff;
}

/* ########################################################################################## */

#head {
	background: #000 url('images/head.jpg') center top no-repeat;
	height: 259px;
	overflow: hidden;
	color: #fff;
}

#head.inner {
	height: 160px;
}

#head H1 {
	position: absolute;
	top: 30px;
	left: 20px;
}

#head H1 A {
	background: url('images/logo.png') left top no-repeat;
	display: block;
	width: 227px;
	height: 105px;

	overflow: hidden;
	text-indent: -9999px;
}

#head .description {
	display: none;
}

#head .contactblock {
	position: absolute;
	top: 50px;
	right: 30px;

	border-left: 1px solid #563629;
	padding: 10px 0 0 25px;
	font-size: 14px;
}

#head .contactblock P {
	padding: 0 0 15px 0;
}


#head .contactblock A {
	color: #d59142;
	text-decoration: underline;
}

#head UL {
	position: absolute;
	top: 45px;
	left: 380px;

	padding: 0;
	list-style: none;

	width: 300px;
}

#head UL LI {
	float: left;
	width: 100px;
	margin: 0 0 5px 0;
}

#head UL LI A {
	float: left;
	display: block;
	color: #fff;
	padding: 5px;
	font-size: 14px;
}

#head UL LI A:hover {
	background: #d59142;
	width: auto;
	text-decoration: none;
}


/* ########################################################################################## */

#splash {
	margin: -100px 0 0 0;
	height: 400px;
}

#splash .overlay {
	position: absolute;
	left: 25px;
	top: 276px;

	background: url('images/splash_overlay.png') left top no-repeat;
	width: 690px;
	height: 74px;
	z-index: 9999;
}

#splash .overlay H2 {
	display: block;
	color: #d59142;
	background: url('images/splash_arrow.png') left center no-repeat;

	font-size: 26px;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: -1px;

	padding: 0 0 0 40px;
	margin: 30px 0 3px 40px;
}

#splash .overlay P {
	font-size: 16px;
	text-transform: lowercase;
	padding: 0 0 3px 80px;
}

#splash .overlay A {
	text-decoration: underline;
}

/* ########################################################################################## */

#page {
	padding: 10px 0 35px 0;
}

#page .content {
	width: 760px;
	float: left;
	line-height: 1.5;
}

#page .widecontent {
	width: 100%;
}



#page .sidebar {
	width: 240px;
	float: left;
}

/* --- */

#page .sidebar UL {
	list-style: none;
	padding: 0;
}

#page .sidebar H5 {
	color: #d59142;
	text-transform: lowercase;
	font-size: 26px;
	letter-spacing: -1px;
}


#page .sidebar .catlist UL LI {
	background: url('images/dot_square.png') left center no-repeat;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #ddd;
}

#page .sidebar .catlist UL LI A {
	color: #666;
}

#page .sidebar .catlist UL LI A:hover {
	color: #37b9eb;
	text-decoration: none;
}

/* --- */


#page .content H1 {
}

#page .content H2 {
	font-size: 30px;
	text-transform: lowercase;
	line-height: 1.1;
}

#page .content .padding {
	padding: 0 50px;
}

#page .content .homeblock_left {
	float: left;
	width: 300px;
	margin-right: 30px;
}

#page .content .homeblock_right {
	float: left;	
	width: 300px;
	border-left: 1px solid #ddd;
	padding-left: 29px;
}

/* --- */

#page .button_readmore {
	display: block;
	float: left;
	padding: 5px 15px;

	color: #fff;
	background: #000;

	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

#page .postblock {
	margin-bottom: 15px;
}

#page .postblock .title {
	color: #333;
	text-decoration: none;
}
#page .postblock .view {
	text-decoration: underline;
}

/* ########################################################################################## */

#foot {
	color: #aaa;
	line-height: 1.5;
	padding: 30px 0 20px 0;
}

#foot STRONG {
	color: #fff;
	font-weight: normal;
}

#foot HR {
	border: 0;
	padding: 0;
	margin: 20px 0;
	height: 1px;

	color: #565656;
	background: #565656;
}

#foot P {
	padding: 0;
}

#foot A {
	color: #35baeb;
}

#foot UL {
	list-style: none;
	padding: 0;
}

#foot UL LI {
	width: 249px;
	float: left;
	border-left: 1px solid #565656;
}

#foot UL LI .footcell {
	padding: 0 30px;
}

#foot UL LI.first {
	width: 250px;
	border-left: 0;
	font-size: 20px;
	color: #fff;
}

#foot UL LI.first P {
	padding: 0 0 5px 0;

}

#foot UL LI.last {
	line-height: 1.2;
}

#foot UL LI.last P {
	padding: 0 0 5px 0;
}


#foot .clickhere {
	display: block;
	width: 118px;
	height: 36px;

	background: url('images/foot_clickhere.png') left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#foot .copy {
	font-size: 12px;
	font-weight: bold;
}


/* ########################################################################################## */

UL.fancylist {
	list-style: none;
	padding: 0;
}

UL.fancylist LI {
	background: url('images/dot_square.png') left 14px no-repeat;
	padding: 10px 0 10px 20px;
}

UL.fancylist UL {
	list-style: disc;
	padding: 10px 0 0 35px;
}

UL.fancylist UL LI {
	background: none;
	padding: 0;
}

/* --- */

UL.menuascontent {
	list-style: none;
	padding: 0;
}

UL.menuascontent LI {
	float: left;
	width: 205px;
	margin: 0 10px 20px 10px;
	text-align: center;
}

UL.menuascontent LI A {
	display: block;
	background: #0046e5;
	color: #fff;
	padding: 10px;

	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

UL.menuascontent LI A:hover {
	background: #0101b3;
}