/* @override http://oliverstubbs.com/css.php?n=default */

/* @override http://oliverstubbs.com/css.php?n=default */

/**************************************************************

   Author:  Jonathan Stubbs
   URL:	    jonathanstubbs.com/txp-minima-photoblog/
   Date:    December 22, 2008
   Purpose: Minimal photoblog template
   Licence: Free to use, adapt and enjoy :-)

 **************************************************************/

/* Reset */

* {margin: 0; padding: 0; outline: 0; border: 0;}

/* Clearfix */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

.clearfix {display: block;}

* html .clearfix {height: 1%;}

/* End hide from IE-mac */

/* Structure */

body {font: 100%/1.250em "Lucida Grande", Lucida, Verdana, sans-serif; color: #000; background: #fff;}

#container {margin: 0 auto; width: 800px; padding: 0;}

#header {margin: 1em 0; background: transparent;}

#content {margin: 90px 0; width: 80%; padding: 0; background: transparent;}

#sidebar {
position:fixed;
top:90px;
left:81%;	
width:15%;
margin:0;
padding:0;
}

#footer {clear: both; margin: 1em 0; padding: 1em 0; border-top: 1px solid #dcdcdc;}

/* Typography */

p {font-size: 0.750em; line-height: 1.5em; text-align: left; margin: 0.5em 0 0.5em 0;}

#footer p {line-height: 0.75em; font-size: 0.625em; text-align: left; padding: 0; margin-top: 0;}

#footer p.alignright {text-align: right;}

h1 {font-weight: bold; font-size: 1.125em; line-height: 2em; }

h2 {font-weight: bold; font-size: 0.875em; margin: 1em 0;}

h3 {font-weight: bold; font-size: 0.8125em;}

/* Links */

a {color: #000; text-decoration: none;}

a:hover {text-decoration: underline;}

#content p a {text-decoration: underline;}

#content p a:hover {text-decoration: none;}

/* Images */

img {padding: 0; border: 0 none;}

img.left, img.right {padding: 4px; border: 1px solid #e6e6e6;}

img.left {float: left; margin: 0 5px 5px 0; padding-left: 0; border: 0;}

img.right {float: right; margin: 0 0 5px 12px;}

img.center {display: block; margin: 5px auto 5px auto; padding: 0;}

.article-image {text-align: center; list-style: none;}

/* Lists and blockqoutes */

ol, ul, blockquote {margin: 1em 0 1em 2em;}

blockquote, li {text-align: left; padding: 0; margin-top: 1em; margin-bottom: 1em;}

ol li {list-style: decimal; list-style-position: outside; margin-top: 0.5em; margin-bottom: 0.5em; font-size: 0.750em;}

ul li {list-style: disc; margin-top: 0.5em; margin-bottom: 0.5em; font-size: 0.750em;}

blockquote {margin-left: 2em; padding-left: 1em; margin-right: 0; border-left: 2px solid #900; font-style: italic;}

/* Forms and ZCR */

fieldset legend {display: none;}

form {}

input, textarea, select {border: 1px solid #ccc; background: #fff; margin: 0; padding: 0.5em;}

ul.zemError {margin: 0;}

ul.zemError li {margin: 5px 0; padding: 0.5em; padding-left: 40px; background: #f7eccf; list-style-type: decimal; list-style-position: inside; }

input.zemRequirederrorElement, select.zemRequirederrorElement,textarea.zemRequirederrorElement {background: #f7eccf;}

#Name, #Email, #Message  {width: 300px;}

/* Comments */

#comments_form {margin: 0; padding: 0.5em; background: #dcdcdc;}

#cpreview {margin: 1em 0; padding: 5px; background: transparent;}

#cpreview p {padding-left: 5px; padding-bottom: 0; font-size: 0.8125em;}

ol.comments li {}

ul.comments_error {margin: 0;}

ul.comments_error li {margin: 5px 0; padding: 0.5em; padding-left:40px; background: #f7eccf; list-style-type: decimal; list-style-position: inside;}

#cpreview h2 {font-size: 1em; text-align: center;}

h2.comments_error {padding-left:40px; background: #f7eccf url("/images/3.png") no-repeat 10px 50%; list-style-type: none;}

.comment {background: #dcdcdc; padding: 1em;}

.comment p {font-size: 0.875em;}

.comment_previewed {background: #c3c3c3; padding: 1em;}

.comment:hover {}

.comment_name_input.comments_error, .comment_email_input.comments_error, .txpCommentInputMessage.comments_error {background: #f7eccf;}

input#web.comment_web_input, input#email.comment_email_input, textarea#message.txpCommentInputMessage, input#name.comment_name_input {width: 300px;}

input#txpCommentSubmit.button.disabled {display: none;}

/* Archives */

.archive_list {float: left; margin: 0 10px 10px 0; padding: 5px; width: 100px; height: 100px; background: #fff; }

.archive_list p {text-align: center; padding: 0.5em;}

.archive_list:hover {background: #c3c3c3;}

.archive_list {}

.archives h2 {clear: both; margin-top: 1em; margin-bottom: 0.5em; color: black;}

/* @group Thumbs */

#thumb-list {
	margin-left: 1em;
}

li.thumbs {
float: left;
list-style: none;
width: 100px;
height: 100px;
margin: 0 10px 10px 0;
}

li.thumbs img {
	cursor:pointer;
}

/* @end */

/* @group Overlay */

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:1000px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/images/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    /*position:absolute; 
    top:15px; 
    right:15px;*/ 
    font-size:11px; 
    color:#fff; 
    /*width:150px;*/ 
} 
 
.details h3 { 
    color:#aba; 
    font-size:14px; 
    margin-bottom: 1em; 
}

.details p {
    font-size:12px; 
}

.details p.small {
    font-size:10px; 
    margin-bottom: 1em;
}

/* @end */

/* @group Apple overlay */

/* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(/images/overlay/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:800px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(/images/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* black version of the overlay. simply uses a different background image */
.apple_overlay.black {
	background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);		
	color:#fff;
}

.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

.black h2 {
	color:#fff;
}

#triggers {
	margin-top:10px;
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* @end */



/* Prev Next */

#prevnext {margin: 2em 0 2em 0; font-size: 0.8125em;}

#prev {float: left;}

#next {float: right;}

#prevnext a {padding: 1em; background: #DCDCDC;}

#prevnext a, #prevnext a:link, #prevnext a:visited, #prevnext a:active {text-decoration: none;}

#prevnext a:hover {text-decoration: underline; background: #c3c3c3;}

/* Widths and floats */

.width25 {
	width: 195px;
}

.width50 {
	width: 375px;
}

.width75 {
	width: 595px;
}

.width100 {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {

	clear: both;
}

/* Miscellaneous */

.bold {font-weight: bold;}

.greybg {
	background: #dcdcdc;
}

/*.small {font-size: 0.625em; line-height: 1em; margin: 0;}*/

