/*
Theme Name: phpnw10
Theme URI: http://www.magmadigital.co.uk
Description: PHPNW10 Conference Theme
Author: Kerry Sholicar
Author URI: http://www.magmadigital.co.uk
Tags: #phpnw, #phpnw10, phpnw, phpnw10
*/

/** Reset styles **/
html, body, ul, li, img, figure, figcaption, a, fieldset, div, h1, h2, h3, h4, p {
	background: transparent;
	border: 0;
	font-size: 100%;
	line-height: 1;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}

ul, li {
	list-style: none;
}

/** General class styles **/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/** HTML5 element backwards compatibility **/
header, footer, section, nav, figure, figcaption, article {
    display: block;
}

/** Page setup, element positioning & styling **/
body {
	background-color: #fff;
}

div.wrapper{
	margin: 0 auto;
        min-width: 1024px;
	width: 1024px;
}
div.wrapper-fullwidth{
	margin: 0 auto;
        min-width: 944px;
	width: 944px;
}


h1 {call-for-papers/
	margin: 30px 0 22px 0;
}

h2 {
	margin: 15px 0;
}

header#sitehead {
	background: url(images/gradients.gif) repeat-x 0 0;
	height: 160px;
}

header #logo {
	background: url(images/phpnw10.gif) no-repeat 0 -90px;
	float: left;
	height: 90px;
	margin: 40px 0 0 42px;
	width: 625px;
}

header #logo span {
	float: right;
	margin-top: 50px;
}

header #action {
	float: right;
}

header#sitehead #action {
	margin: 15px 40px 0 0;
}

header#sitehead #action form {
	margin-top: 18px;
}

nav {
	background: url(images/gradients.gif) repeat-x 0 -160px;
	height: 35px;
	width: 1024;
        margin-bottom:40px;
}

nav ul li {
	border-left: 1px solid #c6ce61;
	height: 35px;
	float: left;
}

nav ul li.home {
	margin-left:40px;
        
}

nav ul li.page-item-5 {
	border-right: 1px solid #c6ce61;;
}

nav ul li a {
	display: block;
	padding: 15px 35px 0 5px;
}

nav ul li:hover, nav ul li.current_page_item {
	background: url(images/gradients.gif) repeat-x 0 -195px;
	border-color: #a2cbd3;
}


section.main, section#speakers {
	float: left;
	width: 660px;
}

section.main, footer#sitefoot {
	padding: 0 40px;
}

section.main p{
       padding: 5px 0px;
}

section#news{
      padding-bottom: 20px;      
}

section#supportershome {
      clear:both;
}

section#supportershome header {
      font-family: Arial, san-serif;
      font-size: 24px;
      font-weight:bold;
      color: #00406e;
      padding-bottom:20px;
}

section#prem, section#commu {
      background-color: #d4da7c;
      border-top: 1px solid #dfe583;
      padding: 20px 0px;
}

section#reg {
      background-color: #a5aa61;
      border-top: 1px solid #b0b567;
      padding: 20px 0px;
}

section#reg img, section#commu img {
      padding:  0 40px 20px 0;
}

section.main h1,
section#speakers h1,
section.news h1{
      margin-bottom:20px;
}

section#speakers{
      margin: 0 40px;
      padding-bottom: 10px;
      border-bottom: 2px dotted #CACACA;
      margin-bottom:20px;
}

section#premier, section#regular, section#community {     
        padding-bottom:20px;
        border-bottom: 2px dotted #CACACA;
        margin-bottom:20px;
}

section#executive img {
        margin-left: 42px;
}

section#supporters header{
        margin-bottom:20px;
}

section#supporters .left{
        margin-right:10px;
        margin-bottom:20px;
}

section#supporters .right{
        margin-left:10px;
        margin-bottom: 20px;
}

section#tweets, section#supporters {
	float: right;
	margin: 0px 40px 20px 0;
	width: 225px;
}

section#tweets span {
	background: url(images/phpnw10.gif) no-repeat 0 -46px;
	display: block;
	height: 28px;
	margin-bottom: 8px;
	width: 225px;
}

section#tweets ul li {
	background-color: #d0eef3;
	border-top: 1px solid #c1e3e9;
	border-right: 1px solid #c1e3e9;
	border-left: 1px solid #c1e3e9;
	padding: 5px;
}

section#tweets ul li.feedbase {
	background: url(images/phpnw10.gif) no-repeat 0 -74px;
	border: none;
	height: 16px;
	margin-bottom: 20px;
	padding: 0;
	width: 225px;
}

article.post{
        padding-bottom:10px;
        border-bottom:2px dotted #CACACA;
}

article.post header, article.post{
	margin-bottom: 14px;
}

article.post p {
	margin-bottom: 5px;
}

article.post footer{
        margin-bottom: 10px;
}
section#supporters span, section.main ul li.span {
	background: url(images/gradients.gif) repeat-x 0 -230px;
	display: block;
	height: 2px;
	margin-top: 0px;
}

section.main ul {
       margin: 20px 0;
}

section.main ul#magmalist {
        list-style: disc inside none;
}

section.main ul#magmalist li {
       list-style: disc inside none;
}

section#tickets_btn{
        padding-top: 0px;
        padding-bottom:30px;
}

section#supporters span, section.main ul li.span {
	margin-bottom: 20px;
}

.wptable td {
        line-height: 18px;
}

section.main .alignright{
        float: right;
        padding-left: 20px;
}

section.main .alignleft{
        float: left;
        padding-right: 20px;
        padding-bottom:00px;
}

section.main .alignleft .wp-caption-text{
        padding:0px;
}

.aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align:center;
}

.border{
 padding-bottom:10px;
 margin-bottom:10px;
 border-bottom: 2px dotted #cacaca;
}

.bordertop{
 margin-top:10px;
 padding-top:10px;
 border-top: 2px dotted #cacaca;
 clear:both;
 }

.sponsorbar{
 background-color: #002641;
 color:#ffffff;
 text-align:center;
 padding: 3px 0;
}

.sponsorpagecontent h3{
margin:20px 0;
}
.sponsorpagecontent h3 a{
 color:#002641;
 font-size: 13pt;
 font-weight:bold;
 text-decoration: none;
}
section.main #attachment_691{
       margin-top:7px;
}

.venueimg,
.size-full{
        border: 2px solid #082c4b;
}

.info{
        line-height:25px;
}

.talk{
        padding-top:23px;
}

.bio{
        clear:both;
       padding-top: 10px;
}

img.regsponsor {
      padding:  0 15px 20px 15px;
}

#details1{
        float: left;
        width: 300px;
        margin-right: 10px;
}

#details2{
        float: left;
        width: 190px;
}

footer#sitefoot {
	background: url(images/gradients.gif) repeat-x 0 -232px;
	height: 36px;
        clear:both;
}

footer#sitefoot p {
	margin-top: 12px;
}

div.sociable{
       clear: both;
}

/** Text styles **/
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11pt;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	color: #b9c524;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	color: #00243e;
	font-size: 13pt;
	font-weight: bold;
}

#logo {
	color: #fff;
	font-size: 22pt;
	font-weight: bold;
	letter-spacing: 1.5px;
}

nav ul li a {
	color: #00243e;
	font-size: 10pt;
}

section.main p, section.main ul li {
	line-height: 1.5;
}

section.main a {
	color: #0784b3;
}

.wptable a {
        font-weight:bold;
}

.wptable .speaker{
        font-weight:normal;
}

.info{
       text-decoration: none;
       color: #000000;
}
.underline {
       text-decoration: underline;
}

footer#sitefoot p, footer#sitefoot a, #action, #action a {
	color: #b9c524;
	font-size: 10pt;
}

footer#sitefoot a, article.post footer a, #action a, a.post-edit-link, section.main a {
	text-decoration: underline;
}

article.post header a {
	color: #00243e;
	font-size: 14pt;
	text-decoration: none;
}

div.associated-post h3.post-title a{
      color:#00243E;
      font-size:14pt;
      text-decoration:none;
      margin-bottom: 14px;
}

article.post footer, article.post footer a, a.post-edit-link, p.wp-caption-text {
	color: #999999;
	font-size: 9pt;
	font-weight: bold;
}

header#sitehead #action a, header#sitehead #action input {
	font-size: 8pt;
}

section#tweets p {
	color: #787777;
	font-size: 11pt;
	text-align: center;
}

section#tweets ul li cite, section#tweets ul li a {
	color: #00243e;
	font-size: 10pt;
}

section#tweets ul li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

section#supporters header {
	color: #b9c524;
	font-size: 14pt;
	font-weight: bold;
}

a.excerpt{
    font-size:90%;
    line-height:22px;
}


/** Form Styling **/
header#sitehead #action input {
	border-style: inset;
	padding: 2px 5px;
}

header#sitehead #action input[type="submit"] {
	background-color: #b9c524;
	border: none;
	color: #00243e;
	padding: 3px 5px;
}


/*========================== HOVERING TXT ======================*/

.imghover {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
    padding:5px;
    text-align:center;
    
}


.imghover a {
	text-decoration: none;
	float: left;
    vertical-align:middle;
  
}
.imghover a:hover {
	cursor: pointer;

}
.imghover a img {
	float: left;
	margin: 0;
	border: 2px solid #082C4B;
}

.imghover a .desc2{	
    display: none;
    width:66px;
    height:46px;
}

.imghover a .desc3{	
    display: none;
    width:66px;
    height:51px;
}

.imghover a:hover .desc2{
    display: inline;
    font-size: 12px;
    background: #00243E;
    position: absolute;
    left:5px;
    bottom:5px;
    padding-top:20px;
    color: #B9C524;
    border: 2px solid #B9C524;
}

.imghover a:hover .desc3{
    display: inline;
    font-size: 12px;
    background: #00243E;
    position: absolute;
    left:5px;
    bottom:5px;
    padding-top:15px;
    color: #B9C524;
    border: 2px solid #B9C524;
}

#phpnw11 {background-color: #0087a8; color: #fff; padding-top:4px; padding-bottom: 4px; position: fixed;width: 100%; height: 40px; z-index: 9999;}
#phpnw11 .padds {
width: 952px;
margin: 0 auto;
}
#phpnw11 a{ color: #fff}
#phpnw11 img{ margin-right: 50px;}
#phpnw11> div> div {float: left; height: 40px;}
#phpnw11 .center{ text-align: center; width: 60%}
#phpnw11 .right{float: right; }
#phpnw11>div>div a{  color: #f5f1e9;  font-family: Helvetica, Arial, sans-serif;font-size: 18px; font-weight: 800; text-decoration: none; border-bottom: 0px; line-height: 200%;}
#phpnw11>div>div.center a:hover{border-bottom: 1px solid #f5f1e9; }
#phpnw11>div>div.right a{  color: #002934; font-size: 14px; line-height: 300%;}
#phpnw11 div div.right a:after{content:'\27A1'; font-size: 20px; padding-left: 10px;vertical-align: bottom;}
#phpnw11>div>div.right a:hover{border-bottom: 1px solid #002934; }
body>div:nth-of-type(2){padding-top: 48px;}
