/*  
Theme Name: Digital Pictures
Theme URI: http://www.digitalpictures.com.au
Description: Digital Pictures Blog v2
Date: 9th September 2008
Version: 1
Author: Jonathan Poynter, Garry Jull, original coding by Kai Loon
Author URI: http://www.digitalpictures.com.au
Tags: Right Sidebar, 2 Column, Digital Pictures, Featured Post
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 18px;
	letter-spacing: -9px;
	/*font-size: 55px;*/
}

.sIFR-hasFlash #sidebar ul li h2 {
	visibility: hidden;
	font-size: 18px;
	letter-spacing: -9px;
}

.sIFR-hasFlash h6 {
	visibility: hidden;
	font-size: 14px;
	letter-spacing: -9px;
	/*font-size: 55px;*/
}


/*--General--*/


* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;	
}

.searchspace {
margin-top:44px;
}

.endgradient{
	background-image:url(images/body_footer.gif);
	background-repeat:no-repeat;
	height:115px;
	width:574px;
	position: relative;
	float: left;
	margin-left: 286px;
}

.latestnews{
	background-image:url(images/projectnews.png);
	background-repeat:no-repeat;
	width:188px;
	height:24px;
	margin-left:31px;
	padding-bottom:37px;
}

.thelab{
	background-image:url(images/thelab.png);
	background-repeat:no-repeat;
	width:221px;
	height:20px;
	margin-left:31px;
	padding-bottom:40px;
}

.pagesspac{
	margin-top: 45px;
	padding-left: 31px;
	padding-right: 31px;
}

.archivesspac{
	margin-top: 35px;
	padding-left: 31px;
}

.archives{
	padding-top: 35px;
}

.page{
	padding-top: 24px;
}

.singlespace{
	padding-top: 35px;
	padding-left: 31px;
	padding-right: 31px;
	clear: both;
}

.singlespace-home{
	padding-top:30px;
	padding-left: 31px;
	padding-right: 31px;
	clear: both;
}

.singlepage{
	margin-top: 24px;
}

.singlepost{
	margin-top: 24px;
}

.commentsimg{
	background-image:url(images/comments.gif);
	background-repeat:no-repeat;
	background-position: 0% 70%;
	padding-left: 20px;
}

.archivesep{
	padding-top:20px;
}



.posteddate{
	font-style:italic;
	color: #999782;
	font-size:12px;
}

.singleposteddate{
	color: #999782;
	font-size:12px;
}

body {
	background-image:url(images/pagebg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#e5e4e0;
	font: 80%/170% "Times New Roman", Times, serif;
	/* font: "Times New Roman", Times, serif; */
	color: #817d56;
	font-size:12px;
}

/*--formatting--*/
a {
	color: #b9a104;
}

a:hover {
	text-decoration: none;
	color: #dec105;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 18px "Times New Roman", Times, serif;
	padding-bottom: 2px;
	color: #817d56;
}

h2 em {
	font: 24px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 18px "Times New Roman", Times, serif;
	padding: 2px 30px;
	/*text-align: center;*/
	color: #817d56;
	letter-spacing: 0;
	/*background-color: #e1dfb9;*/
	/*border-bottom: 1px solid #D7D39A;*/
}

h2.pagetitle strong {
	font-size: 24px;
	/*font-style: italic;*/
}

h2 a {
	color: #817d56;
	text-decoration: none;
	font-weight:normal;
}

h3 {
	font: 17px "Times New Roman", Times, serif;
	color: #817d56;
	padding-left:40px;
	margin-top:10px;
	margin-bottom:8px;
	width:280px;
}

h4 {
	font: 24px "Times New Roman", Times, serif;
	color: #706e5d;
	padding-left:40px;
	margin-top:10px;
	margin-bottom:8px;
}

h5 {
	font: 20px "Times New Roman", Times, serif;
	color:706E5D;
}

h5 a {
	font: 20px "Times New Roman", Times, serif;
	color:706E5D;
}

h5 a:hover {
	font: 20px "Times New Roman", Times, serif;
	color:706E5D;
}

h6 {
	-x-system-font:none;
	color:#fffefa;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:normal;
	padding:3px 4px 4px 3px;
}

blockquote {
	width: 250px;
	font-style: italic;
	background-color: #e9e7df;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 20px;
	border-bottom: 1px solid #cac7b6;
	border-top: 1px solid #cac7b6;
	font: 400 12px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 16px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
	margin-left:20px;
}

ol li ol {
	list-style-type: lower-roman;
}

textarea#comment {
	border: 1px solid #C1BD85;
	width:655px;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	/*border: 1px solid #A6A371;*/
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	/*border: 1px solid #A6A371;*/
}

/*--container--*/
#wrapper {
	width: 100%;
	/*margin: 0 auto;*/
}



#header {
	width: 220px;
	height: 190px;
	padding-left: 0px;
}

#content {
	width: 100%;
	min-width:1000px;
	float: left;
	margin-left: 0px; /* Changed by Benji@websend 28/11/08 */
	background-image:url(images/wrapperbg.png);
	background-repeat:repeat-x;
}

#content #col-head{
	background-image:url(images/content_head.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width: 360px;
	height: 117px;
	float: left;
	position: relative;
	background-color:#e2e1d4;
	border-left:1px solid #c6c4b0;
	border-right:1px solid #c6c4b0;
}
	
#content #col-head.single-page {
	background-image:url(images/content_head.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width: 574px;
	height: 95px;
	float: left;
	position: relative;
	background-color:#e2e1d4;
	border-left:1px solid #c6c4b0;
	border-right:1px solid #c6c4b0;
}
	
#content #left-col {
	background-image:url(images/content_head.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#e2e1d4;
	width: 720px;
	float: left;
	position: relative;
	padding-top: 115px;
	border-left: 1px solid #c6c4b0; 
	border-right: 1px solid #c6c4b0;	
	min-height:950px;
	z-index:1;
}

#content #left-col-home {
	background-image:url(images/content_head.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#e2e1d4;
	width: 360px;
	float: left;
	position: relative;
	padding-top: 163px;
	border-left: 1px solid #c6c4b0; 
	border-right: 1px solid #c6c4b0;	
	min-height:950px;
	z-index:1;
}

#content #left-col2 {
	background-image:url(images/content_head2.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#f6f4ee;
	width: 360px;
	float: left;
	position: relative;
	padding-top: 163px;
	border-right: 1px solid #c6c4b0;
	z-index:0;
}

#content #right-col {
	width: 277px;
	/*
	width: 240px;
	padding-left: 37px;
	*/
	float: left;
	position: relative;
	background:url(images/menubg.gif) repeat-x top left;
}

#content #right-col #sidebar {
	position: relative;
	display: block;
	margin-top: 43px;
	margin-left:16px;
	padding-left: 23px;
	padding-top:9px;
	background-image:url(images/menupanel.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

#footer {
	width: 100%;
	float: left;
	background: url(images/omnilab.gif) #000000 no-repeat;
	background-position: 500px 0px;
	height: 37px;
	padding-top: 0px;
	color: #fff;
}

/*--header--*/

#header #logo {
	width: 200px;
	height: 166px;
	padding-top:17px;
	padding-left:42px;
	display: block;
}

#header #logo em {
	color: #d2e698;
	font-size: 11px;
	line-height: 15px;
	float: left;
	padding-top: 27px;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	width: 200px;
	height: 166px;
	display: block;
	text-indent: -9999em;
}

/*--page-menu--*/
#header #menu {
	float: left;
	width: 500px;
	margin-top: 38px;
}

#header #menu ul {
	width: 500px;
	list-style: none;
	float: right;
	text-align: right;
}

#header #menu ul li.page_item {
	float: right;
}

#header #menu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	margin: 0 7px 0 0;	
	float: left;
	text-decoration: none;
	font: 900 14px "Times New Roman", Times, serif;
	color: #a9bf78;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#header #menu ul li.page_item a:hover {
	color: #fff;
}

#header #menu ul li.current_page_item a {
	color: #fff;
	background-color: #2c4106;
}

/*--featured-post--*/

#featured-post {
	width: 561px;
}

#featured-post .padd{
	margin-top: 40px;
	width: 520px;
	margin-left: 13px;
}

#featured-post .contentspacing{
	padding-top:14px;
}

#featured-post h3 {
	font: 900 14px "Times New Roman", Times, serif;
	color: #918e61;
	padding-bottom: 5px;
}

#featured-post .featured {
	float: left;
	padding: 0px 10px;
	background: #f6f4ee; /*url(images/featured-bg.gif) repeat-x top left;*/
	width:541px;
}

#featured-post .footer {
	width: 561px;
	background-color:#303030;
	background-image:url(images/metabg.gif);
	background-repeat:repeat-x;
	height:6px;
	clear: left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
}

#featured-post .featured span#f-date {

}

#featured-post .featured span#f-date a {

}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	/*padding: 5px;
	border: 1px solid #e5e3c2;
	background-color: #000;
	float: right;
	margin: 0 0 5px 5px;*/
}

#featured-post .featured small {
	/*
	float: left;
	padding: 4px 0;
	width: 558px;
	background: url(images/tag.gif) no-repeat center left;
	padding: 4px 0 4px 20px;
	*/
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.gif) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

.post {
	width: 720px;
	float: left;
	margin-top: 11px;
}

.post-home {
	width: 360px;
	float: left;
	margin-top: 11px;
}

.postarc {
	width: 650px;
	float: left;
	margin-top: 40px;
	/* border-left: 1px solid #5a5a5a; 
	border-right: 1px solid #5a5a5a; */
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	/*border: 1px solid #a6a371;*/
}

ul.links {
	list-style: none;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entryarc {
	float: left;
	width: 650px;
	padding-left:0px;
}

/*
p.metadata {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	margin-top: 15px;
}
*/

.arcpostspace{
	padding-top:20px;
}

p.metadata {
	padding: 2px;
	height:6px;
	margin-top: 15px;
	clear: left;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 550px;
}

.cat {
	float: left;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	margin-bottom: -5px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.gif) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--feed--*/
#searchform {
	/*background: url(images/searchform.gif) no-repeat top left;*/
	height: 45px;
	padding-top: 23px;
	padding-bottom: 10px;
}

#searchform form {
	float: left;
	width: 210px;
	display: inline;
	padding-left:4px;
}

#searchform form input#s {
	width: 134px;
	/* background: url(images/form.gif) no-repeat top left; */
	height: 14px;
	border: 1;
	float: left;
	margin-right: 4px;
	padding: 1px 0 1px 7px;
	border: 1px solid #696859;
	color: #666;
}

#commentform input#submit {
	width: 113px;
	background: url(images/button_submitcomment.gif) no-repeat center left;
	height: 18px;
	border: 0;
}

#searchform form input#searchsubmit {
	width: 53px;
	background: url(images/search.gif) no-repeat center left;
	height: 18px;
	border: 0;
}

/*--about--*/
#about {
	clear: left;
	width: 330px;
	margin-bottom: 20px;
}

#about h3 {
	font: 400 18px "Times New Roman", Times, serif;
	background: url(images/about.gif) no-repeat top right;
	width: 260px;
	margin-bottom: 10px;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #dedcb9;
	/*border: 1px solid #a6a371;*/
	margin: 5px 5px 5px 0;
}

#about span {
	font-size: 10px;
	line-height: 18px;
}

/*--sidebar1--*/

#addressSidebar {
	background-image: url(images/boffs_small.gif);
	background-repeat:no-repeat;
	clear:both;
	margin-left: 4px;
	color: #fffefa;
	padding-top: 20px;
	margin-top: 30px;
}

#addressSidebar a {
	color: #fffefa;
}

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #a6a371;
	border-bottom: 1px solid #a6a371;
	background-color: #dedcb9;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	/*padding-right: 10px;*/
	padding-bottom: 10px;
}

#sidebar2 {
	float: left;
	width: 160px;
}

#sidebar ul {

}

#sidebar ul li {
	/* background-color: #d7d39a; */
	/* border: 1px solid #bbb875; */
	margin-bottom: 20px;
}

#sidebar ul li h2 {
	padding: 0px 4px 2px 3px;
	font: 400 18px "Times New Roman", Times, serif;
	color: #fffefa;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	/* border-top: 1px solid #bbb875; */
	text-decoration: none;
	/*color: #f9f9f9;*/
	padding: 0px 4px 0px 4px;
}

.lightcat a  {
	color:#fffefa;
}

.lightcat a:hover  {
	color:#e6e5e1;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 570px;
}

h3#comment-title {
	/*background: url(images/comments.gif) no-repeat top left;*/
	width: 600px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	list-style: none;
	padding-left:31px;
	width:519px;
}

#comments ol li .comment-data {
	float: left;
	width: 580px;
	margin-right: 10px;
	background-color: #e9e7df;
	padding: 5px 10px;
	min-height: 120px;
	overflow: auto;
	border: 1px solid #cac7b6;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 590px;
	margin-right: 10px;
	background-color: #e9e7df;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #cac7b6;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-left:-10px;
}

.commenttext{
	margin-left: -40px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	/*background: url(images/respond.gif) no-repeat top left;*/
	float: left;
	padding-left:31px;
	width:660px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/
#footer .footer-text {
	width: 550px;
	margin: 0 auto;
	text-align:center;
	padding-left: 275px;
}

#footer .footer-text a {
	color: #fff;
}

#footer .footer-text span {
	/*float: left;*/
	/*width: 600px;*/
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #dec105;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #dec105;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #dec105;
}

/*--navigation--*/

.navigation {
	float: left;
	margin: 20px 0;
	padding-left:31px;
	width:519px;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	/*border: 1px solid #a6a371;*/
}

img.attachment {
	max-width: 509px;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	/*border: 1px solid #a6a371;*/
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	/*border: 1px solid #a6a371;*/
}

.gallery-item a:hover img {
	/*border: 1px solid red;*/
}

.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

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

/*--Entry Header--*/
.entry-heading {
	display: block;
	clear: both;
	position: relative;
}

.entry {
	float: left;
	width: 720px;
	padding-left:0px;
	background-repeat: no-repeat;
	background-position: 49% 4px;
	background-image:url(images/pagetitlebg.png);
}

.entry-home {
	float: left;
	width: 360px;
	padding-left:0px;
	background-image: url(images/titlebg.png);
	background-repeat: no-repeat;
	background-position: 43% 0%;
}

.titlebg {
	position: absolute;
	top: 6px;
	right: 40px;
	background-image: url(images/titlebg.png);
	background-repeat: no-repeat;
	width: 301px;
	height: 41px;
}

.entry-heading .scroll {
	position: absolute;
	top: -26px;
	right: -5px;
	background-image: url(images/scroll.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 50px;
}

.pagescroll {
	position: absolute;
	top: 138px;
	right: -5px;
	background-image: url(images/scroll.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 50px;
}

.entry-heading h2 {
	border-bottom: 1px solid #dcdad0;
	padding-bottom: 0px;
	padding-left: 31px;
	width: 521px;
}

.entry-heading .posteddate,
.entry-heading .cat,
.entry-heading .commentsimg {
	clear: none;
	width: auto;
}

.entry-heading .cat,
.entry-heading .commentsimg {
	position: absolute;
	right: 111px;
	width: auto;
	margin-top:5px;
}

.entry-heading .posteddate {
	float: left;
	margin-left: 40px;
	margin-top:5px;
}

.entry-heading a {
	color: #817d56;
	text-decoration: none;
}

.entry-heading a:hover {
	color: #dec105;
}
