@charset "utf-8";

/*  CSS Document for Saranyen.com */
/*
******************************************************************************************************

Title:			main.css
Browser(s): 	All 

Author: 		Bow Kraivanich (http://www.inmysmallroom.net)
Created: 		20.02.2010

******************************************************************************************************
*/


/* @group Body Properties */

* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}
body{	
	margin: 0; padding: 0;
	margin-top: 30px; margin-left: 25px;
	font-family: Arial, Helvetica, Tahoma;
	background: url(../images/bg.gif);
	background-repeat: repeat;
	font-size: 11px;
	color: #333;
	font-weight:normal;
	line-height: 150%;
	width: 1100px;
}
div, p, ul, img{
	padding:0px; margin:0px; border:none;
}
ul{
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
	height: 20px;
	background: none;
}
.spacer_less{
	clear:both; 
	font-size:0px; 
	line-height:0px;
	height: 10px;
}
.spacer_more{
	clear:both; 
	font-size:0px; 
	line-height:0px;
	height: 30px;
}
.vertical_spacer{
	float: left;
	width: 10px;
	font-size:0px; 
	line-height:0px;
	height: 20px;
}
.spacerhr{
	border: none;
	border-bottom: 1px solid #eee;
}
a { outline:none; /* Remove Firefox's dotted borders */ text-decoration:none; color:#d05606; padding:0; margin:0;}

a img { border:none;} /* Remove IE's blue borders */
.fullline {
	float: left;
	margin-top: 10px;
	height: 1px;
	width: 100%;
}
h1 {font-size: 1em; font-weight:normal;}
h2 {font-size: 1em; line-height:1.2em; font-weight:normal;}

.center{ width:1024px; margin:0 auto; padding:0;}
.hr{ border-bottom:1px solid #FFF; border-left:none; border-right:none; border-top:none; size:1px;}
.left{ float:left;}
.left_margin_right{ float:left; margin:0 10px 0 0; font-size:1.2em;}
.left_margin_right_top{ float:left; margin:4px 10px 0 0;}
.right{ float:right;}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.right_margin_right{ float:right; margin:0 20px 0 0;}
/* @end */

/* @group Main Layout */

#header{
	padding-bottom: 30px;
}
#logo{
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 22px;
	cursor: pointer;
}
/*
.column_left{
	width: 155px;
	height: 100%;
	position: absolute;
	top: 100%;
	margin-top: -100%;
	z-index: -999;
}*/

.column_left{
	width: 155px;
	//min-height: 100%; /* For Modern Browsers */
	//height: auto !important; /* For Modern Browsers */
	//height: 100%; /* For IE */
	position: absolute;
	top: 100%;
	z-index: -999;
}
.column175float{
	float: left;
	width: 175px;
	min-height: 235px; /* For Modern Browsers */
	height: 235px; /* For IE */
	margin-top: 20px;
}
.column100{
	float: left;
	width: 100px;
}
.column250{
	float: left;
	width: 250px;
}
.column175{
	float: left;
	width: 175px;
}
.column360{
	float: left;
	width: 360px;
}
.column730{
	float: left;
	width: 730px;
}

.float {
	width:100%;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
}
.column175float .float {
	min-height: 223px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 223px; /* For IE */
}
.float div{
	position:absolute;
	bottom:0;
	left: 0;
	font-style: italic;
}
.topic_picture{
	background-color: #FFF;
	text-align: center;
}
.topic_picture:hover{
	background-color: #FFF;
}

.contentbox{
	text-align: inherit;
	line-height: 12px;
}

.contentbox .download{
	font-style: italic;
}
.contentbox .continuelink{
	color: #000;
}

/* @end */

/* @group Text-Styles */

a:link, a:visited, a:active{
	color: #333;
	text-decoration: none;
}  
a:hover{
	color: #000;
	text-decoration: none;
}
.p { 
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 10px; 
	float: left; 
	display: inline; 
	width: 390px; 
	text-indent:100px;
	font-size: 11px;
	line-height: 19px;
	text-align: normal;
	background: url(../images/textbg.gif) repeat;
	background-repeat: repeat;
}
.p_top{float: left;width: 100%; height: 4px;padding: 0px; margin-bottom:1px; line-height: 19px;}
.p_bottom{float: left; position: relative;width: 100%; height: 4px;padding: 0px; top:0px; line-height: 19px;}
.nowhite1 	{float: left;	width: 20%;}
.white1 	{float: left;	width: 80%;	background-color: #FFF;}
.nowhite2 	{float: left;	width: 30%;}
.white2 	{float: left;	width: 70%;	background-color: #FFF;}
.nowhite3 	{float: left;	width: 40%;}
.white3 	{float: left;	width: 60%;	background-color: #FFF;}
.nowhite4 	{float: left;	width: 50%;}
.white4 	{float: left;	width: 50%;	background-color: #FFF;}
.nowhite5 	{float: left;	width: 60%;}
.white5 	{float: left;	width: 40%;	background-color: #FFF;}
.nowhite6 	{float: left;	width: 30%;}
.white6 	{float: left;	width: 70%;	background-color: #FFF;}

a.button, a.buttonactive {
	background-color: #000;
	padding:7px 10px 7px 10px;
	margin: 0px 2px 0px 2px;
	color: #ffffff;
	text-decoration: none;
	border-bottom:2px solid #EEE;
	text-transform:uppercase;
	font-size:10px;
	line-height:25px;	
}
a.button:hover, a.buttonactive {
	/*background-color: #f4f3f3;
	padding:7px 10px 7px 10px;
	color: #000;*/
	background-color: #555;
}


.title{
	float: left;
	width: 100%;
	padding: 20px 0px 15px 0px;
	font-size: 30px;
	font-weight: normal;
}
.new{
	color: #0033ff;
	padding-left: 2px;
	text-transform: lowercase;
}
.greycenter, .greyleft, .greyright{
	color: #ccc;
	padding-left: 3px; padding-right: 3px;
}
.greyleft{
	padding-left: 0px;
}
.greyright{
	padding-right: 0px;
}

/* @end */

/* @group nav */

/* main nav */
ul#nav{
	width: 100%;
	text-align: left;
	font-size: 11px;
	color: #333;
	float: left;
}
ul#nav li{
	color: #333;
}
ul#nav li a {
	color:#333;
}
ul#nav li a:hover, ul#nav li a.active {
	color:#000;
	cursor: pointer;
}

/* main worknav */
ul#worknav{
	width: 100%;
	text-align: left;
	font-size: 11px;
	color: #333;
	float: left;
}
ul#worknav li{
	color: #333;
}
ul#worknav li a {
	color:#333;
}
ul#worknav li a:hover, ul#worknav li a.active {
	color:#000;
	cursor: pointer;
}
ul#worknav li.subnav {
	padding-left: 10px;
}
ul#worknav li a.spacer {
	height: 10px;
}


/* @end */

/* @group Form */

input {
	color: #000;
	font-size: 11px;
	width: auto;
	padding: 2px;
	border: 1px solid #999;
	display: inline;
}
input[type="hidden"] { border: 0; padding: 0; margin: 0; background: white; }

input.button {
	background-color: #000;
	color: #FFF;
	border:1px solid #999;
	width: auto;
	font-style: normal;
	padding:7px 10px 7px 10px;
	text-transform:uppercase;
	cursor: pointer;
}

input.button:hover {
	background-color: #555;
}

input.qty{
	width: 20px;
	text-align: center;
}
.radio{
	margin: -2px;
	background-image: url(../images/picture1.gif);
	background-repeat: repeat;
}
/* @end */
/* @group Pagination */

.pagination{
	font-size: 11px;
}
.pagination .separator{
	padding: 0px 5px 0px 5px;
	height: 30px;
	width: 10px;
	background-image: url(../images/spacer_vertical.gif);
	background-repeat: repeat-y;
}

.pagination .active{
	color: #0033ff;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	border: 1px solid #fff;
}

.pagination a{
	line-height: 17px;
	text-align: center;
	padding: 1px 5px 1px 5px;
	border: 1px solid #fff;
}

.thumbs a:hover, .thumbs .active:hover{
	border: 1px solid #eee;
}

.prenext a{
	padding: 0px;
	line-height: 17px;
	text-align: center;
	padding: 0px 5px 0px 5px;
	font-style: italic;
	font-size: 11px;
}

.prenext a .right{
	padding-left: 2px;
	padding-top: 6px;
	width: 4px;
	height: 7px;
}

.prenext a .left{
	padding-right: 2px;
	padding-top: 6px;
	width: 4px;
	height: 7px;
}

/* @end */

/* @group grid */
.eachpost { 	background-color:white;
				-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				position:absolute;	}
			
.eachpost > div { padding:10px; }
	
	
#allposts { margin-bottom:60px; }

il, ul, ol { list-style-type: none; list-style: none; }

#menuItem { height: auto; }

.twocols { //background: #f2f226 }
.threecols { //background: #ff3333 }

/* @end */
