/* 
Theme Name: Mattis
Description: Mattis WordPress Theme.
Version: 1.2
Author: system32
Author URI: http://www.themeforest.net/user/system32
Tags: space, custom header, fixed width, two columns, widgets
The CSS, XHTML and design under 960 Grid System:
*/

#loader .loading{
	background:url(ajax-loader.gif) 50% 50% no-repeat;
}	

/*********************************************************
		General
**********************************************************/
html, body, div, span, small, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, blockquote, acronym, address, code, del, dfn, dl, dt, dd, em, img, q, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, b, p
{
	margin: 0;
	padding: 0;
}
body
{
	font: normal 12px/20px "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	color: #999;
	background: #1f1f1f url(images/bg.gif);
}

* html {
	margin: 0;
	padding: 0;
	}

#mygallery br {height:0 !important; margin:0;padding:0; }


/*********************************************************
		Alignment
**********************************************************/

.alignleft
{
	float: left;
	margin: 5px 15px 15px 0;
}
.alignright
{
	float: right;
	margin: 0px 15px 15px 15px;
}
.aligncenter
{
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 10px 0;
}
.clear
{
	clear: both;
}
img
{
	border: 0;
}


/*********************************************************
		Anchor Rules
**********************************************************/


a
{
	outline: none;
	border: none;
	color: #999;
	text-decoration: none;
}
a:hover
{
	color: #0099FF;
	text-decoration: underline;
}



/*********************************************************
		Headins
**********************************************************/


h1, h2, h3, h4, h5, h6
{
	color: #999;
}
h1
{
	font: normal 25px/28px "Lucida Sans Unicode", Georgia Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
}
h2
{
	font: normal 22px/22px "Lucida Sans Unicode", Georgia Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
h3
{
	font: normal 18px/20px "Lucida Sans Unicode", Georgia, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
h4
{
	font: normal 16px/18px "Lucida Sans Unicode", Georgia, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
h5
{
	font: bold 13px/18px "Lucida Sans Unicode", Georgia, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
h6
{
	font: normal 10px/14px "Lucida Sans Unicode", Georgia, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
p
{
	margin: 0 0 15px 0;
}


/*********************************************************
		Readmore
**********************************************************/


.read
{
	color: #999;
}
.read:hover
{
	color: #FFFFFF;
}
.image
{
	margin: 0;
	border: 3px solid #fabc77;
}


/*********************************************************
		Header
**********************************************************/


#header
{
	height: 100px;
	margin-bottom: 20px;
	background: url(images/head_bg.gif) top left repeat-x;
	border-bottom: 1px solid #414141;
}
.logo
{
	margin: 20px 0 0 20px;
	float:left;
}
.logo a img
{
	display: block;
	text-indent: -99999px;
	outline: none;
}


/*********************************************************
		Menu
**********************************************************/


.menu
{
	margin: 40px 0 0 0;
	float: right;
}




/*********************************************************
		Slider
**********************************************************/

.prev
{
	position: relative;
	left: 10px;
	bottom: 110px;
	z-index: 100;
	color: #FFFFFF;
}
.next
{
	position: relative;
	left: 25px;
	top: 130px;
	z-index: 100;
	color: #FFFFFF;
}
.cycle_slider
{
	position: relative;
	margin: 20px 0 20px 10px;
	padding: 0;
	width: 940px !important;
	color: #fff;
}
.cycle_slider a	img
{
	width:940px;
	height:400px;
}
.cycle_slider a
{
	text-decoration: none;
	font-weight: normal;
	height: auto;
	color: #fff;
}
.cycle_slider a:hover
{
	color: #35bfd8;
}
.cycle_slider h3
{
	margin: 0 0 5px 0;
}
.cycle_slider p
{
	margin: 0 0 5px 0;
}
.cycle_slider p a
{
	color: #eee;
}
.cycle_slider div.titles
{
	
	width: 70% !important;
	display: block;
	left: 120px;
	position: absolute;
	padding: 15px;
	bottom: 10px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.cycle_slider .imgborder
{
}


/*********************************************************
		Layout Bars
**********************************************************/


#mid_content
{
	margin: 20px 0;
}
.mid_content img
{
	margin: 0 10px 10px 0;
}
#sidebar_content
{
	margin: 20px 0;
}
.sidebar_box
{
	margin: 20px 0;
}
.sidebar_box img
{
	margin: 5px 0;
	padding: 1px;
	border: 1px solid #555;
}


/*********************************************************
		Blog Post
**********************************************************/

.pagetitle	{ color:#FFFFFF; font-size:26px; padding-left:20px; border-bottom:1px solid #999999; padding-bottom:20px; }

.post
{
	margin: 10px 0 20px 20px;
	padding: 10px 0;
	overflow: hidden;
	height: 100%;
}
.post .excerpt
{
	width: 450px;
	float: left;
}
.post h2
{
	margin: 0;
}
.post a
{
	color: #ccc;
}
.post-info
{
	padding: 5px 0px;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	height: 100%;
	font-size: 10px;
	overflow: hidden;
}
.post-info_comment
{
	padding: 0 10px 0 0;
}
.postinfo
{
	padding: 0 5px;
}

.excerpt img	{ border:1px solid #555; padding:3px; margin-bottom:15px; float:left; margin-right:15px;}
#bigimg
{
	position: absolute;
	background-color: #fabc77;
	border: 3px solid #e68e46;
}


/*********************************************************
		Footer
**********************************************************/


#footer .container_16
{
	border-top: 1px solid #353535;
	padding: 20px 0;
}
#footer
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 30px;
	margin-top: 20px;
}
#footer h2
{
	font-size:15px;
	color: #0888c3;
}
#footer ul
{
}
#footer ul li a
{
	line-height: 25px;
	padding-left: 5px;
	text-decoration: none;
}
#footer ul li
{
	list-style-type: square;
	list-style-position: inside;
}
#footer ul.social
{
	margin: 10px 0;
	padding: 0;
}
#footer ul.social	li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
}
.copyrights
{
	text-align: center;
	border-top: 1px solid #353535;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}
.copyrights p
{
	color: #666;
}

#footer .avatar {
	float: left;
	margin: 5px 15px 15px 0;
}


/*********************************************************
		Portfolio Sub category
**********************************************************/


.sub_cat
{
	overflow: hidden;
	height: 100%;
	border-bottom: 1px dotted #444;
	border-top: 1px dotted #444;
	padding: 10px;
	margin: 10px;
}
.sub_cat ul
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.sub_cat ul li
{
	display: inline;
	background: url(images/dot.gif) no-repeat scroll 0px 50%;
	padding-left: 5px;
}
.sub_cat ul li:first
{
	list-style: none;
}
.sub_cat ul li a
{
	padding: 5px;
	font-size: 12px;
}
.sub_cat ul li a:hover
{
	color: #CFCAB7;
}


/*********************************************************
		Contact Form Notification Boxes
**********************************************************/


.notes
{
	background: #f0f0f0;
	border: 1px solid #b8b8b8;
}
.success
{
	background: #ccfcd1;
	border: 1px solid #60a400;
}
.error
{
	background: #f9e3e3;
	border: 1px solid #e79e9e;
}
.notice
{
	background: #fcf0cc;
	border: 1px solid #ecc735;
}
.notes, .notice, .success, .error
{
	font-size: 100%;
	color: #484848;
	padding: 10px;
	width: auto;
	margin: 0 0 20px 0px;
	text-align: left;
}
.notes span, .notice span, .success span, .error span
{
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 40px;
}
.notes p, .success p, .error p, .notice p
{
	margin: 0px;
	padding: 0px 40px;
}


/*********************************************************
		Contact Form CSS
**********************************************************/


#form
{
	padding: 15px 0;
	color: #FFFFFF;
}
#form label
{
	font-size: 1.2em;
	width: 140px;
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 15px;
}
#form .input
{
	background: #000;
	color: #FFFFFF;
	border: 1px solid #333;
	padding: 5px 7px;
	margin-bottom: 15px;
	width: 360px;
}
#form select
{
	background: #000;
	color: #FFFFFF;
	width: 375px;
	font: 1.2em Tahoma;
	border: 1px solid #333;
	padding: 5px 6px;
	margin-bottom: 15px;
}
#form textarea
{
	background: #000;
	color: #FFFFFF;
	border: 1px solid #333;
	vertical-align: top;
	width: 355px;
	font: 1.1em Tahoma;
	line-height: 1.7em;
	padding: 9px;
	height: 200px;
}
#form .indent
{
	padding-left: 145px;
	padding-top: 15px;
}
#form .submitbutton
{
	background: url(images/button.gif) no-repeat;
	width: 105px;
	border: none;
	height: 28px;
	color: #FFFFFF;
}
/*------------------------------------------------------------------------

Contact form

-------------------------------------------------------------------------*/

#contactform {
	width:500px;
	}

#contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:0;
	margin-top:20px;
	width:100%;
	}

#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	}


#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
	}

#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
	}

#contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
	}

#contactform input.inpt, #contactform textarea, #contactform select {
	width:260px;
	font:normal 11px/18px Verdana,Tahoma;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #ddd;
	}

#contactform form br {
	clear:left;
	}

#contactform input.required {
	background:#f5f5f5 url('images/required.gif') center right no-repeat;
	}

#contactform .select select:focus {
	border-color: #9b9b9b;
	}

#contactform form input.btn 	{
	background:none;
	border:none;
	}

#contactform form.c1 input:hover, #contactform textarea:hover	{
	border:1px solid #d8d8d8;
	}

#note {
	width:90%;
	margin:0 auto; 
	}


/*-------------------------------------------------------------------------

Notice Boxes

-------------------------------------------------------------------------*/

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}



div#sliderload {    /* image container */
	height:312px;
	width:auto; 
	}

div#sliderload.sliderpanel {    /* loading anim gif */
	background: url(../images/loading.gif) no-repeat center center;
	}

/*-------------------------------------------------------------------------

Comments	

-------------------------------------------------------------------------*/

.commentsarea	{ padding-left:20px;}

ol.commentlist {
	margin;0 !important;
	padding:0 !important;
	}

ol.commentlist li 	{
	margin-left:0px !important;
	}

.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	background: #141414;
	border: 1px solid #333;
	font-weight: bold;
	padding:10px;
	}

.commentlist li .avatar {
	background: #000;
	border: 1px solid #444;
	float: left;
	padding: 2px;
	margin:5px;
	}

.commentlist cite, 
.commentlist cite a 	{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	padding: 2px;
	width: 95%;
	}

#respond {
 margin-top:40px;
 margin-bottom:20px;
}

#respond:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	margin:20px;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	}

.commentlist li ul li {
	margin-left: 10px;
	margin-right: -5px;
	}

ul.children {
	margin-right: 5px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children {
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
	}

.commentmetadata {
	display: block;
	margin: 0;
	}



/***********************************************************

Sidebar Menu

************************************************************/
.sidebar_widget		{ margin:0 0 30px 0;}

.subnav ul {
	list-style:none;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
	}
.subnav h3 { color:#FFFFFF;}

.subnav li a {
		voice-family:inherit;
		padding:5px 0;
		height:100%;
		text-decoration:none;
		display:block;
		border-bottom:1px solid #333;
		color:#777;
		}


.subnav li.current_page_item a, .subnav li.current-cat a{
			font-weight:bold;
			text-decoration:none;
			color:#fff !important;	
			}

.subnav li a:hover{
			color:#fff;
			text-decoration:none;
			}
										
.subnav li ul							 	{ padding-left:15px;		border-left:1px solid #333;}
.subnav li ul ul 							{ padding-left:30px;}
.subnav li ul ul ul 						{ padding-left:45px;}
.subnav li ul ul ul ul 						{ padding-left:60px;}


/* Pre Code -------------------------------------------------------------------------------------------*/

code, pre										{ font: normal 12px/20px Consolas, "Courier New", Courier, monospace; padding: 3px 5px; margin:10px 0 20px 0; border: 1px dotted #bbb;	color: #fff;}
code											{ padding: 3px 5px; background-image: none; }
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#wp-calendar 									{ width:100%; }	
#wp-calendar caption								{ font-size:15px; }
#wp-calendar td,
#wp-calendar th									{ padding:6px;  text-align:center;}
/* Sidebar Search Box -------------------------------------------------------------------------------------------*/

.search-box 										{ height: 40px; padding: 5px 0 0 0px; width: auto; 	margin:10px 0 20px 0px; }

* html .search-box 								{ margin-top: 10px; }
*:first-child+html .search-box 					{ margin-top: 10px; !important; }

.search-box p									{ margin-bottom:0}

input.search-field 								{ -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px;	border-style:solid; border-width:1px; background-color: #ededed; margin-bottom: 9px !important;	    border: 1px solid; border-color: #ccc #ddd #ddd #ccc; width: 140px; float:left; padding: 4px;}

input.search-field:focus 							{ background:#fff; }

input.search-go  									{ float:left; height:24px; width:24px; border:0; margin:0 0 0 5px; padding:0; background:url(images/search-on.gif) no-repeat top left; cursor: pointer; }
input.search-go:hover 							{ background:url(images/search-hover.gif) no-repeat bottom left; }

body_block .search-box 							{ background:url("images/searchbar.png") no-repeat scroll left top transparent; height:30px; margin-top:5px; overflow:hidden; width:288px; }

