/*
Theme Name: Melbourne Youth Clinic
Theme URI: http://www.seamusandsons.com/
Author: Peter Kavanagh
Author URI: http://wordpress.org/
Description: Custom theme designed by Seamus And Sons.
Version: 1
License: Private
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight:100;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
a { color:#BC1521; };
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color:#858585;
}
/* Fonts
----------------------------------------------- */
@font-face {
    font-family: 'ChaletComprimeCologneEightyRg';
    src: url('chaletcomprime-cologneeighty-webfont.eot');
    src: url('chaletcomprime-cologneeighty-webfont.eot?#iefix') format('embedded-opentype'),
         url('chaletcomprime-cologneeighty-webfont.woff') format('woff'),
         url('chaletcomprime-cologneeighty-webfont.ttf') format('truetype'),
         url('chaletcomprime-cologneeighty-webfont.svg#ChaletComprimeCologneEightyRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ChaletComprimeCologneSixtyRg';
    src: url('chaletcomprime-colognesixty-webfont.eot');
    src: url('chaletcomprime-colognesixty-webfont.eot?#iefix') format('embedded-opentype'),
         url('chaletcomprime-colognesixty-webfont.woff') format('woff'),
         url('chaletcomprime-colognesixty-webfont.ttf') format('truetype'),
         url('chaletcomprime-colognesixty-webfont.svg#ChaletComprimeCologneSixtyRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINRegular';
    src: url('din-webfont.eot');
    src: url('din-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-webfont.woff') format('woff'),
         url('din-webfont.ttf') format('truetype'),
         url('din-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINCondRegular';
    src: url('dincond-regular-webfont.eot');
    src: url('dincond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('dincond-regular-webfont.woff') format('woff'),
         url('dincond-regular-webfont.ttf') format('truetype'),
         url('dincond-regular-webfont.svg#DINCondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =Structure
----------------------------------------------- */
body, html {
	margin:0px;
	height:100%;
	behavior:url(ie-css3.htc);
}
a {
	text-decoration:none;
}
#content p {
	margin-bottom:8px;
}
#content strong, #content strong span {
	font-weight: bold !important;
}
#page {
	background-color:#FFF;
	width:810px;
	height:100%;
	position:fixed;
	margin-left:-450px;
	padding-left: 50px;
	padding-right: 50px;
	left: 50%;
	z-index:1;
	box-shadow:0px 0px 20px #000;
    -moz-box-shadow:0px 0px 20px #000;
    -webkit-box-shadow:0px 0px 20px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=0, Strength=3);
}
#over_page {
	width:810px;
	height:auto;
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 50px;
	padding-right: 50px;
	z-index:2;
}
#main_bg {
	/*position:fixed;
	z-index:0;
	background-color:#FFF;
	width:910px;
	height:100%;
	left:50%;
	top:0px;
	margin-left:-455px;
	box-shadow:0px 0px 20px #000;
    -moz-box-shadow:0px 0px 20px #000;
    -webkit-box-shadow:0px 0px 20px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=0, Strength=3);*/
}
#primary {
	width: 810px;
}
#header {
	padding-top: 50px;
	width:100%;
	position:relative;
	border-bottom:#858585 1px solid;
	padding-bottom: 10px;
	vertical-align:baseline;
}
#head_main h2 {
	font-family: 'ChaletComprimeCologneEightyRg';
	font-size:26px;
	color:#858585;
	font-weight:100;
}
#head_main {
	float:left;
}
#head_info {
	float:right;
}
#head_info h2 {
	font-family: 'ChaletComprimeCologneEightyRg';
	font-size:18px;
	color:#858585;
	padding-bottom:6px;
}
#head_info p {
	font-family: 'DINCondRegular';
	font-size:12px;
	color:#858585;
	line-height:14px;
}
#main {
	background-color:#FFF;
	padding-top:40px;
	width:810px;
	padding-bottom: 50px;
}
#access li {
	font-family: 'DINRegular';
	color: #858585;
	line-height: 32px;
	font-size: 12px;
}
#access li.current_page_item {
	color:#bc1521;
	font-weight:bold;
}
#access li a {
	color:inherit;
	text-decoration:none;
}
#access li a:hover {
	color:#000;
}
#access {
	width: 190px;
	float:left;
}
#content {
	width:610px;
	float:right;
}
#content h1 {
	font-family: 'ChaletComprimeCologneSixtyRg';
	color:#d9d9d9;
	font-weight:100;
	font-size:28px;
	margin-bottom:10px;
}
.post_output p {
	margin-bottom:18px;
}
.post_output, .meet_us_div {
	width:430px;
}
.story_output, .post_output {
	font-family: 'DINRegular';
	font-size:12px;
	color:#666;
	padding-right:20px;
	line-height:16px;
}
.meet_us_div {
	font-family: 'DINRegular';
	font-size:11px;
	color:#666;
	line-height:16px;
}
.meet_us_div td {
	padding-bottom:10px;
	padding-right:15px;
}
.no_posts {
	color:#bc1521;
}
.entry_output, .meet_us_div, .contact_div {
	margin-bottom:15px;
	border-bottom:#ebebeb 3px solid;
}
.entry_output, .contact_div {
	width:100%;
}
.meet_us_div {
	padding-bottom:10px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.entry_output h2 {
	font-size:16px;
	color:#858585;;
}
.entry_output h3 {
	font-size:12px;
	color:#d9d9d9;
	margin-top:5px;
	margin-bottom:5px;
}
.entry_content {
	line-height:18px;
}
.entry_content img {
	max-width:430px;
}
#floater {
	clear:both;
	padding-bottom:50px;
}
.contact_div {
	padding-bottom:15px;
}
#contact_text {
	padding-left: 20px;
	font-family: 'DINCondRegular';
	line-height:18px;
	font-size:14px;
	color:#666;
}
#map_canvas {
	background-color:#d9d9d9;
}