/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/
body.custom p.nocomments { display:none; }

body.custom #flickr {
  width:200px;
}
body.custom #flickr img {
	border:solid 2px #EEEEEE !important;
	padding:0 !important;
	margin:5px !important;
}
body.custom #flickr img:hover {
	border:solid 2px #F47A21 !important;
}
body.custom #flickr div {
	float:left;
}

body.custom h3 {
	color: #26225C;
	border-bottom:1px solid #F47A21;
	font-size:18px;
	line-size:20px;
}

body.custom h2 {
	color: #0d0d0d;
	font-size:22px;
	line-size:24px;
}

body.custom table {
	border-width: 1px;
	border-style: solid;
	border-color: #26225C;
}

body.custom caption {
	padding: 5px 3px;
	font-weight: bold;
	color: #444;
	font-size: 3ems;
	font-style: italic;
}

body.custom th {
	padding: 5px 10px;
	font-weight: bold;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body.custom td {
	padding: 5px 10px;
}

body.custom tr {
	border-width: 1px;
	border-style: solid;
	border-color: #444;
	color: #000;
}

body.custom td.member {
	color: #fff;
	background: #F47A21;
}

body.custom th.member {
	color: #fff;
	background: #F47A21;
	font-weight: bold;
}

body.custom td.member a {
	color: #fff;
}

body.custom td.non {
	background: #DDD;
	color: #26225C;
}

body.custom th.non {
	background: #DDD;
	font-weight: bold;
	color: #26225C;
}

body.custom td.light {
	background: #f7f7f7;
}

body.custom th.light {
	background: #f7f7f7;
}

body.custom tr.grey {
	background: #ddd;
	color: #000;
}

/* ---- Media Partners on Sponsors ---- */

body.custom div.mediapart {
	margin: 0px 0px 0px 15px;
	border: 1px solid #ddd; 
	padding: 0px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12px;
	border-radius-topright: 12px;
}

body.custom div.mediapart div.leaf-top {
	background:#26225C;
	padding: 5px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12px;
	border-radius-topright: 12px;
	color:#fff;
	text-align: center;
	text-transform: none;
	font-weight: bold;
}

body.custom div.entry-content ul {
        margin: 0;
}

body.custom div.entry-content ul li {
        margin: 0;
}

body.custom h4 {
       padding:10px 0px;
       font-size:1.4em;
}

body.custom strong {
      font-size:.9em;
}