/*
 Theme Name:     Coraline Child
 Description:    Coraline Child Theme
 Author:         Adrian Lovell
 Template:       coraline
 Version:        1.0.0
*/

@import url("coraline_style.css");

/* Customisations follow */
#masthead {
	padding: 28px 0 0;
    position: relative;
}

#header {
	margin: 0;
}

body.no-sidebars #container, .full-width #container, .attachment #container {
    max-width: 990px;
}

#content-container {
    width: 97%;
    margin-left: 1.5%;
    padding-top: 14px;
}

#site-description {
	color: #2A044A;
	font-style: italic;
}
h1, h2, h3, h4 {
	font-weight: 300;
	color: #0b2e59;
}
.entry-content h1 {
	border-bottom: 0;
}
.entry-content h2 {
	font-size:18px;
}
.entry-content h3 {
	font-size:15px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #0B2E59;
}

a:hover, a:active {
	color: #0D6759;
}

iframe {
	width: 100%;
	height: 1400px;
}

table { 
	border-collapse: collapse;
}

td {
	padding: 6px 6px 9px;
}

label {
}

#access {
    border-top: 1px solid #A0C55F;
}

#access a {
	color: #0B2E59;
	margin: 0;
}

#access ul {
	font-weight: inherit;
}

#access .current-menu-item a, 
#access .current-menu-ancestor a, 
#access .current_page_item a, 
#access .current_page_ancestor a {
    background: none repeat scroll 0 0 #7AB317;
    color: #FFFFFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;    
}

#access li > a:focus,
#access ul ul :focus > a,
#access li:hover > a,
#access ul ul :hover > a,
#access ul ul a:focus,
#access ul ul a:hover,
#access .current-menu-item a,
#access .current-menu-ancestor a,
#access .current_page_item a,
#access .current_page_ancestor a {
	background: #0B2E59;
	color: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;    
}

#access .sub-menu a,
#access .sub-menu li:hover > a,
#access .sub-menu ul ul :hover > a {
    border-radius: 0;
}

#access ul ul {
	width: 199px;
}

#access ul ul a {
	background: none repeat scroll 0 0 #7AB317;
	border-top: 1px dashed #8E8E8E;
}

/* Feature image border color top and bottom */
#branding img {
    border: 0;
    border-width: 0;
}

#branding {
	line-height: 10px;
}

.highlight {
	background: none repeat scroll 0 0 #0b2e59;
	border: 1px solid #0D6759;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 80%;
	margin-left: 5%;
}

/* Basic bordered box */
.basic-box {
	border: 1px solid #0D6759;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
	padding: 10px;
}
.basic-box-2col,
.basic-box-3col {
	float: left;
	padding-right: 5px;
}
.basic-box-3col {
	width:32%;
}
.basic-box-2col {
	width:48%;
}

/* My two column layout */
.my-container:before,
.my-container:after {
    content:"";
    display:table;
}

.my-container:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.my-container {
    zoom:1;
}

.my-container-left {
    border-right: 1px solid #d9d9d9;
    float: left;
    margin-right: 0;
    padding-right: 9px;
    width: 48%;
}

.my-container-right {
	float: right;
	width: 48%;
}

/* LANGUAGE SELECTOR */
#country-select {
	float: right;
	width: 94px;
	margin-right: 1px;
}

/* rought form styles for when JS is disabled */
#country-select form {
	padding: 0;
}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
}

/* Can't use class .dropdown because it's getting over-ridden by #access */
#country-select dl { 
	margin: 0; 
}

#country-select li {
	float: none;
}

#country-select dd { 
	position: relative;
	margin-bottom: 0;
}

#country-select a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	overflow: hidden;
	text-transform: none;
}

#country-select dt a {
	background: #FFF;
	line-height: 20px;
	border-left: 1px solid #0B2E59;
	border-top: 1px solid #0B2E59;
	border-right: 1px solid #0B2E59;
	padding: 3px 10px 4px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;    
	color: #0B2E59;
}

#country-select dt a:hover {
	background: #0B2E59;
	color: #FFF;
}

#country-select dt a.active {
	background: #0B2E59;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 20px;
	border-bottom: 1px dotted #676768;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	color: #FFF;
}

#country-select dd ul {
	width: 92px;
	background: #0B2E59;
	border: 1px solid #2A044A;
	color: #FFF;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	list-style: none;
	border-top: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
}

#country-select dd ul li a {
	padding: 3px 10px 4px 10px;
	margin: 0;
}

/* Flag position */
#country-select dd ul li a span,
#country-select dt a span {
	float: left;
	width: 16px;
	height: 11px;
	margin: 2px 8px 0 0;
	background-image: url(css/images/es_en.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#country-select dt a span {
	margin: 5px 8px 0 0;
}
	
.es a span { 
	background-position: 0 0 
}
.en a span { 
	background-position: -16px 0 
}
	
#country-select dd ul li a em,
#country-select dt a em {
	font-weight: bold;
	font-style: normal;
	float: left;
	width: 47px;
	margin-top: 1px;
	cursor: pointer;
}

#country-select dd ul li a em {
	color: #FFF;
}

#country-select dd ul li a:hover { 
	background-color: rgba(255,255,255,.1); 
}
#country-select dd ul li a:hover em { 
	color: #fff; 
}

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #FFFFFF;
  background: #7AB317;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.btn:hover {
  background: #A0C55F;
  text-decoration: none;
}

.btn:visited {
  color: #FFFFFF;
}

.combobox,
.title-combobox {
	position: relative;
	display: inline-block;
}

.title-combobox input {
	width: 50px;
}

.combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 4px;
	cursor: pointer;
/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}

.combobox-input {
	margin: 0;
	padding: 3px 0.3em;
	width: 190px;
	color: #333333;
}

.combobox .ui-corner-left,
.combobox .ui-corner-right,
.title-combobox .ui-corner-left,
.title-combobox .ui-corner-right
 {
	border-radius: 0;
}

ul.ui-corner-all {
	border-radius: 0;
}

.ui-menu .ui-menu-item a {
    list-style-image: none;
    background-image: none;
    padding: 1px 0.4em;
    color: #333333;
    margin: 0;
    border: 0;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	background: #0B2E59;
	color: #FFF;
	padding: 1px 0.4em;
	margin: 0;
	border: 0;
	cursor: pointer;
	border-radius: 0;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget input,
.ui-state-default {
	border: 1px solid #888888;
	font-family: inherit;
}
.ui-state-default {
	background: none;
}
.ui-button-icon-only {
	width: 1.3em;
}
.ui-tooltip {
	border: 0;	
	background: #7AB317;
	color: #FFFFFF;
	position: absolute;
	padding: 10px;
}
/* Validate css */
label.error {
	width: auto;
	display: block;
	color: red;
}
input.error,
select.error,
span.error { 
	border: 1px solid red; 
}

/* dialog box */
#inscripcion_confirmation {
	border: none;
	padding: 10px;
}

#inscripcion_confirmation td {
	padding: 3px;
	margin: 0;
}

#inscripcion_confirmation label {
	font-weight: bold;
}

.ui-dialog-buttonset .ui-button,
.ui-dialog-buttonset .ui-button:hover {
  background: #7AB317;
  color: #FFFFFF;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

.ui-dialog-buttonset .ui-button:hover {
  background: #A0C55F;
}

blockquote {
    background: url(css/images/bg-quote.png) no-repeat;
    color: #a5a4a4;
    font-style:italic;
    line-height: 27px;
    font-size: 18px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 30px;
    margin-left: 210px;
    padding: 20px 134px 30px 50px;
}  
blockquote.homepage_quote {
	margin: -53px 0 0;
	padding: 35px 0 0 48px;
}
span.attribution {
	float: right;
	font-style: normal;
}
img.foto {
	box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 35px;
}
li.asignatura {
    cursor: pointer;
	line-height:50px;
}
li.asignatura.current,
li.asignatura.current:hover {
    background:none repeat scroll 0 0 #cef38d;
}
li.asignatura.current:hover {
    color: inherit;
}
li.asignatura:hover {
    background:none repeat scroll 0 0 #0b2e59;
    color: #FFFFFF;
}
ul.optativa {
	margin-left: 15px;
}
li.optativa {
	list-style: none;
}
.program_list,
.deets {
    display: inline-block;
    *display:inline;/*for IE 7 */
    *zoom:1;/*for IE 7 */
    vertical-align:top;
}
.deets {
    background: none repeat scroll 0 0 #cef38d;
    width: 60%;
    margin-left: -5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
    font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

.deets p {
    white-space: normal;
}

.deets h4 {
    font-weight: bold;
	color: #0b2e59;
}

.program_list {
    width: 30%;
    margin-top: 15px;
    color: #0b2e59;
    font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
ol.program_list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 25px 0 0;
    counter-reset: li-counter;
}
ol.program_list > li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #0b2e59;
}
ol.program_list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
     
    font-size: 2em;
    text-align: right;
    color: #0b2e59;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}
.program_wrapper {
	white-space: nowrap;
}

.my-tabs div {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 1px 0 0;
	width: 100%;
	white-space: no-wrap;
}

.my-tabs ul {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform: uppercase;
}
.my-tabs li {
	float: left;
	position: relative;
	font-weight: 400;
}
.my-tabs a {
	color: #0b2e59;
	border-top: 1px	solid #0b2e59;
	border-left: 1px solid #0b2e59;
	border-right: 1px solid #0b2e59;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;  
	margin: 0;
	display: block;
	line-height: 2em;
	padding: 0.25em 1em 0;
	text-decoration: none;
}
.my-tabs li > a:focus,
.my-tabs ul ul :focus > a,
.my-tabs li:hover > a,
.my-tabs ul ul :hover > a {
	background: #0b2e59;
	color: #fff;	
	border-top: 1px	solid #0b2e59;
	border-left: 1px solid #0b2e59;
	border-right: 1px solid #0b2e59;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;  
}
.my-tabs li > a:focus,
.my-tabs ul ul :focus > a {
	background: #7AB317;
	border-top: 1px	solid #7AB317;
	border-left: 1px solid #7AB317;
	border-right: 1px solid #7AB317;
}
.my-tabs-item.current-tab  a {
	background: #7AB317;
	border-top: 1px	solid #7AB317;
	border-left: 1px solid #7AB317;
	border-right: 1px solid #7AB317;
	color: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;  
}

#program_box {
	border: 1px solid #0b2e59;
	margin:0;
	padding:0;
	clear:both;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;  
	border-top-right-radius: 5px;
}
div.muestra span {
    line-height:32px;
}
div.muestra img {
	vertical-align: middle;
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.circles-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 0.5em;
    min-height: 1.6em;
}
ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -2.33em;
    width: 1.6em;
    height: 1.6em;
     
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    color: #0B2E59;
 
    border: 1px solid #0B2E59;
    border-radius: 50%;
    content: counter(li-counter);
    counter-increment: li-counter;
}