/*   
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');

#blog-title a {
background:url(images/banner.gif) no-repeat top center;
display:block;
text-indent:-9000px;
padding:0px 0 0 0; (<- reduce 99px to a smaller number to remove the top space)
width: 940px;
height: 160px;
}

body {
	background-color:#000000;
	background-image:url(images/bgline.png);
	background-repeat:repeat;
        padding:0px 0 0 0; (<- reduce 99px to a smaller number to remove the top space)
	/*line-height:18px;*/
}

.sf-menu { float:left; padding-top: 0px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:bold; font-variant:small-caps; font-size:14px; background-color:transparent; color:#FFF; } /* menu bg color, also set in access div */
.sf-menu a { padding: 9px 15px; color:#FFF; background-color:#000; } /* text spacing and color */
.sf-menu a:visited { background-color:#000; color:#FFF;} /* visited pseudo selector so IE6 applies text colour*/
.sf-menu li { background-color:#000; color:#FFF; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background-color:#363; color:#FFF; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { top:32px; } /* set to height of access div */
.sf-menu ul ul { margin-top:0px; }
.sf-menu ul a { background-color: #000; color:#FFF; } /* subs bg color off */
.sf-menu ul a:hover { background-color:#363; color:#FFF; } /* roll over bg color */
.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  color:#FFFFFF;
}

#main { background-color:#fff; 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%;}

.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;
}

.introbox {
position:relative;
margin-left:0px;
margin-top:0px;
padding:6px 6px 6px 6px; 
border: #000 4px solid;
height:135px;
width:570px;
}

.latestnewsbox {
position:relative;
margin-left:0px;
margin-top:-1254px;
padding:none; 
border:none;
height:100%;
width:570px;
overflow-y:hidden;
overflow-x:hidden;
}

.righttopbox {
position:absolute;
margin-left:593px;
margin-top:-194px;
background-repeat:none;
height:494px;
width:342px;
z-index:2;
}

.rightbottombox {
position:absolute;
margin-left:594px;
margin-top:320px;
background-repeat:none;
border-bottom:10px;
height:535px;
width:342px;
z-index:2;
}

.rightverybottombox {
position:relative;
margin-left:597px;
margin-top:870px;
background-repeat:none;
height:100%;
width:342px;
z-index:2;
}

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:22px;
font-weight:bold;
line-height:22px;
padding-bottom:4px;
}

.hometoptitle{
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
line-height:17px;
text-align:justify;
}

.pagetitle a:link, .pagetitle a:visited, .pagetitle a:active {
    text-color:#00000;
text-decoration:none;
}
.pagetitle a:hover {
    text-color: #386909;
text-decoration:underline;
}

.hometoptitle a:link, .hometoptitle a:visited, .hometoptitle a:active {
    text-color:#00000;
text-decoration:none;
}
.hometoptitle a:hover {
    text-color: #386909;
text-decoration:underline;
}