/*
Theme Name: John Weeks dot net
Theme URI: johnweeks.net
Description: the them has been built for sangsalapak site only
Version: 1.6
Author: House32, web design company
Author URI: http://www.house32.com/
Tags: A few colors, fixed width, two columns, widgets

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

*/

/* Begin Structure */
body {
	background-color	: #fff;
/*	background			: url("http://192.168.1.100/JWeeks.net  Wp/media/body-bg.gif") ;*/
	padding				: 0 auto;
	margin				: 0 auto;
	font-family			: arial;
	font-size			: 14px;
	}

#page {
	width				: 775px;
	margin				: 0 auto;
	padding				: 0 auto;
	background			: #fff;	
	}

#header {	
	padding				: 0;
	text-align			: center;
	margin				: 0;


}

#container {
	clear				: both;
	padding				: 0 1.5em 0 0;
	margin				: 0;
	
}

.content-text{
	float				: left;
	padding				: 1em 0 0 12px;
	margin				: 0;
/*	background-color	: #F4EEE9;*/
	width				: 405px;
	text-align			: left;
	background			: #fff;	
}

#content {
	width				: 740px;
	float				: left;
	padding				: 0 ;
/*	padding				: 0 1.5em 2em 1.5em;
	border				: 1px solid #a28a6e;*/
}
.post {
	margin: 0 0 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:small;
	color:#888;
}
.clear {
	clear: both;
}
p {
	text-align: justify;
	line-height			: 132%;	
}
#footer {
	clear: both;
	border-top	:2px dotted #ddd; 
	padding: .6em 0;
	margin: 1.5em auto;
	width: 760px;
	
	font-size:.9em;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
	}
#footer ul li {
	margin: 0;
	padding: 0 6px ;
	display : inline;
	}
#footer p a {
	padding		: 0 8px;
	color		: #555;
}

#footer p a:hover {
	color		: #4A82D3;
}

#sidebar {
	width				: 200px;
	float				: right;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
a {
	color		:#876b53;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
.post {
	
}
	
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: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020";*/
	}

.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;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.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;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/

.post-edit-link{
	text-align:right;
	float:right;
	margin:5px 0; 
}
a:hover{
	color	: #4A82D3
}

h1 {text-shadow: 0.1em 0.15em 0.2em #666}
.navigation{
	margin-bottom:2em;
	border:1px solid #fff
}