/* @override 
	http://www.livinglightphotography.com.au/blog/wp-content/themes/LivingLightTheme/style.css
	http://www.computerworld.com/resources/style.css
*/

/*
Theme Name: Blank HTML B
Theme URI: http://www.WPThemerKit.com
Description: Blank HTML B, 2 Columns, 1 Right Sidebar
Version: 0.1
Author: Cal
*/

/* Hack to maintain centering whether 
   or not there is a scrollbar
 	  See: http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/  
 */
html {
	overflow-y: scroll;
}



/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/

body {
	margin:  0px;
	padding: 0px;
	font-family: times, serif;
	color: #DDDDDD;
	background: #171717;
	height: 100%;
}

#wrapper {
	position: relative; 
	width: 920px;
	padding: 0px;

	max-width: 920px;
	margin-left:auto;
	margin-right:auto;
}

/*#header {
	height: 130px;
	width: 800px;
	margin: 0px;
}/*


/* Header: Logo and nav bar */

div#header_logo {
	position: absolute;
		top: 20px;
		left: 80px;
	display:  inline;
	width: 760px;
	height:  130px;
}

div#header_sublogo {
	position:  absolute;
		top: 100px;
		left: 210px;
	font-size: 14px;
	color: #707070;
}

div#navbar {
	position:  absolute;
		top:  108px;
		left: 80px;
	height: 40px;
	width:  760px;
}

/* Kill off borders around link images. */
a:link img, a:visited img, a:hover img, a:active img {
	border: none;
	text-decoration: none;
}

/* Spacer to avoid relative positioning on content. */
div#content_spacer {
	height: 122px;
}

/* Navigation bar. */
#navbar li {
	display: inline;
	color: #555555;
	font-size: 14px;
	padding-left: 20px;
}

#nav_top {
	position: absolute;
		right: 0px;
		bottom: 40px;
	height: 30px;
	
	margin: 0;
	padding: 0;
	bottom: 55px;
}

#nav_sub {
	position: absolute;
		right: 0px;
		top: -25px;
	height: 30px;

	margin: 0;
	padding: 0;
	top: -15px;
}

#navbar a:link, 
#navbar a:visited {
	color:  #707070;
	text-decoration: none
}

#navbar a:hover, 
#navbar a.current_page:link {
	color: #FFFFFF;
}


/* noted updates for 1024 screen */
#main {
	position: relative; /* added this, so as to not have to change the header */
	left: 0px;
	width: 910px; /* was 730px */
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	min-height: 430px;
	color: #CCCCCC;

}
#content {
	width: 675px; /* was 475px */
	padding: 10px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 200px; /* was 220px */
	float: right;
	margin: 35px 5px 0 0;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}

/*some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	clear: both;
	padding: 5px;
	padding-top: 30px;
	font-size: .9em;
	
}
.entry-content, .entry-excerpt {
	clear: left;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	
}
.navigation {
  clear: both;
}


/*style the header h1 - the main heading*/
/*
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	color: #DDDDDD;
}
#header h1 a:hover {
	text-decoration: underline;
}*/

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}

/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.0em;
}
.post h2 {
	font-size: 1.5em;
	margin: 15px 0 10px 0;

}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

/*style the post date*/
.entry-date {
	height: 63px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #DDDDDD;
	color: #DDDDDD;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 17px;
	width: 71px;
	text-align: center;
	height: 20px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
	color: #DDDDDD;
}
.entry-day {
	font-size: 20px;
	text-align: center;
	height: 20px;
	width: 71px;
	margin: 0 0 0 0;
	font-weight: bold;
	line-height: 30px;
}

.entry-meta {
	display: inline;
	font-size: 12px;
}
.entry-meta p {
	display: inline;
	font-size: 12px;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color: #DDDDDD;

}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: none;
}

/*style sidebar links*/
#sidebar .widget_text {
	color: #888888;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #888888;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}


/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}



/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}


a.more-link {
	
	font-size: 133%;
	color: orange;
}