/*--/ johnny_fx /©/ 2008 /--*/


* { 
	margin: 0; 
	padding: 0;
}

html, body {
  	height: 100%;
}

body {
	background: transparent url(images/design/bg.png) repeat top left;
	color: #333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color: #3d82a6;
	text-decoration: none;
}

a:hover {
	color: #3d82a6;
	text-decoration: underline;	
}

img {
	border: none;
}


blockquote {
	padding: 10px 0 10px 1.5em;
}

.post blockquote p {
	padding: 0 0 0 .5em; 
	border-left: #f7f7f7 6px solid;
	text-indent: 0;
}

#container {
	background: #fff url(images/design/main_bg.png) repeat-y top center;
	position: relative;
	margin: 0 auto;
  	width: 980px;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; 
  	height: 100%; /* IE Sucks */		
	text-align: left;
}


/*/-------/ HEADER /------------------------------------------------/*/

#header {
	background: transparent url(images/design/header.png) no-repeat top center;
	width: 980px;
	height: 220px;
	text-align: center;
}

h1 {
	position: absolute;
	top: 20px;
	left: 50px;
	margin: 0;
	width: 440px;
	height: 50px;
	font-size: 1px;
}

h1 a {
	display: block;
	width: 440px;
	height: 50px;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}


/*/-------/ NAVIGATION /------------------------------------------------/*/

#navigation {
	position: absolute;
	top: 150px;
	left: 33px;
	width: 915px;
}

#nav {
	margin: 0;
	padding: 0;
	width: 915px;
	height: 70px;
	list-style: none none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none none;
	text-indent: -999em;
}

#home .home, #blog .blog, #projects .projects, #books .books, #archive .archive, #contact .contact {
	cursor: default;
}

#nav a {
	display: block;
	float: left;
  	font: normal 1px Verdana, Arial, Helvetica, sans-serif;
	color: #3d82a6;
  	text-decoration: none;
	overflow: hidden;
}

#nav a.blog {
	background: transparent url(images/design/blog.png) no-repeat top center;
  	width: 55px;
	height: 30px;
	margin: 18px 0 0 10px;
}

#nav a.blog:hover {
	background-position: 0 -30px;
}

#nav a.projects {
	background: transparent url(images/design/projects.png) no-repeat top center;
	width: 80px;
	height: 30px;
	margin: 0px 0 0 115px;
}

#nav a.projects:hover {
	background-position: 0 -30px;
}

#nav a.books {
	background: transparent url(images/design/books.png) no-repeat top center;
  	width: 60px;
	height: 30px;
	margin: 10px 0 0 145px;
}

#nav a.books:hover {
	background-position: 0 -30px;
}

#nav a.archive {
	background: transparent url(images/design/archive.png) no-repeat top center;
	width: 65px;
	height: 30px;
	margin: 29px 0 0 182px;
}

#nav a.archive:hover {
	background-position: 0 -30px;
}

#nav a.contact {
	background: transparent url(images/design/contact.png) no-repeat top center;
  	width: 82px;
	height: 30px;
	margin: 28px 0 0 105px;
}

#nav a.contact:hover {
	background-position: 0 -30px;
}




/*/-------/ MAIN /------------------------------------------------/*/

#wrap {
	margin: 0;
	padding: 20px 25px;
}

#content {
	position: relative;
	float: left;
	margin: 0 0 100px 0;
	padding: 0;
	width: 660px;
	text-align: justify;
}

.post {
	background: transparent url(images/design/corner.png) no-repeat top left;
	padding: 30px 25px 20px;
	min-height: 100px;
}

#recent {
	padding: 0;
}

#recent h2 {
	margin: 0 0 10px 0;
	font: bold 1.7em/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #cb973c;
}

#r_left {
	background: transparent url(images/design/corner.png) no-repeat top left;
	width: 290px;
	padding: 30px 15px 0 25px;
	float: left;
}

#r_right {
	background: transparent url(images/design/corner.png) no-repeat top left;
	width: 290px;
	padding: 30px 15px 0 25px;
	float: right;
}

#r_left ul {
	list-style-type: none;
	font-size: 1em;
}

#r_left ul li {
	margin-bottom: 5px;
}

.fixmar {
	margin-top: -10px;
}

.fixmar h2 {
	padding-top: 10px;
}

.postnav {
	width: 600px;
	padding: 30px 25px 20px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.list {
	background: transparent url(images/design/center.png) no-repeat center left;
	margin: 0;
	padding: 10px 25px;
}

.list h3, .list h3 {
	margin: 5px 0;
}

.post h2 {
	margin: 0 0 10px 0;
	font: bold 1.7em/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #cb973c;
}

.post h2 a {
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post h3 {
	margin: 0 0 .5em;
	font: bold 1.4em/1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

.post h4 {
	margin: 0 0 .5em;
	font: bold 1.2em/1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #cb973c;
}

.date {
	font-size: .6em;
	color: #999;
}

.post p {
	font-size: 1.2em;
}

.ind {
	text-indent: 2em;
}

.cen {
	text-align: center;
}

.right {
	text-align: right;
}

.post p img {
	margin: 10px 0;
}

.post p .l {
	margin: 10px 10px 0 0;
	float: left;
}

.post p .r {
	margin: 10px 0 0 10px;
	float: right;
}
	
.divtop {
	background: transparent url(images/design/top.png) no-repeat center;
	height: 20px
}

.divbottom {
	background: transparent url(images/design/bottom.png) no-repeat center;
	height: 20px
}

.divider {
	background: transparent url(images/design/div_o.png) no-repeat center;
	margin: 0 0 20px 0;
	height: 30px;
}

.post .divider, #recent .divider {
	margin: 20px 0;
}

.post ul {
	padding: .5em 3.2em;
	list-style-type: circle;
	font-size: 1.2em;
	text-indent: 0.4em;
}

.post ol {
	padding: .5em 3.6em;
	font-size: 1.2em;
}

.post ul li, .post ol li {
	margin-bottom: 2px;
}

.post ol ol {
	padding: .5em 1.6em;
	font-size: inherit;
}

.post ul ul {
	padding: .5em 1.6em;
	font-size: inherit;
}

.post ol ul {
	padding: .5em 1.2em;
	font-size: inherit;
}

.post ul ol {
	padding: .5em 2.1em;
	font-size: inherit;
}

.post .file {
	padding: 0;
	list-style: none;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

.post .file li a {
	margin: 2px 0;
	padding: 4px 6px;
	text-decoration: none;
	text-indent: 0;
}

.post .file li {
	background: transparent url(images/design/bul_o_14.png) no-repeat 0 4px;
	padding-left: 10px;
}

.odd {
	background-color: #f7f7f7;
	color: #3d82a6;
	display: block;
}

.odd:hover {
	background-color: #f7f7f7;
	color: #cb973c;
	display: block;
}

.even {
	background-color: #fff;
	color: #3d82a6;
	display: block;
}

.even:hover {
	background-color: #fff;
	color: #cb973c;
	display: block;
}

.video {
	margin: 10px 0;
}

.projects a img {
	border: #fff 9px solid;
	float: left;
}

.projects a:hover img {
	border: #f2f2f2 9px solid;
}

.projects-front a img {
	border: #fff 5px solid;
	float: left;
}

.projects-front a:hover img {
	border: #f0f0f0 5px solid;
}


/*/-------/ SIDEBAR /------------------------------------------------/*/

#sidebar {
	background: transparent url(images/design/center.png) no-repeat center left;
	position: relative;
	float: right;
	margin: 0 0 100px 0;
	padding-left: 6px; 
	width: 252px;
}

#head {
	background: transparent url(images/design/head.png) no-repeat;
	height: 40px;
}

#center h3 {
	background: transparent url(images/design/s_c.png) no-repeat bottom;
	height: 20px;
	margin: 10px 0;
	padding: 0;
	color: #cb973c;
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: lowercase;
}

#center p {
	margin: 0 0 10px;
	padding: 0 20px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#center .side {
	margin: 0 0 30px;
}

#center ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#center ul li {
	background: transparent url(images/design/bul_o_12.png) no-repeat 0 2px;
	margin: 0 20px;
	padding: 0 0 5px 18px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#feed {
	background: transparent url(images/design/s_div.png) no-repeat top;
	padding: 10px 0 20px;
	text-align: center;
}

#feed a {
	margin: 0 1px;
}

#foot {
	background: transparent url(images/design/foot.png) no-repeat;
	height: 40px;
}


.clear {
	clear: both;
	height: 1px;
}


/*/-------/ FOOTER /------------------------------------------------/*/

#footer {
	background: transparent url(images/design/footer.png) no-repeat;
	position: absolute;
	bottom: 0; 
	margin: 0;
	width: 980px;
	height: 60px;
	font: 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	clear: both;
}

#copyright {
	float: right;
	padding: 38px 60px 0 0;
}
		
#standards {
	float: left;
	padding: 38px 0 0 60px;
}

#footer a{
	color: #3d82a6;
}
			
#footer a:hover{
	color: #cb973c;
	text-decoration: none;
}



/*/-------/ COMMENTS/------------------------------------------------/*/


#comments {
	padding: 0 25px;
	font-size: 1.1em;
}

#comments h3, #commentFormTitle {
	color: #555;
	font-size: 1.2em;
}

#cpreview pre, .comments_error {
	margin: 20px 0;
	font-family: inherit;
	color: #f00;
}

.comment {
	padding: 10px 15px;
	margin: 20px 0;
}


.o {
	background-color: #f7f7f7;
}

.e {
	border: 1px solid #f0f0f0;
}

.author {
	background-color: #fff;
	border: 1px solid #3d82a6;
}

.comment h4 {
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #bfbfbf;
	font-size: 0.9em;
	color: #555;
}

.comment-time {
	color: #999;
}

.comment-no {
	float: right;
}


/*/-------/ INPUTS&FORMS /------------------------------------------------/*/

#commentboxes {
	width: 300px;
	float: left;
	border-right: 1px solid #bfbfbf;
	margin-right: 20px;
}

#commentboxes p {
	margin: 0 0 10px 0;
}

#commentFormTitle {
	margin: 0 0 20px -15px;
}

.comments-wrapper {
	padding: 20px 15px;
}

.instructions {
	margin-bottom: 40px;
}

#button {
	float: right;
}

#ed_b {
	font-weight: bold;
}

#ed_i {
	font-style: italic;
}

#name, #email, #web {
	margin: 0 10px 0 0;
	width: 200px;
}

.zemText {
	margin: 0 0 10px 0;
	width: 300px;
}

#textileHelp {
	float: right;
	margin-top: -15px;
}

#message {
	width: 566px;
	height: 150px;
	margin: 10px 0;
	overflow: auto;
}

textarea.zemTextarea {
	width: 600px;
	height: 150px;
	margin: 0 0 10px 0;
	overflow: auto;
}

.zemError {
	margin: 0 0 20px;
	padding: 0;
	color: #f00;
	list-style: none;
}

input, textarea {
	background: url(images/design/input_bg.png) fixed no-repeat top left;
	margin: 0px;
	padding: 4px 5px 2px 8px;
	color: inherit;
	border-top: none;
	border-left: none;
	border-bottom: #bfbfbf 1px solid;
	border-right: #bfbfbf 1px solid;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
}

html>body input, textarea {
	background: url(images/design/input_bg.png) no-repeat top left;
}

.button, .ed_button, .zemSubmit {
	background: none;
	margin: 0;
	padding: 3px 5px !important;
	padding: 3px 0; /* IE Sucks */
	color: inherit;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #bfbfbf 1px solid;
	border-right: #bfbfbf 1px solid;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	cursor: pointer;
}

.button:hover, .ed_button:hover, .ed_button_pressed, .zemSubmit:hover {
	background: none;
	margin: 0;
	padding: 3px 5px !important;
	padding: 3px 0; /* IE Sucks */
	color: inherit;
	border-top: #bfbfbf 1px solid;
	border-left: #bfbfbf 1px solid;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	cursor: pointer;
}

.disabled, .disabled:hover {
	background: none;
	margin: 0;
	color: #bfbfbf;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #bfbfbf 1px solid;
	border-right: #bfbfbf 1px solid;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	cursor: default;
}


label {
	line-height: 18px;
}

input.checkbox {
	background: none;
	border: #bfbfbf 1px solid;
	margin: 0 5px 0 0;
	padding: 2px;
}

#sidebar form {
	margin: 20px 0 30px 0;
}

#search {
	padding: 0 16px;
	height: 25px;
}


#search-input {
	background: transparent url(images/design/search.png) fixed no-repeat top left;
	padding: 6px 15px 0px 30px;
	height: 19px;
	width: 175px;
	border: none;
	color: #3d82a6;
	font: inherit;
	font-size: 1.2em;
	float: left;
	display: block;
	overflow: hidden;
}

html>body #search-input {
	background: transparent url(images/design/search.png) no-repeat top left;
}
