/* 
	Theme Name: Hiton Associates
	Theme URI: http://gtrout.net
	Description: Custom theme for hitonassociates.com
	Author: G. Trout
	Author URI: http://www.gtrout.net
	Version: 1.0

*/


/* Global Declarations */

body {
	font-size:11px;
	background: #333333 url('/wp-content/themes/hitonassociates-1-0/images/bg.gif') top left repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
}

.center{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}

h1, h2, h3,p{
	margin-top: .5em;
	margin-bottom: .5em;
}

.red-nounderline{
	text-decoration:none;
	color:#990000;
}

.editlink{
	font-weight:bold;
	padding:25px;
}

.navigation{
	display:table;
	width:600px;
	padding:6px;
}

/* Structure */

/* place site in UL corner on IE 5 Mac */

#main   { 
	position: absolute; 
	top: 20px; 
	left: 20px; 
	width: 721px;
	height: 504px;
}

/* center site on every other browser
   BEGIN hiding from IE 5 Mac \*/

#main   { 
	margin-top: -282px;
	margin-left: -360px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 721px;
	height: 504px;
}

/* END hiding from IE 5 Mac */


#content{
	width: 720px;
	height: 480px;
	border: 1px solid black;
	display:table;
}

#main p{
	line-height: 1.5em; 
	margin-top: .5em;
	margin-bottom: .5em;
	font-size:11px;
}

.post{
	width: 410px;
	height: 425px;
	overflow: auto;
	margin-top:9px;
	padding: 5px 40px 20px 20px; 
	float: left;
}

#hometext{
	background-color: #f5d3c6;
	padding: 0px 10px;
	border: 1px solid black;
	float:right;
	width:340px;
	margin:10px;
}

#hometext p{
	line-height:1.25em;
}

#hometext h3{
	margin-bottom:-5px;
}


#testimonials{
	max-width:320px;
	padding: 0px 10px;
	border: 1px solid black;
	background-color: #f5d3c6;
	position:absolute;
	bottom:0px;
	left:150px;
}

#testimonials p{
	font-size:9px;
	font-style:italic;
	line-height: 1em; 
}

#sidebar{
	width:190px;
	float:right;
	display:table;
}

#header{
	border-bottom:1px solid #000;
}

#header h1 a{
	font-size:14px;
	color: #FC9D6A;
	text-decoration: none;
}
#header h1 a:hover{
	text-decoration:underline;
}
#footer p {
	color: white;
	font-size: 10px;
	margin: .3em 0em;
	line-height: 1em;
}

#footer a {
	color: #FC9D6A;
}


/* Lists */
li{list-style-type:none;margin:0px;padding:0px;}

/* Navigation */

#navigation ul { 
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1.1em;
	z-index: 100;
}


#navigation a {
	color: #FC9D6A;
	display: block;
	height: 17px;
	padding: 4px 0px 0px 0px;
	white-space: nowrap;
}

#navigation a:hover {
}

/* all list items */

#navigation li { 
	font-size: 10px;
	background-color: #6A2934;
	float: left;
	/* width needed or else Opera goes nuts */
	/* width: 120px; */
	height: 21px;
	border-bottom:thin solid black;
	text-align:center;
}

/* top list items hovered */
#navigation li a:hover { 
	color: #6A2934;
	background-color: #FC9D6A;
	font-weight: bold;
	text-decoration: none;
}

#navigation li.current_page_item, #navigation li.current_page_parent{
	background-color: #FC9D6A;
}

#navigation li.current_page_item a, #navigation li.current_page_parent a{
	color: #6A2934;
	font-weight: bold;
	text-decoration: none;
}

/* second-level lists */
#navigation li ul { 
	color: #222354;
	position: absolute;
	background: #ccc;
	width: 151px;
	/* hides menus; better than "display: none", which screen readers ignore */
	left: -999em; 
}
#navigation li ul li a {
	color: #222354;
}

/* lists nested under hovered list items */
#navigation li:hover ul, #navigation li.sfhover ul { 
	left: auto;
}
#navigation li ul li.current_page_item a, #navigation li ul li.current_page_parent a  { 
	font-weight: bold;
}


.page-item-4 {
	border-left: thin solid black;
	border-right: thin solid black;
	width: 128px;
}

.page-item-6 {
	border-right: thin solid black;
	width: 169px;
}

.page-item-8 {
	border-right: thin solid black;
	width: 103px;
}

.page-item-10 {
	border-right: thin solid black;
	width: 71px;
}

.page-item-13 {
	border-right: thin solid black;
	width: 138px;
}

.page-item-16 {
	width: 106px;
}
