/*
Theme Name: Mix Media
Theme URI: http://mixmedia.ca
Description: Mix Media site converted to WordPress
Author: WordPress Conversion - Chris Whiteley
Author URI: http://chriswhiteley.ca
Version: 2.0

*/


/* Start it all off with a some good ole CSS reset.  Used the HTML5 Boilerplate stylesheet as it makes a solid reset and build up */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   WordPress Core CSS
   ========================================================================== */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


/* Kicking off the real CSS here: */

body {
	background:#D7D6DC url('images/bg-tile2.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636466;
}

#site-container {
	background:#d7d6dc;
	width:1000px;
	margin:auto;
	border: solid 1px #2D2D2D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 8px #192940; 
}

/* A bit of utility & misc */
.side-border {
	border-right:5px solid #fff;
	border-left:5px solid #fff;
}

p {
	margin-bottom:16px;
}

/* =============================================================================
   Header
   ========================================================================== */
  
#header {
	background:url('images/top-banner-bg.jpg');
	border-top:5px solid #fff;
	border-bottom:1px solid #fff;
	height: 126px;
	overflow: hidden;
}

#header h1 {
	margin:0;
}

#header p, 
#header p a {
	color: #F4FC93;
	font-weight: bold;
	font-size: 16px;
	text-decoration:none;	
} 

#header p {
	float:right;
	position:relative;
	top: -90px;
	right: 20px;
} 
 
a.logo-link {
	text-indent:-9999px;
	width:500px;
	height:126px;
	display:block;
}

#sub-header {
	background-image: url(images/navbar-bg.jpg);
	padding: 7px 0;
	border-bottom:1px solid #fff;
}

#sub-header h2{
	color: white;
	font-size: 15px;
	margin: 0 0 0 22px;
	width: 750px;
	float:left;
	
}

#sub-header h2 span {
	font-size:18px;
}

#sub-header h2 span.normal {
	font-weight:normal;
	font-size:15px;
}

#sub-header .social {
	float:right;
	width: 103px;
	margin:0;
}

.social li {
	list-style-type:none;
	display:inline;	
}

/* =============================================================================
   Navigation
   ========================================================================== */

#nav {
	background-image: url(images/navbar-bg2.jpg);
	overflow: hidden;
	border-bottom:5px solid #fff;	
}

#nav ul {
	margin: 0;
	padding:0;
}

#nav li {
	display: inline;	
}

#nav li a {
	color: #F4FC93;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 15px;
	display:block;
	float:left;
}

#nav li.current_page_item a{
	color:#fff;
}

/* =============================================================================
   Content
   ========================================================================== */
  
#container {
	color:#1A2C44;
	padding:20px;
	border-bottom:5px solid #fff;
	background: #9D9D9F url(images/masthead-bg.jpg) repeat-x;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
} 

#content h2 {
	font-size:14px;
	color:#1B2B44;
} 


/* Home */

.post-33 #content {
	width:948px;
	padding-left:0;
	color:#000;
}

.post-33 #content h2:first-child {
	display:none;
}

.post-33 #content h3 {
	font-size:18px;
}
/* Sidebar */
#sidebar {
	width:120px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu {
	padding-left:0;
}

#menu li {
	list-style-type: none;
	padding: 0;
	border-bottom:1px solid #B0B0B2;
	padding-bottom: 6px;
	margin: 0 0 6px;
	font-size: 11px;
	text-align: left;
	
}

#menu li a{
	text-decoration:none;
	color: #1A2C44;
}

#menu .current_page_item a:before {
	content:'\00bb \00a0';
}

/* Content */
#content {
	width: 790px;
	float: left;
	padding-left: 40px;
}

/* =============================================================================
   Callout
   ========================================================================== */
#call-out {
	background: url('images/home-banner-bg2.jpg') repeat-x;
}

  
#call-out div {
	float:left;
	width:333px;
	color:#192940;
}
  
#call-out h3 {
	background:url('images/navbar-bg.jpg') repeat-x;
	color:#F4FC93;
	font-size:18px;
	text-align:center;
	margin-top:0;
	border-right: 1px solid #fff;
}

#call-out div.last {
	width:334px;
}

#call-out div.last h3 {
	border-right:none;
} 

#call-out p {
	padding:0 20px;
	font-family:Arial, Helvetica, sans-serif;
} 

#call-out img {
	display: block;
	margin: auto;
} 

/* =============================================================================
   Footer
   ========================================================================== */
  
/* Footer Nav */

#footer,
#credits {
	color:#333
}

#footer-nav {
	font-size: 13px;
	background: #192940;
	text-transform: uppercase;
	overflow: hidden;
	padding:20px;	
}

#footer-nav ul {
	padding: 0;
	margin: 0 19px 0 0;
	float: left;
	width: 125px;	
}

#footer-nav ul:last-of-type {
	margin-right:0;
	width:90px;
	
}

#footer-nav li {
	list-style-type:none;
	font-size: 13px;
}

#footer-nav ul li:first-child {
	font-weight: bold;
	color: #F4FC93;	
}

#footer-nav a {
	color:#fff;
	text-decoration:none;
}

#footer-nav a:hover {
	text-decoration:underline;
}

/* Social Footer */ 

#footer-social {
	padding:20px 10px 0;
	text-align:center;
}

#footer-social ul {
	margin: 0 auto;
	padding:0;
}

#footer-social p {
	margin:0 auto 34px;
}

/* Credits */

#credits {
	margin:auto;
	width:1000px;
}

#credits p {
	text-align: center;
	width: 425px;
	margin: 0 auto 16px;
}

#credits p + p {
	font-size:12px;
}

.credits {
	display:none;
}


/* =============================================================================
   Forms
   ========================================================================== */

.post-15 label {
	display:block;
}







