/*
Theme Name: Orange Equity Version 4
Theme URI: http://orangeequityllc.com
Description: Wordpress theme for Orange Equity, LLC.
Version: 4.0
Author: TISHON
Author URI: http://tishon.com/

*/

/*/////GENERAL/////*/
body {
	margin: 0px;
	background: #de7834 url("images/bg.jpg") repeat left top;
}

#container {
	margin: 0 auto;
	width: 900px;
/*	border: 1px solid #e8cba9;*/
	font-family: times, times new roman, serif;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px;
}
#container2 {
	margin-top:-10px;
	/*background: #f6f0e3;*/
}
#container3 {
	width: 900px;
	float: left;
	/*background: #f6f0e3;*/
}

/*/////TYPOGRAPHY/////*/
h1 {
	font-family: times, times new roman, serif;
	font-size:24px;
	font-weight:bold;
	text-transform:none;
	letter-spacing:1px;
	color: #2d2c3b;
}
h2 {
	font-size:1.95em;
	color: #f7751e;
	font-weight:lighter;
	font-style:italic;
	margin-bottom: -3px;
}
h3 {
	font-size:1.08em;
	color: #f7751e;
	font-weight:lighter;
	font-style:normal;
	margin: 0 0 -5px 0;
}
.post-cat-three h2{
	font-size:1.95em;
	color: #f7751e !important;
	font-weight:lighter;
	font-style:italic;
}
p {
	font-family: times, times new roman, serif;
	font-weight:lighter;
	font-size: .97em;
	text-transform:none;
	margin-bottom:17px;
	color:#666;
	line-height:24px;
}
#contentHome p {
	color:#666;
}
#footer p {
	font-family: verdana, geneva, arial;
	font-size:.76em;
	letter-spacing:0.01em;
	display:inline;
	color: #702b0e;
	line-height:20px !important;
}
a {
	text-decoration: none;
	outline:0;
	color: #f7751e;
}
a:hover {
	text-decoration: underline;
	color: #f7751e;
}
a:visited {
	color: #f7751e;
}
strong {
	font-size:16px;
	color: #f7751e;
	font-weight: normal;
}

/*/////HEADERS/////*/
#header {
	width: 930px;
	height: 170px;	
	background: url("images/header_02b.png") no-repeat left top;
}
.homeheader {
	width: 930px;
	height: 170px;	
	background: url("images/header_02.png") no-repeat left top;
}
#header p, #header h1, #header h2/**/ {
	/*display: none;*/
}

/*/////CONTENT/////*/
#content {
	width: 522px;
	padding:15px 55px 55px 55px;
	background-color: #fffaef;
}
#contentNews {
	width: 522px;
	padding:15px 55px 55px 55px;
	background-color: #fffaef;
}
#contentHome {
	padding:2px 55px 10px 55px;
	width: 400px;
	background-color: #fffaef;
}
.cornerTophome {
	margin: 0;
	padding: 0px;
	height: 25px;
	width: 510px;
	background: url("images/top-side.gif") top left no-repeat;
}
.cornerBothome {
	margin: 0;
	padding: 0px;
	height: 25px;
	width: 510px;
	background: url("images/bot-side.gif") top left no-repeat;
}
.cornerTop {
	margin:0;
	padding: 0px;
	width: 632px;
	height: 25px;
	background: url("images/top-side_02.gif") top left no-repeat;
}
.cornerBot {
	margin:0;
	padding: 0px;
	width: 632px;
	height: 25px;
	background: url("images/bot-side_02.gif") bottom left no-repeat;
}
.contentWrapper {
	margin-left: 25px;
}
.wrapper {
	margin-top:10px;
}
.wrapperIn {
	background-color: #381b10;
}
.wrapperTop {
	height: 25px;
	background: url("images/brown-top.gif") top left no-repeat;
}
.wrapperBottom {
	height: 25px;
	background: url("images/brown-bot.gif") bottom left no-repeat;
}
.newsEntry {
	margin: 0 0 25px 0;
	padding-bottom:4px;
	border-bottom:1px dotted #CCC;
}
/*/////NAV/////*/
#top_navlist {
	position: absolute;
	top: 120px;
	width: 900px;
	text-align:left;
	font-size: .9em;
	letter-spacing:0.14em;
	/*background: #f6f0e3;*/
}
#navlist {
	padding: 0 0 10px 0;
	margin: 8px 0 12px 30px;
	font-weight: lighter;
	text-transform: uppercase;
}
#navlist li{
	list-style: none;
	margin: 0;
	padding:0;
	display: block;
	float:left;
}
#navlist li a{
  	position: relative;
	padding: 8px 30px;
	border: 1px solid #ff8a34;
	border-right: none;
	text-decoration: none;
}
#navlist li a:link { color: #702b0e; }
#navlist li a:visited { color: #702b0e; }
#navlist li a:hover { 
	color: #702b0e;
	text-decoration:none; 
	background-color: #ff8a34;
	border-color: #ff8a34;
}
#navlist li a#current{ 
	background: #e76d1c;
	border-bottom: 1px solid #ff8a34;
}
.first {
	border-left: none !important;
}
#clear {
	clear:both;
}

/*/////FOOTER/////*/
#footer {
	/*background-color:#f6f0e3;*/
	height:100px;
	width: 900px;
}
#footerSpace {
	height:10px;
	width: 900px;
	/*border-bottom: 1px solid #e8cba9;*/
}
#footerLeft{
	margin: 5px 25px;
	padding: 5px 65px 0 0;
	width: 200px;
	float:left;
}
#footerRight{
	margin: 5px 0px;
	padding: 5px 0px;
	width: 556px;
	float:left;
	text-align: right;
}
#top_navlist h2{
	display: none;
}
#footer h3{
	display: none;
}
/*/////IMAGES/////*/
.homePic {
	position: absolute;
	width: 331px;
	height: 420px;
	margin-left: 548px !important;
	background: url("images/goldengate.jpg") no-repeat left top;
}
.subheadHome {
	position:absolute;
	margin:230px 0 0 530px;
	width:378px;
	height:100px;
	background: url("images/welcome.png") no-repeat left top;
}
.dealsPic {
	position:absolute;
	width: 211px;
	height: 317px;
	margin-left: 670px;
	/*background: url("images/urbandaddy.jpg") no-repeat left top;*/
}
.dealsPic img{
	border:none;
}
.subheadDeals {
	position:absolute;
	margin:328px 0 0 652px;
	width:255px;
	height:100px;
	background: url("images/closed_deals.png") no-repeat left top;
}
.visionPic {
	position:absolute;
	width: 211px;
	height: 317px;
	margin-left: 670px;
	background: url("images/beach.jpg") no-repeat left top;
}
.subheadVision {
	position:absolute;
	margin:328px 0 0 652px;
	width:255px;
	height:100px;
	background: url("images/vision.png") no-repeat left top;
}
.aboutPic {
	position:absolute;
	width: 211px;
	height: 317px;
	margin-left: 670px;
	background: url("images/windmill.jpg") no-repeat left top;
}
.subheadAbout {
	position:absolute;
	margin:328px 0 0 652px;
	width:255px;
	height:100px;
	background: url("images/about.png") no-repeat left top;
}
.contactPic {
	position:absolute;
	width: 632px;
	height: 170px;
	margin: 25px 0 0 25px;
	background: url("images/la_shot.jpg") no-repeat left top;
}
.subheadContact {
	position:absolute;
	margin:120px 0 0 652px;
	width:255px;
	height:100px;
	background: url("images/contact.png") no-repeat left top;
}
.subheadNews {
	position:absolute;
	margin:154px 0 0 652px;
	width:255px;
	height:100px;
	background: url("images/news.png") no-repeat left top;
}

/*/////FUN CLASSES/////*/
table {
	color:#666;
	line-height:24px;
	height: 250px;
}
table strong {
	font-weight: normal;
}
.post-cat-three {
	margin-top:18px;
	padding:0 0 5px 0;
	border-top: 1px solid #ecb395;
}
.homeWrap {
	margin:0;
	height:400px;
	/*border: 1px solid #000;*/
}

/*////PAGE NAVI CSS/////*/
.navigation {
	text-align: right;
}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 3px 4px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #666;
}
