/*
Theme Name:     Twenty Twelve - ACNMP
Description:    Twenty Twelve child theme for ACNMP
Author:         Robert Pisani
Template:       twentytwelve
Version:        0.1.0
*/
@import url("../twentytwelve/style.css");

.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #E0E0E0;
	border-radius: 15px;
}
#page{
	background: none;
	box-shadow: none;
}
#masthead{
	/*padding-top: 0px;*/
	padding-bottom: 0px;
}
#main{
	background: gainsboro;
	padding: 10px;
}
#content article header.entry-header h1.entry-title{
	text-align:center;
}
#masthead hgroup h1.site-title img#home_logo{
	max-width:80px;
	max-height:78px;
	vertical-align:middle;
	margin: 10px 23px;
}
#masthead hgroup h1.site-title a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size:50px;
	font-weight:normal;
	vertical-align:middle;
	color:white;
}
#masthead hgroup h1.site-title a:hover{
	color:#96D0EE;
}
#masthead hgroup h2.site-description{
	color:white;
	font-size:16px;
}
.site-content article{
	border-bottom: 4px double #000000;
}
.main-navigation li:last-child ul {
	right: -100%;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
	border-left: dotted;
	border-width: 1px;
	padding-left: 1%;
}
footer.entry-meta{
	text-align:center;
}
#pdfTable{
	width:auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
@media screen and (min-width: 600px){
.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border: 1px solid #464646;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		display: inline-block !important;
		text-align: center;
		width: 99.8%;
		background: #3D3D3D; /* Show a solid color for older browsers */
		background: -moz-linear-gradient(black, #3D3D3D);
		background: -o-linear-gradient(black, #3D3D3D);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(black), to(#3D3D3D)); /* Older webkit syntax */
		background: -webkit-linear-gradient(black, #3D3D3D);
}
.main-navigation li a {
		border-bottom: 0;
		color: white;
		line-height: 3.692307692;
		text-transform: uppercase;
}
.main-navigation li a:hover {
		color: #96D0EE;
}
.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: white;
		font-weight: bold;
}
.main-navigation li ul li a {
		background: #3D3D3D;
		border-bottom:none;
		border-right: 1px solid #464646;
		border-left: 1px solid #464646;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
}
.main-navigation li ul li:last-child a{
		border-bottom-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom: 1px solid #464646;
}
.main-navigation li ul li a:hover {
		background: #3D3D3D;
		color: #96D0EE;
}
}
@media screen and (max-width: 959px){
.site{
	border-radius:0px;
}
#page.hfeed.site{
	padding:10px;
}
}
@media screen and (max-width: 599px){
#masthead hgroup h1.site-title img#home_logo{
	margin-left: 0px;
}
#masthead hgroup h1.site-title a,
	#masthead hgroup h2.site-description{
	color: #145879
}
#page{
	background: gainsboro;
}
}

/* ### SEARCH CSS ### */

#searchDiv
{
	margin:0;
	/*background-color:#79BCFF;*/
	/*border:solid 1px black;*/
	padding:5px;
}

#searchHeader{
	background-color:lightblue;
	border:solid 1px black;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	padding:5px;
	padding-bottom:15px;
	margin-bottom:0;
}

#searchDiv input[type="text"]{
	border-radius:5px;
	box-shadow:inset 2px 2px 2px 0px #CCC;
	-webkit-box-shadow:inset 2px 2px 2px 0px #CCC;
	-moz-box-shadow:inset 2px 2px 2px 0px #CCC;
}

#searchDiv input[type="submit"]{
background-color:lightgray;
border-radius:10px;
width:75px;
height:24px;
}

#searchInCont{
border-left:solid 1px black;
border-right:solid 1px black;
border-bottom:solid 1px black;
padding:10px;
}

#insertDiv
{
	background-color:#79BCFF;
	border-style:solid;
	border-color:black;
	border-width:thin;
	padding:2px;
}

.searchForm{}

.searchForm select, input
{
	background-color:white;
}

.suggestion, .dropdown, .results{
margin:0;
padding:0;
border:0;
width:250px;
}

.suggestion{
padding:4px;
border:1px solid #000;
}

.dropdown{
background-color:white;
height:auto;
width:260px;
overflow:hidden;
box-shadow:0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}

.dropdown p{
background-color:white;
cursor:pointer;
padding:1px;
padding-left:4px;
margin:0;
display:inline-block;
}

.dropdown p:hover{
background-color:lightgray;
}

.results{
width:260px;
list-style:none;
}

.results li{
background-color:white;
padding:5px;
border:1px solid #000;
border-top:0;
cursor:pointer;
}

.results li:hover{
background-color:lightblue;
}

/*Styling for syllabus.php*/
.syllabus{
	padding:0px 30px 10px 30px;
}
.page-template-syllabus-php #primary{
	width:100%;
	height:50%;
}
#syllabusForm{
	text-align:center;
}
#syllabusForm input[type="text"]{
	width:30%;
}
#syllabusForm select[name="instruments"],
#syllabusForm select[name="classes"]{
	height:31px;
	padding:5px;
}
#queryrs{
	width: 100%;
	height: auto;
}
#insthtag{
	font-size:30px;
}
#sechtag{
	font-size:24px;
}
#classh2{
	font-size:20px;
}
#queryrs div hr{
	clear:both;
}
#queryrs table{
	width:100%;
	border-spacing:1px;
}
#queryrs table tbody tr td{
	width:40%;
}
#queryrs table tbody tr td.pubtd{
	width:20%;
	text-align:right;
}
/*----*/