/*

Theme Name: GIG Dark
Theme URI: http://www.flashhq.net/
Description:  A lightweight, simple and pleasant design.
Author: Flash Alexander
Author URI: http://hqcode.com/
*/


/*#############################################################
Name: Gary Irish Graphics Dark (GIG Dark)
Date: 11-10-2006
Author: Flash Alexander
URL: http://flashhq.net

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 6;
}
a {
	color: #DA4726;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background: #000 url('img/bg.png') repeat-x fixed left bottom;
	color: #D1D1FF;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url('img/bgcode.gif');
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
blockquote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url('img/quote.gif') no-repeat;
	padding-left: 28px;
	color: #D1D1FF;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}


/* Header */
.gfx {
	background: #222 url('img/dark_pixel.jpg') no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu */
.menu a {
	background: #000 url('img/bgmenu.png') repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 119px; height: 36px; // spacing to add Fine Art button 
	//width: 149px; height: 36px; // spacing for orignial buttons
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	width: 119px; // spacing to add Fine Art button
	// width: 150px; // spacing for orignal buttons
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	margin: 0 auto;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #D1D1FF;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url('img/bgitem.gif') repeat-x;
	padding: 8px 10px;
}


/* Footer */
.footer {
	padding: 5px;
font-size:0.7em;
	background: #0A0A0A;
	color: #666;
	text-align:center;
} 

.footer a {
	color: #666;
} 

.footer a:hover {
	color: #FFFFFF;
} 


	
/*post stylng*/
.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;
border:1px solid #1a1a1a;
background-color:#1a1a1a;
font-size:0.9em;
color:#505050;
} 

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #1a1a1a;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f8f7f6;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/* Photopress */

.pp_thumb img {
	padding: 5px;
	text-align: center;
	margin: 2px;
	border: 2px solid #ccc;
}
.pp_thumb a:hover img {
	border: 2px solid #06c;
	margin: 2px;
}
.pp_photo {
}
ul.pp_slides {
	display: block;
	width: 385px; /* if someone thinks of a better way to center please let me know! */
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding:0;
	list-style:none;
	line-height:1.4em;
}
.pp_slides li {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width: auto;
	height: auto;
}
.pp_tag {
	text-align: center;
	font-size: 0.9em;
}
#pp_page_links {
	text-align: center;
}
.pp_prev, .pp_next {
	margin: 10px;
	display: block;
	padding: 5px;
}
a.pp_prev, a.pp_next {
	background: #090909;
	border: solid 1px #000000;
	color: #9A9A9A;
	text-decoration: none;
	font-weight: bold;
}
a.pp_prev:hover, a.pp_next:hover {
	background: #acf;
	border: solid 1px #000000;
	color: #000000;
	text-decoration: none;
}
.pp_prev {
	float: left;
}
.pp_next {
	float: right;
}
#pp_block {
	width: 100%;
	clear: both;
}
.pp_lgphoto {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#pp_block a img {
	padding: 5px;
	border: 2px solid #444444;
}
#pp_block a:hover img {
	padding: 5px;
	border: 2px solid #acf;
}

#pp_wrap p {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #2F2F2F;
	margin-top:15px;
	width:325px;
	}