/*
Theme Name: MCIN
Theme URI: http://skyrocketstudio.com/
Description: 
Version: 1.0
Author: Nate Bernard, Sam Bernard
*/

/* Reset */
* {
	padding: 0;
	margin: 0;
}

a img{
	border: none;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #F5F5F5 url('images/body-bg.png') repeat-x;
	text-align: center;
	}

body.page-template-big-php #pixopoint_menu_wrapper1{
	padding-top: 26px;
}

#page {
	width: 760px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}


	#quicklinks{
		position: absolute;
		font-size: 2em;
		top: -30px;
		right: 100px;
	}

	#quicklinks a{
		text-decoration: none;
		color: #000;
	}

	#quicklinks li a:hover{
		color: #fff;
	}
	
	#quicklinks a span{
		background:transparent url(images/quicklinks.png) no-repeat scroll 0 0;
		float: right;
		width: 110px;
		height: 31px;
		
	}
	
	#quicklinks ul{
		list-style-type: none;
		
	}

	#quicklinks ul li{
		background:transparent url('images/transparent.png') repeat;		
		float: left;
		padding: 0 10px 0 3px;
	}

	#quicklinks ul li a{
		display: block;
		height: 30px;
	}

	#header{
		margin-top: 30px;
		position: relative;
		width: 760px;
	}
	
		#logo{
			background:transparent url(images/logo.png) no-repeat scroll 0 0;
			height:231px;
			left:-186px;
			position:absolute;
			top:-30px;
			width:287px;
			z-index:-1;
		}

		#header h1{
			color:#FFFFFF;
			font-family:Times New Roman;
			font-size:3.9em;
			font-weight:lighter;
			margin-bottom:-11px;
			float: left;
		}
	
		#header-img{
			width: 490px;
			height: 182px;
			background: #000;
			border: 2px solid #fff;
			
			float: left;
		}
		
		#header-links{
			width: 240px;
			height: 182px;
			margin-left: 16px;
			background: #fff;
			border: 2px solid #fff;
			float: left;
		}
	
	#content{
		border: 5px solid #fff;
		background: #fff;
		color: #000;
		float: left;
		min-height: 350px;
		font-size:1.25em;
	}
	
		.column{
			width: 40%;
			float: left;
		}
		
		.narrow, .narrowcolumn {
			width: 490px;
		}
		
		.wide{
			width: 744px
		}
		
			p{
				margin-bottom: 1em;
			}
	
	#sidebar{
		width: 240px;
		margin-left: 10px;
		background: transparent;
		padding: 5px;
		float: left;		
	}
		
	#sidebar ul li{
		list-style-type: none;
	}

#footer{
	width: 100%;
	background: #000 url('images/footer-bg.png') repeat-x;
	height: 300px;
	color: #fff;
}

	#footer-content{
		height:240px;
		margin:0 auto;
		padding:10px 0;
		width:840px;
		overflow: hidden;
	}
	
		#footer-content>li{
			float:left;
			height:100%;
			list-style-type:none;
			overflow:hidden;
			padding-right:15px;
			width:30%;			
		}
	
		#categoryposts-3{
			float: left;
			width: 300px;
			padding: 1em;			
		}
		
			#categoryposts-3 li{
				list-style-type: none;
				font-size: 1.8em;
			}
			
			#categoryposts-3 li:before{
				content:"\00BB";
			}
	
	#footer-btm{
		text-align: center;
		height: 10px;
		padding: 15px;
		background: #000;
	}

/* Typography */
h1, h2, h3, h4{
	clear: both;
}

h1 {
	color: #003d4c;
	font-size: 1.3em;
	margin: 0.2em 0 1em;
}
h2 {
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.4em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 0.3em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

p{
	clear: both;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	float: left;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}


/* misc Classes */
.affiliate-ads li{
	float:left;
	font-size:1.25em;
	list-style-type:none;
	width:240px;
}

/* Utility Classes */
.clear{
	clear: both;
}

/* Scroller */
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/

#scrollBox{
	height: 102px;
	width: 760px;
	padding-top: 8px;
}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 724px;
    margin: 0 auto;
    height:100px;
    float: left;
    padding-top: 1px;
} 
 
.prevPage, .nextPage{
	display: block;
	width: 18px;
	height: 102px;
	background: transparent url('images/scroller-buttons.png') 0 0;
	float:left;
}

.prevPage:hover{
	background-position: 0 -102px;
}

.nextPage{
	background-position: -18px 0;	
}

.nextPage:hover{
	background-position: -18px -102px;
}

/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
div.items img{
	height: 100px;
	width: 140px;
}
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}


/* misc */
#overlay{
	background: transparent url('http://images.mc360.com/theme/overlay.png');
	position: fixed;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	overflow: hidden;
	display: none;
	z-index: 998;
}

#contactUs{
	position:fixed;
	z-index:999;
	display:none;
	padding: 10px;
	background: #fff;
	top:100px;
	padding:10px;
	left:390px;
	width:450px;	
}
