/*---------------------------------------------------------

template:	lorem
version:	1.0
author:		gorotron
website:	http://www.gorotron.com

usage:		creative commons attribution v3.0

---------------------------------------------------------*/


/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;
	list-style:none;
	border:1px;
	border-color: #CCCCCC;
}

img, div { behavior: url(iepngfix.htc) }

body {
	background:#FFF;
        height:100%;
        margin:0;
        padding:0;
}

#header {
	background: url(../images/smallBG.png) bottom repeat-x;
	width:100%;
	height:60px;
	position:relative;
}

.headerNavigation {
    color:#FFFFFF;
	font-size:12px;
}

#topbar {
	background:#840000;
	width:100%;
	height:25px;
	position:relative;
	color:#FFFFFF;
}

#masthead	{
	width:50em;
	margin:0 auto;
	padding:0;
	height:35px;
	position:relative;
}

#masthead ul {
	position:absolute;
	bottom:0;
	z-index:0;
	width: 480px;
	left: -129px;
	height:35px;

}

#masthead li {
	float:left;
	margin-right:0;
	background:#000000 url(../images/smallBG.png) top repeat-x;
}

#masthead li a {
	background:transparent url(../images/nav_over_left.gif) top right no-repeat;
	display:block;

}

#masthead li:hover {
	background:transparent url(../images/nav_over_right2.gif) top right repeat-x;
}

#masthead li a strong {
	padding:7px 15px 15px 5px; 
	margin-left:10px;
	display:block;	
        position: bottom;
}

#masthead img {
	position:absolute;
	border:none;
	width:300px;
	height:33px;
	left:324px;
	bottom:1px;
	outline:none;
}

#main img {
	border:none;
	outline:none;
}

#content img {
	border:none;
	outline:none;
}

#subContent img {
	border:none;
	outline:none;
}

#article img {
	border:none;
	outline:none;
}

#article1 img {
	border:none;
	outline:none;
}

#main {
	padding:1px 0 0 0;
	background:#FFF url(../images/main2.gif) repeat-x;
	width:100%; 
        height: auto !important;
   height: 100%;
   min-height: 100%;

	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	position:absolute;
        padding-bottom:8em;
        float:none;
        min-height:100%;
}

#content {
	background:#FFF url(../pianoBGnav.jpg) top right no-repeat;
	width:72em;
        height: auto !important;
   height: 100%;
   min-height: 100%;

	margin:0 auto;
	padding:2em;
        padding-bottom:8em;
        min-height:100%;
}

#subContent {
	width:18em;
	height:50em;
	padding-left:2em;
	/*background:url(../images/green_vr.gif) repeat-y;*/
	float:right;
}

.article {
	width:49.5em;
	padding-bottom:2em;
	padding-right:2em;
	/*background:url(../images/hr.gif) right bottom no-repeat;*/
	position:absolute;
        height:100%;
}

/*.article1 {
	width:49.5em;
	padding-bottom:2em;
	padding-right:2em;
	background:url(../images/hr.gif) right bottom no-repeat;
	position:relative;
}

.article1:hover {
	background:url(../images/hr2.gif) right bottom no-repeat;
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.article ul li, #subContent ul li {
	background:url(../images/bullet.gif) left no-repeat;
	padding-left:1em;
}
*/
.comments {
	position:absolute;
	right:132px;
	bottom:27px;
}

.article .comments li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
}

tr.row-a {
font-size:10px;
padding-left: 11px;
padding-right: 11px;
border-left: 1px solid #DFDFDF;
border-right: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
background: #F8F8F8;
color:#666666;
}
tr.row-b {
font-size:10px;
padding-left: 11px;
padding-right: 11px;
border-left: 1px solid #DFDFDF;
border-right: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
background: #EFEFEF; 
color:#666666;
}

.hr {
	width:55em;
	height:128px;
}

#footer {
	clear:both;
	background:#000;
	height:8em;
        bottom:0;
	position:relative;
        margin: 35px 0 0 0;
}

#footer ul {
	position:relative;
	text-align:right;
	right:50%;
	top:50%;
	margin-top:-8em;
	padding:3em 1em;
	border-right:1px solid #BF0000;
}

#footer img {
	position:absolute;
	left:50%;
	top:60%;
	border:0;
	margin-top:-2.9em;
	background:#CCC;
	margin-left:1em;
	border:none;
	outline:none;
}

/* Typography
---------------------------------------------------------*/

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#C60000;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:underline;
}

p {
	line-height:1.5em;	
	font-size:1.2em;
	margin-bottom:1em;

}

h1 {	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}

blockquote {
	border-left:0.3em solid #BF0000;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

.pageHeading {
    font-size:2.1em;	
	line-height:1.5em;
	margin-bottom:0.5em;
	}

.article li {
	font-size:1.2em;
}

.comments {
	font-size:1.2em;
}

#subContent h2 {
	font-size:1.3em;	
}

#subContent a {
	font-size:1.1em;
}
	
#subContent p {
	font-size:1.1em;	
}

#masthead p {
	color: #333333;	
}

#masthead li a {
	font-size:1.2em;
	color:#FFFFFF;
	text-decoration:none;
}

#masthead li a:hover {
	text-decoration:underline;
}

#footer {
	color:#CCC;	
}

#footer a {	
	color:#FFF;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#footer p {
	margin-bottom:0;
}
