/*
Theme Name : 360Photos
Theme URL : http://themeforest.net/item/360-photos-fullscreen-background-portfolio/87500
Author URL : http://themeforest.net/user/Keliah
Version : 2.0
*/

/*

TABLE OF CONTENTS

01 RESET
02 GRID
03 GENERAL STYLES
04 HEADER
05 TYPOGRAPHY
06 SLIDESHOW
07 CONTACT FORM

*/



/*  _______________________________________

	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_3 {
position:absolute;
left:340px;
top:30px;
width: 650px;

}

.container_new {
position:absolute;
left:1%;
bottom:64px;
width: 98%;
height:108px;
overflow:hidden;
border-top:solid 1px #C0933D;
padding-top:3px;
}

.container_models {
position:absolute;
top:130px;
width: 100%;
	background:url("../img/opacityw.png") repeat;
	margin:0 auto;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;

}

/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .grid_1 {
	width:300px;
}

.container_3 .grid_2 {
	width:620px;
}

.container_3 .grid_3 {
	width:940px;
}
.left {
	width:60px;
	float:left;
}
.right {
	padding:30px 0px 30px 19px;
	float:left;
	position:relative;
}
	.grid_1 .right {
		width:260px;

	}
	.grid_2 .right {
		width:520px;
	}
	.grid_3 .right {
		width:840px;
	}


/* 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:"Lucida Sans", "Lucida Grande", sans-serif;
	margin-bottom:50px;
}

img {
	outline:none;
	border:none;
}



/*  _______________________________________

	04 HEADER
    _______________________________________  */



#header_wrapper {
	background-color:#000;
	position:relative;
	width:100%;
	height:80px;
	margin:0;
	padding:0;
	border-bottom: 1px solid #444444;
}
	#header {
		position: relative;
		margin:0 auto;
		width:940px;
		overflow:hidden;
	}
	#logo {
		width:263px;
		height:63px;
		float:left;
		background:url("../img/logo.png") no-repeat;
	}



/*  _______________________________________

	05 TYPOGRAPHY
    _______________________________________  */



p {
	font-size:12px;
	line-height:18px;
	color:#333333;
	margin-bottom:20px;
}
a {
	text-decoration:none;
	
}
h1, h2, h3 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:24px;
	margin-bottom:5px;
	color:#111111;
	padding-bottom:10px;
	border-bottom:#111111 1px dotted;
}
h2 {
	font-size:18px;
	margin-bottom:20px;
	color:#212121;
}
h3 {
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:#111111 1px dotted;
}
#alert {
	line-height:22px;
	margin-bottom:15px;
}
#alert li {
	line-height:0;
}
.error {
	color:#ED4340;
}
.sent {
	color:#75A133;
}


/* LISTS */



.numbered_list {
	list-style:decimal;
	margin-bottom:20px;
}
	.numbered_list li {
		margin-left:20px;
		font-size:12px;
		line-height:18px;
		color:#000000;

	}
.menu_list,
.bullet_list {
	margin-bottom:20px;
}
.menu_list li{
		list-style:none;
		margin-right:20px;
		font-size:12px;
		line-height:18px;
		color:#000000;
}
	.bullet_list li {
		list-style:none;
		margin-left:20px;
		font-size:12px;
		line-height:18px;
		color:#000000;
	}
	
/* PARAGRAPHS WITH COLORED BORDER */


.dark {
	border-left:#333333 solid 7px;
	padding-left:15px;
}
.brown {
	border-left:#8e8767 solid 7px;
	padding-left:15px;
}
.yellow {
	border-left:#e0b35e solid 7px;
	padding-left:15px;
}
.red {
	border-left:#b05a3a solid 7px;
	padding-left:15px;
}


/* THUMBNAILS */


.thumbnail {
	width:220px;
	padding:0;
}

	.thumbnail li {
		float:left;
		display:block;
		padding:0 0 20px 0;
	}
	
.thumb {
	margin-right:20px;
	width:84px;
	height:84px;
}



/*  _______________________________________

	06 SLIDESHOW
    _______________________________________  */



/* LEFT PANEL*/


.panel, a.trigger, a.trigger:hover {
	position: absolute;
	left: 0;
	border:1px solid #444444;
	border-left:none;
}
.panel {
	top: 120px;
	display: none;
	width: 330px;
	height: auto;
	padding: 30px 30px 30px 130px;
}
a.trigger, a.trigger:hover {
	top: 130px; 
	background: url("../img/icons/plus_minus.png") bottom left no-repeat;
	display: block;
	height:40px;
	width:55px;
}
	a.trigger.active {
		background: url("../img/icons/plus_minus.png") bottom right no-repeat;
	}
.control, .control_buttons {
	padding:10px 0 10px 20px;
	margin-bottom:10px;
}
.control ul li a, .control_buttons ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:30px;
	padding:5px;
	color:#FFFFFF;
}
.control a:hover, .control_buttons a:hover {
	border:none;
}
.control_right {
	padding:10px 20px 0px 20px;
	margin-bottom:-15px;
}
.control a, .control_buttons a {
	color:#FFFFFF;
	font-weight: bold;
}

#thumbs, #thumbs1, #thumbs2, #thumbs3, #thumbs4, #thumbs5, #thumbs6, #thumbs7, #thumbs8, #thumbs9, #thumbs10 {
	padding: 10px 0 10px 20px;
}
#thumbs a, #thumbs1 a, #thumbs2 a, #thumbs3 a, #thumbs4 a, #thumbs5 a, #thumbs6 a, #thumbs7 a, #thumbs8 a, #thumbs9 a, #thumbs10 a {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	font-size:12px;
	line-height:18px;
	float: left;
	text-align:center;
	width:18px;
	padding:5px;
	margin-right:5px;
	border:none;
}


/* RIGHT PANEL*/


.panel_right {
	background:url("../img/opacity85.png") repeat;
	top: 20px;
	padding: 30px 30px 0px 130px;
	border:1px solid #444444;
}
a.trigger_right {
	position: absolute;
	display: block;
	right: 0;
	top: 140px; 
	height:60px;
	width:150px;
	padding: 0;
	background:url("../img/titles/welcome.png") bottom no-repeat;
	border:1px solid #444444;
	border-right:none;
}
	a.trigger_right:hover, a.active.trigger_right {
		background:url("../img/titles/welcome.png") top no-repeat;
		border:1px solid #444444;
		border-right:none;
	}
#close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../img/icons/close.png');
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#close:hover {
	border:none;
}


/* RIGHT AND LEFT PANELS */


#overlay {
	margin-top:100px;
	position: absolute;
	left: 0px;
	color: #fff;
	padding: 10px 30px 10px 0;
	width: auto;
	z-index:1;

}
* html #overlay_right {
	position:absolute;
}
#overlay_right {
	left: 50%;
	top: 50%;
	margin-top: -190px;
	margin-left: -200px;
	position: fixed;
	padding: 10px 0px;
	width: 400px;
	z-index:1;
}
#overlay_right .right {
	width: 300px;
	padding:20px 0px 0px 19px;
}
#transition {
	width:100%;
}

#showtitle {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #000;
	display: none;
	color: #fff;
	padding: 10px;
	width: 275px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
}



/*  _______________________________________

	07 CONTACT FORM
    _______________________________________  */



.form {
	padding-bottom:50px;
}
	.form label {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	}

	.form ul li {
		list-style:none;
		display:inline;
	}

	#name, #email, #message {
		font-family:"Lucida Sans", "Lucida Grande", sans-serif;
		font-size:12px;
		width:300px;
		padding:0 3px 0 3px;
		border:none; 
		margin:15px 0 15px 0; 
		border:#889a94 solid 1px;
		display:block;
	}
	
		#name, #email {
			height:25px;
		}
		
		#message {
			height:100px;
			overflow:auto;
		}
	
	/*
	Styles for the buttons "send" and "reset" in the contact form
	*/
	.button {
		font-family:"Lucida Sans", "Lucida Grande", sans-serif;
		font-size:14px;
		background:#FFFFFE;
		padding:3px;
		margin-right:15px;
		float:left;
	}
	
		.button:hover {
			color:#FFFFFD;
			border:#2B2B2B solid 1px;
			padding:3px;
		}

	.message {
		display:none;
		padding:5px;
	}
	.contact ul {
		list-style-type:none;
	}
		.contact li {
			list-style-type:none;
		}
			.contact li.special {
				display:none;
			}
			
			
		#scrollingLogoDiv{
		z-index:9;
		position:absolute;
		top:30px;
		left:20px;
			width:300px;

	}
	
	
	/*
	Styles for footer
	*/
div#main_menu {
	width:630px;
	position:absolute;
	right:0px;
	height:20px;
	z-index:9;
	color:#000000;
	font-size:11px;
	top:60px;
	background-image: url(../img/menu/menu-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
div#contactinfo a{

	color:#000000;


}

div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
	z-index:1;
	background-image: url(../img/fbgb.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top:30px;
}
body>div#beloved,
body>div#footerwrap {
	position:fixed;
}
div#beloved {
	width:107px;
	position:absolute;
	bottom:0;
	right:0px;
	height:50px;
	z-index:2;
}

body>div#footerwrap {
	position:fixed;
}
div#footer {
	width:500px;
	padding-top:10px;
	height:30px;
	margin-left:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#111111;
	text-transform: uppercase;
}	

.active{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#scrollingCoverDiv{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:url("../img/opacityw.png") repeat;
display:block;
}

#statement{
color:#ffffff; padding:10px; width:240px; font-size:12px; font-family:"Times New Roman", Times, serif; background:url("../img/opacityw.png") repeat; margin-bottom:50px;
}

.demoDiv{
	background-color: #CCC; 
	overflow: hidden;
	width: 460px;  
	background:url("../img/opacityw.png") repeat;
	margin-top:20px;
	position:absolute;
	right:5px;

}

.collectionmodels{
margin-top:2px;
width:440px;
padding-left:10px;
float:left;
}

.collectionTitle{
margin-top:6px;
width:440px;
padding-left:10px;
padding-right:10px;
float:left;

}

.hideInitially{
	visibility: hidden;
}




    ul {margin: 0;
         padding: 0;
         list-style: none;
        }

    li {float: left;
         position: relative;
        }

    li ul {display: none;
            position: absolute;
            top: 1em;
            left: 0;
           }

    ul {top: auto;
         left: auto
        }

    /* Styles for Menu Items */
    ul li a {display: block; border:none; text-decoration:none;}

    li:hover ul, li.over ul { display: block } /* The magic */

.previewBig{
	width:48%;
	min-width:450px;
	height:180px;
	float:left;
	margin:1%;


}

.active{
	color:#996600;
	text-transform: capitalize;
}