/*
Theme Name: Wee Viraporn Blog
Theme URI: http://www.weeviraporn.com/
Description: Wordpress template designed for weeviraporn.com
Version: 1 (WP2.7.1)
Author: Kataroek Thumrongchote
Author URI: http://www.kataroek.com
Tags: clean, basic
*/

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

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

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

/* ----- Utility Class ----- */

.clear {
	clear: both;
}

.button {
	-moz-border-radius: 15px;
	-webkit-border-radius: 9px;
	background-color: #D5D5D5;
	color: #666;
	border: 1px solid #999;
	padding: 2px 10px;
	text-align: center;
	font-size: 11px;
	background-image: url(style/images/button.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.button:hover {
	border: 1px solid #666;
	cursor: pointer;
	color: #111;
}

input.text {
	font-size: 11px;
	padding: 5px;
	background-color: #EFEFEF;
	color: #333;
	border: 1px solid #D5D5D5;
}

/* ----- Typography ----- */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a {
	color: #730208;
	text-decoration: none;
}

a:hover {
	color: #666;
}

p, li {
	font-size: 13px;
	color: #111;
}

p {
	margin: 15px 0;
	line-height: 1.5;
}

blockquote p {
	color: #666;
	margin-left: 40px;
	font-size: 12px;
}

#header p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#archiveheader h2, #searchresultheader h2 {
	font-size: 16px;
	color: #999;
	text-align: right;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.post p.postmeta {
	font-size: 11px;
	color: #333;
}

#sidebar h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #333;
	font-size: 15px;
	border-bottom: 1px solid #555555;
	margin-top: 15px;
	letter-spacing: 0.09em;
	padding: 5px;
}

#sidebar li {
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #D5D5D5;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar li:hover {
	background-color: #EFEFEF;
}

#sidebar a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar a:hover {
	color: #730208;
}

#footer p {
	font-size: 11px;
	text-align: center;
	color: #666;
}

/* ----- Layout ----- */

body {
	background-image: url(style/images/background_full.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	margin-bottom: 20px;
}

#header #logowrapper {
	top: 140px;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 325px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(style/images/wvlogo-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header p {
	margin: 0;
	margin-left: 40px;
}

#contentwrapper {
	padding-bottom: 50px;
	overflow: hidden;
}

#content {
	width: 470px;
	float: left;
	padding-left: 30px;
	padding-top: 25px;
}

/* ----- Post Section ----- */

.post {
	background-image: url(style/images/postfooter.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.post p.postmeta {
	padding-top: 10px;
	margin-top: 35px;
	border-top: 1px solid #D5D5D5;
}

.post img {
	padding: 5px;
	border: 1px solid #F5F5F5;
}

.post li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 30px;
}

#page-nav {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ----- Comment Section ----- */

#commentsection {
	margin-bottom: 20px;
}

#commentsection .commentitemheader img {
	float: left;
	margin-right: 10px;
}

#commentsection .commentitemheader p {
	margin: 0;
}

#commentsection ol {
	margin-top: 20px;
}

#commentsection ol li {
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 20px;
}

#commentsection form#commentform textarea#comment {
	margin-bottom: 10px;
	width: 450px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	background-color: #EFEFEF;
	color: #333;
	border: 1px solid #D5D5D5;
}

/* ----- Sidebar Section ----- */

#sidebar {
	width: 240px;
	float: right;
	padding-right: 30px;
}

#flickrfeed {
	padding: 5px 0;
	overflow: hidden;
}

#flickrfeed a {
	display: block;
	float: left;
	margin: 1px;
	width: 75px;
	height: 75px;
	border: 1px solid #CCCCCC;
}

#flickrfeed a:hover {
	cursor: pointer;
	border: 1px solid #730208;
}

/* ----- Search Form ----- */

input.text {
	width: 230px;
	margin: 5px 0;
}

/* ----- Footer Section ----- */

#footer {
	height: 30px;
}

/* ----- Lightbox ----- */

#imageContainer {
	position: static;
}