/*
Theme Name: PRP
Version: 1.0
Description: A custom Theme for Pacific Realty Partners. Based on Productum by WooThemes.
Author: Matthew Wrather
Author URI: http://www.wrathercreative.com
Template: productum
*/
 
@import url("../productum/style.css");

/* Header  */

.custom #logo a {
	left: 10px;
	top: 10px;
}

/* Sidebar */

#companies-nav li {
	width: 220px;
}

#companies-nav ul li a,
#companies-nav ul li a:visited {
	display: block;
	background: #E0E8EC none;
	padding: 12px 10px;
	border-bottom: 2px solid white;
	height: 18px;
	line-height: 18px;
}

#companies-nav ul li a:hover {
	background: #2F7AAC none;
	text-decoration: none;
	color: white;
}

#companies-nav ul li.current_page_item a,
#companies-nav ul li.current-page-ancestor a,
#companies-nav ul li.current_page_parent a {
	background: #2F7AAC url(images/subnav-arrow.png) scroll no-repeat top right;
	width: 220px;
	color: white;
	cursor: default;
}

#companies-nav ul li#menu-item-107 a,
#companies-nav ul li#menu-item-106 a {
	background-image: none;
}

#companies-subnav ul li a,
#companies-subnav ul li a:visited {
	display: block;
	background: #2F7AAC none;
	padding: 1em 10px;
	border-bottom: 2px solid white;
	color: white;
}

#companies-subnav ul li a:hover {
	color: #BBB;
	text-decoration: none;
}

#companies-subnav ul li.current_page_item a {
	color: #BBB;
	cursor: default;
}

/* Let's get rid of some titles we don't want. */
.custom #post-10 h2,
.custom #post-7 h2 {
	display:none;
}


/* let's style some page content */

.custom .entry ul li {
	background-image: url(images/bullet.gif);
}

.custom #post-61 thead tr {
	background-color: black;
	color: white;
	font-weight: bold;
	border-bottom: none;
}
.custom #post-61 tr {
	border-bottom: 1px solid #ccc;
}
.custom #post-61 tr td {
	padding: .5em 5px;
}

.custom #post-38 a.standout {
	font-weight: bold;
}