/*
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
*/




/* 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;
	}
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;
}


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;}



/* container */


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

#header {
  	width: 760px; 
  	height: 100px;
	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:760px; 
	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:85px;
	margin-left:82px;
	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:300px;
	margin-left:130px;
	font-size:14px;
	z-index:1000;
	color:#999999;
}

.menuhometext a {
	color:#999999;
}



/*-------menu porfolio----*/
.menuport {
	width:126px;
	height:52px;
	float:left;
	margin-top:85px;
	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:315px;
	margin-left:320px;
	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:45px;
	margin-left:10px;
	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:300px;
	margin-left:510px;
	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:36px;
	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:285px;
	margin-left:593px;
	font-size:14px;
	z-index:1000;
	color:#999999;
}

.menublogtext a {
	color:#999999;
	}

/* secondary menu */
#secondary-menu {
	background: url(images/secondary-menu-bg2.png) no-repeat;
	width:450px;
	height:35px;
	float:right;
	margin-right:10px;
	margin-top:-55px;
}

#secondary-menu p {
	margin-top:7px;
}

/* content */


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

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

	height:15px;
	width:520px;
	margin-top:-10px;
	
}

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

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


#contentbg {
	background-color:#000000;
	
}


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

.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 h2{
	font-weight:normal;
	font-size:18px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	}
	
.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;
	
	
	}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 20px;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 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:200px;
	float:right;
	margin-right:10px;
	color:#993366;
}	

#sidebarbottom {
	background:url(images/sidebarbottom.png) no-repeat;
	width:200px;
	float:right;
	margin-right:10px;
	color:#993366;
}	


#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:200px;
	float:right;
	margin-top:0;
	margin-right:10px;
	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:#fff;
	margin:0;
	padding:0;
	}
	
#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;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	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:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

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

ol.commentlist li {
	background: #fff;
	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;
}




/* footer */

#footer {
	background:url(images/footer3.png);
	clear: both;
	float:left;
	margin-top:-70px;
	margin-bottom:7px;
	z-index:-1000;
	width: 760px;
	height:138px;
	}
	
#footer p{
	padding-top:83px;
	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:auto;
	background:#131313;
}

.gallerybg h2{
	text-align:left;
}

table {
	margin-left:-10px;
	
}
