/*
Theme Name: IRPA
Theme URI: http://irpa13.mtcserver8.com/
Description: IRPA13 Website
Author: Andrew Morgan @ MTC Media
Author URI: http://www.mtcmedia.co.uk/
*/

body {
  background:#fff;
  color:#333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:14px;
  font-weight:100;
  border-top:5px solid #333;
}

/* Typography */

a {
  color:#B64045;
  -webkit-transition:color 0.2s ease-in;  
   -moz-transition:color 0.2s ease-in;  
   -o-transition:color 0.2s ease-in;  
   transition:color 0.2s ease-in; 
}

a:hover {
  color:#731a1e;
}

small {
  font-size:11px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'MuseoSans500';
  font-weight:100;
}

h1 { font-size:22px;  }
h2 { font-size:18px; margin-bottom:10px; }
h3 { font-size:15px; margin-bottom:5px; }
h4, h5, h6 { font-size:13px; margin-bottom:10px; }

p {
  margin-bottom:10px;
}

.secure {
  width:25px;
  height:25px;
  float:left;
  margin-right:5px;
}

p.intro {
  font-size:22px;
  color:#383839;
  font-family: 'MuseoSans500';
}

.title {
  font-size:24px;
  margin:25px 0 0 10px;
}

/* Images */

#content img {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.alignleft {
  float:left;
  margin:0 10px 10px 0;
}

.alignright {
  margin:0 0 10px 10px;
  float:right;
}

.alignnone {
  display:block;
}

/* Slider */

.slidertext {
  position:relative;
}

.slidertextinner {
  position:absolute;
  top:160px;
  right:0;
  background:#fff;
  background:rgba(255,255,255,0.7);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color:#111;
  padding:10px;
  z-index:200;
}

#slider {
  margin:5px 0 15px;
  overflow:hidden;
  width:960px;
  height:250px;
}

#slider img {
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Front Page Call to action */

#cta {
  float:right;
  width:270px;
  margin:10px 0 0 0;
  padding:10px 14px 0;
  border:1px solid #d6d6d6;
  background:#f1f1f1;
  overflow:hidden;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#cta ul {
  padding:0 0 0 0 !important;
  margin:0;
}

#cta a {
  color:#3a3a3a;
}

#cta p a {
  color:#666;
}

#cta h2 {
  margin:0;
}

#cta p {
  font-size:13px;
  margin:0;
}

#cta li {
  border-bottom:1px solid #d4d4d4;
  border-top:1px solid #fff;
  padding:7px 0; 
  list-style-type:none !important; 
}

#cta li:first-child {
  border-top:0;
}

#cta li:last-child {
  border-bottom:0;
}

#cta ul li {
  padding-left:45px;
}

.abstract { background:url('images/icon1.png') no-repeat 10px center; }
.programme { background:url('images/icon2.png') no-repeat 7px 10px; }
.registration { background:url('images/icon3.png') no-repeat 8px center; }

.abstract:hover { color:#111; }
.programme:hover { color:#111; }
.registration:hover { color:#111; }

.drop-shadow {
  position:relative;
  float:left;
  width:40%;    
}

 .drop-shadow:before, .drop-shadow:after {
  content:"";
  position:absolute; 
  z-index:-2;
}

.drop-shadow p {
  font-size:16px;
}        

.lifted:before, .lifted:after { 
  bottom:15px;
  left:10px;
  width:50%;
  height:20%;
  max-width:300px;
  -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
  -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform:rotate(-3deg);    
  -moz-transform:rotate(-3deg);   
  -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

        

.lifted:after {
  right:10px; 
  left:auto;
  -webkit-transform:rotate(3deg);   
  -moz-transform:rotate(3deg);  
  -ms-transform:rotate(3deg);  
   -o-transform:rotate(3deg);
  transform:rotate(3deg);
}


/* Tables */

table {
  margin:10px 0;
  width:100%;
  border:1px solid #ddd;
  background:#efefef;
}

table th {
  background: #333 url('images/gradient.jpg');
  padding:5px 5px;
  font-weight:100;
  font-size:15px;
  color:#fff;
  text-align:left;
}

.timetable {
  min-width:150px;
}

table tr:first {
  -moz-border-radius: 3px;
  border-radius: 3px;
}

table td {
  padding:3px 5px;
  border-bottom:1px solid #d4d4d4;
  border-top:1px solid #fff;
  width:33%;  
}

table td:first {
  border-top:0;
}

table td:last {
  border-bottom:0;
}

.nameposition td {
  width:50%;
}

#content ul, #content dl {
  list-style-type: square;
  margin-bottom:10px;  
}

#content ol, #content dl {
  list-style-type:decimal;
  margin-bottom:10px;  
}

#content ul, #content ol {
  padding-left:25px;
}


/* header */

.irpaheader {
  float:right;
  margin-top:46px;
}

.signature {
  padding-top:10px;
}

strong {
  font-weight:bold;
  color:#111;
}

#header h2 {
  position:absolute;
  top:130px;
  left:60px;
  font-size:1.2em;
   font-family: 'MuseoSans500';  
}

/* Footer */

#footerwrap {
  background:#414141;
  overflow:hidden;
  margin-top:20px;
}

#footer {
  width:960px;
  margin:0 auto;
  font-size:12px;
  color:#fff;
}

.social a { color:#eee; }
.social a:hover { color:#ff3939; }

.footercolumn {
  float:left;
  width:300px;
  margin-right:20px;
  padding:20px 0;
}

.footercolumn h2 {
  border-bottom:1px solid #000;
  padding-bottom:10px;
  margin:0;
  color:#fff;
}

.footercolumn h3 a { color:#ddd; }
.footercolumn h3 a:hover { color:#fff; }

.footerh2 {
  border-bottom:1px solid #727272;
  margin-bottom:10px;
  font-family: 'MuseoSans500';
}

a.readmore {
  float:right;
  font-weight:bold;
  color:#8a8a8a !important;
}

a.readmore:hover {
  color:#fff !important;
}

.twittertastic {
  float:right;
}

.newspreview {
  padding-bottom:20px;
}

.newspreview a { color:#eee; }
.newspreview a:hover { color:#fff; }

.footercolumn h2 {
  font-weight:100;
}

.footercolumn em, .twittertastic {
  color:#8a8a8a;
}

#footerdetailswrap {
  background:#353535;
  display:block;
  overflow:hidden;
}

#footerdetails {
  width:960px;
  margin:0 auto;
  font-size:12px;
  color:#fff;
  padding:8px;
}

#footerdetails a {
  color:#999;
}

#footerdetails a:hover {
  color:#fff;
}

.mtccredit {
  float:right;
}

/* Newsletter Form */

#newsletteremail {
  padding:6px 5px;
  font-size:14px;
  width:187px;
  color:#111;
  background:#f1f1f1;
  border:0;
  margin:0;
  float:left;   
}

::-webkit-input-placeholder {
   color: #888;
}

:-moz-placeholder {
   color: #888;
}

#newslettersubmit {
  background:#b64045;
  border:0;
  color:#fff;
  width:100px;
  float:left;
  padding:6px 10px;
  height:28px;
   margin:0 0 15px;  
}

#newslettersubmit:hover {
  cursor:pointer;
  cursor:hand;
}

/* containers */

#header {
  display:block;
  height:180px;
  position:relative;
}

.logo {
  margin-top:30px;
}

#content {
  width:600px;
  margin:0 0 0 10px;
  min-height:600px;
  overflow:hidden;
  position:relative;
  padding-right:360px;
}

#content ul {
  margin-bottom:10px;
}

#content ul li {
  list-style-type:square;
}

#leftsidebar {
  position:absolute;
  right:0;
  top:0;
  overflow:hidden;
}

.header {
  background:#333 url('images/gradientsidebar.jpg'); 
  color:#fff;
  font-size:18px;
  padding:10px 20px;
  width:260px;
  margin:0;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  font-family: 'MuseoSans500';
}

.submenu {
  width:272px;
  font-size:14px;
  background:#efefef;
  border-bottom:#d4d4d4;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  margin:0;
  padding:10px 14px !important;
}

.submenu li {
  border-bottom:1px solid #d4d4d4;
  list-style-type:none !important;
  border-top:1px solid #fff; 
}

.submenu li:first-child {
  border-top:0;
}

.submenu li:last-child {
  border-bottom:0;
}

.submenu li a {
  display:block;
  padding:3px 20px;
  color:#3a3a3a;
}

#inthissection {
  float:right;
  margin-top:10px;
}

/* breadcrumbs */

#breadcrumbs {
  font-size:12px;
  margin:0 0 15px 10px;
}

#breadcrumbs a {
  color:#383839;
}

/* Main Menu */

.mainmenu {
  -moz-border-radius: 3px;
  border-radius: 3px;
  background:#333 url('images/gradient.jpg'); 
  margin-bottom:5px;
  height:35px;
}

.mainmenu ul {
  z-index:1200;  
}

.mainmenu li {
  float:left;
  height:35px;
  z-index:1200;  
}

.mainmenu li:hover {
  background:#B64045;
}

.mainmenu a {
  padding:5px 5px;
  color:#fff;
  display:block;
  -webkit-transition:all 0.1s ease-in;  
   -moz-transition:all 0.1s ease-in;  
   -o-transition:all 0.1s ease-in;  
   transition:all 0.1s ease-in; 
}

.mainmenu a:hover {
  background:#B64045;  /* Logo Colour #db232a */
  -moz-box-shadow: inset 5px 5px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 5px 5px 5px rgba(0,0,0,0.1);
  box-shadow: inset 5px 5px 5px rgba(0,0,0,0.1);
}

.mainmenu a:active {
 -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);  
}

ul.children {
  display:none;
}

.mainmenu li:hover ul {
  display:block;
  position:absolute;
  -moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
  background:#333 url('images/menugrad.png') no-repeat top center;  
}

.mainmenu li:hover ul li {
  min-width:230px;
  background:0 !important;
  float:none;
  border-bottom:1px solid #282828;
  border-top:1px solid #757575;
}
  
.mainmenu li:hover ul li a {
  padding:4px 10px;
}

.mainmenu li:hover ul li a:hover {
  background:0;
}

.mainmenu li:hover ul li:first-child {
  border-top:0;
}

.mainmenu li:hover ul li:last-child {
  border-bottom:0;
}

.mainmenu li:hover ul ul {
  display:none;
  position:relative;
}

.mainmenu li:hover ul li {
  position:relative;
}

.mainmenu li:hover ul li:hover ul {
  display:block;
  position:absolute;
  top:0;
  left:230px;
  border-left:1px solid #fff;
-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
  background:#333 url('images/menugrad.png') no-repeat top center;
}  

#wrap {
  margin:0 auto;
  width:960px;
  position:relative;
}

.last {
  margin-right:0;
}

/* Post edit button */

.editpage {
  position:absolute;
  top:10px;
  left:-120px;
  background:#eee;
  display:block;
  border:1px dashed #ddd;
  padding:5px;
  color:#aaa;
  z-index:1000;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition:all 0.2s ease-in;  
   -moz-transition:all 0.2s ease-in;  
   -o-transition:all 0.2s ease-in;  
   transition:all 0.2s ease-in; 
}

.editpage:hover {
  background:#f1f1f1;
  color:#999;
  border:1px dashed #aaa;
}

.editpost {
  position:absolute;
  top:-72px;
  right:10px;
  background:#333 url('images/gradientsidebar.jpg'); 
  border:1px dashed #ddd;
  padding:5px;
  color:#333;
  z-index:1000;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition:all 0.2s ease-in;  
   -moz-transition:all 0.2s ease-in;  
   -o-transition:all 0.2s ease-in;  
   transition:all 0.2s ease-in; 
}

.editpost a {
  color:#fff;
}

/* News */

.blogtitle {
  background:#333 url('images/gradientsidebar.jpg'); 
  color:#fff;
  font-size:18px;
  padding:10px 20px;
  width:260px;
  margin:0;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  font-family: 'MuseoSans500';
  width:580px;  
}

.blogtitle a {
  color:#fff;
}

.blogpost {
  background:#eaeaea;
  padding:20px;
  width:578px;
  border:1px solid #ddd;
  margin-bottom:20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  border-top:0;
  position:relative;
}

.entryDate {
  background:#f1f1f1;
  padding:3px 20px;
  width:578px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  overflow:hidden;
  font-size:11px;
  color:#999;
}

.latestnewsside {
  background:#eaeaea;
  padding:20px;
  border:1px solid #ddd;
  margin:20px 0 20px 0;
  list-style-type:none !important;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px; 
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px; 
}

.latestnewsside li {
  list-style-type:none !important;
}

.latestnewsside a {
  color:#333;
}

#blogsidebar {
  width:300px;
  position:absolute;
  right:0;
  margin-top:68px;
}

/* Font Face */

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

}

/* Front Page Styles */

#mainnews {
  float:right;
  width:300px;
  margin:0px 0px 10px;
  z-index:9999;
  background:#f1f1f1;
  border:1px solid #ddd;

}

#maincontent {
  width:620px;  
}

#mainnews li {
  padding:15px 0 15px 0;
  margin:0 20px 0px 20px;
}

#mainnews li:first-child {
  border-bottom:1px solid #d4d4d4;
}

#mainnews li:last-child {
  border-top:1px solid #fff;
}

#mainnews h2 {
  background:#383839;
  color:#fff;
  padding:5px 20px;
  margin:0;
  font-size:1.3em;
  background:#333 url('images/gradient.jpg'); 
}

.mainnewstitle a {
  color:#383839;
  font-size:16px;
}

a.mainnewsreadmore {
  float:right;
  color:#389389;
  font-size:12px;
}

#mainnews .postdate, #mainnewsreadmore {
  font-size:11px;  
}

/* Header Buttons */

#buttons {
  position:relative; 
  z-index:9944;
}

.button1 {
  position:absolute;
  top:185px;
  right:15px;
  z-index:9944;
}

.button2 {
  position:absolute;
  top:185px;
  right:215px;
  z-index:9944;
}


