/*
Theme Name:     rrrojer.net 0.1	
Theme URI:		http://www.rrrojer.net	
Description:    Theme for rrrojer.net
Author:         Rebecca Rojer / Beccatron Studios LLC
Author URI:		http://beccatron.com
Template:       twentytwelve
Version:        0.1
*/

@import url("../twentytwelve/style.css");
@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Roboto+Condensed:300italic,400italic,700italic,400,700,300);

}


/* ========== COLORS ==========  */

/* Text Colors */

body{
	color: #000; /* black */
}

/* Link Colors */

a, .main-navigation li a, .site-header h1 a:hover, .widget-area .widget a{
	color: #6875b6; /* lavendar */
}

a{
	text-decoration: underline;
}

a:visited, .main-navigation li a:visited, .widget-area .widget a:visited{
	color: #131026; /* dark purple */
}

a:active, a:focus, a:hover, footer[role="contentinfo"] a:hover, footer[role="contentinfo"] a:active, footer[role="contentinfo"] a:focus, .entry-meta a:hover, .comments-link a:hover, a.comment-reply-link:hover, .comments-area article header cite a:hover, .main-navigation li a:hover, .main-navigation li a:active, .widget-area .widget a:active, .widget-area .widget a:hover{
	color: #ad3f09; /* peach */
}


/* Special Colors */

p{
	color: #222;
}
quote{
}

cite{
}

.comment-awaiting-moderation{
}

#secondary .calp-agenda-widget-view .calp-event-title{
}

.site-info{
}

p.form-allowed-tags{
color: #747545; /* dark sage */
}

/* ======= TYPOGRAPHY ======== */

/* Font Family */

body, body.custom-font-enabled, .single h1.entry-title, h1.archive-title{
	
	font-family: 'IM Fell DW Pica', Georgia, serif;
}

h1, h2, h3, h4, h5, h6, .main-navigation, .home h1.entry-title, .archive h1.entry-title, footer, .widget-area .widget a{
	font-family: 'Roboto Condensed', sans-serif;
}	
	
/* size */

.site {
	max-width: 55em;
}


html{
	font-size: 100%;
}	

.main-navigation  li{
	font-size: 1em;
}

p{
	font-weight: normal;
	font-size: 1.1em;
}
	
.widget-area .widget li{
	font-size: .8em;
}

.home h1.entry-title{
	display: none;
}

.home #primary{
	margin-top: 0;
	padding-top: 0;
}