/*
Theme Name: Spyr
Theme URI: www.spyr.net
Description: spyr
Author: refueled
Author URI: www.spyr.net
version: 2.0
Tags: two-column, widget-ready, dark, right column
*/


.aligncenter {
	text-align: center;
	margin:0;
}

/* basics */

*{margin:0; padding:0;}

body {
	background: #333333 url('images/bgtile7.jpg') repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}

p, li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
}

.smalltext {
	font-size:10px;
}

.indention {
	margin-left:20px;
	padding-left:20px;
}
	
h1 {
	font-size: 18pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
	}
h2 {
	font-size: 18pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:8px;
	}
h3 {
	font-size: 12pt;
	padding-left:15px;
	color:#1E1E1E;
	font-weight:normal;
	
	}
h4 {font-size: 9pt;}

hr {
	margin-top:3px;
	margin-bottom:5px;
}

.pagetitle {
	padding:5px;
	margin-left:10px;
	color:#cccccc;
}

img{ border: none; padding:0; }
img a{border:none;}

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

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

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


/* links */

a{
	color:#999999;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

.center {
	padding:10px;
}/*not really center, but for all error messages*/

/* container */


#container {
	width: 1010px;
	margin: 0 auto;
	padding:0;
	background: #B4A7B5 url('images/2010-08-23-webheader1010x466.jpg') no-repeat top center;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 1000px; 
  	/*height: 100px;*/
  	height: 70px;
	color: #fff; 
	}

#header h1{
	font:20pt georgia, times;
	font-weight:normal;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#menu {
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:1000px; 
	height:190px;
	
	margin-top:200px;
	overflow:hidden;
}


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

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}

#menu p {
	color:#999999;
}

/*-----menu home---------*/
.menuhome {
	width:102px;
	height:87px;
	/*position:relative; 
	margin-top:60px;
	margin-left:0px;*/
	float:left;
	margin-top:95px;
	margin-left:210px;
	padding:0;
}
	
.menuhome em {
	background:url('images/menubutton01.png'); 
	display:block; 
	width:102px;
	height:87px; 
	
}
	
.menuhome a:hover em {background:url('images/menubutton01h.png');}

.pl {display:none;}

.menuhometext {
	position:absolute;
	margin-top:320px;
	margin-left:230px;
	font-size:14px;
	/*z-index:1000;*/
	color:#999999;
}

.menuhometext a {
	color:#999999;
}



/*-------menu porfolio----*/
.menuport {
	width:126px;
	height:52px;
	float:left;
	margin-top:80px;
	margin-left:85px;
	padding:0;
}
	
.menuport em {
	background:url('images/menubutton02.png'); 
	display:block; 
	width:126px;
	height:52px;
	
}
	
.menuport a:hover em {background:url('images/menubutton02h.png');}

.menuporttext {
	position:absolute;
	/*margin-top:295px;
	margin-left:280px;
	text-align:center;*/
	margin-top:290px;
	margin-left:420px;
	font-size:14px;
	/*z-index:1000;*/
	color:#999999;
}

.menuporttext a {
	color:#999999;
}
/*---menu photo---*/
.menuphoto {
	width:55px;
	height:117px;
	float:left;
	margin-top:45px;
	margin-left:35px;
	padding:0;
}
	
.menuphoto em {
	background:url('images/menubutton03.png'); 
	display:block; 
	width:55px;
	height:117px;
	
}
	
.menuphoto a:hover em {background:url('images/menubutton03h.png');}

.menuphototext {
	position:absolute;
	margin-top:330px;
	margin-left:434px;
	font-size:14px;
	/*z-index:1000;*/
	color:#999999;
}

.menuphototext a {
	color:#999999;
	}

/*-----------menu arts-----*/
.menuarts {
	width:55px;
	height:117px;
	float:left;
	margin-top:40px;
	margin-left:100px;
	padding:0;
}
	
.menuarts em {
	background:url('images/menubutton04.png'); 
	display:block; 
	width:55px;
	height:117px;
	
}
	
.menuarts a:hover em {background:url('images/menubutton04h.png');}

.menuartstext {
	position:absolute;
	margin-top:270px;
	margin-left:630px;
	font-size:14px;
	/*z-index:1000;*/
	color:#999999;
}

.menuartstext a {
	color:#999999;
	}



/*----menu blog----*/

.menublog {
	width:64px;
	height:54px;
	float:left;
	margin-top:70px;
	margin-left:35px;
	padding:0;
}
	
.menublog em {
	background:url('images/menubutton05.png'); 
	display:block; 
	width:64px;
	height:54px;;
	
}
	
.menublog a:hover em {background:url('images/menubutton05h.png');}

.menublogtext {
	position:absolute;
	margin-top:280px;
	margin-left:720px;
	font-size:14px;
	/*z-index:1000;*/
	color:#999999;
}

.menublogtext a {
	color:#999999;
	}

/* secondary menu */
#secondary-menu {
	width:100%;
	float:right;
	margin-right:15px;
	margin-top:-40px;
	margin-bottom:10px;
	
}


#secondary-menuleft {
	background: url(images/secondary-menu-bg2left.png) no-repeat;
	height:35px;
}

#secondary-menuright {
	background: url(images/secondary-menu-bg2right.png) no-repeat;
	height:35px;
}

#secondary-menu p {
	
}

#secondary-menu ul {
	margin:0;
	padding:0;
	float:right;
}

#secondary-menu ul li {
	display:inline;
	
}

#secondary-menu ul li a{
	    float: right; 
	    text-decoration: none;
	    /*background:#333333;*/
	    background:#131313;
	    padding:8px;
	    }
 
	    
#secondary-menu ul li a:hover{
	color:#cccccc;
	    }	    

/* content */


#contenttop {
	background:url(images/contenttop.png) no-repeat;
	width:800px;
	height:15px;
	margin-top:0;
	
}

#contentbottom {
	background:url(images/contentbottomjpg.jpg) no-repeat;
	height:15px;
	width:800px;
	margin-top:0px;
	
}

#navcontentbottom {
	background:url(images/contentbottomjpg2.jpg) no-repeat;
	/*height:15px;*/
	width:800px;
	margin-top:5px;
	background:#000000;
}

#contentbottompage {
	background:url(images/contentbottomjpg.jpg) no-repeat;

	height:15px;
	width:800px;
	margin-top:-15px;
	
}


#contentbg {
	margin-top:-2px;
	background-color:#000000;

	
}


#content {
	float:left;
	width:800px;
	/*overflow: hidden;*/
	margin-left:5px;
	margin-top:0;
	
	}
/*.posttop {
	background:url(images/paragraphtop.png) no-repeat;
	width:485px;
	height:14px;
	margin-left:15px;
}*/	

.postbottom {

}

/*.postbottom {
	clear:both;
	background: url(images/paragraphbottom.png) no-repeat;
	width:485px;
	height:14px;
	margin-left:15px;
	margin-bottom:15px;
}*/	

/*.post {
	margin-left:15px;
	padding:0;
	line-height: 14pt;
	width:485px;
	background-color:#666666;
	color:#000000;
	}*/
	
.post {

	padding:0;
	
	width:800px;
	background-color:#000000;
	}
	
.post h2{
	font-weight:normal;
	font-size:18px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-top:10px;
	}
	
.post h2 a{
	font-style:normal;
	font-size:18px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color:#CCCCCC;
	text-decoration: none;
	}

.post ul {
	margin-right:15px;
	margin-left:25px;
	padding-left:20px;
}

.post ol {
	margin-right:15px;
	margin-left:25px;
	padding-left:20px;
}

.post li {
	margin-top:8px;
	margin-bottom:8px;	
}

.post small {
	padding-left:15px;
	/*color:#CCCCCC;*/
}

/*.entry p{
	padding-left:15px;
	padding-right:15px;
	margin-top:12px;
	color:#000000;
	}*/
	
.entry p{
	padding-left:15px;
	padding-right:15px;
	margin-top:12px;
	color:#000000;
	/*background-color:#cccccc;*/
	}
	
	
.cccbg{
	margin:8px;
	padding:10px 8px 8px 8px;
	background-color:#cccccc;
	color:#000000;
	}

.cccbgl {
	color:#660033;
}

.postmetadata{
	clear: both;
	background-color:#262626;
	padding:6px;
	margin-top: 20px;
	color:#cccccc;
	}
	
.postmetadata p {
	color:#cccccc;		
}

.postmetadata a {
	color:#999999;		
}

.navigation {
	font-size:8pt;
	width:97%;	
	float:left;
	margin:10px;
	padding:0;
	overflow:hidden;
	}

#navigationbottom {
	font-size:8pt;
	width:780px;
	float:left;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	background:#000;
	}
	
#navcontentbottom {
	background:url(images/contentbottomjpg2.jpg) no-repeat;
	/*height:15px;*/
	width:800px;
	margin-top:5px;
	background:#000000;
}

.alignleft a{
	float:left; 
	margin:15px 0;
	
	}
	

	
.alignright a{
	float:right; 
	margin:15px 0;
	}

.post-edit-link {
	padding-left:15px;
	color:#CCCCCC;
}
/*--three columns----*/
.threecol {
	width:243px;
	paddng:3px;
	float:left;
}

.twocol {
	width:365px;
	paddng:3px;
	float:left;
}

/*-----gallery page-----------*/

#gallerycontenttop {
	background:url(images/gallerycontenttop.png) no-repeat;
	width:740px;
	height:15px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}



#gallerycontentbottom {
	background:url(images/gallerycontentbottom.jpg) no-repeat;
	height:16px;
	width:740px;
	margin-top:-15px;
	margin-left:auto;
	margin-right:auto;
}


#gallerycontentbg {
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	
}


#gallerycontent {
	float:left;
	width:740px;
	margin-top:0;
	margin-left:10px;;
	margin-right:auto;
	
	}

.gallerypost {
	padding:5px; /*--5px or else flagallery misalignes--*/
	line-height: 14pt;
	width:730px;
	color:#666666;
	}
	
.gallerypost p {	
	color:#666666;
}

.liheading {
	color:#999999;
} /*--for span list headings on portfolio--*/

.gallerypost h2{
	font-weight:normal;
	font-size:18px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	}
	
.gallerypost h2 a{
	font-style:normal;
	font-size:18px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
.gallerypost h2 a:hover{
	color:#CCCCCC;
	text-decoration: none;
	}
	
.gallerypost h3 {
	color:#CCCCCC;
}	

.gallerypost ul {
	margin-right:15px;
	margin-left:25px;
	padding-left:20px;
}

.gallerypost ol {
	margin-right:15px;
	margin-left:25px;
	padding-left:20px;
}

.gallerypost li {
	margin-top:8px;
	margin-bottom:8px;	
}

.gallerypost small {
	padding-left:15px;
	color:#CCCCCC;
}

.gallerypost hr {
	width:95%;
	color:#333333;
	background-color:#333333;
	text-align:center;
	margin:auto;
}

/* sidebar */

#sidebartop {
	background:url(images/sidebartop.png) no-repeat;
	width:190px;
	float:right;
	margin-right:5px;
}	

#sidebarbottom {
	/*background:url(images/sidebarbottom.png) no-repeat;*/
	background:url(images/sidebarbottom2010-08-24.jpg) no-repeat;
	width:190px;
	float:right;
	margin-right:0px;
}	


#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin-top:-2px;
	margin-right:5px;
	padding: 0;
	background-color:#000000;
	}

#sidebar h2{
	font-size:13px;
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999999;	
	margin-top:0;
	margin-bottom:-5px;
	padding: 0;;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color:#999999;	
	margin: 0;
	padding: 0;
}

#sidebar a {
	color:#666666;

}

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

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

#sidebar ul {
	margin-left:15px;
	margin-right:12px;
	padding:10px;
	font-size:16px;
	}

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

#sidebar ul ul {
	margin:14px 0;
	padding:0;
	font-size:12px;
	color:#999999;
}

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

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
	font-size:10px;
}

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

.clears {
 clear:both;
} 

/* comments */


#commentform{
	background:#ccc;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding:0;
	}
	
#commentform p{
	color: #000;
	padding:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	}
	
#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: #ccc;
	margin:10px;
	padding:0;
	}
	
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #ccc;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:10px; padding:0; color: #999;}

#respond h3 {
		color: #999;
}
	


ol.commentlist {list-style-type: none; margin:10px; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #ccc;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

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

ol.commentlist a {color:#000;}

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



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*black background*/
.blackbackground li {
	color:#666666;
}

.blackbackground p {
	color:#666666;
}

.blackbackground h3 {
	color:#333333;
}


/* footer */

#footer {
	background:url(images/footer4.png) no-repeat;
	clear: both;
	float:left;
	margin-top:-45px;
	margin-bottom:7px;
	z-index:-1000;
	width: 1000px;
	height:112px;
	}
	
#footer p{
	padding-top:59px;
	margin: 0; 
	color: #eee; 
	text-align:center;
	}
#footer a{
	color: #BCBCBC;
	text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/*gallery in posts*/
.gallerybg {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background:#131313;
	width:98%;
	padding:2px;
}

.gallerybg h2{
	text-align:left;
}

table {
	margin-left:-10px;
	
}


.coyote {
	background:url(images/coyote300b.png) no-repeat;
	clear: both;
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
	width: 400px;
	height:275px;
}

/* Lightbox 2 */

.lbsection 

{


padding-top: 1.4em;

padding-right: 0pt;

padding-bottom: 3.2em;

padding-left: 0pt;

overflow-x: auto;

overflow-y: auto;

width: 100%;

background:#000000;

}


.lbthumbnail 

{

padding-top: 3px;
padding-right: 3px;
padding-bottom: 8px;
padding-left: 3px;
background-color: #222222;
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #2a2a2a;
border-right-color-value: #2a2a2a;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #2a2a2a;
border-left-color-value: #2a2a2a;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
float: left;
margin-right: 10px;
margin-bottom: 10px;

}

.flvgallery-item
{

text-align:center;
background-color: #131313;
width:130px;

}

.flvvideosection 

{


padding-top: 1.4em;

padding-right: 0pt;

padding-bottom: 3.2em;

padding-left: 0pt;

margin-left:auto;
margin-right:auto;

width:560px;

background:#000000;

}

.flvgallery-item h2

{

margin-top: 0px;

margin-right: 0px;

margin-bottom: 2px;

margin-left: -5px;

color:#999999;

font-size:14px;

}

/*--nextgen gallery--*/

#contentbg .ngg-galleryoverview,
#contentbg .tubepress_container{
	width:90%;
	margin:auto;
}

#contentbg .ngg-gallery-thumbnail img {
	border:#333;
	background-color:#333;
}

/*--tubepress--*/
#contentbg .tubepress_container {
	float:none;	
}

