/*  
Theme Name: softgray
Theme URI: http://www.jobbangkok.com/blog/post/webmaster
Description: Designed by <a href="http://www.jobbangkok.com">JobBangkok</a> and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Author: JobBangkok
Author URI: http://www.jobbangkok.com/
Version: 1.0
Tags: gray, three-columns, fixed-width
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	color: #333;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;
}
#header {
	height: 98px;
	background: #fff url('images/header.gif') no-repeat center top;
}
#header  img {
	float: left;
	margin: 10px 0 0 10px;
}
#container {
	margin-bottom: 10px;
}
#footer {
	height: 80px;
	background: #fff url('images/footer.jpg') repeat-x center top;
}
#pfooter {
	padding-top: 32px;
	color: #888;
}
#pfooter a {
	color: #888;
}
#pfooter a:hover {
	text-decoration: underline;
}
#pfooter span {
	display: block;
}
#rtop {
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 15px;
	
}
#rtop p {
	text-align: right;
}
#rtop .blogrss {
	background: url('images/feed.png') no-repeat left top;
	padding: 1px 0 2px 20px;
	font-size: 10px;
}
#col1 {
	width: 160px;
	float: left;
}
#col2 {
	width: 600px;
	float: left;
	margin-left: 10px;
}
#col3 {
	width: 200px;
	float: left;
	margin-left: 10px;
}

.clear {
	clear: both;
}
.show_result {
	color: #777;
	text-decoration: underline;
	margin: 0 0 8px 0;
}
#header h1 {
	display: inline;
	margin: 15px 0 0 10px;
	padding: 0;
	float: left;
	font-size: 28px;
}
#header h1 a {
	color: #778A98;
}
a {
	color: #0674C2;
	text-decoration: none;
}
a:hover, #header h1 a:hover {
	color: #F63;
}

h1 {
font-size: 250%;
line-height:120%;
}
h2 {
font-size: 170%;
line-height:120%;
}
h3 {
font-size: 140%;
line-height:120%;
}
h4 {
font-size: 120%;
line-height:100%;
}
.font11 {
	font-size: 11px;
}

#topmenu {
	float: left;
}
#bigads {
	width: 728px;
	height: 90px;
	background-color: #ccc;
	margin-bottom: 10px;
	margin-left: 120px;
}
.post, .page {
	width: 600px;
	margin-bottom: 15px;
}


/*****************************************************/
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
p {
	padding: 0.7em 0;
	text-align: left;
	margin: 0;
}
.entry p {
	padding: 0.7em 0 0 0;
}
.thread-odd {
	/*background-color: #f8f8f8;*/
	background-color: #F7F7F7;
}
.thread-even {
	background-color: white;
}
#comments {
	margin: 0 0 0 10px;
	padding: 0;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
.commentlist li {
	font-size: 0.9em;
}
.commentlist li ul li, #commentform input, #commentform textarea {
	font-size: 1em;
}
#commentform textarea {
	line-height: 1.25em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */
table  {
border-collapse:collapse;
border-spacing:0;
}
table, td, th {
vertical-align:middle;
}
td, th  {
border: 1px solid #ccc;
padding:4px;
}
table, td, th {
vertical-align:middle;
}
/* 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;
}
.alignleft {
	float: left;
}
.alignright a, .alignleft a {
	font-weight: bold;
}
/* End Images */

/* Begin Lists

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

 .entry ul, .entry ol {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-position: inside;
}
.entry li {
	margin: 6px 0 7px 8px;
}
/* End Entry Lists */

/* Begin Form Elements */
#commentform label {
	font-size: 11px;
	vertical-align: middle;
}
#commentform input {
	width: 180px;
	padding: 2px;
	margin: 1px 0 5px 0;
}
#commentform {
	margin: 0;
}
#commentform textarea {
	width: 80%;
	padding: 2px;
	margin-bottom: 5px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	width: 120px;
}
/* End Form Elements */

/* Begin Comments*/
#comments {
	border-bottom: 1px dashed #5EAEFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
#leavereply {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px  0;
	padding: 0;
	color: #5B5E65;
}
#respond {
	width: 450px;
	margin: 25px 0 10px 30px;
	border: 1px solid #ccc;
	background: #fff url('images/bg_over.gif') repeat-x left 1px;
	padding: 8px 10px 10px 15px;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin-left: 30px;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 1px 5px 10px 10px;
	list-style: decimal;
	clear: both;
}
.comment-body {
	margin-bottom:  10px;
}
.commentlist .depth-1 {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 15px;
	list-style: none;
}
.commentlist p {
	margin: 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 0;
	padding: 0 0.7em 0 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* 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 {
	border-bottom: 1px dashed #999;
}
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;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
a img {
	border: none;
}
.navigation, .topnavigation {
	width: 578px;
	margin: 0 10px 20px 10px;
}
.navigation {
	margin: 15px 10px 15px 10px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 4px;
	margin: 0;
	text-align: center;
}
/* End captions */

/*** NAV ***/

#searchform {
	margin: 7px 0 7px 10px;
	padding: 0;
}
#searchsubmit {

}
#s {
	width: 110px;
}

#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height: 2em;
	padding:0;
	border:1px solid #ddd;
	margin:0;
	z-index: 2;
}
#suckerfishnav {
	font-size:12px;
	display: block;
	height: 30px;
	margin-left: 20px;
	border: none;
	margin-top: 42px;
}
#suckerfishnav a {
	display:block;
	color: #778A98;
	text-decoration:none;
	padding: 1px 22px 3px 22px;
	font-weight: bold;
}
#suckerfishnav .home {
	background: none;
	padding-left: 0;
}
#suckerfishnav li {
	float:left;
	background-image: url('images/line.jpg');
	background-position: -1px center;
	background-repeat: no-repeat;
	padding-left: 2px;
	cursor: pointer;
}
#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:151px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	border-top:1px solid #ddd;
	z-index: 2;
}
#suckerfishnav li li {
	width:149px;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top: 0;
	background: none;
	background-color: #6F808C;
	padding: 0;
}
#suckerfishnav li li a {
	padding: 3px 10px 5px 10px;
	width:130px;
	font-size:12px;
	font-weight: normal;
	color: #fff;
	background: none;
}
#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;
}
#suckerfishnav li li:hover {
	background-color: #778A98;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	color:#fff;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#fff;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#fff;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left:auto;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background-color: #778A98;
}
.entry {
	display: inline-block;
}
.entry_title {
	width: 580px;
	padding: 0 10px 0 10px;
	background: #fff url('images/top_post.gif') no-repeat center top;
}
.entry_wrapper {
	width: 578px;
	padding: 5px 10px 0 10px;
	line-height:1.7em;
	border: 1px solid #ccc;
	border-top-width: 0;
	margin-top: 0;
}

.entry_date {
	float: left;
	width: 52px;
	height: 48px;
	border: 0;
	color: #FFF;
	background: #fff url('images/date.gif') no-repeat center center;
	font-size: 15px;
	font-weight: bold;
	margin: 13px 7px 0 0;
}
.entry_date p {
	text-align: center;
	margin: 0;
	padding: 2px 0 0 0;
}
.entry p a:visited {
	color: #b85b5a;
}
.entry_date span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.post_title {
	width: 518px;
	float: left;
	margin-top: 18px;
}
.post_page {
	width: 578px;
}
.post_title h2 {
	border-bottom: 1px dotted #0674C2;
	margin: 0 0 2px 0;
}
.entry_category {
	float: left;
	padding-left: 22px;
	background: #fff url('images/cat.gif') no-repeat left center;
	font-size: 11px;
}
.entry_comment {
	float: right;
	padding-left: 22px;
	background: #fff url('images/comment.gif') no-repeat left center;
	font-size: 11px;
}
.postmetadata {
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}
.entry_by {
	float: left;
	font-size: 11px;
}
.entry_tag {
	float: right;
	font-size: 11px;
}
/*********** Cat *********/
#col3 h2, #col1 h2 {
	font-size: 14px;
	margin: 0;
	color: #5B5E65;
	height: 21px;
	padding: 3px 0 0 10px;
}
#col3 p, #col1 p {
	padding: 10px 10px 5px 10px;
	margin: 0;
	line-height: 1.3em;
}

#col3 ul, #col1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#col3 ul li ul, #col1 ul li ul {
	padding: 3px 0 5px 0;
}
#col3 ul li, #col1 ul li  {
	margin-bottom: 12px;
	border: 1px solid #ccc;
}
#col3 ul li ul li, #col1 ul li ul li   {
	background: url(images/list.gif) no-repeat left 6px;
	padding: 0 0 1px 14px;
	margin: 0 0 4px 7px;
	line-height: 135%;
	border: none;
}
#col3  ul li ul li ul, #col1  ul li ul li ul {
	margin: 4px 0 0  0;
	padding: 0;
}
#col3  ul li ul li ul  li, #col1  ul li ul li ul  li {
	margin: 0;
}
#col3 ul li.archive ul li, #col1 ul li.archive ul li {
	background: url(images/ul.gif) no-repeat left 5px;
}
#col3 ul li.categories ul li, #col1 ul li.categories ul li {
	background: url(images/category.gif) no-repeat -4px 5px;
	padding: 1px 0 0 17px;
}

/******* Spcial Widgets *********/
#col1 .linkcat, #col1 .categories, #col1 .archive {
	border: 0;
}
#col3  .meta,  #col3 .tags {
	border: 0;
}
.categories ul, .meta ul, .archive ul, .linkcat ul, .tags p {
	border: 1px solid #ccc;
	border-top-width: 0;
}
.categories ul, .archive ul {
	background: url(images/bg_view.gif) repeat left top;
}

.categories li ul, .meta li ul, .archive li ul, .linkcat li ul {
	border: 0;
	background: none;
}
.meta h2, .tags h2 {
	background: url(images/subject_right.gif) no-repeat left top;
}
 .linkcat h2,  .categories h2,  .archive h2  {
	background: url(images/subject_left.gif) no-repeat left top;
}

/******/
hr {
	border-color: #0674C2;
	border-style:none none dashed;
	border-width:medium medium 1px;
	color: #fff;
}
legend {
	display: none;
}
fieldset {
	border: 1px dashed #aaa;
	padding: 0 10px;
	margin: 0;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
}
