/**
* @package		Eleven45 | HTML5 starter template for 1.6
* @Type			HTML5 template
* @version		v1.0
* @author		Seth Warburton | Internet Inspired! | http://internet-inspired.com | @nternetinspired
* @copyright	Copyright (C) 2011 Seth Warburton | Internet Inspired!
* @license		GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ============================== */
/* ! This is the file in which to */
/* make all your styling changes. */
/* Padding, layout, colours, etc. */
/* It all goes here.              */
/* ============================== */

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

/*Global styles*/

.row {
	padding:  0;
}

ul {
   	list-style-type:none;
}

/*Base Typography*/
body{ 
	line-height:1.4em;
	font-size:80%; 
	background-color:#4c96c3;
	font-family: NewsGothicBT-Roman;
	font-weight: normal;
	font-style: normal;
}
body.arial{font-family:Arial, Helvetica, sans-serif}
body.arial-black{font-family:Arial Black, Gadget, sans-serif}
body.courier{font-family:"Courier New", Courier, monospace}
body.georgia{font-family:Georgia, serif}
body.helvetica{font-family:Helvetica,Arial,FreeSans,sans-serif;}
body.impact{font-family:Impact, Charcoal, sans-serif}
body.lucida-console{font-family:"Lucida Console", Monaco, monospace}
body.lucida-grande{font-family:"Lucida Grande",Lucida,Verdana,sans-serif}
body.lucida-sans{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif}
body.palatino{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif}
body.tahoma{font-family:Tahoma, Geneva, sans-serif}
body.times{font-family:"Times New Roman", Times, serif}
body.trebuchet{font-family:"Trebuchet MS", Helvetica, sans-serif}
body.verdana{font-family:Verdana, Geneva, sans-serif}

h1,
h2,
h3,
h4,
h5,
h6 {
	display:inherit;
	margin-top:5px;
	margin-bottom:5px;
	text-transform:UPPERCASE;
	font-family: NewsGothicBT-BoldCondensed;
	font-weight: normal;
	font-style: normal;
}

a,
a:active, 
a:visited {
	text-shadow:none;
	color:#2b8ad9;
	text-decoration: none;
}

a:hover { 
	color: #2b8ad9; 
	text-decoration: underline;
}

a.box:hover {
	text-decoration:none;
}

h1 {font-size:250%}
h2 {font-size:230%; margin-bottom: 15px;}
h3 {font-size:160%; margin-bottom: 6px; margin-top: 18px; line-height: 100%;}
h4 {font-size:150%}
h5 {font-size:120%}
h6 {font-size:100%}

.item-separator {
	margin-bottom:5px;
}

p, ul, ol {
	margin-bottom: 10px;
}

footer div.search input, 
footer div.custom input { 
	border: 0; padding: 2px; 
}

#outer {
	background: url(../images/mainbg1490.png) no-repeat;
	max-width: 1490px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


#wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


/*Guidelines*/
header, 
#logoRow, 
#mainRow {
}

#mainRow div.container {
	margin-top: 5px;
	background-color: #fff;
	min-height: 400px;
	
}

/*Logo styles */
#logoRow .row {
	padding:24px 0 14px;
}

#logo {
	margin:0px;
	float: left;
}

h1#logotext a  {
	background: url(../images/catalyst_logo_195.png) no-repeat;
	display: block;
	height: 35px;
	width: 195px;
	text-indent: -999px;
	position: relative;
	top: 10px;
	left: 5px;
}

#ideas {
	float: right !important;
	margin: 0 10px 0 0;
}

h2#ideastext   {
	display: block;
	height: 31px;
	width: 250px;
	position: relative;
	top: 22px;
	right: 0px;
	float: right;
	text-align: right;
	font-size: 240%;
	text-transform: none;
	color: #ffffff;
}

html.ie7 h2#ideastext {
	padding: 5px 0;
}

#navsearch {
	display: block;
	border-bottom: solid 1px #2b8ad9;
	position: relative;
	min-height: 57px;
}

#main {
	margin-top: 10px;
}

/*Menu styles */
#nav {
	float:left;
	padding-top: 10px;
}

ul.menu {
	float:left;
	margin-left: 0px;
}

#nav ul li {
	float:left;
	margin-right:10px;
}


#nav .moduletable {
	background:none;
	padding:0;
}

#nav ul li a, ul.menu li a {
	font-family: NewsGothicBT-BoldCondensed;
	font-weight: normal;
	font-style: normal;
	font-size: 150%;
}

#nav ul li a:link,
#nav ul li a:visited {
	color: #2b8ad9;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px 9px;
	font-family: NewsGothicBT-BoldCondensed;
	font-weight: normal;
	font-style: normal;
}

#nav ul li a:hover,
#nav ul li.active a {
	background: #2b8ad9;
	color: #fff;
}

html.ie7 #nav {
	padding-top: 0 !important;
}

html.ie7 #nav ul li {
	padding: 9px 9px !important;
}


html.ie7 #nav ul li a:link,
html.ie7 #nav ul li a:visited {
	padding: 0px 0px !important;
}


html.ie7 #nav ul li:hover,
html.ie7 #nav ul li:hover a,
html.ie7 #nav ul li.active {
	background: #2b8ad9 !important;
	color: #fff !important;
}


html.ie7 #nav ul li:hover,
html.ie7 #nav ul li:hover a {
	cursor: pointer;
}


/* Search box */

div#search { float: right; }

div#search .moduletable { padding: 10px 0; }

div#search input#mod-search-searchword {
	color: #2b8ad9;
	border: #2b8ad9 solid 1px;
	padding: 8px 2px;
	font-size: 110%;
	margin: 3px 0 0 0;
	float: right;
}


div.container {
	/*border: solid 1px #f90;*/
}

/* Search results */

fieldset.word {
	padding: 10px 0;
}

div.phrases-box, 
div.ordering-box,
div.form-limit {
	display: inline;
	margin-right: 80px;
}

.highlight {
	color: #333333;
}


/* home page feature */


div.featuredhome {
	width: 936px;
	background: #2b89d9;
	height: 445px;
	color: #fff;
	position:relative;
	margin-bottom: 10px;
}

div.featuredhome h2 {
	color: #fff !important;
	position: absolute; top: 0; left: 0;
	font-size: 900%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
	letter-spacing: -0.02em;
    line-height: 0.9em; 
}


div.featuredhome h3 {
	color: #fff !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 400%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}



/* featured */

div.featuredcampaigncategories_2 {
	float: none;
	width: 100%;
	clear: both;
	margin-top: 5px;
}

div.featuredcampaign {
	width: 304px;
	background: #c0e1f4;
	height: 178px;
	border: solid 1px #2190ce;
	color: #2190ce;
	position:relative;
}

div.featuredcampaign:hover {
	background: #b0dbf4;
}


div.featuredcampaign h2 {
	color: #2190ce !important;
	position: absolute; top: 0; left: 0;
	font-size: 300%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}

div.featuredcampaign h3 {
	color: #2190ce !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 200%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}



/* Content - categories */
h2.campaignheading {
	font-size: 275% !important;
	color: #2b8ad9;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: bold;
}

div.campaigndescription {
	float: left;
	width: 23%;
	color: #2b8ad9;
}

div.campaigncategories {
	float: right;
	width: 74%;
}

ul#campaign li {
	background-image: none !important;
	background-color: #3eaadf !important;
	margin-bottom: 10px;
	height: 140px;
	cursor: pointer;
}

ul#campaign li:hover {
	background-color: #178dcd !important;
}

ul#campaign li.sneak {
	background-color: #c0e1f4 !important;
	color: #222 !important;
	height: auto !important;
	cursor: auto !important;
}

ul#campaign li h3 {
	font-size: 250%;
	margin-top: 15px;
	color: #fff !important;
}

ul#campaign li.sneak h3 {
	color: #222 !important;
}

ul#campaign li h3 a {
}

ul#campaign li h3 a:hover {
	text-decoration: none;
}

div.campaigndescription div.category-desc {
	font-size: 110%;
}

div.campaigncategories div.category-desc {
	float: left;
	width: 98%;
	color:#fff;
	font-size: 150%;
	overflow: hidden;
	line-height: 1.3;
}

ul#campaign li.sneak div.category-desc  {
	color: #222 !important;
	font-size: 100% !important;
}

div.campaigncategories div.category-content {
	float:left;
	width: 85%;
	text-align: left;
}

div.campaigncategories div.category-number {
	float: right;
	width: 14%;
	text-align: right;
	margin-top: 0px;
}

div.category-number span {
	font-family: NewsGothicBT-BoldCondensed;
	font-weight: normal;
	font-style: normal;
	font-size: 900%;
	line-height: 1.2em;
	color:#fff;
	font-weight: bold;
	padding: 0 15px 0 0;
	letter-spacing: -0.075em;
}

ul#campaign li.sneak div.category-number span {
	color: #222 !important;
}

/* Events */

h2.eventheading {
	font-size: 275% !important;
	color: #2b8ad9;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: bold;
}

div.eventdescription {
	float: left;
	width: 23%;
	color: #2b8ad9;
}

div.eventdescription div.category-desc {
	font-size: 110%;
}


/* featured events - top floats right */
div.eventcategories_1 {
	float: right;
	width: 74%;
	margin-bottom: 20px;
}


div.eventcategories_2 {
	float: none;
	width: 100%;
	border-top: 1px solid #2b8ad9;
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
}

div.eventcategories_3 {
	float: none;
	width: 100%;
	clear: both;
	padding-top: 30px;
}

div.eventcategories_2 h3,
div.eventcategories_3 h3 {
	color: #2b8ad9;

}

/* featured events */

div.featuredevents {
	width: 700px;
	background: #2b89d9;
	height: 350px;
	color: #fff;
	position:relative;
}

div.featuredevents h2 {
	color: #fff !important;
	position: absolute; top: 0; left: 0;
	font-size: 900%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
	letter-spacing: -0.02em;
    line-height: 0.9em; 
}


div.featuredevents h3 {
	color: #fff !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 400%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}


/* other events */

div.otherevents {
	width: 304px;
	background: #44a7e3;
	height: 178px;
	color: #fff;
	position:relative;
}

div.otherevents:hover {
	background: #2b89d9;
}

div.otherevents h3 {
	color: #fff !important;
	position: absolute; top: 0; left: 0;
	font-size: 300%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}


div.otherevents h4 {
	color: #fff !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 200%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}

/* archived events */

div.archivedevents {
	width: 304px;
	background: #c0e1f4;
	height: 178px;
	border: solid 1px #2190ce;
	color: #2190ce;
	position:relative;
}

div.archivedevents:hover {
	background: #b0dbf4;
}

div.archivedevents h3 {
	color: #2190ce !important;
	position: absolute; top: 0; left: 0;
	font-size: 300%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}

div.archivedevents h4 {
	color: #2190ce !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 200%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}

/* Event form */

form#regForm fieldset {
	width: 460px;
	background-color: #9bd1eb;
	padding: 10px;
	border: 1px solid #78b1df;
}

form#regForm input.inputbox,
form#regForm select.inputbox,
form#regForm textarea.textbox {
	width: 195px;
	border: 0;
}

form#regForm select.inputbox {
	background: url(../images/but-select-arrow.gif) no-repeat right #fff;
	overflow: hidden;
}

form#regForm .button {
	background: url(../images/but-register.gif) no-repeat top right;
	min-height: 31px;
	height: 31px;
	margin-top: 25px;
	padding: 5px 8px 5px 6px;
	text-align: right;
	color: #fff;
	text-transform: UPPERCASE;
	background-color: #40b2de;
	border: 0;
}

/* MEDIA */

div.relatedmedia_intro {
	margin-bottom: 10px;
	line-height: 1.7;
}

p.relatedmedia_heading,
p.partners_heading {
	font-weight: bold;
	font-size: 120%;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;	
}

ul.relatedmedia_links,
ul.partners_links {
	line-height: 1.3;	
	margin-bottom: 20px;
}

ul.partners_links li,
ul.relatedmedia_links li {
	margin-left: 0 !important;
	background: url(../images/arrow_blue.gif) no-repeat 2px 2px !important;
}

/* current media */
div.mediacategories_1 {
	float: none;
	width: 100%;
	clear: both;
	padding-top: 10px;
}

/* archived level media */
div.mediacategories_2 {
	float: none;
	width: 100%;
	clear: both;
	padding-top: 30px;
}

div.mediacategories_1 h2 {
}


div.mediacategories_2 h2 {
	color: #178dcd;
}



/* catalyst media */
div.catalystmedia,
div.catalystmedia_intro {
	clear:both;
	margin-bottom: 10px;
}


div.catalystmedia div.relatedmedia_item {
	width: 304px;
	background: #44a7e3;
	height: 118px;
	color: #fff;
	position:relative;
}

div.catalystmedia div.relatedmedia_item h3 {
	color: #fff !important;
	position: absolute; top: 0; left: 0;
	font-size: 200%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}

div.catalystmedia div.relatedmedia_item h4 {
	color: #fff !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 150%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}

div.mediatype {
	position: absolute; 
	bottom: 0; 
	right: 10px;
	overflow: hidden;
}

/* external media */

h2.externalmedia {
	color: #44a7e3;
	padding-top: 20px;
}

div.externalmedia {
	clear:both;
}

div.externalmedia div.relatedmedia_item {
	width: 304px;
	background: #81c6e8;
	height: 118px;
	color: #fff;
	position:relative;
}

div.externalmedia div.relatedmedia_item h3 {
	color: #fff !important;
	position: absolute; top: 0; left: 0;
	font-size: 200%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}

div.externalmedia div.relatedmedia_item h4 {
	color: #fff !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 150%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}


/* ARCHIVES */

div.archivedcampaign,
div.archivedevent {
	width: 304px;
	background: #81c6e8;
	height: 118px;
	color: #fff;
	position:relative;
}

div.archivedcampaign h3,
div.archivedevent h3 {
	color: #fff !important;
	/*position: absolute; top: 0; left: 0;*/
	font-size: 200%;
	margin: 0px 0 0 10px;
	padding-top: 10px;
	line-height: 1.0;
	overflow: hidden;
}

div.archivedcampaign div.category-desc,
div.archivedevent div.category-desc {
	margin: 10px;
	font-size: 120%;
	line-height: 1.3;
	height: 59px;
	overflow: hidden;
}

div.archivedevent h4 {
	color: #fff !important;
	position: absolute; bottom: 0; left: 0;
	font-size: 150%;
	margin: 10px;
	line-height: 1.0;
	overflow: hidden;
}


div.archivecategories_2,
div.archivecategories_3 {
	margin-top: 20px;
}


/* Content - category */

div#article-heading {
	background-image: none !important;
	background-color: #178dcd !important;
	height: 140px;
	position: relative;
}

div#article-heading h3 {
	font-size: 250%;
	margin-top: 20px;
	padding-left: 18px;
	color: #fff !important;
}	

div.eventcategories_1 div#article-heading h3 {
	padding-top: 20px !important;
	font-size: 350% !important;
}

div#article-heading h4 {
	font-size: 200%;
	color: #fff !important;
	position: absolute;
	bottom: 20px;
	left: 20px;
}	
	
div.blog {
	background-color: #c0e1f4;	
	padding: 10px 15px;
}


/* category navigation */
div#categorynav {
	margin: 20px 0;
}
a.categoryprev {
	float:left;
	background: url(../images/catprev.gif) no-repeat top left;
	min-height: 31px;
	padding: 5px 10px 5px 20px;
}

a.categorynext {
	float:right;
	background: url(../images/catnext.gif) no-repeat top right;
	min-height: 31px;
	padding: 5px 20px 5px 10px;
	text-align: right;
}
a.archivebutton {
	float:left;
	background: url(../images/catnext.gif) no-repeat top right;
	min-height: 31px;
	padding: 5px 20px 5px 10px;
	text-align: right;
}

a.categoryprev:hover,
a.categorynext:hover,
a.archivebutton:hover {
	text-decoration: none;	
}
span.categoryprev,
span.categorynext,
span.archivebutton {
	color: #fff;
	text-transform: UPPERCASE;
	background-color: #40b2de;
	height: 31px;
}

a.readon {
	background: url(../images/but-readon.gif) no-repeat top left;
	text-indent: -9990px;
	display: block;
	float: right;
	width: 50px;
	height: 22px;
	margin: 15px;
	clear:both;
}

a.readon:hover {
	text-decoration: none;
}


/* LINKS */

div.blogweblinks .item {
	padding: 10px 0;
}

div.blogweblinks h2,
div.blogweblinks h3 {
	padding: 5px 0;
}

div.blogweblinks  div.column-3 {
	margin-top: 0px;
}

div.supporters {
	background: #d9ebf4;
	margin: 5px 0 10px 0;
}

/* Contacts */

div#contact-general {
	width: 49%;
	float: left;
}

div#contact-people {
	width: 49%;
	float: right;
}

span.contact-name,
span.street-address {
	font-weight: bold;
	display: block;
	padding: 15px 0 5px;
}

span.item-position {
	font-weight:normal;
}
span.item-phone, 
span.item-email,
span.item-address {
	display: block;
}

form#ContactForm {
	width: 310px;
	margin: 20px 10px 50px 10px;
	float: right;
}

#ContactForm legend {
	display: none;
}

#ContactForm input.inputbox {
	width: 300px;
	border: solid 1px #2B8AD9 !important;
	padding: 5px;
	color: #2B8AD9;
}

#ContactForm textarea.textbox {
	width: 300px;
	height: 100px;
	border: solid 1px #2B8AD9;
	padding: 5px;
	color: #2B8AD9;
}

#ContactForm input.checkbox {
	width: 20px;
	height: 20px;
	border: solid 1px #2B8AD9;
	padding: 5px;
	color: #2B8AD9;
}

#ContactForm input.button {
	background: url(../images/but-send.gif) no-repeat top left;
	text-indent: -999px;
	border: 0;
	width: 65px;
	height: 32px;
	float: right;
}

/* Join */
form#PaypalForm {
	width: 300px;
	background-color: #9bd1eb;
	padding: 10px;
	border: 1px solid #78b1df;
	margin-bottom: 10px;
}

#PaypalForm p {
	color: #2B8AD9;
}

#PaypalForm input.button {
	background: url(../images/but-paypal.gif) no-repeat top left;
	text-indent: -999px;
	border: 0;
	width: 74px;
	height: 34px;
	display: block;
	margin-top: 10px;
}


/* Exec Profiles accordion */
div#execprofiles {
	padding: 10px 0;
}

div#execprofiles  span.mooaccordion ul {
	margin-bottom: 0;
}

div#execprofiles  span.mooaccordion ul li {
	cursor: pointer;
	text-decoration: underline;
	color: #2B8AD9;
	background: url(../images/bullet.gif) no-repeat 2px 4px;
	padding-left: 12px;
	margin-left: 5px;
}

div#execprofiles p {
	margin: 5px 0;
	padding-left: 17px;
}


/*Module and component styles*/
#message,
.moduletable,
.moduletable_menu,
.contact,
.login {
	padding:10px 0px;
	margin-bottom:10px;
}

.blog-featured {
	padding: 0;
	margin: 0;
}


#system-message {
	font-weight:bold;
}

.login-fields {
	padding:10px 0;
}

/* ++++++++++++++  columns  ++++++++++++++ */

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	width:46%;
	float:left;
}

.cols-2 .column-2 {
	width:46%;
	float:right;
	margin:0
}

.cols-3 .column-1 {
	float:left;
	width:33%;
	padding:0px;
	margin-right:5px;
}
.cols-3 .column-2 {
	float:left;
	width:33%;
	margin-left:0;
	padding:0px;
}
.cols-3 .column-3 {
	float:right;
	width:33%;
	padding:0px;
}

.items-row {
	overflow:hidden;
	margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3 {
	padding:10px 5px
}

.column-2 {
	width:55%;
	margin-left:40%;
}

.column-3 {
   width:30%
}

.blog-more {
   padding:10px 5px
}

/* gallery */




/* footer */

footer div.container div.row {
	margin: 20px 0;
	border-top: solid 1px #2b8ad9;
	border-bottom: solid 1px #2b8ad9;
}

footer h3 {
	font-size: 100%;
	color: #2b8ad9;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform:none;
}

footer input {
	color: #2b8ad9;
	margin-top: 10px;
}

footer input.button {
	background: url(../images/button-bg1.png) no-repeat top left;
	border: 0;
	width: 75px;
	height: 23px;
	text-transform: UPPERCASE;
	text-align: left;
	padding: 0 1px;
	font-family: NewsGothicBT-BoldCondensed;
	font-weight: normal;
	font-style: normal;
}

footer div#footer3 {
	margin-top: 10px;
	color:#eeeeee;
	text-align: right;
}

	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

#outer {
	background: none !important;
}

#logoRow .row {
	padding:10px 0;
}

h2#ideastext { display: none; }

#navsearch {
	display: block;
	border-bottom: none;
}

#nav {
	float:left;
	padding-top:10px;
}

ul.menu {
	margin-left:0;
}

#nav ul li {
	margin-right:2px;
}


#nav ul li a, ul.menu li a {
	line-height: 1em;
	display: block;
	font-size: 150%;
}

#nav ul li a:link,
#nav ul li a:visited {
	padding:  5px;
}


#search {
	border-top: solid 1px #2b8ad9;
	width: 90%;
	margin-bottom: 5px;
}

div#search .moduletable { display: none; }

/* home page image */
.blog-featured img,
.item-page img {
	max-width: 280px;
	/*max-height: 132px;*/
}

/* column boxes */
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3,
.cols-2 .column-1,
.cols-2 .column-2 {
	float:none;
	margin-bottom: 5px;
	width: 95%;
}

/* campaign and event boxes */
div.campaigndescription,
div.campaigncategories,
div.eventdescription,
div.eventcategories
{
	float: none;
	width: 95%;
	display: block;
}

div.campaigncategories div.category-desc {
	width: 100%;
	font-size: 120%;
}

div.campaigncategories div.category-content {
	width: 75%;
}

div.campaigncategories div.category-number {
	width: 24%;
}

div.category-number span {
	font-size: 700%;
	padding: 0 25px 0 0;
}

div.eventcategories_1 {
	float: none;
	width: 100%;
}

div.featuredcampaign,
div.featuredhome,
div.featuredevents,
div.otherevents,
div.catalystmedia,
div.externalmedia {
	width: 278px;
	height: 178px;
}

div.featuredcampaign h2,
div.featuredhome h2,
div.featuredevents h2 {
	font-size: 300%;
	margin: 10px;
}

div.featuredcampaign h3,
div.featuredhome h3,
div.featuredevents h3 {
	font-size: 200%;
	margin: 10px;
}

form#ContactForm {
	width: 280px;
}

footer h3 {
	color: #fff;
}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}