/*  
Theme Name: Warunapaya
Theme URI: http://www.warunapaya.com/
Description: Inspired by Apple
Version: 1.0
Author: NoviceW
Author URI: 
*/
*	  	{
		margin: 0px;
		padding: 0px;
		}

body 	{
		background: #0e0e0e url(../images/css/background.gif) repeat 0 0;
		/*font-size: 12px/18px;*/
		font-size: 12px;
		font-family: 'Lucida Grande', Geneva, Arial, Verdana;
		color: #999; 
		text-align: center;
		}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, fieldset, hr {
		margin: 1em 0px;
		}

a 		{
		/*color: #3199ee;*/
		color: #6F9FBD;
		text-decoration: none;
		}	 

a:hover {
		color: #fa0;
		}

a img	{
		border: 0;
		}

.left	{
		float: left;
		}

.right	{
		float: right;
		}

.center, .c	{
		text-align: center;
		}

img		{
		vertical-align: middle;
		}

blockquote	{
		margin-left: 3em;
		}

fieldset	{
		border: 0;
		}

.inside	{
		text-align: left;
		}

.clear:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

* html .clear {
		height: 1%;
		}

h1		{
		font-size: 16px;
		color: #fff;
		}

.clear-fx	{
		clear: both;
		}

input[type=text],input[type=password],textarea	{
		background-color:#d1cbc4 !important;
		}
/*End of various Tags and Classes*/

#head 	{
		width:850px;
		height:80px;
		margin:0 auto;
		padding:18px 0;
		text-align:left;
		}
		
#logo 	{
		margin:16px 0 0 25px;
		float:left;
		} 

#logo span 	{
		color: #fa0;
		font-size: 12px;
		} 

#logo img {
		display:block;
		}

#links 	{
		float:right;
		margin-top:51px;
		position:relative;
		color:#aaa;
		font-size:12px;
		}

#links a	{
		color: #fff;
		font-size:12px;
		}

#links a:hover	{
		color: #fa0;
		}

#subhead 	{
		width: 850px;
		height: 375px;
		margin: 0 auto;
		background-color: #0e0e0e;
		}

#content-i 	{
		width: 850px;
		margin: 0 auto 21px auto;
		padding-bottom:7px;
		background: transparent url(../images/css/body_bottom.gif) no-repeat 0 100%;
		font-size: 12px; /*11px*/
		}

#content-i .inside	{
		padding:20px; 
		background-color:#303030;
		}

#content-i h1	{
		font-size:16px;
		margin:0.4em 0;
		}

#content-i h2	{
		font-size:11px; /*11px*/
		color:#fff;
		}

p.left	{
		font-weight:bold;
		color:#c6c6c6;
		}
		
.column_la	{
		float:left;
		width:620px;
		}

.column_xs	{
		float:left;
		width:280px;
		margin-right:20px;
		}
		
.column_sm	{
		float:left;
		width:290px;
		margin-right:20px;
		}

.column_mi	{
		float:left;
		width:300px;
		margin-right:20px;
		}

#slideshow	{
		width: 850px;
		height: 375px;
		text-align: left;
		background: #000 url(../images/css/loading.gif) no-repeat 50% 50%;
		}

#slideshow img	{
		position: absolute;
		}

#sidebar	{
		width:160px;
		float:right;
		text-align:left;
		font-size:11px;
		line-height:15px;
		}

#sidebar .block	{
		width:160px;
		padding:0 0 7px 0;
		margin-bottom:18px;
		background: transparent url(../images/css/bbox_bottom.gif) no-repeat 0 100%;
		}

#sidebar .inside	{
		padding:7px 5px 1px 20px;
		background: #171717 url(../images/css/bbox_top.gif) no-repeat 0 0;
		}

#notify-image	{
		margin-left:-17px;
		position:relative;
		}

.sidebar-image	{
		margin-left:-20px;
		position:relative;
		margin-bottom:1.5em;
		display:block;
		}

#sidebar h2	{
		color:#fff;
		font-size:10px !important; /*10px*/
		margin-top:0;
		}

.content	{
		width:850px;
		margin:0 auto 21px auto;
		font-size:12px;
		}

.content .llb	{
		float:left;
		width:499px;
		margin-right:21px;
		padding:7px 0 0  0;
		background: transparent url(../images/css/left_large_block_top.gif) no-repeat 0 0;
		}

.content .rsb	{
		float:left;
		width:330px;
		margin-right:21px;
		padding:7px 0 0  0;
		background: transparent url(../images/css/right_small_block_top.gif) no-repeat 0 0;
		}

.content .inside	{
		padding:1px 20px;
		background-color:#303030;
		}
		
.content .llb .end	{
		padding:7px 0 0  0;
		background: transparent url(../images/css/left_large_block_bottom.gif) no-repeat 0 0;
		}

.content .rsb .end	{
		padding:7px 0 0  0;
		background: transparent url(../images/css/right_small_block_bottom.gif) no-repeat 0 0;
		}
		
.content h1	{
		margin:0.8em 0;
		}

.content img.right	{
		margin: 0 0 30px 20px;
		}
		
.sub .llb	{
		background-image: url(../images/css/right_large_block_top.gif);
		width:499px;
		}
		
.sub .rsb	{
		background-image: url(../images/css/left_small_block_top.gif);
		width:330px;
		}

.sub .llb .end	{
		background-image: url(../images/css/right_large_block_bottom.gif);
		}

.sub .rsb .end	{
		background-image: url(../images/css/left_small_block_bottom.gif);
		}

.content .right, .right	{
		margin-right:0;
		}

.single .inside	{
		padding:1px 20px 13px 20px;
		background-color:#303030;
		}

.single	{
		padding-bottom:7px;
		background: transparent url(../images/css/body_bottom.gif) no-repeat 0 100%;
		text-align:left;
		}

.single h1	{
		margin:0;
		padding:1em 20px;
		background: transparent url(../images/css/body_top.gif) no-repeat 0 0;
		}

.single .inside h1	{
		margin:1em 0;
		padding:0;
		}

.single .inside h1 a	{
		color:#fff;
		}

.img-31 a	{
		float:left;
		margin-right:31px;
		}

.single .inside-full	{
		padding:10px 20px 1px 20px;
		background: transparent url(../images/css/body_top.gif) no-repeat 0 0;
		}

#copyright	{
		margin:0 0 21px 0;
		font-size:11px;
		}
