/*   
Theme Name: RoloPress.com
Theme URI: http://blaze.com
Description: A Child Theme for the Blaze Framework
Author: blaze
Author URI: http://blaze.com
Version: 0.1
Tags:
Template: blaze-framework
*/


/* Import a basic layout */
@import url('../blaze-framework/styles/wide-columns/2c-r.css');

/* Reset default browser styles */
@import url('../blaze-framework/styles/reset.css');

/* Rebuild default browser styles */
@import url('../blaze-framework/styles/rebuild.css');

/* Basic WordPress Styles */
@import url('../blaze-framework/styles/wp.css');

/* Styles for Widget Areas */
@import url('../blaze-framework/styles/widgets.css');



body, html {
	margin: 0;
	padding:0;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

#wrapper {
	margin: 0 5%;
}

/*keeps footer down */
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}

.home #wrapper {
	margin: 0;
}
.msie #wrapper,.msie #primary {
margin-bottom: 80px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
}
#branding, #access{
	display: none;
}
.breadcrumb {
clear:both;
margin:5px 3%;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}

#menu {
	height: 36px;
	background: #464646;
	padding:5px 15px;
	border-bottom: 3px solid #0CE7EB;
	}
.safari #menu {
	margin:0 0 10px;
	}

.menu_item {
	line-height: 32px;
	list-style:none;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#menu li h1 a, #menu li h1 a:link, #menu li h1 a:visited{
font-size:22px;
font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-weight:normal;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #ccc;
	display: block;
	font-size: 14px;
    font-weight: bold;
    margin: 0px 5px 0px 0px;
	padding: 5px;
}
#menu li a:hover, #menu li a:active {
	color:#FFFFFF;
	text-decoration:underline;
	display: block;
    margin: 0px 5px 0px 0px;
	padding: 5px;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #000;
	width: 155px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#menu li li a:hover, #menu li li a:active {
	background: #464646;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: fff;
	text-decoration: underline;
}
#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
#menu li li { 
}
#menu li ul a { 
	width: 140px;
}
#menu li ul a:hover, #menu li ul a:active { 
}
#menu li ul ul {
	margin: -25px 0 0 161px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover { 
	position: static;
}
#menu .widget-title {
    display: none;
}
#app-title a{
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 22px;
	text-decoration: none;
	color: white;
	float: left;
}
#menu li h1 a, #menu li h1 a:link, #menu li h1 a:visited { /* rolopress logo */
	padding: 0px;
}
#menu li.demo a, #menu li.demo a:link, #menu li.demo a:visited {
color:#FF0000;
}

/* =Navigation
-------------------------------------------------------------- */
.nav-next {
float:right;
}
#nav-above {
display:none;
}
.single .navigation {
display:none;
}


/* =Home Page
-------------------------------------------------------------- */
#home-top {
clear:both;
margin:15px auto;
width:960px;
}


h2.screenshot{
background-image:url(images/rolopress-screenshot.jpg);
background-repeat:no-repeat;
float:left;
height:600px;
margin-bottom:20px;
margin-left:20px;
width:500px;
}

h2 .tagline {
display:none;
}

#home-top-left {
float: left;
width: 440px;
margin-bottom: 60px;
}

#home-top-left h2{
font-size: 32px;
}

#home-top-left ul{
font-size: 22px;
}

#home-top-right {
float: right;
width: 500px;
margin-bottom: 60px;
}

.download_button {
background:red;
color:white;
font-size:16px;
font-weight:bold;
margin:120px;
padding:10px 30px;
}

/* =main
-------------------------------------------------------------- */
#main {
margin:10px 2% 0;
padding-bottom: 160px;
}
.msie #main{
padding-bottom: 300px;
}
.entry-main, .entry-summary {
	margin: 1.5em 0 0 0;
}
.entry-utility, .entry-meta {
font-size:11px;
}
#info .page, #info .post, .inside {
	padding: 5px;
}
#info,#primary li.widget,#secondary li.widget  {
	border: 3px solid #DFDFDF;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#info {
	font-size: 1.4em;
}

.msie #container {
margin-bottom: 36px;
}


/* =Archives
-------------------------------------------------------------- */
.archive .odd, .home .odd, .search-results .odd  { /* adds invisible border so hover effect doesn't shake */
    border:2px solid #f7f7f7;
    background: #f7f7f7;
}
.archive .even, .home .even,.search-results .even   { /* adds invisible border so hover effect doesn't shake */
    border:2px solid #fff;
}
.archive .odd:hover, .archive .even:hover, .home .odd:hover, .home .even:hover,.search-results .odd:hover, .search-results .even:hover     {
    border:2px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.archive .post {
    padding:0 10px 0 0;
}
.archive .post .entry-meta {
    display:none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
background:#464646 none repeat scroll 0 0;
border-top:3px solid #0CE7EB;
height:40px;
margin-top:-40px;
padding:5px 15%;
position:relative;
width:70%;
z-index:10;
}

#footer  p {
margin-bottom: 0px;
}
li.footer-widget {
float:left;
margin:0 5px;
}
#footer ul.widget-area {
clear:both;
width:98%;
float:left;
list-style:none;
margin:0;
}
#footer h3 {
background:none;
padding:5px 0;
text-shadow:0 1px 0 #000;
font-size:18px;
font-weight:bold;
line-height:1;
margin:0;
padding:7px 9px;
text-align:left;
color:white;
}
#footer .inside ul{
list-style:disc;
list-style-position:inside;
color: white;
text-align:left;
margin:0;
}
#footer, #footer a {
color:white;
}
#colophon {
display: none;
background:#464646;
}
#credits {
background:#464646;
color:#ccc;
text-align:right;
position: absolute;
bottom: 2px;
right: 5px;
}
#credits a {
color:white;
}

/* =Search
-------------------------------------------------------------- */

#search-text{
	width: 200px;
}



/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin:0.3em 0 0.3em 1.5em;
}
.widget-area ul ul ul {
	margin-left: 2em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
#primary li.widget,#secondary li.widget  {
	margin-bottom:20px;
}
h3.section-title{
background:#DFDFDF;
text-shadow:0 1px 0 #FFFFFF;
font-size:12px;
font-weight:bold;
line-height:1;
margin:0;
padding:7px 9px;
text-align:left;
}


#text-3 { /*Follow RoloPress widget */
text-align: center;
}
#text-3 img {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
	width:60px;
	height:60px;
}
#text-3 img:hover {
    filter: alpha(opacity=50); /* internet explorer */
    opacity: 0.5;           /* fx, safari, opera, chrome */
	width:60px;
	height:60px;
}

	
/* =Alignment
-------------------------------------------------------------- */	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft, .alignleft li {
	float: left;
}

.alignright,.alignright li {
	float: right;
}


/* =Styles
-------------------------------------------------------------- */	
pre {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #DDDDDD;
color:#000000;
font-size:12px;
overflow:auto;
padding:9px;
font-family:Monaco,monospace,Courier,"Courier New";
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:21px;
margin-bottom:21px;
}

.code {
background:#EEEEEE none repeat scroll 0 0;
font-size:12px;
padding:0 3px;
font-family:Monaco,monospace,Courier,"Courier New";
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}


h1.entry-title, h1.page-title, span.page-title {
color:#666666;
font-family:"Lucida Grande",Verdana,Tahoma,Arial,sans-serif;
font-size:24px;
font-weight:bold;
margin-bottom:24px;
margin-top:0;
padding-bottom:2px;
}

h1.entry-title {
margin-bottom:0px;
}
h2.entry-title, h2.entry-title a {
font-size:20px;
text-decoration: none;
}
h2,h3,h4 {
    color:#111;
    font-weight:bold;
}
h3, h3 a {
    color:#333;
	font-size:18px;
	font-weight:bold;
}
.tax-list {
font-size: 12px;
}


.category-functions .entry-meta, .category-functions .entry-utility, 
.category-themes .entry-meta, .category-themes .entry-utility, 
.category-plugins .entry-meta, .category-plugins .entry-utility, 
#post-6  .entry-meta,
#post-8  .entry-meta,
#post-10  .entry-meta,
#post-13  .entry-meta,
.home .breadcrumb{
display:none;
}

#comments {
padding:5px;
}
.nocomments, .notrackbacks {
display:none;
}




/* Text for Archive Pages */
.category-functions span.page-title:after { // only works in ff, ie8 and safari
content: " in RoloPress Core"
}

/* Text for Pages - Child Page List */
h3 span.child-pages-title { // only works in ff, ie8 and safari
content: "Table of Contents"
}



/* =Threaded Comments
-------------------------------------------------------------- */
#respond {margin:15px 0 0 5px;}
#comments-list {padding:10px;}
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li, textarea#comment { width: 50%; border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 5px 10px; padding:5px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; padding-left:15px; }
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; float:left; margin-right:5px; height:36px; width:36px}
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 5px 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 5px 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 5px 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 5px 0 3px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
.comment {
border: 2px solid #DFDFDF;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;	
-moz-border-radius: 6px;
border-radius: 6px;
margin:10px;
}
ul.children .comment {
background:#DFDFDF;
list-style:none;
border:2px solid white;
}
.comment .avatar {
border:2px solid;
float:left;
height:40px;
margin:5px;
width:40px;
}
.comment-meta {
font-size:12px;
}


/* =Coming Soon Template
-------------------------------------------------------------- */	
.page-template-coming-soon #wrapper {
clear:both;
margin:10px 15%;
}

.page-template-coming-soon #container {
	float: left;
	width: 100%;
}
.page-template-coming-soon #info {
	margin: 0;
}
.page-template-coming-soon #footer {
	clear: left;
}
.page-template-coming-soon #primary, .page-template-coming-soon #secondary {
	display: none;
}
.page-template-coming-soon #menu, .page-template-coming-soon .breadcrumb {
	display:none;
}

.page-template-coming-soon #query-posts-4, .page-template-coming-soon #widgets-reloaded-pages-3 {
display:none;
}
.page-template-coming-soon #info {
	border: none
}
.page-template-coming-soon  .odd:hover, .page-template-coming-soon  .even:hover    {
border:2px solid #fff;
}
.page-template-coming-soon .post-1, .page-template-coming-soon .post-1:hover{
	border: 3px solid #DFDFDF;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
    border:2px solid #D5D5D5;
}
.page-template-coming-soon h2{
font-size:26px;
font-weight:bold;
margin:0 5px;
}


/* =Hosting Page
-------------------------------------------------------------- */	
li.host {
clear:both;
padding:10px 0;
list-style:none;
}



/* =Contact Form
-------------------------------------------------------------- */
.wpcf7 {
text-align:center;
}
.wpcf7 textarea, .wpcf7 .wpcf7-form-control-wrap input {
width:50%;
}

/* =Built for Rolopress
-------------------------------------------------------------- */
.built {
background:transparent url(images/rolopress-icon-small.gif) no-repeat scroll left center;
color:#2B60DE;
padding:20px 30px;
}


/* = bbPress
-----------------------------------------------
 */
 .bbpress {
    margin: 0 300px 0 0;
    overflow: hidden;
}
 div.bbp-breadcrumb {
    display: none;
}


/* = Announcement
-----------------------------------------------
 */

#announce {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin: 10px 40px 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
}
#announce h2 {
    font-size: 30px;
    color: red;
    }
