/*   
Theme Name: RFNY Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Emre Emirgil based on Ian Stewart's Thematic
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color:#d5d5d5;
	background-image:url(images/bgline.png);
	background-repeat:repeat;
        padding:25px 0 0 0; (<- reduce 99px to a smaller number to remove the top space)
}

#main { 
background-color:#fff; 
border: #000 4px solid;
margin-top:-75px;
height:100%;
}

#access {margin-top:-30px; border:none;}

#footer {border:none;}

.entry-title {
    font-family:Arial,sans-serif;
    font-size:22px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #000;
}
.entry-meta a:hover, .entry-utility a:hover, .aside .current_page_item .page_item a:hover,.aside .current_page_item .page_item a:active, .aside .current_page_item a, .aside a:hover, #siteinfo a:hover{
    color: #5aa412;
}

.entry-content {
    font-family:Verdana, Geneva, Arial, sans-serif;
    font-size:13px;
    line-height:16px;
}
#container, #content{width:933px; margin-left:7px; height:100%; margin-top:-17px;}

.home #content .sticky {
    border:none;
    margin:0;
    padding:0;
}

.wp-caption-text,
.gallery-caption {
    color:#000;
    font-size:13px;
    line-height:14px;
    font-style:italic;
    text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
}

.leftbox {
position:absolute;
margin-left:365px;
margin-top:-100px;
height:770px;
width:413px;
}

.lnbox{
position:absolute;
margin-left:426px;
margin-top:-791px;
height:100%;
width:510px;
}

.hometextbox{
position:absolute;
margin-left:433px;
margin-top:-730px;
height:100%;
width:500px;
}

.hometitle {
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
line-height:17px;
}

.hometext {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
line-height:13px;
}

a:link, a:visited, a:active {
    color:#000;
decoration:underline;
}
a:hover {
    color: #386909;
decoration:underline;
}

.pagetitle {
font-variant:small-caps;
font-family:Arial,Helvetica,sans-serif;
font-size:28px;
font-weight:bold;
line-height:28px;
}

.hometoptitle{
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
line-height:20px;
text-align:justify;
}

#newmenu{
margin-left:-110px;
}

ul#menu {
	list-style: none;
	margin-left:50%;
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li a  {
		text-indent: -9999px;
		display: block;
		height: 103px;
		float: left;
		}
		ul#menu li a.writing {
			background: url(images/nav1.gif) no-repeat bottom center;
			width: 81px;
			}
		ul#menu li a.pa {
			background: url(images/nav2.gif) no-repeat bottom center;
			width: 61px;
		}
		ul#menu li a.contact {
			background: url(images/nav3.gif) no-repeat bottom center;
			width: 60px;
			}
		ul#menu li a.home {
			background: url(images/nav4.gif) no-repeat bottom center;
			width: 337px;
			}
		ul#menu li a.writing:hover, ul#menu li a.writing:active,
		ul#menu li a.pa:hover, ul#menu li a.pa:active,
		ul#menu li a.contact:hover, ul#menu li a.contact:active
		ul#menu li a.home:hover, ul#menu li a.home:active {
				background-position: center center;
			}
		body ul#menu li a.writing, ul#menu li a.pa, ul#menu li a.contact, ul#menu li a.home {
			background-position: top center;
		}