/*
Theme Name: NYOJ Theme
Theme URI: http://www.nyoj.org
Description: National Youth Orchestra of Jamaica
Author: Design Fluidity
Author URI: http://designfluidity.com
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */
html {
}

body {
	font-family:Arial, Helvetica, Georgia, sans-serif;
	font-size:10pt;
	color:#191919;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	background-color:#f5f5f5;
	margin-top:0px;
}
 
a:link, a:visited{
	text-decoration: none;
	color: #666;
}
 
a:hover{
	color: #999;
}
 
h1 {
    font-size: 54px;
}

h2 {
	font-size:22px;
	color: #333;
	background-image:url(images/points.png);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:5px;
}

h2.new { background-position: 0 0;}

h2.pro { background-position: 0 -28px;}
h2.inv { background-position: 0 -56px;}
h2.abt { background-position: 0 -84px;}
h2.con { background-position: 0 -112px;}
 
h3 {
    font-size: 24px;
}

#wrapper {
	margin:0 auto;
	width:1090px;
    text-align: left;
}

#header {
	height:73px;
	background-image:url(images/title.png);
	background-repeat:no-repeat;
}

/*#littleorchestra {
	background-image:url(images/littleorchestra.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:301px;
	height:158px;
	position:absolute;
	top:85px;
	left:auto;
	margin-left:30px;
	z-index:5;
}*/

#navi {
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	background-position:0 -2px;
	position:relative;
	float:left;
	width:750px;
	height:92px;
	padding-left:340px;
	padding-top:54px;
	margin-top:-9px;
	background-colour:#F90000;
	clear:none;
	z-index:10;
}

#pagewrap {
	background-image:url(images/page.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:990px;
	padding-left:100px;
	padding-top:50px;
	margin-top:-58px;
	z-index:9;
}

.entry img { /*border:thin #999 solid; margin-right:5px; margin-left:5px;*/ }

.nav {
	/*background-color:#06F;
	color:#FFF;
    display:block;*/
	padding-bottom:30px;
	margin-top:-1px;
}
 
.nav ul{
    list-style:none;
}
 
.nav li{
	display:block;
	float:left;
	list-style-type:none;
	padding-left:7px;
	margin-left:5px;
	border-left:1px solid #ccc;
}
ul.nav li:first-child { border-left:none; }
.nav a {
	display:block;
	color:#999;
	text-decoration:none;
	padding:0 5px 0px 0;
}
.nav a:hover {
	color:#333;
}
.nav ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    float:left;
    z-index:99999;
    background: #212121;
}
 
.nav ul ul ul{
    top: 30%;
    left:100%;
    background: #343434;
}
 
.nav ul ul a{
    height:auto;
    line-height:1em;
    padding:10px;
    width:130px;
}
 
.nav li:hover > a,.nav ul ul:hover > a{
    color:#ccc;
}
 
.nav ul li:hover > ul{
    display:block;
}
.readmore{
	width:100%;
	text-align:right;
	position:relative;
	bottom:-10px;
}
.readmore a{
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
.readmore a:hover{
	color:#333;
}

#blog{
    float: left;
	clear:both;
    width: 600px;
    padding: 0 10px 10px 10px;
	position:relative;
	z-index:102;
}

.sidebar {
	float:left;
	width:260px;
    margin: 0 0 0 10px;
    font-size: 14px;
    list-style: none;
	padding:1px 15px 10px 15px;
	min-height:400px;
}

#page {
	float:left;
	margin-left:30px;
	padding: 5px 5px 10px 0;
}
.post2 {
	clear:left;
	height:auto;
	margin-bottom:20px;
	background-color:#F2F2F2;
	padding:5px;
	overflow:auto;
}
.post2 img { margin-right:5px; border:solid 1px #999; float:left; }
.post2 h3 { margin-top:2px; margin-bottom:3px;}

.entry {
	float:left;
}

#footer{
    clear: both;
    text-align: left;
	font-size:9pt;
	background-image:url(images/logos_07.png);
	background-repeat:no-repeat;
	background-position:585px 20px;
    height: 130px;
    padding: 50px 10px 0px 50px;
	color:#666;
}

#address {
	float:left;
	clear:left;
	width:550px;
}

#copyright {
	width:400px;
	float:left;
	margin-top:10px;
	text-align:right;
}