img#wpstats{display:none}

/**************************** NAV MENU ***********************************/

.jqueryslidemenu{
margin: 0 auto;
font: bold 12px Verdana;
background: #414141;
width: 895px;
}

.jqueryslidemenu ul{
margin: 0 auto;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*********************************************** WP STYLES **************************************************************/

body {
	background-color: #ECECEC;
	margin: 0 auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .88em;
	line-height: 1.5em;
	color: #444444;
}

#main_container {
	background: url(http://socalpeaks.com/Images/Backgrounds/container.png) repeat-y;
	margin: 0 auto;
	width:915px;
	}	

#container {
	width:890px;
	margin: 0 auto;
}

#entries {
	width: 568px;
	float: left;
	padding-left:8px;
	}

#sidebar {
	width: 275px;
	float: right;
	font-size: .8em;
	line-height: 1.4em;
	padding: 0 10px 25px 0;
	}

/***#sidebarleft {
	width:180px;
	float: left;
}

#sidebarright {
	width: 125px;
	float: right;
}***/

#footer {
	clear: both;
	margin: 0 auto;
	padding-bottom:1px;
	padding-top:2px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:895px;
	background-color:#000000;
	color:#FFFFFF;	
	/***background-image:url('http://socalpeaks.com/Images/Backgrounds/Footer.jpg');***/
}

.copyright {
  width:795px;
	margin:auto;
	padding-top: 10px;
	padding-bottom:10px;
	}
	
/*#entries2 {
	width: 895px;
	float: left;
	}*/

.post {
	margin-bottom: 1em;
}


/******* FONTS COLOR AND APPERANCE ******/

a {
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;

}

a:link h3 {
	color: #951400;
	border: none;
}

a:link img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: none;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #DEE4E5;
}

h1 {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.title {
	border-bottom: 1px solid silver;
}


h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	color: #34353e;
	border-bottom: 1px solid silver;
}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}


blockquote {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 15px 0;
}


/* Begin Comments*/

.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px solid silver;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #f3f3f3;
}

.commentlist {
	margin-top: 0px;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */

