/*Theme Name: NightLife*/

html 
{ 
	/* force scrollbars */
	min-height:100%; 
	margin-bottom:1px; 
}

body 
{
    font:80% Trebuchet MS;
	padding:10px 0 0 0;
	margin:0;
	color:#000;
	background:#c8d7e6;
}


p
{
	margin:0;
	padding:5px 0 5px 0;
}

a
{
	color:#039;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

a:hover 
{
	color:#06c;
	text-decoration:underline;
	font-weight:bold;
}

h1 
{
    font-size:3.5em;
	margin:0;
	padding:0;
	font-weight:normal;
}
    
h2 
{
    font-size:1.2em;
	margin:0;
	padding:0;
}
    
h3 
{
    font-size:1.15em;
	margin:0;
	padding:0;
}

h4 
{
    font-size:1em;
	margin:0;
	padding:0;
}

form
{
	padding:0;
	margin:0;
}

.clear 
{
    clear:both;
	padding:0;
	margin:0;
}

.alignleft
{
	float:left;
}

.alignright
{
	float:right;
}

.aligncenter
{
	float:none
}

.credits
{
	color:#cccccc;
	text-decoration:none;
	font-size:.8em;
	font-weight : normal;
}

a.credits		{ color: #444444; text-decoration: none;}
a.credits:hover { color: #000000; text-decoration: underline;}

.thTable 
{
	padding:1px 1px 1px 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
}

tr.thTableRow {	
	background-color:#FFFFFF;
	background-image:url(inviter/images/field_bk.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#333333;
	border:1px solid #c1c1c1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	text-align:left;
	width:135px;
	margin:0px 2px 2px 2px;
}

.thButton{
	cursor:pointer;
	border-width:medium 1px;
	background-repeat:repeat-x;
	font-weight:600;
	height:30px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	width:135px;
}

.thTableOddRow{
	background-color:#ECF7FE;
	height:32px;
}
	
.thTableEvenRow{
	background-color:#FFF;
	height:32px;
}
	
.thTableDesc{
	color:#FFF;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
	
.thTextbox{
	background-color:#FFFFFF;
	background-image:url(inviter/images/field_bk.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #C1C1C1;
	font-family:Verdana;
}

.msg_error{
	background-color:#FFE9E2;
	color:#BB360B;
	font-size:16px;
	font-weight:bold;
}

.msg_success{
	background-color:#E2EFFF;
	color:#1A57A6;
	font-size:16px;
	font-weight:bold;
}

.msg{
	background-color:#FFF5E1;
	color:#A04E16;
	font-size:16px;
	font-weight:bold;
}

Label{
	font-size:12px;
	color:#1A347A;
	font-weight:bold;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

/* -------------------------------------
#page
------------------------------------- */
#page
{
	width:980px;
	margin:0 auto;
	background:url('images/bodyGrad.png') repeat-y;
	padding:0 0 50px;
	border:1px solid #039;
	position:relative;
}

.pagetitle
{
	margin:0 0 10px 0;
	padding:7px 7px 2px 7px;
	background:url('images/pagetitle2.png') no-repeat;
	font-weight:normal;
	color:#fff;
	height:27px;
}


/* -------------------------------------
#navigation
------------------------------------- */
#navigation
{
	margin:0;
	padding:0;
}

.navigation a
{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

#navigation a:hover 
{

}
.tabNavigation
{
	margin:0;
	padding:0;
	line-height:30px;
	float:right;
	margin-top:10px;
}

.tabNavigation li 
{
	line-height:30px;
	margin:0;
	list-style:none;
	float:left;
	margin:0 20px 0 0;
	position:relative;
	
}

.tabNavigation li a
{
	line-height:30px;
	display:block;
	height:25px;
	width:80px;
	margin:0;
	background:url('images/tab.png') no-repeat;
	color:#039 !important;
	text-align:center;
}

.tabNavigation li a:hover
{

	color:#06c !important;
	text-decoration:underline;
}

.tabNavigation li a sup
{
	color:#FF0000;
}

/* -------------------------------------
#header
------------------------------------- */
#header
{
	background:url('images/header-blog.jpg') no-repeat;
	width:980px;
	height:275px;
	margin-bottom:10px;	
}

#header a, #header a:hover
{
	color:#fff;
	text-decoration:none;
}

#headerTitle
{
}


#headerTitle h1
{
	float:left;
	clear:both;
	position:relative;
	top:165px;
	left:20px;
}

#headerTitle h1 a
{
	color:#fff !important;
	font-weight:normal !important;
}

.description
{
	float:right;
	clear:right;
	position:relative;
	top:200px;
	left:-20px;
	color:#fff;
}

/*#headerSidebox
{
	width:185px;
	height:100px;
	padding:10px 5px 10px 10px;
	color:#fff;
	background:url('images/trans_bg.png');
}

*/
#search
{
	float:left;
	margin:0;
}

#sidebar #search
{
}

#s
{
	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	margin:0;
	border:none;
	color:#039;
	background:#fff;
	width:154px;
	padding:3px;
}

#sidebar #s
{
	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	margin:0;
	border:none;
	color:#021f2d;
	background:#fff;
	width:154px;
	padding:3px;
}

#searchsubmit
{
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	border:none;
	font-weight:bold;
	text-align:right;
	float:left;
	background:transparent;
}

#sidebar #searchsubmit
{
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	background:transparent;
	border:none;
	float:right;
	font-weight:bold;
	text-align:right;
	padding:0;
}

/* -------------------------------------
#middle
------------------------------------- */
#middle
{

	width:960px;
	margin:0 auto;
	padding:10px;
}

/* -------------------------------------
#content
------------------------------------- */
#content
{
	width:540px;
	float:left;
/*	position:relative;
	left:210px; */
}

#content .navigation
{
	padding:5px 15px 5px 15px;
	height:30px;
	line-height:30px;
}

.small
{
	padding:5px;
	line-height:1.5em;
}

/* -------------------------------------
#content-popup
------------------------------------- */
#content-popup
{
	width:540px;
	float:left;
	position:relative;
	left:5px;
}

#content .navigation
{
	padding:5px 15px 5px 15px;
	height:30px;
	line-height:30px;
}

.small
{
	padding:5px;
	line-height:1.5em;
}
/* -------------------------------------
.post
------------------------------------- */
.searchresults .post
{
	margin-bottom:20px;
}
.post
{
	background:#fff;
	padding:5px;
}

.post .metadata
{
	width:488px;
	padding:5px;
	margin-left:10px;
	border:1px solid #fff;
	background:#c8d7e6;
}

.postfooter
{
	background:#fff;
	width:530px;
	padding:5px;
	margin-bottom:15px;
}

.postfooter a
{
}

.postfooter a:hover
{
}

.entry
{
	padding:5px 15px 5px 0px;
	margin:0;
}

.title
{
}

.title h2
{
	margin:0;
	padding:7px 7px 2px 7px;
	background:url('images/pagetitle.png') no-repeat;
	font-weight:normal;
	display:block;
	height:27px;
	color:#fff;
}

.title h2 a
{
	color:#fff;
	font-weight:normal;
	display:block;
	width:530px;
}

.post .small

{
	font-weight:bold;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.metadata
{
	background:#fff;
	padding:5px;
	width:530px;
	margin:0 auto;
}

/* -------------------------------------
#sidebar
------------------------------------- */
.sidebar-right 
{
/*  right:5px; */
	margin-left: 5px;
	margin-right: -5px;	
}

.sidebar-left
{
/*	left:5px; */
	margin-left : -5px;
	margin-right : 5px;
}

#sidebar
{
	overflow:hidden;
/*	position:absolute; */
	float:left;
	color:#000;
	width:210px;
}

#sidebar h2
{
	margin:0;
	padding:7px 10px 2px 7px;
	background:url('images/sidetitle.png') no-repeat;
	display:block;
	width:208px;
	height:27px;
	font-weight:normal;
	color:#fff;

}
#sidebar h2 a
{
	font-weight:normal;
	color:#fff;
}

#sidebar a
{
}

#sidebar ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style:none;
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar ol li 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li p, #sidebar ol li p
{
	margin: 0;
	padding: 5px;	
}

#sidebar ul p, #sidebar ul select 
{
	margin: 0;
	padding: 0;
}

#sidebar ul ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
	background:#fff;
	margin-bottom:10px;
}

#sidebar ul ul li a
{
	margin: 0;
	padding: 0px 5px 0px 5px;

}

#sidebar ul ul li a:hover
{
	margin: 0;
	padding: 0px 5px 0px 5px;

}

#sidebar ul ul ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

ol li, #sidebar ul ol li 
{
	list-style: decimal outside;
	margin: 0;
	padding: 0;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 0;
	padding:0;
	border-bottom:1px solid #fff;

}

#sidebar ul li h2, #sidebar ol li h2
{
list-style:none;
}

#rssBox
{
	text-align:right;
	float:right;
	margin-right:102px;
	margin-top:-28px;
}

#rssBox a
{
	line-height:30px;
	padding:4px 5px 0px 5px;
	color:#fff !important;
	text-decoration:none;
	font-style:italic;
}

#rssBox a:hover
{
	color:#ffc !important;
}

#sidebar .textwidget
{
	background:#fff;
	padding:7px 10px 10px 10px;
	margin-bottom:10px;
}


#sidebar .widget_search
{
	width:190px;
	padding:10px;
	background:#fff url('images/searchheader.png') no-repeat top !important;
	padding-top:46px;
	float:none;
	margin-bottom:10px;
}


input
{
	border:1px solid #eaeaea;
	background:#F5F5F5;
	height:20px;
	color:#039;
	font-weight:normal;
	margin-top:2px;
}

input[type="submit"]
{
	cursor:pointer;
}

sup
{
	color:#F00;
	font-weight:bold;
}

#s
{
	border:1px solid #039 !important;
	height:17px !important;
	width:182px !important;
	color:#000;
	font:1em trebuchet ms, verdana, arial;
	background:#fff;
}

/* -------------------------------------
.noPostsFound
------------------------------------- */
.noPostsFound h2
{
}

/* -------------------------------------
comments
------------------------------------- */
.commentbox
{
	background:#fff;
}

.commentbox h2
{
	margin:0;
	padding:7px 7px 2px 7px;
	background:url('images/pagetitle.png') no-repeat bottom;
	font-weight:normal;
	display:block;
	height:27px;
	border-top:10px solid #fff;
	color:#fff;
}

.commentbox p
{
	padding:10px 20px 10px 20px;
}

.tdbg
{
    BORDER-RIGHT: #a5d6f8 1px solid;
    BORDER-TOP: #a5d6f8 1px solid;
    BORDER-LEFT: #a5d6f8 1px solid;
    COLOR: #0066cc;
    BORDER-BOTTOM: #a5d6f8 1px solid;
    BACKGROUND-COLOR: #f1f9ff;
    TEXT-DECORATION: none
}

.tdbg TD
{
    COLOR: #0066cc;
    BACKGROUND-COLOR: #f1f9ff;
    TEXT-DECORATION: none
}

#respond
{
}


textarea
{
	width:490px;
	height:140px;
	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	border:1px solid #eaeaea;
	padding:4px;
	background:#F5F5F5;
	margin:0 20px 0 20px;
}

#submit
{
	font:1em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	background:none;
	border:none;
	padding:3px 0 2px 0;
	float:right;
	text-align:right;
	margin-bottom:10px;
	color:#000;
}

#reset
{
	font:1em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	background:none;
	border:none;
	padding:3px 0 2px 0;
	text-align:right;
	margin-bottom:10px;
	color:#000;
}

/* -------------------------------------
#footer
------------------------------------- */

#footer
{
	width:790px;
	text-align:center;
	padding:5px;
	margin:0 auto;
	font-size:10px;
}

#footer a
{
}

blockquote
{
	margin-left:10px;
	margin-right:-5px;
	padding:10px;
	border:1px solid #fff;
	background:#c8d7e6;
}

blockquote blockquote
{
	margin-right:10px;
	background:#fff;
}

#imgbdr
{
    PADDING-RIGHT: 5px;
    BACKGROUND-POSITION: center 50%;
    BORDER-TOP: #fff 1px solid;
    PADDING-LEFT: 5px;
    BACKGROUND-IMAGE: url(images/noimage.gif);
    PADDING-BOTTOM: 5px;
    MARGIN: 0px 2px 2px 0px;
    BORDER-LEFT: #fff 1px solid;
    COLOR: #555;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #fff 1px solid;
    BACKGROUND-REPEAT: no-repeat;
    POSITION: relative;
    BACKGROUND-COLOR: #ddd
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
	
#ads
{
	margin:0;
	float:right;
}

/* twitter update widget */
#twtr-profile-widget
{
	position:absolute;
	z-index: 10;
	visibility: hidden;
}


/* Social icons */
.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}


/* search functionality */

.srchalbumlist
{
	width: 500px;
	float: left;
	padding-top: 10px;
	border-bottom: 1px dotted #000000;
}
.srchalbumlink
{
	width: 500px;
	float: left;
	padding-bottom: 3px;
}	

.srchalbumdesc
{
	width: 500px;
	float: left;
}
.desctitle
{
	padding: 5px 3px;
	color: #3C3C3C;
	font-size: 12px;
	font-weight: bold;
	float: left;
	
}
.descval
{
	padding: 5px 15px 5px 0px;
	color: #303030;
	font-size: 12px;
	float: left;	
}
.desctitlesing
{
	padding: 5px 3px;
	color: #3C3C3C;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 65px;
	
}
.descvalsing
{
	padding: 5px 15px 5px 0px;
	color: #303030;
	font-size: 12px;
	float: left;
	width: 350px;	
}
.top3desc
{
	float: left;
	padding-top: 3px;
}
.searchresalb
{
	width: 500px;
	float: left;
}
.top3descmsclyr
{
	clear: both;
	float: left;
	padding-top: 3px;
	width: 450px;
}
.cattitle
{
	
	height: 30px;
	float:left; 
	margin: 20px 0px; 
	font-size:16px; 
	font-weight:bold;
	width: 470px;
	padding-top: 5px;
	padding-left: 30px;
	border:1px solid #303030;
}

.pg-normal 
{
	color:#1F8CE1;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.pg-selected 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

/* search functionality */

#page-flip { position:relative; right:0; top:0; float:right;  }
#page-flip-image { width:50px; height:52px; z-index:99; position:absolute; right:0; top:0; -ms-interpolation-mode:bicubic; }
#page-flip-message { width:50px; height:50px; overflow:hidden; position:absolute; right:0; top:0; background:url(http://davidwalsh.name/dw-content/subscribe.png) no-repeat right top; }
