@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);
@charset "UTF-8";
/* CSS Document */

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/*end reset*/

html{
	
  height:100%
}

body{
	height:100%;
	background:none;
    font-family: 'Rokkitt', serif;
    color:#000;
    font-size: 15px;
    background: url(../images/bg.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a{
	color: #de0825;
	text-decoration:none;
}

a:visited{
	color: #de0825;
}

#mainContainer{
	width:960px;
	margin:0 auto;
	height:100%;
}

header{
	width:960px;
	/*background-image: url(../images/header.png);*/
    clear: both;
    display: block;
}
header .site-branding{
    float:left;
}
.site-title{
    line-height:7px;   
}
#site-navigation{
    float:right;
    width:auto;
    clear:none;
    margin-top:94px;
}
.pageTitle{
	float:left;
	color:white;
	font-size:30px;
	margin-left: 15px;
    margin-top: 125px;
}

.menu{
	float:right;
}

.menu ul{
}

.menu li{
	float:left;
	padding: 3px 5px;
    margin-left:10px;
}
.menu li.current_page_item{
    background:url(../images/navigation-background.png) top left repeat;   
}
.menu li a{
	color:white;
	font-family: 'Rokkitt', serif;
	text-decoration:none;
	font-size:18px;
    font-weight:bold;
}
/* 2nd tier */
.main-navigation ul ul{
    box-shadow:none;
    background:url(../images/navigation-background.png) repeat top left;
    margin: 1px 0 0;
}
.main-navigation ul ul li{
    margin:1px 0 0;
}

#page-header{
    background:url(../images/navigation-background.png) top left repeat;
    padding:10px;
}
#page-header #page-title{
    font-size:23px;
    color:#FFF;
}
#primary{
	float:left;
	width:630px;
	background-image:url(../images/whiteBG.png);
	margin-top:5px;
	padding: 5px;
}
article{
    width:100%;
    clear:both;
    padding-bottom: 30px;
    border-bottom:1px solid #000;
    display:inline-block;
}
.post-content{
    float:right;
    width:490px;
}
article header{
	background:none;
	width:auto;
	height:auto;
    float:none;
}
.newsRow{
	width:675px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:60px;
}

.newsRowImage{
	width:130px;
	margin-right:10px;
	float:left;
}

.entry-title{
	font-family: 'Rokkitt', serif;
    font-weight:bold;
	color:#de0825;
	font-size:20px;
	margin-bottom:15px;
}

.entry-meta{
	margin-bottom:10px;
}

.entry-content{
	margin-top:5px;
	font-size:15px;
    font-family: 'Rokkitt', serif;
}

.entry-content p{
    margin: 8px 0 0;
    color:#000;
    line-height:18px;
}
.entry-content p.read-more,
.entry-summary p.read-more{
    text-align:right;
    font-weight:bold;
}
#secondary{
	float:right;
	width:302px;
	background-image:url(../images/whiteBG.png);
	margin-top:5px;
    padding:5px 5px 0;
}
#guitar-tree{
    background:url(../images/treeLogo.png) no-repeat center bottom;
    height:178px;
    margin-top:20px;
}
.treeLogo{
	margin:0 auto;
	width: 170px;
	position:absolute;
	bottom:0px;
}

/* Comments */
.comment-content{
    margin: 0 10px;   
}
.comment-list li{
    padding:10px;
    border:1px solid;
    margin-bottom:10px;
}
.comments-title{
    color:#000;
    font-weight:bold;
    font-size:16px;
    margin-bottom: 8px;
}
.comment-intro{
    width:100%;
    clear:both;
    display:inline-block;
    border-bottom:1px solid #000;
    
}
.comment-author{
    float:left;
}
.comment-date{
    float:right;
}

#reply-title{
    font-size: 16px;
    font-weight:bold;
}

/* Widgets */
.textwidget{
    text-align:center;
    font-size: 15px;
    text-transform: uppercase;
}
.widget_cnss_widget{
    text-align:center;
}
.widget_cnss_widget table.cnss-social-icon{
/*    width:100% !important;*/
    margin:0 auto !important;
}
.widget_cnss_widget table td{
    text-align:center;
}