/*
Theme Name: Martin Feil Home
Theme URI: http://www.fuelstudios.com.au
Description: New Wordpress theme


[Table Of Contents] 

	0- Import
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
		6-1- Post
		6-2- Sidebar
	7- Forms
	8- Comments
	9- Footer 

*/

/* =0 Import
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import "style/css/reset.css";
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height:1;
	font: normal 12px Tahoma, Helvetica, sans-serif;
	background:#c5d0d1 url(./style/images/body_bg.png) repeat-x;
	color: #000;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearboth {
	clear:both;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #478fd1;
}
a:hover {
	color: #478fd1;
}
a:active {
	color: #356b9d;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.entry h1 {
	font: bold 2em Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
}
.entry h2 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
}
.entry h3 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
}
.entry h4 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
}
.entry h5 {
	font: bold 0.9em Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	margin:0 auto;
	width:1000px;
	height:184px;
	background:url(./style/images/header_img.jpg) no-repeat;
	position:relative;
}
#logo {
	position:absolute;
	top:100px;
	left:22px;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin: 0 auto;
	width:1000px;
	background:url(./style/images/wrapper_bg.png) repeat-y;
}
#main_content {
	width:715px;
	float:left;
}
.previous {
	display:block;
	padding:0 0 0 40px;
	float:left;
}
.previous a, .previous a:visited {
	text-decoration:none;
	color:#524F4F;
}
.previous a:hover {
	text-decoration:underline;
}
.next {
	display:block;
	padding:0 10px 0 0;
	float:right;
}
.next a, .next a:visited {
	text-decoration:none;
	color:#524F4F;
}
.next a:hover {
	text-decoration:underline;
}
.read_ar {
	display:block;
	margin:0 0 20px 38px;
}
#main_content .error {
	border-left:3px solid #F00;
	margin:50px 0 0 50px;
}
#main_content .error h2 {
	font:20px Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 5px;
}
#main_content .error p {
	font:15px Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 5px;
	color:#555;
}
#main_content #archive {
	margin:0 0 0 40px;
}
#main_content #archive h2{
	font:27px Georgia, "Times New Roman", Times, serif;
	color:#E3A309;
	margin-top:15px;
}
#main_content #archive ul {
	margin-left:20px;
}
#main_content #archive li {
	background:url(./style/images/bullet.png) no-repeat 0 14px;
	padding:5px 0 0 15px;
}
#main_content #archive li a, #main_content #archive li:visited {
	text-decoration:none;
	font:15px Tahoma, Geneva, sans-serif;
	color:#524F4F;
}
/* =6-1 Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#sidebar {
	width:285px;
	float:right;
}
.cbox {
	width:175px;
	padding:0 70px 25px 40px;
}
.cbox h2 {
	font:27px Georgia, "Times New Roman", Times, serif;
	color:#e3a309;
	border-bottom:1px dotted #878787;
	letter-spacing:-1px;
	padding-bottom:5px;
}
.cbox .tags_list a,.tags_list a:visited {
	text-decoration:none;
	display:block;
	background:url(./style/images/bullet.png) no-repeat 5px 7px;
	color:#524f4f;
	padding-left:15px;
	margin-top:10px;
}
#about_me img {
	padding:0;
	margin:10px 0 10px 30px;
}
#about_me .about_name {
	font:15px Tahoma, Geneva, sans-serif;
	color:#524f4f;
	display:block;
	margin-left:10px;
}
#about_me .about_name span {
	font:10px Tahoma, Geneva, sans-serif;
	color:#524f4f;	
}
#about_me .about_body {
	font:13px Tahoma, Geneva, sans-serif;
	color:#524f4f;
	text-align:center;
	margin:5px 0;
}
#about_me a, #about_me a:visited {
	font:13px Tahoma, Geneva, sans-serif;
	color:#478fd1;
	text-align:center;
	text-decoration:none;
	display:block;
}
#about_me a:hover {
	text-decoration:underline;
}
#fav_links {
	margin-left:10px;
}
#fav_links li {
	background:url(./style/images/bullet2.png) no-repeat 0 14px;
	padding:5px 0 0 15px;
}
#fav_links li a, #fav_links li a:visited {
	font:15px Tahoma, Geneva, sans-serif;
	color:#524F4F;
	text-decoration:none;
}
#fav_links li a:hover {
	text-decoration:underline;
}
/* =6-2 Post
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#catz
{
width:660px;
	padding:0 15px 20px 40px;

}
#theage{
float:left;	
padding-bottom:20px;

}
#knowledge{
float:left;	
padding-bottom:20px;

}
#accc{
float:left;	
clear:both;
padding-right:20px;
}
#theage{
float:left;	
padding-right:20px;

}
.post {
	clear: both;
	overflow: hidden;
	padding:0;
	margin: 10px 0 25px 0;
	width:660px;
	padding:0 15px 0 40px;
}

.post p {
	padding:10px 0;
	margin:0;
}
.entry {
	margin:31px 0 60px 0;
	clear: both;
	color:#524f4f;
	font:15px Tahoma, Geneva, sans-serif;
	line-height:25px;
}
.entry a,.entry a:visited {
	color:#478fd1;
	text-decoration:none;
}
.entry a:hover {
	text-decoration:underline;
		color: #356b9d;

}
.entry img {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 5px;
}
.post h2 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	letter-spacing:-1px;
}
.post h2 a, .post h2 a:visited, .post h2 a:hover {
	color: #e3a309;
	text-decoration:none;
}
.post a, .post a:visited {
	color:#478fd1;
}
a.more-link {
	display: block;
	width:97px;
	height:8px;
	float: left;
	padding:20px 0 0 0;
}
a.more-link  img {
	padding:0;
	margin:0;
}
.post ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
}
.post ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.post li {
	margin: 0px;
	padding: 0px;
}
.post ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
}
.post ol li {
	list-style: decimal outside;
}

.meta1 {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#a1a1a1;
	padding-bottom:5px;
	padding-top:2px;
	clear:both;
	border-top: 1px dotted #878787;
}

.meta1 .author {
	color:#a1a1a1;
	float: left;
	font-size:11px;
}
.meta1 .date {
	color:#a1a1a1;
	float: left;
	padding-left: 3px;
	font-size:11px;
}

.meta2 {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	margin:0;
	border-top: 1px dotted #878787;
	color:#a1a1a1;
}
.meta2 a, .meta2 a:visited, .meta2 a:hover {
	color: #a1a1a1;
	text-decoration: none;
	font-weight: normal;
}
.meta2 .tags {
	color:#757272;
	float:left;
}
.meta2 .comments {
	font-size:11px;
	float:right;
}
/* =7 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#searchform {
	margin-top:10px;
	padding:0;
}
#searchform label {
	color:#524F4F;
	font:11.3px Tahoma, Geneva, sans-serif;
	display:block;
	padding:0;
	text-indent:-1px;
	line-height:18px;
	margin-bottom:5px;
}
#searchform input {
	color:#524F4F;
	font:13px Tahoma, Geneva, sans-serif;
	display:block;
	background:#edeef1;
	border:1px solid #a4abac;
	padding:4px 15px 4px 6px;
}
#searchform #searchsubmit {
	display:inline;
	background:url(./style/images/submit_button.gif) no-repeat;
	width:74px;
	height:26px;
	border:none;
	margin-left:89px;
	margin-top:3px;

}

#subscribeform {
	margin-top:10px;
	padding:0;
}
#subscribeform label {
	color:#524F4F;
	font:11.3px Tahoma, Geneva, sans-serif;
	display:block;
	padding:0;
	text-indent:-1px;
	line-height:18px;
	margin-bottom:5px;
}
#subscribeform input {
	color:#524F4F;
	font:13px Tahoma, Geneva, sans-serif;
	display:block;
	background:#edeef1;
	border:1px solid #a4abac;
	padding:4px 15px 4px 6px;
}
#subscribeform #subscribesubmit {
	display:block;
	background:url(./style/images/subscribe_button.gif) no-repeat;
	width:74px;
	height:26px;
	border:none;
		margin-left:89px;
	margin-top:3px;
}
/* =8 Comments
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#comments-block {
	width:660px;
	padding:0 15px 0 40px;
}
#comments-block h3 {
	padding: 10px 0px;
	color: #333333;
	font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;	;
}
ol.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	list-style: none;
	margin-bottom: 14px;
}
.commentlist cite {
	display: block;
	padding: 7px;
	font-style: normal;
	color: #777777;
}
cite.authorcomment {
	display: block;
	padding: 7px;
	font-style: normal;
	color: #777777;
}
.commentlist a:link, .commentlist a:visited {
	color: #006633;
}
.commentlist a:hover, .commentlist a:active {
	color: #009966;
}
.commentlist cite img {
	padding: 1px;
	border: 1px solid #AAB59A;
	float: left;
	position: relative;
	top: -2px;
	margin-right: 9px;
}
.commentlist .author, .commentlist .author a, .commentlist .author a:visited {
	text-transform: capitalize;
	font: bold 1em arial, "Times New Roman", Times, serif;
	text-decoration: none;
	color:#777;
}
.commenttext {
	border-left: 3px solid #ccc;
	padding:5px 20px 5px 7px;
	margin-left:20px;
	color: #524F4F;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#commentform {
	margin-top: 10px;
	margin-left: 7px;
}
#commentform label {
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform input {
	font: 110% Arial, Verdana, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	margin: 4px 0;
}
#commentform textarea {
	font: 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	width: 440px;
	height: 140px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 5px 3px 3px 7px;
	margin-top: 3px;
}
#commentform #submit {
	font: 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	width: 135px;
}
#comment-form {
	padding-left: 10px;
	background: #F9F9F9;
	border: 1px solid #F3F3F3;
}
#trackbacklist {
	padding-bottom: 15px;
	list-style-type: decimal;
}
#trackbacklist cite a {
	font-style: italic;
	color: #990033;
}
#trackbacklist p {
	line-height: 1.9em;
}
.commentmetadata {
	display: block;
	margin-top: 8px;
	text-align: right;
	font-size: 0.85em;
	background: none;
	text-transform: uppercase;
	padding: 0 3px;
}
.commentmetadata a, .commentmetadata a:visited {
	color: #999999;
	background: none;
}
.commentmetadata a:hover, .commentmetadata a:active {
	background: #CCCCCC;
}
#trackbacklist li {
	margin: 0 0 12px 25px;
	list-style-type: decimal;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:1000px;
	height:45px;
	background:url(./style/images/footer_bg.png) no-repeat;
	clear:both;
	position:relative;
}
#footer p {
	font:11px Tahoma, Geneva, sans-serif;
	color:#777;
	display:block;
	position:absolute;
	bottom:6px;
	left:40px;
}
#footer a, #footer a:visited{
color:#777;	
}