/*
Theme Name: WordPress graffin
Theme URI: http://graff.in
Description: graffin
Version: 1.0
Author: graffin
Author URI: http://graff.in
Tags: graffin
Text Domain: graffin
*/

*{
	margin:0px;
	padding:0px;
	outline:none;
}

::selection {
	background: #ffcc66; /*Safari*/
}

::-moz-selection {
	background: #ffcc66; /*Firefox*/
}

html{
	margin:0;padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;	
	}
	
#content ul{
	padding:10px 0px 0px 1em;
	margin:0px 0px 0px 1em;
}

#tags ul{
	padding:10px 0px 0px 0.5em;
	margin:0px 0px 0px 1em;
}


a, a:active, a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:none;
}

	
body{
	background:#fff;
	color:#191919;
	}
	
div#header{
	margin:0px auto 62px auto;
	width:830px;
	height:168px;
}

div#header h1{
	background:url('images/logo-text.png') no-repeat left bottom;
	height:103px;
	width:212px;
	padding:64px 0px 0px 0px;
	text-indent:-99999px;
}

div#header h1 a{
	display:block;
	height:103px;
	width:212px;
	cursor:pointer;
	text-indent:-99999px;
}

div#content{
	width:630px;
	min-height:200px;
	float:left;
	/*background:#d02;*/
}

div#container{
	width:830px;
	margin:0px auto;
}

div#right-menu{
	width:145px;
	/*background:#d02;*/
	float:right;
	margin-top:40px;
}

div#tags{
	width:145px;
	/*background:#409;*/
	float:right;
	margin-top:200px
}

div#footer{
	clear:both;
	width:924px;
	background:#fff url('images/graffin.png') no-repeat center left;
	height:90px;
	margin:0px auto 22px auto;
}

/*Content*/

h1{font-size:18px; font-weight:bold; padding-bottom:20px;}
h2{font-size:16px; font-weight:bold; padding-bottom:20px;}


p,img {margin:0px 0px 14px 0px; padding:0px;}

div.underline{
	border-bottom:1px solid #d8d8d8;
	margin-bottom:30px;
}

img, img.wp-post-image{
    border:5px solid #fff;
}

.wp-post-image:hover{
    border:5px solid #ddd;
}


/*Footer part*/

div#footer p{
	width:830px;
	margin:0px auto;
	border-top:1px solid #7d7d7d;
	padding-top:21px;
	font-size:80%;
	line-height:11pt;
}

div#footer p a, div#footer p a:active, div#footer p a:visited{
	color:#000;
	text-decoration:underline;
}

div#footer p a:hover{
	color:#000;
	text-decoration:none;
}


/*right-menu*/

div#right-menu ul li{
	list-style:none;
	color:#b3b3b3;
	font-size: 9px;
	clear:both;
}

div#right-menu ul li a, div#right-menu ul li a:active, div#right-menu ul li a:visited{
	color:#000;
	text-decoration:underline;
	font-size: 14px;
	font-weight:bold;
	display:block;
	height:2em;
	float:left;
	padding:3px 6px 0px 0px;
}

div#right-menu ul li a:hover{
	color:#000;
	text-decoration:none;
}

/*nAVIGATION */

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}











