/*  
Theme Name: Ars Ludi secure Graphite
Theme URI: http://www.jauhari.net/themes/graphite
Description: <p>ARS LUDI SECURE modified -- Graphite Theme is clean layout that build with 2 Colums Layout.</p><ul style="list-style:none;"><li>* Right Sidebar and Widget Ready</li><li>* Graphite Colors and Hover Box Effect and Change About text via Admin Profile<li><li>* Tested on WordPress 2.1.x</li></ul> <p>Visit the <a href="http://www.jauhari.net/themes/graphite">Theme Page</a> for theme update and other related information.</p><p>The CSS, XHTML and design is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a></p>
Version: 2.1
Author: Nurudin Jauhari
Author URI: http://www.jauhari.net/

	This theme was designed and built by Nurudin Jauhari,
	whose blog you will find at http://jauhari.net/themes/graphite
	Crafted on 10 April 2007
	Last Edit: 23 April 2007 11.38  +7 GMT

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

*/

/* ars additions
********************* */


/* line height was originally 1.2, margin bottom inherited 10 */
.entry p {
	line-height: 1.4em;
	margin: .9em 0;
	font-size: .95em;
	margin-bottom: 1em;
}

/* GOOD MANUAL */

/* center images -- removed float left in original graphite img tag*/
.ars-center {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

	/* center doesn't work for some reason */
.ars-center {
	text-align: center;
}


	/* P or SPAN */
.ars-indent {
	padding-left: 30px;
}

	/*DIV sub topic headers in articles*/
.ars-subtopic {
	font: 1.3em "Trebuchet MS", Verdana, sans-serif; 
	padding-top: 10px;
}

	/* SPAN, use for bold headers at start of paragraphs*/
.ars-inlinehead {
	font-weight: bold;
	font-style: italic;
    font-size: .85em;
}

	/* P */
.ars-commentquote {
	padding-left: 30px;
	font-style: italic;
}


/* GOOD part of template */

.ars-sideblock {
	font-size: .8em;
	line-height: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 9px;
	margin-bottom: 9px;
}
.ars-sidesubhead {
	font-size: .9em;
	line-height: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
	margin: 0;
}

.ars-sidelist1 {
	font-size: .8em;
	line-height: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	text-indent: -15px;
	padding-left: 15px;
	margin: 0;
}

.ars-sidelist2 {
	font-size: .8em;
	line-height: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	text-indent: -15px;
	padding-left: 30px;
	margin: 0;
}

.ars-sidelist2 a:link { color: fuchsia; }



/* widget fixes
********************* */

.widget {
	list-style-type: none;
}

/* copy of ars-sidelist1 */
.widget li {
	font-size: .8em;
	line-height: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	text-indent: -15px;
	padding-left: 15px;
	margin: 0;
}


/* lame blog only
********************* */

/* post avatar image format */
.lame-postavatar {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
}



/* DEPRECATE BUT STILL IN USE */

	/* use for those one line indented + italics statements */
.ars-block {
	margin: 1em;
	padding: 0 0 0px 25px;
}



/* ars cemetary
********************* */


/* UNUSED */

.ars-smalltext {
    font-size: .7em;
}

.ars-indent-hang {
	padding-left: 30px;
	text-indent: -30px;
}



/* OUTDATED */

	/* SPAN old sub topic header */
.ars-subhead {
	font: 1.1em "Trebuchet MS", Verdana, sans-serif; 
	font-weight: bold;
	font-style: italic;
}

/* END ARS ADDITIONS */


/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
	overflow-y: scroll;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.2em;
	margin: .9em 0;
	font-size: .95em;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
hr
{
	display: none;
}
body
{
	background-attachment: fixed;
	background: #333;
	color: #000;
	font: 78%/1.6em Tahoma, verdana, arial, sans-serif;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, verdana, arial, sans-serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#top {
	background: #fff;
	border-bottom: 5px solid #666;
}
#page {
	text-align: left;
	width: 900px;
	background: #efefef;
	margin: 20px auto 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#pager {
	height: 130px;
	border-top: 1px solid #666;
	margin-bottom: 0;
	background: #E2CC22 url(images/headr.jpg) left bottom no-repeat;
	border-bottom: 4px solid #AA1D16;
}
#headr {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#headr .description {
	color: #efefef;
	margin-left: 0px;
}

#content {
	width: 600px;
	float: left;
	padding: 0 10px 10px 20px;
	padding-left: 0;
}
.post {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
.post:hover {
	border: 1px solid #666;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
.postmetadata {
	font-size: .9em;
	color: #999;
}
.postmetadata  a{
	color: #666;
}

#sidebar {
	width: 287px;
	float: right;
	background: #fff;
	color: #000;
	padding-bottom: 20px;
	border: 1px solid #ccc;
}
#sidebar:hover {
	width: 287px;
	float: right;
	background: #fff;
	color: #000;
	padding-bottom: 20px;
	border: 1px solid #666;
}
.side2 {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}
#footer {
	width: 850px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}

/* Design 
******************** */
#sidebar  ul{
	list-style: none;
}

/* Design  Typo
********************* */
#headr h1 {
	margin: 20px 0 0 0px;
	color: #efefef;
	font-size: 2.5em;
}
#headr h1 a {
	color: #fff;
	}
#sidebar  h2{
	font: 1.4em "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#sidebar a {
	color: #222;
	
}
#sidebar a:visited {
	color: #999;
}
#sidebar a:hover {
	color: #666;
}
#sidebar #avatr {
	border: 1px solid #666;
}
h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.post h2 {
	font: 1.8em "Trebuchet MS", Verdana, sans-serif; 
}
.post h2 a {	
	color: #333;
}
.post h2 a:hover {
	color: #999;
}
/* ARS LUDI edit */
.post ul {
	margin-left: 35px;
	line-height: 1.2em;
	font-size: .95em;
}
/* ARS LUDI addition */
.post li {
	margin: .9em 0;
}
.post ol {
	margin-left: 40px;
}
p.postmetadata
{
	color: #999;
	font-size: 85%;
	margin-bottom: 10px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
}
p.postmetadata a
{
	color: #666;
	text-decoration: none;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	border-bottom: 1px solid #ccc;
}
.post p a:hover {
	border: none;
}

/* ARS LUDI edit -- removed float because I could not override to center images */
.post a img, .post img {
	border: none;
	/* float: left; */
	padding-right: 5px;
}


.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}
#footer {
	color: #efefef;
	font-size: 0.95em;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
/* Comment Etc
********************* */
.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}

.ileft {
	float: left;
	margin-right: 5px;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #444;
	margin: 1em;
	padding: 0 0 0px 50px;
	clear: left;
}
#content .commentsfeedr
{
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}
#content .trackbackr
{
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment, .pingback
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt
{
	background: #f9f9f9;
	background-color: #f9f9f9;
}
/*replaced by .bypostauthor
	does it work for other authors in lamemage? */
.ars-authorcomment {
	background-color: #FFFFDD;
	background: #FFFFDD;
}
.bypostauthor {
	background-color: #FFFFDD;
	background: #FFFFDD;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
#comment {
	width: 100%;
}
/* Top Navigation Style 
********************* */
#navr
{
	background: transparent;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 20px 0 0;
	position: relative;
	text-align: left;
	width: 770px;
}
html #navr
{
	height: 1%;
}
#navr ul li
{
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
}
#navr ul li a
{
	background: #efefef;
	border: #ccc 1px solid;
	border-bottom: none;

	color: #666;
	display: block;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 2px 10px;
	text-decoration: none;
}
#navr ul li a:hover {
	background: #999;
	border: #666 1px solid;
	border-bottom: none;

	color: #fff;
}
#navr ul li a:active, #navr ul li.current_page_item a
{
	background: #666;
	border: #666 1px solid;
	border-bottom: none;

	color: #fff;
	font-weight: bold;
}
#navr ul li.search
{
	font-size: 0.9em;
	position: absolute;
	right: 0;
	top: 5px;
}
#navr ul li.search input#s {
	width: 150px;
}
#navr ul li.search input#searchsubmit
{
	background: #B98718;
	border: #B98718 1px solid;
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	padding: 1px 2px;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}

pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #666;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background: #efefef;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #666;
padding: 2px;
}

/* Change Log *** 
1.0	: Public Releaed
1.1	: Minor Updates
1.2	: Fix RSS Icon
1.3	: Fix Author Description
*** */
