/**************************************************************

   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: #c3c3c3;}

#container {width: 800px; margin: 0 auto; padding: 0;}

#header {margin: 1em 0; background: transparent;}

#content {margin: 0; width: 800px; padding: 0; background: transparent;}

/* hack for min-height */
#content {
  min-height:650px;
  height:auto !important;
  height:650px;
}

#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 {clear: both; font-weight: bold; font-size: 0.875em; margin: 1em 0;}

h3 {clear: both; 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;}

/* 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("/txp-minima-photoblog/_templates/txp_minima_photoblog/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: 180px; height: 180px; background: #DCDCDC; }

.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;}

/* 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;
}
