/*
Theme Name : Pixelstudio
Author URI : http://themeforest.net/user/Keliah
Version : 1.0
*/

/*

TABLE OF CONTENTS

01 RESET
02 GRID
03 GENERAL STYLES
04 HEADER
05 TYPOGRAPHY
06 IMAGES & GRAPHICS
07 TABS
08 CONTACT FORM
09 FOOTER

*/



/*  _______________________________________

	01 RESET
    _______________________________________  */



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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*  _______________________________________

	02 GRID
    _______________________________________  */



/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-top:150px;
	width: 840px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_0,
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_2_image,
.grid_6_image {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.grid_6_image, .grid_2_image {background: #ffffff; border: solid thin #ccc; margin-bottom: 25px; line-height: 1px;}
.grid_2_image {margin-left:10px ; margin-right: 0;}
.goright {float:right !important; margin-right: 8px;}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* Grid >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container .grid_0 {width:120px;}
.container .grid_1 {width:190px;}
.container .grid_2 {width:260px;}
.container .grid_3 {width:400px;}
.container .grid_4 {width:540px;}
.container .grid_5 {width:680px;}
.container .grid_6 {width:820px;}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/*  _______________________________________

	03 GENERAL STYLES
    _______________________________________  */



body {
	font-family:Garamond, Georgia;
	font-size:16px;
	line-height:21px;
	color:#1c1c1c;
	background:url("../img/background/patterns/pattern1.jpg");
}

/* Top and bottom dark lines for each section */

.top {
	background:url("../img/background/top_border_blue.png") no-repeat;
	height:11px;
	margin-bottom:21px;
}
.bottom {
	background:url("../img/background/bottom_border_blue.png") no-repeat;
	height:21px;
	margin-top:7px;
}
.separator {
	border-top:#cccccc dotted 1px;
	padding-top:21px;
	height:1px;
}

/* Pushers to space elements when needed */

.pusher21 {
	margin-top:21px;
}
.pusher14 {
	margin-top:14px;
}
.pusher7 {
	margin-top:7px;
}



/*  _______________________________________

	04 HEADER
    _______________________________________  */



	/*
	Here are all styles for the header and the menu.
	This header sticks to the top of the layout.
	*/
	

#header_wrapper { /* Container to display the top black background */
	width:100%;
	height:120px;
	margin:0;
	padding:0;
	background:url("../img/background/header.png") repeat-x;
	z-index:20;
	position:fixed; /* Sticks to the top */
	top:0;
	left:0;
}

	#header { /* Centered container for the header, contains the menu and the logo */
		width: 820px;
		margin:0px auto;
		position: relative;
	}
	#logo {
		background:url("../img/logo.png") no-repeat scroll -4px -6px;
		float:left;
		width:307px; /* Modify these "width" and "height" values according to the size of your logo */
		height:132px;
	}

/* Menu */

#menu {
	background:none;
	margin:20px 0px 0px 0px; /* Some top spacing */
	list-style:none;
	float:right;
}

	#menu li {
		list-style:none;
		float:left;
	}
		#menu li a {
			font-family:Georgia, "Times New Roman", Times, serif;
			text-decoration:none;
			color:#ffffff;
			margin-left:28px; /* Spacing between menu items */
			font-size:16px;
			position:relative;
			z-index:888; /* Required to keep navigation above content */
		}
		#menu li a:hover {
			border:none;
		}
		#menu li a.highlight {
			border-bottom:#ffffff solid 2px; /* Styles for the "current" item highlighted when clicked */ 
			color:#ffffff;
			padding-bottom:3px;
		}
	


/*  _______________________________________

	05 TYPOGRAPHY
    _______________________________________  */
small {padding-left: 13px; font-size: 16px; display: block; font-style: italic;}

p {	/* Default font styles for paragraphs */
	font-size:16px;
	text-align:left;
	margin-bottom:21px;
	line-height:21px;
}
a {
	text-decoration:none; /* See color.css for links styling */
}
a:hover.noborder {
	border:none;
}

/* Headings */

h1 {
	font-size:45px;
	line-height:45px;
	margin-bottom:21px;
	font-weight:bold;
}
h2 {
	font-size:28px;
	margin-bottom:14px;
	line-height:28px;
}
h3 {
	font-size:21px;
	margin-bottom:14px;
	line-height:28px;
}
h4 {
	font-size:18px;
	margin-bottom:7px;
	line-height:21px;
	text-transform:uppercase;
}
h5 {
	font-size:14px;
	color:#555555;
	text-transform:uppercase;
	border-bottom:#cccccc solid 1px;
	padding-bottom:7px;
	margin-bottom:7px;
}
.strong {
	font-weight:bold;
}
.dropcap {
	display:block;
	float:left;
	font-size:45px;
	line-height:36px;
	margin:3px 8px 0 0;
}

.icon {line-height: 43px !important; margin-bottom: 5px !important;}
/* Titles with left  */

.note_book {
	background:url("../img/icons/note_book.png") left 3px no-repeat;
	padding-left:35px;
}
.chart {
	background:url("../img/icons/chart.jpg") left 3px no-repeat;
	padding-left:35px;
}
.lens {
	background:url("../img/icons/lense.jpg") left 3px no-repeat;
	padding-left:35px;
}
.doc {
	background:url("../img/icons/doc.jpg") left 3px no-repeat;
	padding-left:35px;
}
.paint_brush {
	background:url("../img/icons/paint_brush.png") left 3px no-repeat;
	padding-left:35px;
}
.business_user {
	background:url("../img/icons/business_user.png") left 3px no-repeat;
	padding-left:35px;
}

.testimonials {
	margin-bottom:0px;
	padding-left:22px;
	background:url("../img/icons/testimonials1.png") left 5px no-repeat;
	font-style:italic;
	font-size:14px;
	color:#767676;
}
.testimonials_author {
	font-style:normal;
	background:url("../img/icons/testimonials2.png") right 5px no-repeat;
	padding-left:22px;
	margin-bottom:21px;
	color:#767676;
	margin-top:0;
}
.quote_home { font-size: 16px;}

/* Other typo with left icons (see "contact" section, right column) */

.address_icon {
	background:url("../img/icons/address_icon.png") left 6px no-repeat;
	padding-left:25px;
}
.phone_icon {
	background:url("../img/icons/phone_icon.png") left 5px no-repeat;
	padding-left:25px;
}
.mail_icon {
	background:url("../img/icons/mail_icon.png") left 5px no-repeat;
	padding-left:25px;
}
.textbox {
	border:#cccccc solid 1px;
	padding-bottom:7px;
	background-color:#fffffd;
	width:auto;
	float:left;
}
.textbox li {
	padding:7px 10px 7px 10px;
}
.textbox .box_title {
	font-size:21px;
	margin-bottom:7px;
	padding:7px 14px 7px 14px;
	background-color:#efefef;
	border-bottom:#cccccc solid 1px;
}

/* Paragraphs with left colored border */

.color1, .color2, .color3, .color4 {
	border:#cccccc solid 1px;
	padding:5px 15px 5px 15px;
	color:#444444;
	background-color:#fffffd;
}
.color1 {
	border-left:#333333 solid 7px;
}
.color2 {
	border-left:#814444 solid 7px;
}
.color3 {
	border-left:#808080 solid 7px;
}
.color4 {
	border-left:#C3B091 solid 7px;
}

/* Lists */

.bullet_list {
	margin-bottom:21px;
	/*color:#767676;*/
}
	.bullet_list li {
		list-style-image: url("../img/icons/bullet.png");
		margin-left:14px;
	}
.bullet_list_right {
	margin-bottom:21px;
	color:#767676;
}
	.bullet_list_right li {
		list-style-image: url("../img/icons/bullet_link.png");
		margin: 7px 0px 7px 14px;
		padding:7px 0px 6px 0px;
	}
.numbered_list {
	color:#767676;
	list-style:decimal;
	margin-bottom:20px;
}
	.numbered_list li {
		margin-left:20px;
	}

/* Contact form styling - Messages displayed when an email is sent */

#alert {
	margin-bottom:0px;
	padding-bottom:14px;
}
#alert li {
	padding:7px;
}
.error {
	background-color:#feded9;
	border:#a8130d solid 1px;
	color:#a40802;
}
.sent {
	background-color:#ddeec1;
	border:#5a6f34 solid 1px;
	color:#53682b;
}



/*  _______________________________________

	06 IMAGES & GRAPHICS
    _______________________________________  */



.portfolio {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.portfolio li {
		float: left;
		margin:0px 20px 7px 0px;
		padding: 0;
		position: relative;
	}
		.portfolio li a:hover {
			border:none;
		}
		.portfolio li.last {
			margin-right:0px;
		}
		
	.portfolio260, .map, iframe { /* Container for images in the "portfolio" section */
		background:url("../img/bg260.png") no-repeat;
		width:250px;
		height:152px;
		padding:11px 5px 15px 5px;
	}
	iframe {margin-left: 10px;}
	.portfolio190 { /* Container for images in the "my work" section */
		background:url("../img/bg190.png") no-repeat;
		width:180px;
		height:116px;
		padding:12px 5px 17px 5px;
	}

.thumbnails {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.thumbnails li {
		float: left;
		margin:0px 10px 14px 0px;
		padding: 0;
		position: relative;
	}
	.thumbnails li.last {
		margin-right:0px;
	}
.thumbnail80 { /* Small imge containers for thumbnails (see "About me" section, right column) */
	
	padding:5px;
}
.thumb {padding: 5px;}
.social_icons li {
	margin-right:14px;
	width:24px;
	float:left;
}
li ul.thumbnails li {margin:0px 7px 15px 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: thin solid #CCCCCC;
    line-height: 1px;
			}


/*  _______________________________________

	07 TABS
    _______________________________________  */



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.tabs li {
	float: left;
	width:auto;
	margin: 0px 14px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs li a { /* Tabs links styling */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: none;
	float:left;
	color:#1C1C1C;
	height:40px;
	padding:6px 8px 6px 8px;
	outline: none;
}
ul.tabs li a:hover {
	color:#025d8c;
	text-decoration: none;
	border:none;
}
.left { /* Displays left background of the "current" tab link */
	height:33px;
	left:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("../img/tabs/tabs_left.png") no-repeat  left top;
}
.right { /* Displays right background of the "current" tab link */
	height:33px;
	right:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("../img/tabs/tabs_right.png") no-repeat  right top;
}
html ul.tabs li.current a, html ul.tabs li.current a:hover  { /* Displays background of the "current" tab link */
	background:url("../img/tabs/tabs_middle.png") no-repeat top center;
	color:#FFFFFE;
	margin:0px 4px 0px 4px;
}
.tab_content {
	padding: 0px;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}



/*  _______________________________________

	08 CONTACT FORM
    _______________________________________  */



.form {
	padding-bottom:50px;
}
	.form label {
		font-family:Garamond;
		font-size:18px;
		font-weight:bold;
		padding:0;
		margin:0;
		float:left;
		width:120px;
	}

	.form ul li {
		list-style:none;
		display:inline;
	}

	#name, #email, #tele, #message { /* Contact form fields styles */
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		padding:0;
		border:none; 
		margin:15px 0 15px 0;
		display:block;
	}
	
		#name, #email, #tele {
			width:417px;
			height:29px;
			background:url("../img/form/fields.png");
			padding-left:3px;
		}
		
		#message {
			width:414px;
			height:204px;
			overflow:auto;
			padding:3px;
			background:url("../img/form/message.png");
		}
		#name:focus, #email:focus, #tele:focus {
			background:url("../img/form/fields_focus.png");
		}
		#message:focus {
			background:url("../img/form/message_focus.png");
		}
	
	/*
	Styles for the buttons "send" and "reset" in the contact form
	*/
	.button {
		font-family:Garamond;
		font-size:14px;
		font-weight:bold;
		background:url("../img/form/send_reset.png");
		padding:3px;
		width:72px;
		height:32px;
		border:none;
		margin-left:15px;
		float:right;
	}
	
		.button:hover {
			color:#FFFFFE;
			background:url("../img/form/send_reset_hover.png");
		}

	.message {
		display:none;
	}
	.contact ul {
		list-style-type:none;
	}
		.contact li {
			list-style-type:none;
		}
			.contact li.special {
				display:none;
			}



/*  _______________________________________

	09 FOOTER
    _______________________________________  */



#footer_wrapper { /* Container to display the top black background */
	width:100%;
	margin:0;
	padding:10px 0px 10px 10px;
	background:url("../img/background/footer.jpg") repeat-x top #0E0E0E;
	margin-top:45px;
	height:auto;
	position:relative;
	float:left;
}
	#footer { /* Centered container for the header, contains the menu and the logo */
		width: 840px;
		margin:0px auto;
		position: relative;
	}
	#footer .container {
		padding:35px 0px;
	}
	#footer p, #footer h1, #footer h2, #footer h3, #footer .bullet_list {
		color:#FFF;
	}
	#footer p {font-size: 12px; float: left;}
	p.goright {margin-right: 20px;}
	#footer h1, #footer h2, #footer h3 {
		border-bottom:#767676 dotted 1px;
	}






.opening_hours {background: #960324;
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */


border: #fff 10px solid; box-shadow: 0px 0px 5px #333;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px; color: #fff;
-moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);}
.opening_hours p {margin-bottom: 10px; margin-top: 10px;font-size: 16px;}
.opening_hours em {font-style: italic; font-size: 24px;margin-bottom: 20px;}

strong{font-weight: bold;}
.opening_hours {}