/*
Theme Name: Simple
Theme URI: http://www.sujitwongthes.com
Description: A very simple theme for sujitwongthes.com
Version: 1 (WP2.7.1)
Author: Kataroek Thumrongchote
Author URI: http://www.kataroek.com
Tags: simple, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* GLOBAL CLASS */
.clear { clear:both; }

/* TYPOGRAPHY */
html, input, selecte, textarea {font-family:Arial, Tahoma, Geneva, sans-serif; line-height:normal; }
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h1, h2, h3, h4 { margin-bottom:10px; color:#333; font-weight:normal; }
a { color:#573F3F; text-decoration:none; }
a:hover { color:#C60; }
p, li { font-size:13px; color:#333; line-height:1.5; }
p { margin-bottom:10px; }
li { margin-bottom:5px; }
hr { margin-bottom:20px; }
blockquote { padding:0 20px; margin:20px 0; border-left:1px solid #999; }

/* MAIN LAYOUT */
html, body { height:100%; }
body { background-color:#F1F1E9; }
#wrapper { width:750px; margin:0 auto; }
#header { height:150px; }
#nav { padding:5px 15px; background-color:#FFF; border:1px solid #DDD; -moz-border-radius:8px; -webkit-border-radius:8px; }
#content { padding:10px 0; }
#main { width:450px; float:left; padding:15px; background-color:#FFF; border:1px solid #DDD; -moz-border-radius:8px; -webkit-border-radius:8px; }
#sidebar { width:250px; float:right; }
#footer { height:50px; text-align:center; background-color:#FFF; border:1px solid #DDD; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; }
table { width:100%; }

#pagenav { text-align:center; margin:25px 0; }

/* HEADER */
#header h1 a { display:block; width:750px; height:150px; margin:0; overflow:hidden; text-indent:-9999px; background:transparent url(style/images/header_srimahosod.jpg) no-repeat left top; }

/* NAV */
#nav { border-bottom:1px solid #CCC; overflow:hidden; }
#nav .menu, #nav ul	{ float:left; margin:0; padding:0; }
#nav li { display:inline; font-size:13px; margin-right:13px; }
#nav li.current_page_item, #nav li.current-cat { font-weight:bold; text-decoration:underline; }

/* CONTENT */
.page-title	{ margin-bottom:40px; }
.post-header { margin-bottom:10px; border-bottom:1px solid #CCC; }
.post-header h2, .post-header h3 { margin-bottom:5px; }
.post { border-bottom:1px solid #CCC; margin-bottom:30px; }
.post-content ul { margin:20px 0 20px 30px; }
.post-content li { list-style:disc outside; }
.post-content a { text-decoration:underline; }
/*.post-content img { border:1px solid #CCC; }*/
.post-content .wp-smiley { vertical-align:middle; border:none; }
.post-meta { font-size:11px; margin:30px 0; }

/* SIDEBAR */
.widget { margin:10px 0 20px; } 
.widget_search { margin:0 0 10px; }
.widget_search input#s { font-size:13px; display:block; margin:5px 0; width:200px; padding:2px 5px; }
.widgettitle { margin-bottom:5px; }
.widget ul { margin-left:20px; }
.widget ul li { list-style:disc; }

#sidebar h2 { padding-top:10px; margin-top:20px; border-top:1px solid #CCC; }

/* FOOTER */
#footer p { position:relative; top:15px; }

/* COMMENT */
textarea#comment { padding:5px; width:440px; margin-bottom:10px; }

/* SEARCH FORM */
#searchform { font-size:13px; }
#searchform input#s { font-size:13px; margin:5px 0; width:200px; padding:2px 5px; }

/* PRO PLAYER */
.pro-player-container { margin:10px 0; }

/* LIGHTBOX2 */
#stimuli_imageContainer { position:static; }

table	{ font-size:13px; width:100%; margin-bottom:20px; }
td		{ padding:5px; }
