/*
Theme Name: architexts.net
Description: architexts.net theme for Wordpress
Author: Knut Stegmann
Author URI: architexts.net

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/
html, body {
	padding: 0;
	margin: 0;
	font: 100%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background: #fff;
	color: #333;
}

a {
    color: #333;
}

a:visited {
	color: #333;
}

h5 a:visited {
	color: #000;
}
a:hover {
	color: #bababa;
}
h5 a:hover {
text-decoration:underline;
}

html * {
	margin: 0;
}

p, ol {
	margin-top: 15px;
}

ol {
	padding-left: 0;
	margin-left: 30px;
}

ul{
	padding-left: 0;
	margin-left: 12px;
	margin-top: 0px;
}
h1, h2 {
	margin-top: 15px;
}

h1, h2 {
	line-height: 1.7em;
	margin-bottom: 0;
font-weight: normal
}

h2 a, h1 a{
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover, h5 a:hover {
	color: #666;
}

h1 {
	font-size: 1.7em;
}

h3 {
	margin-top: 1em;
}

h4 {
	font-size: 1em;
	font-weight: normal;
		margin: 0;
	color: #333;
}

h5 {
	font-size: 1.0em;
	color: #000;
}
h5 a {

text-decoration: none;
	color: #000;

}
h6 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #666;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;
}

hr {
	display: none;
}

blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

code {
	font: 110% "Lucida Console", "Courier New", "Courier", monospace;
}

pre {
	overflow: auto;
}

/**-----------------------------------------------------------------------------
** HEADER
**/
#header {
	height: 130px;
	background: #FFF;
	color: #fff;
border-bottom:2px #000 dotted;
}

#header a {
	color: #000;
font: 1.3em;
font-weight:bold;
}

#header a:hover, #header .current_page_item {
	background: #FFF;
	color: #000;
}

#blog-title {
	vertical-align: text-bottom;
	float: left;
	height: 120px;
	color: #fff;
text-transform: uppercase;
}

#blog-title a {
	display: block;

	height: 50px;
	line-height: 50px;
	padding: 60px 20px 0 0;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#pages li {
	float: left;

}

#pages a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 60px 0 0 0;
	text-align: center;
}

#pages a:hover {
border-bottom:2px #333 solid;
color: FFF;
}

#header a {
	text-decoration: none;
font-size: 1.0em
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/
#footer {

	clear: both;
		height: 100px;
	background: #FFF;
  border-top:2px black dotted;
  margin-top:60px;
padding: 30px 0;

}


#footer .main {


}


/**-----------------------------------------------------------------------------
** CONTENT
**/
.main, #content {
	width: 779px;
	margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/
#primary {
	width: 510px;
	padding-right: 20px;
	float: left;
	background: #fff;
}
#primaryfullwidth {
	width: 779px;
	padding-right: 20px;
	float: left;
	background: #fff;
}
.entry {
	padding-bottom: 15px;
}

#primary ul.archive-nav {
	list-style-image: none;
}

.meta {
	font-size: 0.85em;
	clear: both;
	color: #666;
}

.meta a {
	text-decoration: underline;
	color: #666;
}

.meta a:hover {
	color: #7cfc00;
}

.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#primary .totop {
	margin-left: 500px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments h2 {
	margin-top: 30px;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#comments li {
	clear: both;
}

#comments ol div.poster {
	clear: both;
	padding: 0 20px;
	font-size: 0.95em;
	color: #666;
}

#comments .poster a {
	color: #666;
}

#comments .poster a:hover {
	color: #905;
}

#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}


#comments ol div.body {
	margin: 0 0 0 0;
	width: 340px;
	padding: 20px;
	background: #fff url(images/comment-field.png) no-repeat left top;
}

#comments ol.no-gravatars div.body {
	width: 340px;
	padding: 20px;
	margin-left: 20px;
}

#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #fff;
}

#comments legend {
	display: none;
}

#comments form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#comments form li {
	margin: 5px 0;
}

#comments .textfield {
	width: 50%;
}

#comments textarea {
	width: 98%;
}

#comments .number {
	font: 1.5em "Apple Garamond", "Times New Roman", "Garamond", serif;
	font-style: italic;
	color: #ccc;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 3em;
	float: right;
}

#comments .number a {
	color: #ccc;
	text-decoration: none;
}

#comments .number a:hover {
	color: #905;
}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}

/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/
#secondary {
	padding-left: 15px;
	width: 230px;
	float: right;
	font-size: 0.9em;
}

#secondary h2 {
	margin-bottom: 10px;
}

#textarea {
	background-color:#e7e7e7;
	width: 230px;
	text-align: center;
	padding: 5px 0px 10px 0px;
	margin: 35px 0px;
	border-top:2px #000 dotted;
	border-bottom:2px #000 dotted;

}

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

#searchform legend, #searchform label {
	display: none;
}

#blog-description {
	font: 1.6em "Apple Garamond", "Garamond", serif;
	padding: 15px;
	background: #fff url(images/bg-description.jpg) no-repeat;
}



ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #7cfc00;
	color: #fff;
}

ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.descriptionlist  li {
	margin-bottom: 0.5em;
}

#sidenotes h3 {
	font-size: 1em;
}

#sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}
.text-textarea {

	font-size: 1.0em;

}
/**-----------------------------------------------------------------------------
** UTILITIES
**/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.alignright, .lzimg-right {
	float: right;
}

.alignleft, .lzimg-left {
	float: left
}

#primary img, #photos img {
	padding: 0px;
	border: none;
}

#primary .totop img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 5px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 5px 15px 15px 0;
	display: inline;
}

img.noborder {
	border: none;
}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}


/* Post Thumbnail Grid */

.gridcontainer {width: 779px; margin: 0 auto;}
.gridcontainer h2 a{color: #333; font-size: 13px;}
.gridcontainer .griditemleft{float: left; width: 220px; margin: 0 20px 20px 0;}
.gridcontainer .griditemright{float: left; width: 220px;}
.gridcontainer .postimage{margin: 0 0 5px 0;}
.gridcontainer .postimage-title {text-align: left; line-height: 1.0em;}



/* Print Styles */
@media print {
body { background:white; color:black; margin:0;}
#footer { display:none }
#header { margin-top:-60px; margin-left:5px; margin-right:30px}
#blog-meta { float:right, margin-right:20px }
#content{ margin-left:5px; margin-top:10px;
     float:none;
     width:auto;}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
     page-break-inside:avoid }
img.centered { display: block;
     margin-left: auto;
     margin-right: auto; }
img.right { padding: 4px;
     margin: 0 0 2px 7px;
     display: inline; }
img.left { padding: 4px;
     margin: 0 7px 2px 0;
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid;
     page-break-after:avoid; }
}