/*
Theme Name: Notations Child Theme
Theme URI: http://www.aboutdrawing.org/notations/
Description: Child Theme for Notations: Drawing as Idea and Process
Author: Rachel Nackman
Template: base
*/
@import url("../base/style.css");

@font-face {
    font-family: 'NotCourierSansRegular';
    src: url('NotCourierSans-webfont.eot');
    src: url('NotCourierSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('NotCourierSans-webfont.woff') format('woff'),
         url('NotCourierSans-webfont.ttf') format('truetype'),
         url('NotCourierSans-webfont.svg#NotCourierSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EBGaramondRegular';
    src: url('EBGaramond-webfont.eot');
    src: url('EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('EBGaramond-webfont.woff') format('woff'),
         url('EBGaramond-webfont.ttf') format('truetype'),
         url('EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonRoman';
    src: url('Crimson-Roman-webfont.eot');
    src: url('Crimson-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Roman-webfont.woff') format('woff'),
         url('Crimson-Roman-webfont.ttf') format('truetype'),
         url('Crimson-Roman-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Color Palette:
	Light blue: 66cff
	Gray: 666666
	Orange: ff6600
*/

/*GRID*/
.container_12 {
	margin-left: 30px;
	}



/*TYPOGRAPHY*/

h4 {
	text-transform: uppercase;
	font-family: NotCourierSansRegular;
	font-weight: bold;
	font-size: 1em;
	}

.h5 {
	font-family: NotCourierSansRegular;
	font-size: 16px;
	color: #666666;
	margin: 0px;
	display: inline;
	text-align: left;
	}
	
.h6 {
	font-family: NotCourierSansRegular;
	font-size: 16px;
	color: #ff6600;
	margin: 0px;
	display: inline;
	text-align: left;
	}


/*MAIN MENU*/
div.menu {
padding-top: 20px;
background: white;
float: left;
width: 100%;
font-family: NotCourierSansRegular;
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
color: #111;
}

div.menu ul a {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	}

.menu.clearfix a, .menu.clearfix a:visited {
	background: white;
	color: black;
}

.menu.clearfix a:hover {
	background: #58cafe;
	color: white;
}

.menu .current_page_item a, .menu .current_page_item a:visited {
	background: #58cafe;
	color: white;
	}


/*SIDEBAR*/

#sidebar {
	width: 200px;
	font-family: NotCourierSansRegular;
	}

#sidebar h3 {
	color: #ff6600;
	}

#sidebar ul {
margin-left: 20px;
padding: 0;
list-style-type: none;
}

#sidebar a {
	font-weight: normal;
	border-bottom: none;
}

#sidebar a:hover {
	color: #58cafe;
	border-bottom: none;
}

#sidebar .current-menu-item a {
	background: white;
	color: #58cafe;
	}

/*Search box in Sidebar*/
#sidebar input {
width: 180px;
font-size: 0.75em;
padding: 4px;
font-family: NotCourierSansRegular;
color: #58cafe;
}


/*FOOTER*/

#footer {
	background: #E6E7E8;
	margin: 0px;
	border-top: 0px;
	}
	
#below_footer {
	margin-top: 0px;
	border-top: 0px;
	}

/*ENTRIES*/

/*Entry Title*/
h2.entry-title, h2.title, h2.entry-title a {
margin: 0 0 20 0;
padding: 0;
text-transform: uppercase;
font-weight: bold;
font-size: 1em;
font-family: NotCourierSansRegular;
color: #ff6600;
}

/*Widening size of entry content*/
.container_12 .grid_8 {
width: 720px;
}

.content {
padding: 0;
font-family: CrimsonRoman;
font-size: 16px;
text-align: justify;
}

.content a {
font-weight: normal;
}

.content a:hover {
	color: #58cafe;
	}

.content h2 {
	text-transform: uppercase;
	font-size: 1.75em;
	font-family: NotCourierSansRegular;
	color: #ff6600;
	}


/*Captions under image attachments*/

.wp-caption-text {
	font-family: NotCourierSansRegular;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	}

.wp-caption p.wp-caption-text {
	padding-top: 0px;
	margin: 0px;
	font-family: NotCourierSansRegular;
	font-size: 10px;
	}
	
.wp-caption img {
	padding-bottom: 10px;
	}
	
ul.xoxo.blogroll {
	list-style-type: none;
	list-style-position: outside;
	}

.entry-utility {
	margin-top: 20px;
	font-family: Helvetica Neue;
	}

/*Changing colors in box shortcodes*/
.green {
	background: #58cafe;
	color: #111;
}

.green a {
	color: #333;
	font-weight: normal;
	}
	
.green a:hover {
	color: #ff6600;
	border-bottom: #ff6600;
}
	
.button {
	font-size: 18px;
	font-weight: bold;
	font-family: NotCourierSansRegular;
	}

/*////////// COLLAPSE-O-MATIC //////////*/
.collapseomatic {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	padding: 0 0 10px 16px;
	/*border: 1px dotted blue;*/
	cursor: pointer;
	text-transform: uppercase;
	font-family: NotCourierSansRegular;
	font-weight: bold;
	font-size: .85em;
}
.collapseomatic_excerpt, .collapseomatic_content {
	padding-bottom: 30px;
}