/*
Theme Name: Jirattaya
Theme URI: http://jirattaya.com    
Description: jirattaya's theme
Version: 1
Author: Jeremie Tisseau    
Author URI: http://web-kreation.com/
Tags: brown, pink, gallery

	Copyright Web-kreation. All rights reserved.

*/



/* Begin Typography & Colors */
/*
 * CSS Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol li, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

small { font-size: 0.85em; }
big { font-size: 1.6em; }
 
/* Clearfix */
.clearfix
{
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body .clearfix
{
	height: auto;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* END Clearfix */
html {
    padding: 0;
    margin: 0;
}

body {
    font-size: .8em;
    color: #727263;
    font-family: arial, sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    text-align: center;
    background: #212119 url(images/bg.png) no-repeat center 0;
}

/* Headings */
h1 {font-size: 1.6em}
h2 {font-size: 1.3em}
h3 {font-size: 1.2em}
 /* 14px */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .4em;
    color: #C74350;
	background: #1C1C15;
	padding: 4px 10px;
	display: inline-block;
	width: auto;
}
h1 small { font-size: 0.5em; font-style: italic; color: #BDBCBA;  }
#sidebar h1, #sidebar h2, #sidebar h3 {color:#4AB7FF;}


/* Anchors */
a {
    text-decoration: none;
}

a img {
    border: 0px;
    text-decoration: none;
}

a:link, a:visited {
    color: #C74350;
    padding: 0 1px;
    text-decoration: none;
}

a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

#twitter a {
    color: #60BFFF;
}

div.controls a {
    padding: 5px;
    text-decoration: underline;
    font-size: .9em;
}

/* Paragraphs */
p {
    margin-bottom: 1.143em;
}* p:last-child {
    margin-bottom: 0;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

/* Lists */
ul, ol {
    margin: 0;
	padding: 0;
}
.post { 
	margin-bottom: 40px;
}
.post ul, .post ol, #sidebar ul ul {
	margin: 6px 0;
}
.post ol{
	margin-left: 6px;
}
.post ol li {
	list-style: inside decimal;
	padding: 4px 0;
}
.post ul li, #sidebar ul ul li {
	background:url(images/bullet.gif) no-repeat 0 6px;
	padding: 4px 0 4px 16px;;
}
/*
 * Header
 */
#header {
    padding: 0;
    margin: 5px 0 20px;
    background: url(images/header-bg.png) repeat-x;
    text-align: center;
}

#header div#wrap {
    height: 120px;
    padding: 0;
    margin: 0 5%;
    text-align: left;
    display: block;
    min-width: 960px;
}

#header #logo {
    width: 180px;
    height: 90px;
    display: block;
    float: left;
    background: url(images/logo.png) no-repeat;
    text-indent: -9999px;
}

#header #nav {
    width: 360px;
    float: left;
    padding: 50px 0 0 15px;
}

#header #nav li {
    padding: 3px 10px;
	float: left;
	display: inline-block;
}

#header #nav li, #header #nav li a, #header #nav li.first a {
    color: #C53F64;
}

#header #nav li.second a {
    color: #FF9933;
}

#header #nav li.third a {
    color: #87B643;
}

/*#header #nav li.fourth {
	padding-left: 60px;
}*/

#header #nav li.fourth a {
    color: #4AB7FF;
}

#header #nav li.fifth a {
    color: #c631c6;
}

#header #nav li a:hover {
    text-decoration: underline;
}

#header #nav li.active a {
    font-weight: bold;
    text-decoration: underline;
    cursor: default;
}

#header #twitter {
    display: block;
    float: right;
    margin-top: 20px;
    width: 400px;
    height: 70px;
    background: url(images/twitter.png) no-repeat;
}

#header #twitter ul {
    margin: 0;
    padding: 10px 20px 0 90px;
}

/*
 * Layout
 */
#wrapper {
    margin: 0 auto;
    text-align: left;
    display: block;
    width: 940px;
    padding: 0 20px;
}

#content.widecolumn {
    width: 100%;
}

#content.narrowcolumn {
    width: 650px;
    float: left;
    display: block;
}

#menu {
    clear: both;
    height: 60px;
}

#sidebarGallery {
    width: 300px;
    float: left;
    clear: left;
}

#sidebar {
    float: right;
    width: 260px;
    clear: none;
}

#sidebar .textwidget {
	padding-bottom: 20px;
}

#sidebar form p br {
	display: none;
	BORDER: 1PX SOLID RED; /*debug*/
}

#sidebar label {
	margin: 0;
	padding: 4px 0;
	display: block;
	clear: both;
	float: left;
	width: 260px;
}

#sidebar .input, #sidebar .captcha, #sidebar textarea {
    color: #FAF5EF;
    background-color: #1A1A14;
    border: 1px solid #12120E;
	border-left: 6px solid #12120E;
    width: 248px;
    padding: 5px 3px;
	margin: 4px 0;
}

#sidebar .captcha {
    width: 80px;
	float: left;
	clear: left !important;
	display: block;
}

#sidebar .captchaImg {
	float: left;
	padding: 0;
	margin: 6px 0 0 5px;
}

#footer {
    background: #1A1A14;
    font-size: .85em;
    width: 980px;
    margin: 20px auto 60px;
    display: block;
    padding: 10px 0;
    text-align: center;
    clear: both;
    background: #1A1A14;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    filter: alpha( opacity = 80); /* MSIE/PC */
    -moz-opacity: 0.8; /* Mozilla 1.6 and older */
    opacity: 0.8;
}

/*
 * Begin Various Tags & Classes
 */
blockquote {
    margin: 15px 10px;
    padding: 10px 10px 10px 20px;
    background-color: #1A1A14;
    border: 1px solid #12120E;
	border-left: 6px solid #12120E;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
	width: 100% !important;
}
 /***** Global Classes *****/
.alignleft {
    display: block;
    float: left;
}

.alignright {
    display: block;
    float: right;
}

.aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* images border */
img.alignleft, img.alignright, img.aligncenter {
    display: block;
	background: #C4C3C1;
	border: 1px solid white;
	padding: 4px;
}

img.alignleft, object.alignleft {
    float: left;
    margin: 0 10px 0px 0;
}

img.alignright, object.alignright {
    float: right;
    margin: 0 0 0px 10px;
}

img.aligncenter, object.aligncenter {
    margin: 15px auto;
}

img.noborder {
    border: none;
    background: transparent;
    padding: 0;
}

/* 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;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
 /* End captions */
#dynatip {
    display: none;
    background: transparent url(images/tooltip.png) no-repeat;
    width:150px;
    height: 39px;
    line-height: 28px;
    font-size: 12px;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    z-index: 999999;
    text-align: center;
}
.aboutPicture {
	background:url(images/jira.png) no-repeat;
	float: left;
	width: 260px;
	height: 323px;
	padding-right: 20px;
}

/*Website Notifications */
.msg {
	background-color: #1A1A14;
	border: 1px solid #12120E;
	width: 650px;
	color: #BDBCBA;
	padding: 10px;
	text-align: center;
	margin: 0 auto 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}
.msg h1, .msg h2 {
	background: transparent;
	padding: 0 0 4px;
}

/*Nextgen slideshow*/

.entry div.slideshow{
	height:480px!important;
	width: 640px!important;
	margin-bottom:20px;
	background: #C4C3C1;
	border: 1px solid white;
	padding: 4px;
}
