/**
* Main stylesheet for ClinPsy main site
* @copyright	Lee Machin, 2011
* Based on 960 Grid System @ 960gs.com
**/

/* Import other stylesheets for fonts and the grid system */
@import url(clinpsy.fonts.css);
@import url(clinpsy.grid.css);
@import url(jui.css);


body {
margin: 0;
padding: 0;
background-image: url(/images/common/bg2.png);
background-repeat: repeat-x;
font-family: BPreplay;
height: 100%;
}

p {
	line-height: 150%;
}

/* HYPERLINKS */
a { color: #ee5f00; text-decoration: none; text-shadow: 1px 1px 2px #999; outline: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

/* END HYPERLINKS */

.logo_container {
margin: 0 auto;
text-align: center;
}
img.logo {
padding: 2px;
}
img.banner {
margin-top: 10px;
}

ul#social {
list-style: none;
margin: 0 5px 0 0;
padding: 0 5px;
display: block;
background-color: #ee5f00;
float: right;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
ul#social li {
display: inline;
padding: 0 2px;
}
ul#social li img {
margin: 3px 0 0 0;
}
ul#social li img a {
border: none;
}

#navigation {
font-family: Berlin;
font-size: 110%;
color: #ededed;
margin-top: -2px;
margin-right: 5px;
padding: 10px 5px 5px 5px;
height: 20px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
letter-spacing: 2px;
text-shadow: 2px 1px 2px #333;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation ul li {
display: inline;
margin: 0 5px;
}
#navigation ul li a {
text-transform: none;
color: inherit;
text-decoration: none;
margin: 0;
padding: 2px 4px;
width: 100%;
}
#navigation ul li a:hover {
background-color: #ee5f00;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

/* Jobs shit */
.jobTable {
	margin-top: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
}
.jobTable table#dataTable {
	width: 100%;
}
.jobTable table#dataTable tr td.int {
	text-align: right;
}
.jobTable table#dataTable thead tr th#position {
	width: 55%;
}
.jobTable table#dataTable thead tr th#location {
	width: 25%;
}
.jobTable table a { text-shadow: none; font-weight: bold; width: 100%; display: block; }
.jobInfo { display: none; }
#facebox .content { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 95%; }
#facebox .content ul { list-style: none; margin: 0; padding: 0; }
#facebox .content ul li { margin: 5px 0;}
#facebox .content ul li h2, #facebox .content ul li h3 { display: inline; margin: 0; padding: 0; }
#facebox .content ul li h3 { font-weight: normal; }
#facebox .content ul li h3.title { font-weight: bold;  margin-bottom: 0; padding-bottom: 0;}
#facebox .content dl { margin: 0 0 0 10px;}
#facebox .content dl dd { padding: 5px 0;}
#facebox .content dl dt { float: left; width: 250px; padding: 5px 0; font-weight: bold; clear: both; }
#facebox .content .jobDetails { margin-left: 10px; font-size: 90%; margin-top: -10px; padding-top: 0; }


/* Sidebar shit */

.boxout {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ededed;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.boxout h1.title {
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-align: left;
}
.boxout h1 strong {
	letter-spacing: 1px;
}

.boxout.ad {
	border: 1px solid #e55f00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}
.boxout.ad p {
	font-size: 85%;
	margin: 5px 0 0 0;
	padding: 0;
}
img.sidebarLeft { float: left; margin: 0; padding-right: 5px; }

.boxout h1.title.ad {
	text-align: center;
	border-bottom: 1px dashed #666666;
	padding: 0 3px;
}
.boxout h1.title#aspireTitle {
	text-align: center;
}
.boxout ul {
	list-style: none;
	margin: 5px 0 0 5px;
	padding: 0;
}
.boxout ul li {
	padding: 3px 0;
	font-size: 90%;
}
.boxout p {
	margin-top: 5px;
	margin-bottom: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.boxout p.links {
	margin-top: 5px;
}

.boxout#twitter, .boxout#facebook {
	background-color: #fff;
}
.boxout#aspire {
	text-align: center; margin: 0 auto;
	background-color: #fff;
}
.boxout#forums ul { list-style: none; margin: 5px 0 0 3px; }
.boxout#forums ul li { padding: 2px 0;}

.boxout a.titleLink { margin: 0 auto; display: block; width: 100%; text-align: center; font-weight: bold; }


.about {
	b-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #efefef;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.about p {
	margin: 0 0 10px 0;
	padding: 0;
}
.about p:last-child {
	margin-bottom: 0;
}
#about { display: none; }
.about#cta { background-color: transparent;}
.callToAction { text-align: center; float: right; }

.postUpdate {
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.postUpdate h1.updateTitle {
	margin: 0;
	padding: 0;
	font-size: 180%;
	letter-spacing: 1px;
}
.postUpdate h1.updateTitle a {
	color: inherit;
	text-decoration: none;
	text-shadow: 0 0 0 #fff;
}
.postUpdate h1.updateTitle a:hover {
	color: #ee5f00;
}

.postUpdate small.updateMeta {
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #555;
}
.postUpdate small.readMore {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #555;
}

.postUpdate .updateContent p {
	margin: 10px 0;
	line-height: 150%;
	color: #333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.
.postUpdate .updateContent img.imgLeft {
	float: left;
	padding: 5px;
	margin: 5px 15px 5px 0;
	background-color: #ededed;
}
.postUpdate .updateContent img.imgRight {
	float: right;
	padding: 5px;
	margin: 5px 0 5px 15px;
	background-color: #ededed;
}

#content,#sidebar { margin-top: 10px; }
#footer { margin-top: 10px; margin-bottom: 0; border-top: 1px solid #333; background-color: #222; width: 100%; color: #ededed;}
#footer .section { margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px;}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .blogroll ul li:last-child { margin-top: 10px; text-align: right;}
#footer .sitemap ul li:last-child { margin-top: 10px; }
#footer ul li a { color: #fff; text-shadow: none; }
#footer ul li a:hover { color: #ee5f00; text-decoration: underline; }
#footer ul#forum { margin-bottom: 10px; }
#footer ul#forum li { padding: 2px 0;}
#footer ul#forum li:first-child { margin-bottom: 5px; padding-top: 0; font-style: italic;}

/* Wiki stuff */
#wiki .categories, #wiki .articles { margin-top: 5px; }
#wiki .articles { margin-top: -45px; }
#wiki h3 { margin: 5px 10px 5px 5px; padding: 0; }
#wiki .categories h3 { display: block; width: 100%; background-color: #333; color: #ee5f00; letter-spacing: 2px; text-shadow: 1px 1px 2px #666; margin: 0 0 10px 0; padding: 5px 0 5px 0px; -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; text-align: center; }
#wiki ul { list-style: none; margin: -15px 0 0 0; padding: 10px; font-family: Helvetica, Verdana, Arial, sans-serif; }
#wiki ul li { margin: 5px 0 10px 0; padding: 0; }
#wiki .categories { background-color: #ee5f00; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#wiki .categories ul li a { color: #fff; }
#wiki .categories ul li a:hover { color: #000; text-decoration: none;}
.search { margin: 5px 0; background-color: #333; color: #ededed; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
.search form { padding: 3px 5px 3px 5px; }
.search form input[type=text] { width: 90%; -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; border: none; font-size: 110%; display: inline;}
.search form input[type=submit] { width: 8%; background-color: #ee5f00; display: inline; margin: 0 0 0 0px; border-radius: 2px; border: none; font-size: 110%; padding: 1px 1px 1px 3px; background-image: url(/images/common/search.png); background-repeat: no-repeat; background-position: center; color: transparent;}

.boxout#wiki { padding: 0; margin-top: -18px; margin-bottom: 20px;}
.search#wikiSide { background-color: #000; border-radius: 0; -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.search#wikiSide form input[type=text] { width: 87%; }
.search#wikiSide form input[type=submit] { width: 11%; }



#wiki span.highlight { border-bottom: 1px dotted #ee5f00; background-color: #F2C47A; padding: 0 2px; }
#wiki dl dd { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 85%; margin-bottom: 5px; }

.wikiTitleBar h2 { margin: 20px 0 5px 0; padding: 0; }
.wikiContent { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 95%;}
.wikiContent ul li, .wikiContent ol li { padding: 5px 0; }
.disclaimer { font-size: 85%; color: #888;}

.mainAd { margin: 10px auto; background-color: #ededed; -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; width: 600px;}

.contrib h2 { margin-bottom: -10px; padding-bottom: 0; }
.contrib p { font-family: Helvetica, Arial, sans-serif;}

.breadcrumbs { font-size: 75%; margin-top: 10px; }

/* Aspire */
#aspire {
	margin: 20px auto 0 auto; text-align: center; width: 100%;
}
#aspire .issue {
	float: left; width: 200px; margin: 4px;
	border-radius: 3px;
	padding: 2px;
	background-color: #333;

}
#aspire .issue ul {
	list-style: none;
	color: #efefef;
	font-size: 85%;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 5px;
}
#aspire .issue ul li {
	text-align: center;
}
#aspire .issue ul li a {
	color: inherit;
	text-decoration: none;
}
#aspire .issue ul li a:hover {
	color: #ee5f00;
}

/* Styling for advertising page */
div.intro { text-align: center; background-color: #ededed; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; margin: 10px 0 20px 0; }
div.intro h1 { font-size: 150%; margin: 10px 0 5px 0; }
div.intro h3 { margin: 0 0 5px 0; color: #ee5f00;}
div.intro p { margin: 0 0 10px 0; padding: 0; }

div.details h2 { margin: 5px 0 10px 0; padding: 0; }
div.details ol { margin: 0 0 0 10px; padding: 0 0 0 20px; text-align: left; font-size: 115%; }
div.details ol li { padding: 0; margin: 10px 0; }
div.details ul { margin: 0 0 0 5px; padding: 0; list-style: none; font-size: 115%; }
div.details ul li { margin: 10px 0; padding: 0; }
div.details ul li:last-child { font-weight: bold; }

div.moreInfo h2 { text-align: center; }
div.moreInfo ul { font-size: 100%; margin: 0 0 0 -20px; text-align: left; }
div.moreInfo ul li { padding: 5px 0; }
