/*
Theme Name: Thai Edge
Theme URI: http://www.barques.co.uk
Description: Theme designed for Thai Edge by Barques
Version: 1.0
Author: Barques - http://www.barques.co.uk
*/

@charset "UTF-8";

/* 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: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
}

ol, ul {

	list-style: none;
	
}


body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


/* BASESTYLES */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F2E8C7;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(images/bg-pic1.jpg);
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 10px;
} 



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebarmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/logo.png);
	padding-top: 350px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
 /* MENU */
#menu {
	float: right; /* since this element is floated, a width must be given */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	width: 130px;
	text-transform: uppercase;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li.page_item {
	list-style-type: none;
	display: block;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 5px;
	margin-left: 26px;
	padding: 0px;
}
#menu ul li.page_item a{
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#menu ul li.page_item a:hover{
	text-decoration:none;
	color: #E3096A;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #E3096A;
	display: block;
	background-color: #FFFFFF;
}


#menu ul li.current_page_item
 {
	text-decoration:none;
	color: #E3096A;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #E3096A;
	display: block;
	background-color: #FFFFFF;
}

#menu ul li.current_page_item a
 {
	background-color: #FFFFFF;
	color: #E3096A;
}

#menu ul li.current_page_item a:hover
 {
	color: #000000;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

 /* MENU END */

.twoColFixLtHdr #mainContent {
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 140px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainPicture {
	margin: 0px;
	padding: 0px;
	border: 8px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
} 

.twoColFixLtHdr #mainContent #mainText {
	padding: 0px;
	width: 490px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #mainContent #mainText .post {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #mainContent #mainText .post p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 18px;
}

.twoColFixLtHdr #mainContent #mainText .post a {
	padding: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#E3096A;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #mainText .post a:hover {
	padding: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
}


.twoColFixLtHdr #mainContent #mainText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.twoColFixLtHdr #mainContent #mainText h1 a{
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #mainText h1 a:hover{
	color: #000000;
	text-decoration:none;
}


.twoColFixLtHdr #mainContent #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
	height: 23px;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.twoColFixLtHdr #mainContent .post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E40567;
	background-repeat: repeat-x;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E40567;
	border-bottom-color: #E40567;
}

.twoColFixLtHdr #mainContent .post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E40567;
	background-repeat: repeat-x;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 5px;
}

.twoColFixLtHdr #mainContent #sidebar1 {
	padding: 0px;
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColFixLtHdr #mainContent #sidebar1 #newsStories {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #mainContent #sidebar1 #newsStories h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.twoColFixLtHdr #mainContent #sidebar1 #newsStories h3 a {
	color:#E51370;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent #sidebar1 #newsStories h3 a:hover {
	color:#000000;
}
.twoColFixLtHdr #mainContent #sidebar1 #newsStories #newsStory {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E51370;
}

.twoColFixLtHdr #mainContent #sidebar1 #newsStories #newsStory p {
	padding: 0px;
	margin: 0px;
	
}

.twoColFixLtHdr #mainContent #sidebar1 #newsStories #newsStory a {
	color:#E51370;
	text-decoration:none;
	
}

.twoColFixLtHdr #mainContent #sidebar1 #newsStories #newsStory a:hover {
	color:#000000;
	text-decoration:underline;
}

/*  FOOTER */

.twoColFixLtHdr #footer {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 140px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
} 


.twoColFixLtHdr #footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#E30064;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.twoColFixLtHdr #footer #footerAddress   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#E30064;
	text-decoration: none;
	padding: 0px;
	width: 140px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E30064;
}
.twoColFixLtHdr #footer #footerAddress h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#E30064;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 11px;
}

.twoColFixLtHdr #footer a {
	color: #E30064;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}


/* END FOOTER */



/* MISC */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* END MISC */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #E94990;
	text-align: center;
	background-color: #E3096A;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.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;
	color: #FFFFFF;
}



#wp-caption-big {
	border: 1px solid #FFE260;
	text-align: center;
	background-color: #FFD402;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:right;
	width: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 10px;
	padding-bottom: 20px;
}

#wp-caption-big img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#wp-caption-big p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #003263;
}



/* End captions */


/* Begin Images */
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 */


	
	/*  POSTNEWS */
.post-news {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	}

.post-news hr {
	display: block;
	}
.post-news li {
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:12px;
	padding-bottom: 2px;
	line-height: 16px;
	list-style-type: disc;
	margin-left: 25px;
	}
	
.post-news a {
	color:#009966;
	text-decoration: none;
	}
.post-news a:hover {
	color:#003263;
	text-decoration: none;
	}
.date {
	font-size:10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}	
.postmetadata {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	display: block;
	padding: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E3096A;
}

.postmetadata a{
	text-decoration:none;
	color: #E3096A;
}
.postmetadata a:hover{
	text-decoration:underline;
	color: #000000;
}

/* End POSTNEWS */
/*  BLOG */

.meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3096A;
	text-transform: uppercase;
	background-color: #F2E8C7;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.meta a {
	color: #E3096A;
	text-decoration:none;
}
.meta a:hover {
	color: #000000;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #sidebarblog {
	padding: 10px;
	width: 260px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #mainContent #sidebarblog h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#F2E8C7;
	color: #E3096A;
	text-transform: uppercase;
	font-weight:bold;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.twoColFixLtHdr #mainContent #sidebarblog li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E3096A;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent #sidebarblog li a{
	color: #E3096A;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F2E8C7;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 3px;
}

.twoColFixLtHdr #mainContent #sidebarblog li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E3096A;	
}
/*  END BLOG  */

/*  COMMENTS  */

#comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E3096A;
}
#comments h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	color: #E3096A;
	margin-right: 0px;
	margin-left: 0px;
}

#commentform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3096A;
}
#commentform a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3096A;
}
#commentform a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3096A;
}


/*  END COMMENTS  */
.twoColFixLtHdr #mainContent #sidemenu {
	padding: 0px;
	width: 250px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent #sidemenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
	height: 23px;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.twoColFixLtHdr #mainContent #sidemenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E3096A;
	display: block;
	text-transform: capitalize;
	margin: 0px;
	height: 18px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3096A;
}

.twoColFixLtHdr #mainContent #sidemenu h3 a {
	color: #E3096A;
	text-decoration: none;	
}
.twoColFixLtHdr #mainContent #sidemenu h3 a:hover {
	color: #000000;	
}
/* CALENDAR */
#calendar_wrap {
	font-style: normal;
	text-transform: capitalize;
	background-color: #FFFFFF;
	font-weight: bolder;
} 
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
} 
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #E3096A;
} 
#wp-calendar td {
	color: #000000;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#wp-calendar a:hover {
background: #e0e6e0;
color: #333;
}
#wp-calendar td:hover, #wp-calendar #today {
	color: #FFFFFF;
	background-color: #999999;
}
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
} 
/* CALENDAR END */
