/*  
Theme Name: Royal Shark
Theme URI: http://blog.sharkui.com/royalshark/
Description: The default theme for SharkUI.com.
Version: alpha
Author: Henry Chan
Author URI: http://www.sharkui.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Basic Colors,Fonts,Links */
html,body,
ul,ol,li{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#111;
	background-color:#292929;
}
p{
	margin:1em 2em;
	line-height:1.6em;
}
a:link,a:visited{
	color:#c46a00;
}
a:hover,a:active{
	color:#ae9700;
}
a img{
	border:none;
}

/* Global Classes */


/* Layout */
#page{
	margin:3em auto;
	max-width:950px;
	min-width:500px;
	background-color:#fff6b9;
}

#header{
	height:119px;
	background:#380010 url(images/backgrounds.png) 0 0 repeat-x;
}
#headerimg{
	padding:20px 0 0;
}
#headerimg h1{
	width:351px;
	height:78px;
	margin:0 auto;
	background:#380010 url(images/backgrounds.png) 0 -120px no-repeat;	
	text-indent:-9999px;
}

#main{
	float:left;
	width:100%;
	margin-right:-230px;
}
#content{
	margin:0 230px 0 10px;
}

#sidebar{
	float:right;
	width:200px;
	margin-right:10px;
}


#footer{
	clear:both;
	height:72px;
}

/* Main Content */
#home-link{
	margin-bottom:4em;
	height:16px;
	line-height:16px;
	text-indent:20px;
	font-weight:bold;
	background:transparent url(images/tango.png) 0 -48px no-repeat;	
}
/* Post */
.post{
	margin:0 0 12em;
}
.post h2{
	margin:1em 0 0;
	line-height:2em;
	font-size:1.8em;
	text-align:center;
	font-family:georgia,times new roman,times,serif;
}
.post h2 a{
	color:#3f3700;
	text-decoration:none;
}
.post-time{
	display:block;
	margin-bottom:3em;
	font-size:10px;
	color:#bdb893;
	text-align:center;
}


.entry p{
	line-height:1.8em;
}
.entry h2{
	font-size:1.6em;
}
.entry h3{
	font-size:1.4em;
}
.entry h4{
	font-size:1.2em;
}

.entry ul,
.entry ol{
	margin-left:2em;
	padding-left:2em;
	line-height:1.6em;
}

.more-link{
	font-size:14px;
	font-weight:bold;
}

.postmetadata{
	list-style-type:none;
	margin-top:3em;
}
.postmetadata a{
	text-decoration:none;
}
.postmetadata a:link,.postmetadata a:visited{
	color:#ae9700;
}
.postmetadata a:hover,.postmetadata a:active{
	color:#c46a00;
}
.postmetadata strong{
	color:#380010;
}
.postmetadata li{
	float:right;
	height:16px;
	margin-right:8px;
	line-height:16px;
	text-indent:20px;
	background:transparent url(images/tango.png) 0 0 no-repeat;
}

.postmetadata .meta-tag{
	background-position:0 -16px;
}
.postmetadata .meta-category{
	background-position:0 -32px;
}

/* Sidebar */
#sidebar ul,
#sidebar ol{
	list-style:none;
}
#sidebar ul ul{
	margin-left:1em;
}
#sidebar h2{
	margin:1em 0 0.5em;
	font-size:12px;
	height:16px;
	line-height:16px;
	color:#c1a800;
	border-bottom:1px solid #c1a800;
	font-family:georgia,times new roman,times,serif;
}
#sidebar li{
	margin-top:2em;
}
#sidebar li li{
	margin:0;
	line-height:1.6em;
}
#sidebar li li a:link,
#sidebar li li a:visited{
	color:#111;
	text-decoration:none;
}
#sidebar li li a:hover,
#sidebar li li a:active{
	color:#c46a00;
	text-decoration:none;
}


/* Footer */
#footer p{
	color:#501;
	text-align:center;
}
#footer a{
	color:#ae9700;
	text-decoration:none;
	border-bottom:1px dotted #ae9700;
}
