/*
Theme Name: Emergency Physicians International
Theme URI: http://epinternational.org/
Description: Custom Wordpress theme for EPI
Version: 1.0
Author: Jim Hodgson
Author URI: http://hodgsonco.com/

*/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
	text-decoration: none;
}
body	{
	color: #666;
	font: 62.5% Helvetica, Arial, sans-serif;
}

/*                        PAGE LAYOUT
**************************************************************/

#wrap	{
	width: 1000px;
	margin: 0 auto;
}
#header	{
	margin-bottom: 25px;
}
#content	{
	height: 1%;
	background: url(images/bg_content.png) repeat-y left top;
}
#leftbar	{
	float: left;
	width: 190px;
	padding-right: 10px;
}
#main	{
	float: left;
	width: 540px;
	padding: 0 25px;
}
#rightbar	{
	float: left;
	width: 180px;
	padding: 0 15px;
}
#footer	{
}

.partnerlogos { 
	text-align: right;
	margin-right: 20px;
	margin-top: 30px;
}

/*                      TYPOGRAPHY STYLES
**************************************************************/
a { color: #298DBA; text-decoration: none; }
h1	{
	font-size: 3.0em;
	line-height: 25px;
}
h2	{
	color: #0099cc;
	font-size: 2.0em;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3	{
	color: #0099cc;	
	font-size: 1.5em;
	line-height: 15px;
}
p, #main ul	{
	font-size: 1.2em;
	line-height: 15px;
}
#main li { 
	list-style-type: circle;
	margin-left: 20px;
}

/*                        GLOBAL STYLES
**************************************************************/

strong	{
	font-weight: bold;
}
cite, em	{
	font-style: italic;
}
a, a:visited, a *, a:visited *, button	{
	cursor: pointer;
}
.inv	{
	height: 0;
	display: block;
	overflow: hidden;
}
.clear	{
	clear: both;
}
.bg	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/*                        HEADER STYLES
**************************************************************/

#header a.logo, #header a.logo:visited	{
	height: 100px;
	display: block;
	background: url(images/bg_logo.jpg) no-repeat left top;
}
#header img	{
	display: block;
}

/*                       LEFT BAR STYLES
**************************************************************/

#leftbar li	{
	text-transform: lowercase;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 20px;
}
#leftbar li.current_page_item	{
	background: url(images/bg_li_active.png) no-repeat right 12px;
}
#leftbar li a, #leftbar li a:visited	{
	color: #666;
	overflow: hidden;
	font-size: 3.4em;
	line-height: 34px;
}

/*                         MAIN STYLES
**************************************************************/
/*
#main img	{
	float: right;
	margin: 0 0 25px 25px;
	border: solid 1px #0099cc;
}
*/
#main h1	{
	font-size: 3.0em;
	color: #0099cc;
	margin-bottom: .5em;
}
#main p	{
	margin-bottom: 1.5em;
}

#main table { 
	margin-left: auto;
	margin-right: auto;
	font-size: 150%;
}

#main input.wpcf7-validates-as-required,textarea { 
	background: #ccc;
}
.your-subject input { 
	background: #ccc;
}

/*                       RIGHTBAR STYLES
**************************************************************/

#donate a, #donate a:visited	{
	color: #fff;
	height: 60px;
	display: block;
	font-size: 5em;
	padding-top: 10px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
	background: #0099cc;
}
#rightbar h2	{
	clear: both;
	margin-bottom: 5px;
}
#rightbar h2.fmed	{
	font-size: 3em;
	line-height: 30px;
	letter-spacing: -0.5px;
}
#rightbar h2.widgettitle	{
	font-size: 3em;
	line-height: 30px;
	letter-spacing: -0.5px;
}
#rightbar p	{
	margin-bottom: 1.5em;
}
#connect	{
	height: 32px;
	padding: 0 0 30px 0;
}
#connect li	{
	float: left;
	padding-right: 4px;
}
#connect a, #connect a:visited	{
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}
#connect a.rss, #connect a.rss:visited	{
	background: url(images/bg_icons.jpg) no-repeat 0px 0px;
}
#connect a.face, #connect a.face:visited	{
	background: url(images/bg_icons.jpg) no-repeat -36px 0px;
}
#connect a.flic, #connect a.flic:visited	{
	background: url(images/bg_icons.jpg) no-repeat -72px 0px;
}
#connect a.tw, #connect a.tw:visited	{
	background: url(images/bg_icons.jpg) no-repeat -108px 0px;
}
#connect a.you, #connect a.you:visited	{
	background: url(images/bg_icons.jpg) no-repeat -144px 0px;
}
#rightbar form	{
	margin: 0 0 30px 0;
}
.email	{
	padding: 5px;
	width: 160px;
	font-size: 1.2em;
	background: #ccc;
	line-height: 12px;
}
.latestphotos { 
	margin: 5px;
}

#flickrgallery { 
	text-align: center;
}

.alignright { float: right; } 
.alignleft { float: left;}
.wp-caption-text { text-align: center;}
