/*
Theme Name: On The Rocks
Theme URI: http://example.com
Description: 
Author: Jeff Merrick
Author URI: 
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#0072bb url("images/body_bg.jpg") 50% 238px no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:20px;}
h4 {font-size: 9pt; margin-top:15px;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a {
	color:#0b7bc2;
	text-decoration:none;
	border:none;
}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 774px;
	margin: 0 auto;
	padding: 6px;
	background:#fff url("images/container_bg.png") no-repeat left top;
	color:#333;
	position:relative;
	top:-75px;
}
	
/* header */

#header {
    width: 100%; 
	height: 238px;
	background:#ee1a82 url("images/header_bg.png") top center;
	color: #fff; 
	text-align:center;
	}

#header h1{

}
	
#header h1 a {
	display:block;
	width:774px;
	height:105px;
	background:transparent url("images/logo.png") 0px 10px no-repeat;
	margin:auto;	
	padding:20px 0 0 0;	
	line-height:1000px;
	overflow:hidden;
}


#container img.chair {
	padding:20px 0 0 0;	
	line-height:1000px;
	overflow:hidden;
	float:none;
	position:absolute;
	top:-180px;
	left:600px;
	z-index:1;
}

#header h2 {
	display:none;
}

/* main menu */

#menu {
	background:transparent;
	font-size: 8pt;
	width:774px; 
	margin:auto;
	position:relative;
	top:-10px;
}

#menu ul {
	float:left;
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
  
#menu li {
	float:left;
	margin:0;
	padding:0 0 0 10px;
	border-bottom:1px solid #765;
}

#menu li.current_page_item {
	background:url("images/tab_left.png") no-repeat left top;
}

#menu li a {
	float:left;
	display:block;
	padding:15px 10px 15px 0;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	font-family: "Arial Narrow", Helvetica, sans-serif;	
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	border-right:1px solid #f14399;
}

#menu li.current_page_item a {
	background:url("images/tab_right.png") no-repeat right top;
	color:#ee1a82;
}

#menu a:hover {color:#ee1a82;}
  
#menu li:hover {
	background:url("images/tab_left.png") no-repeat 0% -100px;
	color:#ee1a82;
}
  
#menu li:hover a {
	background:url("images/tab_right.png") no-repeat 100% -100px;
	color:#ee1a82;
}

/* content */


#content {
	float: left;
	width: 100%;
	overflow: visible;
}	

.post {
	margin:15px 10px 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h3{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2.9em;
	font-weight:100;
	color: #f14399/*#FF60AF*/;
	line-height: 1.5em;
	letter-spacing:0px;
}
	
.post h3 a{
	color: #ee1a82;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color: #666;
	text-decoration: none;
}

.post h4 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:100;
	color: #122B3B;
	line-height:1.5em;
	letter-spacing:0px;
}
	
.post h4 a {
	color: #ee1a82;
	text-decoration: none;
	}
	
.post h4 a:hover{
	color: #666;
	text-decoration: none;
}
	
.post p{font-size: 1.2em;}

.post a{text-decoration:underline;}

.post ul {margin:12px;}

.post li {font-size: 1.2em;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin-top: 16px;
	border-bottom:solid 1px #ccc;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}

/* sidebar */

#sidebar {
	width: 100%;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	clear: both;
	width: 774px;
	padding:6px;
	margin-top:-30px;
	position:relative;
	left:-6px;
	top:50px;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:transparent url("images/footer_bg.png") top left no-repeat;
}
	
#footer p{padding:12px 6px;margin: 0; color: #085a7d;}
#footer a{color: #053347;text-decoration: none;}
#footer a:hover{color: #fff;text-decoration: underline;}

/* widgets */

#sidebar .textwidget {
	float:left;
	width:347px;
	margin:10px;
	padding:10px;
	background:#e4f9fe url("images/widget_bg.png") no-repeat left top;
}

#sidebar .textwidget p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	color:#496c7d;
}

#sidebar .textwidget span {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #122B3B;	
	float:right;
	margin-top:10px;
}
