/*
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;
}

/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.42

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	/*height: 130px;*/
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 18px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 18px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #FF60AF;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	display:none;
	/*hope this doesn't break anything else clear: both;*/
}

/* ----------- Specific Galleries -------------*/
#ngg-gallery-11-2, #ngg-gallery-12-2, #ngg-gallery-13-5 {
	clear:both;
	width:495px;
	float:right;
	margin-top:0px;
	margin-left:-45px;
	position:relative;
	right:-55px;
}

#ngg-gallery-11-2 .ngg-gallery-thumbnail, 
#ngg-gallery-12-2 .ngg-gallery-thumbnail, 
#ngg-gallery-13-5 .ngg-gallery-thumbnail {
	margin-right:0!important;
}

#ngg-gallery-11-2 .ngg-gallery-thumbnail img, 
#ngg-gallery-12-2 .ngg-gallery-thumbnail img, 
#ngg-gallery-13-5 .ngg-gallery-thumbnail img {
	margin-bottom:2px!important;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 
				span.page-numbers:hover, span.next:hover, span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

/* ----------- Slideshow -------------*/
div.slideshow {
	width:820px;
	height:400px;
	background:#fff;
	padding:6px;
	border:1px solid #ccc;
	position:relative;
	left:-45px;
	margin:40px auto;
	text-align:center;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic-wrapper {
	/*padding: 1px;
	clear:right;*/
}

.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	
	/*jm*/
	margin-right:-45px;
	position:relative;
	left:-55px;
	
}

.ngg-gallery-thumbnail {
	height:181px;
	overflow:hidden;
}

.ngg-right {
	float: right;
	
	/*jm*/
	margin-left:-45px;
	position:relative;
	right:-55px;
}

.ngg-center img {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* Clears ================================================================================ */
#content:after,
#container:after,
.clear:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }


