/*
Theme Name: Parry Hunt Enterprises.
Theme URI: http://loganwillmott.com
Description: Theme for Parry Hunt Enterprises Website. Sidebar altered to include editable sponsors.. [Search widget needs to be manually included]
Author: Logan Willmott
Author URI: http://loganwillmott.com
version: 1.4.1
Tags: two-column, footer, widget-ready, footer widgets, 760px width, jQuery
*/

/*

760px width

*/

#content img {
	border: 1px solid #d6d6d6;
	background: #fff;
	padding: 2px;
	-webkit-transition: all 0.5s linear;
}
	
#content img:hover {
	border: 1px solid #999;
	background:none;
	}

#headFix{
	width:100%;
	float:left;
	height:72px;
}

#headFixHome{
	width:100%;
	height: 32px;
}

#bread {
	text-align:left;
	overflow: hidden;
	position:absolute;
	left:106px;
	bottom:-68px;
text-transform:capitalize;
	}

.slideshow {
	height: 180px;
	width: 180px;
	margin: 5px 0 0 0;
	}
	
.slideshow img {
	padding: 15px;
	border: 1px solid #d6d6d6;
	background-color: #eee;
	-webkit-transition: all 0.5s linear;
	}
	
.slideshow img:hover {
	border: 1px solid #999;
	}

#navigation{
	position:absolute;
	top:18px;
	right:-50px;
	text-transform:capitalize;
}

/*************************************
* LAVA LAMP *
*************************************/

.lavaLamp {
	float:right;
	/*width: 421px;*/
    background: url("../image/bg.gif") no-repeat top;
    padding: 3px 0 16px 5px;
    overflow: hidden;
}

/* Force the list to flow horizontally */
.lavaLamp li {
 	float: left;
 	list-style: none;
    }


/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
  	width: 9px;
	height: 25px;
   	z-index: 8;
	position: absolute;
	border-bottom: 4px solid #952424;
			
	/*round borders*/
	/*border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;*/
  	}

/*.lavaLamp li.back .left {
  	background: #000;
   	height: 30px;
  	margin-right: 2px;
	width: 2px;
   	}*/

/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
  	text-transform: uppercase;
  	font: bold 12px;
  	color: #000;
	outline: none;
 	text-align: center;
	top: 7px;
  	z-index: 10; letter-spacing: 0;
  	float: left; display: block;
 	margin: auto 10px;
	-webkit-transition: all 0.5s linear;
	}

/* style when hovered over */
.lavaLamp li a:hover {
	color:#eb1c23;
 	}




#credits{
	width:500px;
	margin: 0 auto;
	text-align:center;
}

/*
----------------------------------------------------------------------------------------
****************************************************************************************
*/


/* basics */

*{margin:0; padding:0;}

body {
	background: url("http://www.loganwillmott.com/phe/wp-content/themes/phe_v1/images/bg.png") repeat-x top fixed #042148;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: verdana, arial, tahoma, sans-serif;*/
	font-size: 8pt;
	margin:20px;
	}

	
h1 {
	font-size: 18pt;
	text-transform:capitalize;
	}

h2, h2 a {
	font-size: 14pt;
	color:#eb1c23;
	text-decoration:none;
	text-transform:capitalize;
	}
h2 a:hover{
	color:#000;
}

h3, h3 a {
	font-size: 10pt;
	color: #999;
	text-decoration:none;
	text-transform:capitalize;
	}
h3 a:hover{
	color:#fff;
}

h4 {
	font-size: 9pt;
	}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	background:#eaeaea;
	color:#333;
	overflow: hidden;
	/*border: 1px solid #d6d6d6;*/
	}
	
/* header */

#header {
	/*background:#e6e6e6;
  	width: 760px; 
  	height: 100px;
	color: #fff; */
	left:-90px;
	position:relative;
	width:760px;
	margin:0 auto;
	height:175px;
	z-index:0;
	}
	
#logo {
	position:absolute;
	left:430px;
	top:68px;
}

#header h1{
	font:normal 20pt;
	padding:20px 0 0 16px;
	margin:0;
	font-family:Helvetica, Arial;	
	font-size:400%;
	letter-spacing: -1.5px;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#000;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:480px;
	overflow: hidden;
	margin: 0 0 14px 14px;
	border: 1px solid #d6d6d6;
	background: #fff;
	padding:15px;
	display:inline;
	}

.post {
	margin:0 0 20px 0;
	padding:0;
	line-height: 14pt;
	width:100%;
	float:left;
	}
	

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.linknavigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar [side sidebar]*/

#sidebar {
	font-size:8pt;
	width:230px;
	float:right;
	margin: -20px 0 20px 0;
	padding: 0;
	display:inline;
	}

#sidebar h2{
	color:#666;
}

#sidebar label{
	font:normal 11pt;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li img {
	margin:6px;
	float:left;
}

#sidebar ul li {
	margin: 8px 2px 0 0;
	padding: 10px;
	line-height: 14pt;
	list-style-type: none;
	border: 1px solid #d6d6d6;
	background: #fff;
	float:right;
	width:185px;
	}
/*
#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}*/



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit, #mcspvalue{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #999;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}




/************************************************
*	Bottom Widgets					     		* 
************************************************/
#bottom {
	float:left;
	width: 760px;
	margin: 0px auto 0px;
	padding: 5px 0px 20px 0px;
	line-height: 20px;
	border-top: 1px solid #666;
	clear: both;
	}

#bottom p, #bottom .textwidget {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#bottom h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	}
	
#bottom h2 a, #bottom h2 a:visited  {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

	
#bottom img{
	float: left;
	margin: 2px;
	border: 1px solid #4b4b4b;
	background: #191919;
	padding: 2px;
	-webkit-transition: all 0.5s linear;
	}
	
#bottom img:hover{
	border: 1px solid #fff;
	background:none;
	}	
	
#bottom ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#bottom ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
.bottomleft {
	float:left;
	width: 170px;
	margin: auto;
	padding: 0;
	margin: 10px 0 0 25px;
	padding: 10px;
	display:inline;
	}
	
.bottomright  {
	float:left;
	width: 120px;
	margin: auto;
	padding: 0;
	margin: 10px 0 0 25px;
	padding: 10px;
	display:inline;
	}
	
.bottommiddle {
	float:left;
	width: 314px;
	margin: auto;
	padding: 0;
	margin: 10px 0 0 0;
	padding: 10px;
	list-style:none;
	line-height:13px;
	display:inline;
}

/* bottom left + middle + right ---> widths to add to 600 */

#bottom .bottommiddle ul li{
	list-style:none;
	margin: 7px 0 12px 5px;
}

.bottommiddle ul li{
	float:left;
}