/*
Theme Name: Ap Consulting Theme
Theme URI: http://texloufornia.com
Description: Handmade theme developed by Casen Davis and designed by Jim Balli
Version: 1.0
Author: Casen Davis
Author URI: http://develemental.com
Tags: blue, custom header, fixed width, black, grey, dock, cooliris


*/



/* Begin Typography & Colors */



/* general */

html {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
background-color: #121212;
background-image:url(images2/bg.gif);

}

body { 
font-family: arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
align : center;
text-align : left;
color: #ffffff;
margin: 0px;
}

#navHold {
float: left;
width: 300px;
height: 24px;
margin: -12px 0 0 15px ;
 }
 
 .nav {
float: left;
padding: 0 -300px 0 0 
 }
 

 
 #musicPlayer {
float: right;
width: 240px;
height: 28px;
margin: -15px 0 0 0 ;
 }


h1 {
	font-size: 26pt;
	font-weight: normal; 
	color: #1F608F;
	margin: 0px 0px 0px 50px;
	font-family: minion pro;
	text-align:left;
}

h2 {
font-size: 9px;
font-weight: normal;
padding: 5px 0 5px 0;
color: #663300;
}

h3 {
font-size: 12px;
font-weight: normal; 
margin: 0;
color: #669933;
}

h4 {font-size: 10px;
font-weight: normal; 
color: #ff0000;
margin:0 0 3px 0;
}

h5 {font-size: 16px;
font-weight: bold; 
color: #;
margin:0 0 3px 0;
}

h6 {font-size: 12px;
font-weight: bold; 
color: #4f2d0f;
margin:0 0 3px 0;
}

li{
list-style-type: none;
line-height: 190%;
margin: 2 0 2 0;
}

p {
	line-height: 120%;
	margin: 8px 0 3px 0;
}

/* a links */
a:link {
color: #999;
text-decoration: underline;
}

a:hover {
color: #fff;
text-decoration: underline;
}


a:visited {
color: #999;
text-decoration: underline;
}

#current {
color: #999;
text-decoration: none;
 }
 
 #contactHold {
width: 800px;
height: 523px;
 }
 
 #homeHold {
 padding: 0px 0 80px 0;
width: 962px;
 }
 
  #homeLeft {
 float: left;
width: 307px;
height: 463px;
 }
 
 #homeRight {
float: left;
width: 493px;
height: 463px;
 }
 
#contactArea {
margin: 100px auto;
width: 702px;
 }
 
.contactModule {
float: left;
width: 351px;
height: 130px;
 }
 
.contactThumb {
float: left;
width: 136px;
height: 130px;
 }
 
.contactCopy {
float: left;
width: 215px;
height: 130px;
 }
 

#container {
position : relative; center : 0; top: 20px ;
align : center;
width: 981px;
height: 100%;
margin: auto; 
}

#containerTop {
width: 988px;
height:164px;
background: url(images2/bg_head.png);
background-repeat: no-repeat;
}

#containerMiddle {
padding: 30px 0 0 0;
width: 988px;
height:100%;
background: url(images2/bg_body.png);
background-repeat: y;
}

#containerBottom {
width: 988px;
height:70px;
background: url(images2/bg_base.png);
background-repeat: no-repeat;
}

#contact {
padding: 20px 0 0 0 ;
width: 500px;
}

#footer{
margin: 30px 0 0 0 ;
width: 900px;
}


img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(wp-content/themes/apcla/navImages/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 30px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 30px; 
	color: #fff; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


#navHold {
float: left;
width: 300px;
height: 24px;
margin: -12px 0 0 15px ;
 }

li{
list-style-type: none;
margin: 2 0 2 0;
}



ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0 ;
	padding: 0;
	cursor: default;
	
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 9px;
}




ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #transparent;
	color: #999;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #transparent;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #transparent;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 0px solid #999;
}

.nav a{
	text-decoration: none;
}

/* Photo Styles */

#wall-container {
	width: 960px;
	margin:0 auto;
}
#albums {
	width:800px;
	margin-top:50px;
	text-align:center;
}
#albums a {
	padding: 10px;
}

/* Press  and blog page styles */

div#blog-main {
	width: 650px;
	float:left;
	margin-left:50px;
	margin-bottom:50px;
}


div.post {
	width: 650px;
	margin:10px 0px 0px 0px;
	color: #333333;
	background-color:#fff;
	text-align:left;
}

div.post h2 {
	font-size: 20pt;
	font-weight: normal; 
	color: #333333;
	margin: 0;
	font-family: Minion Web;
	
}

div.post h2 a {
	text-decoration:none;
	color: #333333;
	font-family: Minion Web;
	font-size:15pt;
	font-weight: normal; 
	letter-spacing: 0.1em;
}

div.post h2 a:hover {
	color: #333333;
}

div.post-header{
	padding:5px 0px 5px 20px;
	width:650px;
	color: #1F608F;
	font-family: arial;
	font-size: 14px;
}

div.post-header a {
	text-decoration:none;
	color: #1F608F;
	font-family: arial;
	font-size: 14pt;
	
}
p.postmetadata {
	margin: 0px;
}

div.post-image {
	width:150px;
	height:150px;
	float:left;
	margin:10px 0px 20px 20px;
	border: 5px solid #d6d6d6;
	overflow:hidden;
}

div.post-image img{
	width:150px;
	float:left;
	
}
div.post-content{
	width: 430px;
	float:left;
	padding:5px 0px 5px 20px;
}
div.excerpt p{
	font-size: 11pt;
	font-weight: normal;
	font-family:arial;
	line-height: 135%;
	margin:0;
}
p.readmore{

	margin-top:10px;

}

p.readmore a{
	color:purple;
	margin-top:0px;
	text-decoration:none;
	font-size: 10pt;
}

span.spacer {
	margin: 0px 10px 0px 10px;
}

.single {
	width: 610px;
	margin:30px 0px 0px 0px;
	padding: 20px;
	color: #333333;
	background-color:#fff;
	text-align:left;
}

.single h1 {
	text-decoration:none;
	color: #1F608F;
	font-family: Minion Web;
	font-size:20pt;
	font-weight: normal; 
	letter-spacing: 0.1em;
	margin:0;
}

.single-content {
	font-size: 11pt;
	font-weight: normal;
	font-family:arial;
	
}

.single-content p {
	line-height: 135%;
}

.single-image {
	width:200px;
	float:left;
	margin:5px 20px 20px 0px;
	border: 5px solid #d6d6d6;
}

.single-image img {
	width: 200px;
	float:left;
}

div.post-footer{
	color: #1F608F;
	font-family: arial;
	font-size: 14px;
	margin-top:50px;
}

div.post-footer a {
	text-decoration:none;
	color: #1F608F;
	font-family: arial;
	font-size: 14pt;
	
}

/* sidebar styles */

div#sidebar {
	width:200px;
	float:left;
	margin:30px 0px 0px 40px;
	text-align:left;
}

div#sidebar h2 {
	color: #1F608F;
	font-family: arial;
	font-size: 14pt;
	margin:0px;
}

div#sidebar ul {
	margin: 0px 0px 30px 0px;
}

div#sidebar ul li {
	list-style-type: disc;
	font-size:11pt;
	color: #1F608F;
	margin:-5px 0px -5px -21px;
}
div#sidebar ul li a {
	text-decoration:none;
}