/*  
Theme Name: Netlash
Theme URI: http://wordpress.org/
Description: Netlash theme WIP.
Version: 0.4
Author: Johan Ronsse
Author URI: http://www.netlash.com/

	Netlash 0.4
	
	This theme was designed by Johan Ronsse, based on the design
	of http://www.netlash.com by Dirk Sabbe. 

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

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background-color: #467593;
	background-image: url('images/bg_gradient.jpg');
	background-repeat: repeat-x;
	color: #2B2B2B;
	text-align: center;
	}

#page {
	text-align: left;
	background: url('images/netlashbg.gif') repeat-y 1px 0;
	border: none;
	}

#headerimg { 
	background: #73a0c5 url('images/netlashheader_top.jpg') no-repeat 0 0;
	width: 760px; 
	height: 130px;
	} 
	
#topnav {
	background: url('images/netlashheader_bottom.jpg') no-repeat 0 0;
	width: 760px;
	height: 62px;
}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.1em;
	line-height: 1.5em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #eee;
	}

#footer {
	background: #467593 url('images/netlashfooter.jpg') no-repeat -9px 0; 
	border: none;
	}

small {
	font-size: 1em;
	line-height: 1.5em;
	}
	
.date {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	display: block;
	}

h1, h2, h3 {
	font-family: 'Georgia', 'Times New Roman', Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 2.4em;
	margin: 0;
	padding: 0 0 0.5em 0;
}

#header h1 {
	font-size: 3.6em;
	text-align: right;
	line-height: 1em;
	}

h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0.5em 0;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #004c6b;
	font-weight: 900;
	line-height: 1em;
	}
	
#sidebar h2 a:link, 
#sidebar h2 a:visited, 
#sidebar h2 a:hover, 
#sidebar h2 a:active {
	color: #004c6b;
}

h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	}

#header h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #bf222c;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #555;
	}
	
p.postmetadata {
	color: #000;
	margin: 0 0 10px 0;
	background: #CCC;
	display: block;
	padding: 5px 10px;
}

small {
	color: #333;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#content a:link,
#content a:visited,
#footer a:link,
#footer a:visited,
#header ul a:link,
#header ul a:visited {
	color: #2B2B2B;
	text-decoration: underline;
}

#content a:hover,
#content a:active,
#footer a:hover,
#footer a:active,
#header ul a:hover,
#header ul a:active {
	color: #bf222c;
	text-decoration: underline;
}
	
#content h2 a:link,
#content h2 a:visited,
#content h3 a:link,
#content h3 a:visited,
#content h4 a:link,
#content h4 a:visited {
	color: #bf222c;
	text-decoration: none;
	}

#content h2 a:hover,
#content h2 a:active,
#content h3 a:hover,
#content h3 a:active,
#content h4 a:hover,
#content h4 a:active {
	color: #dc0c19;
	text-decoration: underline;
	}
	
#sidebar a:link, a:visited {
	color: #004c6b;
	}
	
#sidebar a:hover, a:active {
	color: #2B2B2B;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 15px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background-color: #73a0c5;  
	height: 192px; 
	width: 760px;
	}

.narrowcolumn {
	float: right;
	width: 485px;
	padding: 11px 39px 0 0;
	}

.widecolumn {
	padding: 0 20px;
	margin: 0 140px;
	width: 450px;
	}

.linkblockwidget a {
	display: block;
}

.post {
	margin: 0 0 30px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 760px;
	height: 94px;
	}

#footer p {
	width: 710px;
	padding: 30px auto;
	position: relative;
	top: 38px;
	text-align: center;
	font-size: 1.1em;
	}
/* End Structure */

/*	Begin Headers */
#header h1 {
	padding: 40px 45px 0 45px;
	margin: 0;
	display: block;
	}

#headerimg .description {
	display: block;
	padding: 5px 45px 0 0;
	margin: 0;
	font-size: 1.8em;
	text-align: right;
	font-weight: 900;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 0x;
	text-align: left;
}

#sidebar h2 {
	padding: 12px 12px 6px 12px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
	}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
	}
	
.widgetleftimg {
	float: left; 
	margin: 0 12px;
	}
	
a.feedlink { 
	float: right;
	width: 105px;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 1px 0 1px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

 #sidebar ul ul li {
 	list-style-type: none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul li, #sidebar ol li {
	margin: 0 12px 8px 12px;
	padding: 0;
	font-size: 1em;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform div {
	margin: 12px 12px 0 12px;
	padding-top: 16px;
	}
	
#sidebar #search #searchform input {
	margin: 0 0 4px 0;
	border: 1px solid #BBB;
	}
	
#sidebar #searchform #s {
	width: 100%;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #BBB;
	}

#commentform textarea {
	width: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #BBB;
	font-size: 1.1em;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 485px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar {
	width: 176px;
	float: left;
	padding: 9px 0 0 40px;
	margin: 0;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

div.navigation {
	display: block;
	text-align: center;
	width: 450px;
	padding: 12px 0;
	}

/* End Various Tags & Classes*/
	

#topnav ul {
	padding: 12px 30px 0 0;
	margin: 0;
	text-align: right;
	}

#topnav ul li {
	display: inline;
	font-size: 1.4em;
	padding: 0 10px;
	}

#sidebar div.widget {
	padding: 0 8px 1px 8px;
	background-image: url('images/navlibg.gif');
	background-repeat: no-repeat;
}

.bottomimage {
	background-image: url('images/navlibottom.gif');
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	width: 176px;
	margin-bottom: 20px;
}

.hrbig {
	background: url('images/hrbig.gif') no-repeat center top;
	height: 33px;
	margin: 1.5em 0 0 0;
}

.textwidget a {
	font-size: 1.2em;
	line-height: 1.1em;
}

.textwidget {
	margin: 0 12px 0 0;
}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-block;
	}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
	}
/* End hide from IE Mac */
* html .clearfix {
	height: 1%;
	}
	
.UTWSecondaryTags {
	background: #E7E7E7;
	display: block;
	padding: 4px 10px;
}

.UTWSecondaryTags img {
	position: relative;
	top: 3px;
	padding-right: 10px;
}