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

Title: 		GetSimple CSS Style Sheet for Raffee Theme
Author: 	Raffee (Rafał Zięba)
URL: 			http://www.raffee.pl/ 
				http://get-simple.info/
Created: 	February, 2011

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

/** GLOBAL RESETS **/
:link,
:visited {
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,code {
    font-family:tahoma, geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6,pre,code {
    font-size:1em;
    font-weight:400;
}
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,body,html,p,
blockquote,fieldset,input {
    margin:0; padding:0;
}
a img,
:link img,
:visited img {
    border:none;
}

/** GLOBAL SETS **/
.clear {
	clear:both;
}
.large {
    font-size: 120%;
    font-weight: bold;
}
.center {
    text-align: center;
}
#bodycontent .post div.alignleft a,
#bodycontent .post div.alignright a {
    color: #311;
    font-weight: bold;
    font-size: 9pt;
}
#bodycontent .post div.alignleft a:link,
#bodycontent .post div.alignleft a:hover,
#bodycontent .post div.alignleft a:active,
#bodycontent .post div.alignleft a:visited,
#bodycontent .post div.alignright a:link,
#bodycontent .post div.alignright a:hover,
#bodycontent .post div.alignright a:active,
#bodycontent .post div.alignright a:visited {
    text-decoration: none;
}
.alignleft, .left {
    float: left;
}
.alignright, .right {
    float: right;
}
body {
	text-align:center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	background: url(images/fabric.jpg) repeat scroll left top #855337;
	color:#222;
}
div#body {
	background: url(images/top_bg.png) repeat-x scroll transparent;
}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
	
/* HEADER */

#header {
	position:relative;
	height:118px;
	text-align:left;
}
#header .logo{
	position:absolute;
	top:26px;
	right:56px;
	color:#eb5;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight:bold;
	font-size:36pt;
	font-style: italic;
  text-shadow: 4px 2px 5px #c72;
}
#header .tagline{
	color:#b62;
	font-family:georgia;
	font-style: italic;
	font-size:18px;
	position:absolute;
	top:10px;
	right:68px;
}
#header #nav{
	position:absolute;
	width: 100%;
	top:91px;
	left:0px;
	color:#132430;
	border-top:#211;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	background:#421;
	list-style:none;
}
#header #nav li {
	float:left;
	border-right:1px solid #100;
}
#header #nav li:first-child {
	border-left:1px solid #100;
}
#header #nav li a {
	color:#d92;
	font-size: 9pt;
	font-weight: bold;
	line-height:24px;
	padding:4px 15px;
}
#header #nav li.current a,
#header #nav li a:hover {
	background:transparent url(images/navbg.png) top left repeat-x;
	border-radius:4px;
	color:#510;
}
	
/* BODY */

#bodycontent {
    position:relative;
    background:url(images/paper.jpg) repeat scroll 0 0 transparent;
    border: 2px outset #777;
    float:left;
    margin-bottom:2px;
    padding:9px 10px;
    text-align:justify;
    width:946px;
    border-radius:3px;
}
#bodycontent .post,
#bodycontent .post pre {
	float: left;
    font-family: 'Century Gothic', 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
    padding:0 0 55px;
	width: 714px;
}

#bodycontent .post pre {
    display: inline;
}
#bodycontent .post p {
	margin-top: 8px;
	line-height: 20px;
	text-indent: 1.4em;
}
#bodycontent .post ul,
#bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 20px;
}
#bodycontent .post ul ul, 
#bodycontent .post ol ul, 
#bodycontent .post ul ol, 
#bodycontent .post ol ol {
	margin:0 0 0 25px;
}
#bodycontent .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
}
#bodycontent .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
}
#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
}
#bodycontent .post h1 {
	color:#421;
	font-family: georgia, times, "times new roman", serif;
	font-size:28px;
	font-style: italic;
	font-weight: bold;
	line-height:20px;
	margin:0 0 6px;
	padding:4px 0 8px 30px;
}
#bodycontent .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
}
#bodycontent .post h3 {
	font-weight:bold;
	padding:4px 0;
	font-size:17px;
}
#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
}
#bodycontent .post a {
    font-weight: bold;
}
#bodycontent .post a:link, 
#bodycontent .post a:visited {
	color:#311;
	text-decoration:underline;
}
#bodycontent .post a:hover {
	color:#522;
	text-decoration:underline;
}
#bodycontent .meta {
    width: 210px;
	margin:0 2px 2px;
	float: right;
	font-size:10px;line-height:14px;
	color:#555;
	border:1px dotted #ccc;
    background: none repeat scroll 0 0 #c9c9c9;
	border-color: #aaa #666 #666 #aaa;
	border-style: solid;
	border-width:1px;	
	padding:2px;
}
#bodycontent .postcontent {
    padding: 10px 20px 30px;
    border-radius: 14px 0 0 14px;
}
#bodycontent div.nm_post {
    padding-bottom: 4px;
    border-bottom: 1px dotted #976;
}
#bodycontent .postcontent img {
    padding: 6px;
}
#bodycontent h3.nm_post_title {
    padding-left: 1em;
    margin-top: .4em;
}
#bodycontent p.nm_post_date {
    margin-top: 0;
    line-height: 
    10px;
    padding-left: 2.4em;
    font-size: 11px;
    font-style: italic;
}
#bodycontent div.nm_post_content {
    margin-bottom: .2em;
}
#bodycontent p.article_link {
    text-align: right;
    font-size: 8pt;
}
center .gb_td_header {
  margin-top:20px;
}
center .gb_td_header,
center .gb_td {
  width:600px;
}
center .gb_td textarea {
  width:560px;
}
/* SIDEBAR */

#sidebar {
	float:right;
	font-size:13px;
	text-align:left;
	width:220px;
	margin-top: 38px;
}
#sidebar .featured {
	background:#000 url(images/aboutbg.png) top left repeat-x;
	padding:14px;
	margin:0 0 12px;
	color:#fdb;
	font-family:arial;
	line-height:20px;
	border-radius: 0 16px 16px 0;
}
#sidebar .featured h2 {
	color:#fff;
	font-family:georgia;
	font-size:24px;
	line-height:24px;
    border-bottom: 1px dotted #213F54;
	padding:0 0 15px 0;
	margin:0 0 20px 0;
}
#sidebar .featured p {
	margin:0;
}
#sidebar a:link, #sidebar a:visited {
	color:#ea5;
	text-decoration:none;
}
#sidebar a:hover {
	color:#fa2;
	text-decoration:underline;
}
/*
#sidebar .featured a:link, #sidebar .featured a:visited {
	color:#ea5;
	text-decoration:underline;
}
#sidebar .featured a:hover {
	color:#fa2;
	text-decoration:underline;
}
*/
#sidebar ul, #sidebar ol {
	margin:0 0 18px 30px;
}

/* FOOTER */

#footer {
	text-align:left;
	line-height:14px;
	font-size:12px;
	color:#311;
	border-top:1px solid #ccc;
	padding:10px 0;
}
#footer p.left-footer {
    text-align:left;
    float:left;
    width:450px;
}
#footer p.right-footer {
    text-align:right;
    float:right;
    width:450px;
}
#footer a:link, #footer a:visited {
	color:#311;
	text-decoration:underline;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}

/* INDEX */

body#index img {
    margin: 4px 20px;
}
div#nm-recent h3,
div#nm-tags h3 {
	margin-bottom: 6px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
div#nm-recent ul {
	margin-left: 8px;
}
div#nm-tags {
	padding: 8px;
    text-align: center;
}

/* ABOUT */

body#about table,
body#about th,
body#about td {
    border: 0;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}
body#about th {
    width: 190px;
    text-align: right;
}
body#about td {
    padding-left: 4px;
    text-align: left;
}

/* POEMS */

body.poems #bodycontent .post div.postcontent {
    padding-bottom: 30px;
}
body.poems #bodycontent .post div.postcontent p {
    white-space: pre;
	text-indent: 0;
}
body ul#child_menu,
body ul#child_menu {
    margin: 0 0 14px 8px;
    list-style-type: circle;
}
body ul#child_menu li#parent,
body ul#child_menu li#parent {
    list-style-type: none;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    list-style-image: none;
}
body ul#child_menu li a:link,
body ul#child_menu li a:visited {text-decoration:none;}
body ul#child_menu li a:hover {text-decoration:underline;}
body ul#child_menu li a:link,
body ul#child_menu li a:visited {text-decoration:none;}
body ul#child_menu li a:hover {text-decoration:underline;}
body ul#child_menu li.currentpath {
    list-style-image: url(images/arrownav.png);
    font-weight: bold;
}

/* DROP-SHADOW */

.drop-shadow {
    padding: 1em;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position:relative;
}
#bodycontent .drop-shadow {
    border: 1px solid #aaa;
}
#sidebar .drop-shadow {
    border: 1px solid #542;
}	
.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   max-width:300px;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}
.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
}
/* ARGUESTBOOK */
#bodycontent .postcontent center a>img {
   margin: 0 6px;
}

#rss {
position:absolute;
top:4px;
right:10px;
font-size:7pt;
font-weight:bold;
}
#rss a {
text-decoration:none;
color:#421;
}
#rss a:hover {
text-decoration:underline;
}
div#rss a img {
margin:2px 0 -2px
}