/*
Theme Name: Dying to Live
Description: Theme modified by Rudi Louw.
Version: 1.0
Author: Rudi Louw
*/

* {
	margin: 0;
	padding: 0;
	}
	
		#logoBlock {
	float:left;
	margin-top:20px;
	padding-bottom: 0px;
}

#logoBlock img {
	border:none;
	width: 870px;
	height: 126px;
}

body {
	background: #000 url('images/bg.jpg') top repeat;
	color: #999;
	font-family: arial,sans-serif;
	}

#wrap {
	width: 870px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	}



.search {
	float:right;
	background-color: #000;
	border:1px solid #999;
	height:16px;
	width:150px;
	padding: 3px;
	margin: -40px 10px 0 0;
	color: #999;
	}
	
.search_default  {
	float:right;
	background-color: #000;
	border:1px solid #999;
	height:16px;
	width:150px;
	padding: 3px;
	margin: -40px 10px 0 0;
	color: #999;
	}

.search_hover {
	float:right;
	background-color: #000;
	border:1px solid #FFF;
	height:16px;
	width:150px;
	padding: 3px;
	margin: -40px 10px 0 0;
	color: #999;
	} 
	
h1 {
	color: #FFF;
	font-size: 3.6em;
	margin-left: 10px;
	}

h1 a {
	color: #FFF;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
	}
	
.nav {
	margin: 0 0 0 0;
	}
	
.nav ul {
	width: 850px;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	padding: 10px;
	background-color: #0F0F0F;
	}
	
.nav li {
	list-style-type: none;
	display: inline;
	}

.nav li a {
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #1F1F1F;
	padding: 10px 20px 10px 10px;
	font-size: 0.9em;
	margin: 0 10px 0 0;
	}
	
.nav li a:hover {
	background-color: #1F1F1F;
	}

.nav li a:hover span {
	color: #FFF;
	border-bottom: 1px dotted #999;
	}
	
.nav li a span {
	font-size: 0.8em;
	color: #666;
	border-bottom: 1px dotted #333;
	}

#right {
	float: right;
	clear: both;
	width: 300px;
	margin: 20px 10px 0 0;
	}

#right p {
	line-height: 1.4em;
	font-size: 0.8em;
	}

#right .full {
	border-top: 1px solid #999;
	padding-top: 10px;
	width: 300px;
	margin-bottom: 20px;
	}

#right .halfleft {
	width: 138px;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	margin-left: 0;
	margin-bottom: 20px;
	}
	
#right .halfright {
	float: right;
	clear: none;
	margin-left: 20px;
	width: 138px;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	}

p.announce {
	font-size: 1.6em;
	}
	
#main {
	width: 530px;
	margin: 20px 0 0 10px;
	}
	
#main a, .credit a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}
	
#main a:hover, .credit a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
.entry {
	padding: 10px 0 20px 0px;
	border-top: 1px solid #999;
	line-height: 1.4em;
	margin: 0 0 25px 0;
	}

.entry .title {
	font-size: 1.0em;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
	}
	
h2 {
	font: 400 1.1em arial,sans-serif;
	color: #FFF;
	margin-bottom: 10px;
	}
	
h3 {
	font: 400 1.0em arial,sans-serif;
	color: #FFF;
	margin: 5px 0;
	}

h4 {
	font: 400 0.9em arial,sans-serif;
	color: #FFF;
	margin-bottom: 5px;
	}

.entry h2 span {
	float: right;
	margin-top: 5px;
	font-size: 0.5em;
	color: #999;
	}

.entry p, #main p {
	font-size: 0.8em;
	margin: 10px 0 20px 0;
	}
	
#main img {
	padding: 5px;
	border: 1px solid #b7a050;
	background-color:#000000;
	margin-right: 10px;
	}
	
.comment {
	margin: 10px 0;
	font-size: 0.7em;
	}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	font-size: 0;
	}

.clear {
	clear: both;
	}

#right ul,.footlinks ul {
	list-style-type: none;
	font-size: 0.8em;
	}

#right ul li a,.footlinks ul li a {
	color: #999;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #333;
	padding: 5px 0;
	}

#right  ul li a:hover,.footlinks ul li a:hover {
	color: #FFF;
	border-top: 1px dotted #FFF;
	}
	
img.right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	
img.left{
	float: left;
	margin: 10px 10px 10px 0;
	}

.blockquote {
	border-left: 2px solid #999;
	padding: 15px;
	margin: 20px 0;
	font-size: 0.9em;
	font-style: italic;
	background-color: #090909;
	}
	
ol {
	font-weight: 800;
	font-size: 0.8em;
	color: #FFF;
	margin: 20px;
	}
 
ol span {
	font: 400 1.2em arial,sans-serif;
	color: #999;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

#main ul {
	list-style-type: none;
	margin: 20px;
	}
	
#main ul li {
	padding: 2px 15px;
	background: url('images/bullet.gif') no-repeat left center;
	margin-left: 10px;
	}
	
form label{
	display:block;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	}

form input.text, form textarea{
	width:96%;
	border:1px #999 solid;
	color:#999;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #111;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #FFF solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}

#foot {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0 0 0 0;
	width: 850px;
	font-size:0.9em;
	}

#foot .footnav {
	margin: 0 0 0 0;
	}

#foot .footnav ul {
	width: 830px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	background-color: #0F0F0F;
	}
	
#foot .footnav li {
	list-style-type: none;
	display: inline;
	}

#foot .footnav li a {
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #1F1F1F;
	padding: 10px 15px 10px 15px;
	font-size: 0.9em;
	margin: 0 10px 0 0;
	}
	
#foot .footnav li a:hover {
	background-color: #1F1F1F;
	}
	
#foot h3 {
	margin: 10px 0;
	}

#foot .footlinks ul {
	float: left;
	margin: 20px 10px 0 0;
	width: 190px;
	padding: 0 10px 0px 0px;
	list-style-type: none;
	border-top: 1px solid #333;
	}
	
#foot .credit {
	width: 850px;
	font-size: 0.9em;
	margin-TOP: 10px;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.wallauthor a, .wallnav a {
	font-weight:bold; 
        text-decoration:none;
        color: #b7a050;
}

#wall_post_toggle {
	font-weight:bold; 
        text-decoration:none;
        color: #fff;
}




/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	/*clear:both; */
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 
