/* @override http://www.olryphotography.com/wp-content/themes/isolated/style.css */

/*  
Theme Name: Isolated
Theme URI: http://www.ensellitis.com/
Description: Isolation, a dark yet semi colorful theme utilizing MooTool's accordian.  Utilizes GD Image for horizonal titles, which can be disables with option page.  Licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
Version: Build 0.8
Author: Chris "Ensellitis" Ensell
Author URI: http://www.ensellitis.com/
*/

/*---------------------------------------->>>>Main Styles<<<<-----------------------------------------*/
html, body {
margin:0;
padding:0;
background: #96c475 url('images/bg.gif') repeat-x;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
}

/*a {
color: #86b640;
font-weight: 900;
text-decoration: none;
}*/

/* @group Top Menu Navigation */

#nav_container{
	height: 25px;
	z-index: 5000;
}


#nav, #nav ul {
	z-index: 1500;
	float: left;
	width: 762px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	background-color: #4e8e00;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	font-size:  10px;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #96c475;
}

#nav li ul.contact_menu {
	background: #4f9333;
	margin: -1.75px 0 0 -13em;
	width:23em;
	padding: 1em .25em;
}
#nav li ul.contact_menu li {
	width: 22em;
}

#nav li ul.contact_menu li a {
	width: 23em;
}
/* @end */

a img {
color: #aafe30;
border: 0px solid #aafe30;
}

a:link {color:#aafe30;}      /* unvisited link */
a:visited {color:#669933;}  /* visited link */
a:hover {color:#ff9900;}  /* mouse over link */
a:active {color:#ff9900;}  /* selected link */

#navmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#navmenu li {
	display: inline; 
}

#navmenu ul li a {
	text-decoration:none;
	font-size: 10px;  
	margin: 7px;
	padding: 5px 0px 5px 0px; 		color: #86b640;
	background: black; 
	border:0px;
	border-bottom: 1px solid #294c00;
}

#navmenu ul li a:hover {
	color: white;
}


/*---------------------------------------->>>>Header<<<<-----------------------------------------*/
#wrapper {
width:762px;
margin: 0 auto;
padding: 0px;
}

#header {
	
height: 239px;
background: url('images/tree.gif') top center no-repeat;
position: relative;
}

#header h1 {
font-size: 50px;
margin: 0px;
padding: 0px;
position: absolute;
bottom: 1px;
left: 10px;
z-index: 600;
}

#header h1 a {
text-decoration: none;
color:black;
border:none;
}

#header p {
position: absolute;
bottom: 0px;
color: #cacaca;
left: 175px;
z-index: 700;
margin: 0px;
padding: 0px;
}

#header a img { 
border:none;
}

/*
Custom Body
*/
.bground {
background-color: #000;
}
/* --- posts --- */
.post {
	padding: 20px 20px 85px;
	background-color: #000;
}
.img {
	position: relative;
	left: -57px;
}

/*---------------------------------------->>>>MooTools Horizontal Scrollers<<<<-----------------------------------------*/
.scrollposts {
height: 400px;
font-size: 0.8em;
background: black;
border: 2px solid black;
border-width: 2px 0 2px 2px;
overflow: hidden;
}
.scrollposts .toggle {
background: #ccc url('images/base.gif');
color: #fff;
font-weight: bold;
text-align:center;
cursor: default;
height:100%;
float: left;
width: 56px;
cursor: pointer;
}

.scrollposts .toggle:hover {
background-color: #ccc;
color: #aafe30;
}

.scrollposts .toggle.active span.num, .scrollposts .toggle.active:hover span.num {
color: white;
}

.scrollposts .toggle.active {
background-color: #000;
background-position: -112px 0;
}

.scrollposts .toggled {
float: left;
width: 100px;
height: 100%;
overflow: hidden;
background-color:#333;
}

.scrollposts .toggle span.num {
display: block;
font-size: 24px;
color: #ccc;
margin-bottom: 20px;
}


.scrollposts .toggle span.month{
display: block;
font-size: 11px;
text-transform: uppercase;
margin-top: 20px;
padding: 0px;
}

.scrollposts .toggle span.day{
display: block;
font-size: 18px;
margin: 0px;
padding: 0px;
}

.scrollposts .toggle span.year{
display: block;
margin: 0px;
padding: 0px;
}


/*---------------------------------------->>>>Holders<<<<-----------------------------------------*/
#single {
background: #333333 url('images/base.gif') repeat-y 0 0;
background: #333333 url('images/base.gif') repeat-y 2px 0 !ie; /* for the retarded Internet Explorer 7, yes, they still suck... */
border: 2px solid black;
position: relative;
}

.single {
padding: 10px;
padding-left: 25px;
color: #666;
position: relative;
min-height: 12px;
height:auto;
	left: -20px;
}

/* for the retarded Internet Explorer 6 */
/*\*/
* html .single {
height: 450px;
}
/**/

.content {
color: #666;
height: 400px;
}

.postcontent {
font-size: 14px;
padding: 10px;
color: #a4a4a4;
	display: block;
	/*position: relative;
	left: -40px;*/
}

.postcontentarchive {
font-size: 14px;
padding: 10px;
color: #a4a4a4;
	position: relative;
	display: block;
}

#postfullpageimages {
	left: 20px;
	position: relative;
}
/*---------------------------------------->>>>Comments<<<<-----------------------------------------*/

#commentlist {
list-style-type: none;
padding: 0px;
margin: 0px;
}

div.bubble {
width: auto;
margin: 12px 0 24px 0;
}

div.bubble blockquote {
margin: 0px;
padding: 0px;
border: 1px solid #c9c2c1;
background-color: #fff;
}

div.bubble blockquote p {
margin: 10px;
padding: 0px;
}

div.bubble cite {
position: relative;
margin: 0px;
padding: 1px 0px 0px 38px;
top: 0px;
background: transparent url('images/tip.gif') no-repeat 15px 0;
font-style: normal;
}

div.bubble cite strong {
color: #ccc;
}

/*---------------------------------------->>>>Post header<<<<-----------------------------------------*/
.posttitle h2 {
	font-size: 24px;
	color: #86b840;
	line-height: 24px;
	position: relative;
	left: 20px;
	display: inline;
}

.posttitle h4 {
	font-size: 13px;
	color: #ccc;
	line-height: 10px;
	text-indent: 5px;
	font-weight: normal;
	font-style: normal;
	position: relative;
	left: 20px;
}

.singleposttitle {
position: absolute;
left: 0px;
top: 0px;
height: 450px;
width: 56px;
margin: 0px;
padding:0px;
}

.postmeta h2 {
font-size:20px;
color: #86b640;
margin:0;
padding:0;
}

.postmeta h2 a {
text-decoration: none;
}

.postmeta {
border-bottom: 1px solid #1e1e1e;
padding: 5px;
clear: both;
}

.postmeta h4{
clear: both;
	color: #ccccc5;
	position: relative;
}

.postmeta ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

.postmeta ul li {
display: block;
width: 48%;
float: left;
list-style-type: none;
color: #ccc;
}

/*---------------------------------------->>>>Post content<<<<-----------------------------------------*/
.postcontent h1,.postcontent h2,.postcontent h3, .postcontent h4 {
color: #ccc;
border-bottom: 1px dotted #ccc;
margin: 2px 0;
padding: 2px 0;
}

.postcontent blockquote {
border-left: 4px solid #4e8e00;
padding: 0 10px;
}
.paragraph {
	top: -10px;
	position: relative;
}
.packageprice {
	font-size: 18px;
}
/*---------------------------------------->>>>Links Page<<<<-----------------------------------------*/
.links ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

.links ul li li {
padding-left: 5px;
}



/*---------------------------------------->>>>Post footer<<<<-----------------------------------------*/
.postmetadata {
border-top: 1px solid #1e1e1e;
text-align: left;
	font-size: 14px;
}




/*---------------------------------------->>>>Forms<<<<-----------------------------------------*/
input {
border: 0px;
margin: 2px;
padding: 3px;
}

input#author,input#email,input#url,textarea#comment  {
background: url('images/combg.gif') repeat-x top;
border: 1px solid #14181B;
padding: 3px;
color: #fffff4;
}

textarea#comment {
width: 99%;
}

#commentform label {
font-size: 13px;
font-weight: 900;
color: #fff;
}

p.comments {
	color: #fff;
}
/*---------------------------------------->>>>Next/prev<<<<-----------------------------------------*/

.navigation {
width: 100%;
background: url('images/sep.gif');
clear: both;
font-size:12px;
font-weight: 900;
color: #646464;
line-height: 21px;
height: 25px;
}

.navigation  a {
text-decoration: none;
font-weight: 900;
color: black;
}

.alignleft {
float: left;
text-align: right;
margin: 2px 10px;
}

.alignright {
float: right;
margin: 2px 10px;
}

.navigation img {
border: 0px;
}

/*---------------------------------------->>>>Sidebar<<<<-----------------------------------------*/
#hidesidebar {
	margin-left: 19px;
}

#sidebar {
background: black;
clear: both;
font-size: 10px;
}

#sidebar a, #sidebar a:hover {
color:white;
	text-decoration: none;
}

#sidebar .section {
float: left;
background: black;
	width: 145px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 8px;
	text-decoration: none;
}


#sidebar .section h2 {
color: #fff;
border-bottom: 1px solid #1c1c1c;
font-size: 14px;
margin: 0px;
padding: 5px 0px;
text-align: left;
background: url('images/sbtitle.gif') top no-repeat;
	text-indent: 4px;
	text-decoration: none;
	font-weight: bold;
}

#sidebar .section h4 {
	font-size:  10px;
	margin:  0px;
	color: #4e8e00;
}

#sidebar .section ul {
padding: 0px;
list-style-type: none;
	width: 145px;
	margin: 5px 0 0;
}

#sidebar .section ul ul {
width: 100%;
margin: 0px 0px 15px;
padding: 0px;
list-style-type: none;
background: #4e8e00;
}

#sidebar .section ul li {
	margin-bottom: 15px;
	color: #fff;
}


#sidebar .section ul ul li {
/*Sidebar section item*/
margin-bottom: 0px;
border-bottom: 1px solid #294c00;
padding: 5px;
background: #4e8e00;
}

/*---------------------------------------->>>>Footer<<<<-----------------------------------------*/
#footer {
width:762px;
background: url('images/footer.gif') bottom no-repeat;
text-align: center;
color: #2e2e2e;
}

#footer h5 {
	text-align: left;
	margin: 0px 10px;
	padding: 10px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer p {
margin: 0px 10px;
padding: 10px;
}

#footer a {
color: #86b640;
font-weight: 900;
text-decoration: none;
}

#footer a:hover {
color: #aafe30;
}

div.gallery {
	position: relative;
}





