/*
Theme Name: CameraSim
Theme URI: http://camerasim.com/
Author: Tuitive
Author URI: http://camerasim.com/
Version: 1.0
*/

/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #27A4CF; color: #fff; text-shadow: none; }
::selection { background: #27A4CF; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #9acef8; }
a:visited { color: #9acef8; }
a:hover { color: #9acef8; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   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; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -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; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
    h1,
    h2 { font-family: 'Amaranth', sans-serif; }
    h1,h2,h3.h4,h5,h6 { 
        margin: 0 0 16px 0; color: #ffffff; 
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    h1 { font-size: 35px; line-height: 35px; }
    h2 { font-size: 24px; }
    
    p,ul,ol,dl { font-family: Helvetica Neue,Arial,Helvetica,sans-serif; line-height: 1.4; font-size:15px; color:#a1a6aa; }
    li { margin-bottom: 6px; }
    
    a, a:link, 
    a:visited, 
    a:hover { color: #9acef8; text-decoration: none; }
    a:hover { text-decoration: underline; }
    
    html { overflow: hidden; }
    body { background: #1e1e1e; }
    body#embed { overflow: hidden; }
    body#embed > header { background: none; }
    body#embed #main { background: none; }
    body#embed p#linkback { color: #cccccc; margin: 0; text-align: center; font-size: 11px; }
    object { z-index: 100; outline: none; display: block; background: #1e1e1e; margin-bottom: 3px; }
    object:focus { outline: none; }
    #linkback { bottom: 0; background: transparent; }
    
    body { background: #1e1e1e; } 
    .wrapper { width: 1120px; margin: 0 auto; position: relative; }
    
    body > header { background: #000000 url('images/bg-header.png') repeat-x; height: 140px; overflow: hidden; }
    #main { background: #1e1e1e url('images/bg-main.png') repeat-x; z-index: 1; position: relative; }
    
    #main .col { float: left; }
    
    #main .wrapper { overflow: hidden; }  
    #main .col.left { margin: 0 0 0 68px; width: 739px; }
    #main .col.right { width: 250px; margin-left: 13px; }
    
    #main header .col.left h1 { margin-top: 18px; }
    #main header .col.right p,
    .sidebar p { color: #a1a1a1; font-size: 12px; margin-top: 18px; }
    
    /* Embed form */
    .button { text-indent: -999em; display: block; outline: none; }
    .button:focus { outline: none; }
    #flash { margin-bottom: 9px; }
    
    #mb_embed { width: 100%; height: 437px; }
    #embed-overlay { 
        background: #f4f4f4; color: #686b6f; padding: 28px 30px 15px 30px;
        -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.60);
    	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.60);
    	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.60);
    	box-shadow: 0px 5px 20px rgba(0,0,0,0.60);
    	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
    	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')"; /* For IE 8 */
    }
    #embed-overlay .size { overflow: hidden; margin: 0 0 18px 25px; }
    #embed-overlay .size label { 
        font-weight: bold; color: #000000; font-size: 14px; float: left; margin-right: 50px; line-height: 1.2;
    }
    #embed-overlay label .hint { 
        font-weight: normal; display: block; margin-left: 17px; font-style: italic; color: #7a7d81;
        letter-spacing: -1px;
    }
    #embed-overlay h1 { color: #212223; font-size: 28px; line-height: 1; white-space: nowrap; }
    #embed-overlay p { font-size: 15px; margin: 15px 0; text-align: left; color: #7a7d81; }
    #embed-overlay .textarea { background: #ffffff; padding: 6px; border: 1px solid #d0d0d0; margin-bottom: 9px; }
    #embed-overlay textarea#embed-code:focus { outline: none; }
    #embed-overlay textarea#embed-code { 
        height: 103px; width: 100%; border: none; padding: 0; margin: 0; resize: none; font-family: monospace; 
        font-size: 14px; color: #000000; 
    }
    #embed-overlay textarea#embed-code::-moz-selection { background-color: #a1e0ff; color: #000000; }
    #embed-overlay textarea#embed-code::selection { background-color: #a1e0ff !important; color: #000000; }
    #embed-overlay textarea#embed-code:disabled { background-color: #ffffff; }
    .close-overlay { 
        width: 17px; height: 18px; background: url('/1.1.2/assets/images/overlay-close-button.png') no-repeat; 
        position: absolute; top: 14px; right: 14px; z-index: 1;
    }
    #embed-overlay .toggle { 
        background: url('/1.1.2/assets/images/bg-toggle-button.png') no-repeat 0 5px; padding-left: 12px;         
        color: #49a0d7; font-size: 15px;
    }
    #embed-overlay .toggle.down { background-position: 0 -12px; }
    #embed-advanced { overflow: hidden; margin: 0 10px; }
    #embed-advanced p { margin: 9px 0 18px 0; }
    #embed-advanced .col { float: left; width: 33%; }
    #embed-advanced ul { list-style: none; margin: 0; padding: 0; }
    #embed-advanced li { line-height: 1; margin-bottom: 16px; position: relative; }
    #embed-advanced li.select { margin-bottom: 3px; }
    #embed-advanced .modes li { margin-bottom: 6px; margin-left: 20px; padding-left: 2px; }
    #embed-advanced .extra-top { margin-top: 12px; }
    #embed-advanced label { 
        font-size: 12px; display: block; line-height: 1; width: 78px; color:  #7a7d81;
    }
    #embed-advanced label.radio,
    #embed-advanced label.checkbox { float: none; display: inline; position: static; }
    #embed-advanced input[type=radio],
    #embed-advanced input[type=checkbox] { margin-right: 10px; }
    #embed-advanced select { width: 80px; }
    #embed-advanced p.label { 
        font-size: 12px; margin: 0; position: absolute; right: 10px; color: #000000; top: 0; 
    }
    #embed-advanced .fd-slider { width: 100%; position: relative; left: -3px; }
    #embed-advanced .fd-slider-inner,
    #embed-advanced .focused .fd-slider-inner { background: none !important; border: none !important; }
    #embed-advanced .fd-slider-handle { cursor: pointer; }
    #embed-advanced .fd-slider-bar { left: 4px; right: 4px; }
    
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


		/*	mediaboxAdvanced Minimal theme	*/
		/*	version 2.6 - June 2011			*/
		/*	for mediaboxAdvanced v.1.5.x	*/

		/*	Overlay background styling	*/

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

		/*	Fixes for older or limited browsers	*/

#mbOverlay.mbOverlayOpaque {
	background: transparent url(/1.1.2/assets/images/80.png) repeat;
}

#mbOverlay.mbOverlayAbsolute {
	position: absolute;
}

#mbOverlay.mbMobile {
	position: absolute;
	background-color: transparent;
}

#mbBottom.mbMobile {
	line-height: 24px;
	font-size: 14px;
}

		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
}

#mbCenter.mbLoading {

}

#mbMedia {
	position: relative;
	left: 0;
	top: 0;
	
		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	line-height: 20px;
	font-size: 12px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999;
	min-height: 0;
	padding: 10px 6px 4px;
	display: none;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline;
	color: #fff;
	font-weight: bold;
}

#mbNumber {
	display: inline;
	color: #999;
/*	line-height: 0.8em; */
	font-size: 0.8em;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 1.6em;
	font-size: 0.8em;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
	color: #eee;
	font-size: 1.4em;
/*	line-height: 0.9em;*/
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #ddd;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #fff;
}

		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

/*

   Slider CSS, style as you please.

   Note: The png images used for this demo were originally located at http://www.schillmania.com/

   Remove the -moz & -khtml styles if you want the css to validate.
   
   Change the image paths to suit you installation.

*/

/* Styles for the horizontal slider */
.fd-slider
        {
        position:relative;
        width:50%;
        height:20px;
        text-align:center;
        border:0 none;
        text-decoration:none;
        display:block;
        -moz-user-select:none;
        -khtml-user-select:none
        cursor:pointer;
        }
.fd-slider-inner
        {
        position:relative;
        display:block;
        z-index:1;
        height:18px;
        text-align:left;
        background:#fcfcfc;
        border:1px solid #ccc;
        border-radius:5px;      
        -moz-border-radius:5px;       
        }
.fd-slider-bar
        {
        position:absolute;
        display:block;
        z-index:2;
        height:2px;
        border:1px solid #bbb;
        border-bottom:1px solid #aaa;
        border-right:1px solid #aaa;
        background:#ddd;
        margin:0;
        padding:0;
        overflow:hidden;
        line-height:4px;
        top:8px;
        bottom:none;
        left:10px;
        right:10px; 
        border-radius:2px;      
        -moz-border-radius:2px;            
        }
/* Styles for the vertical slider */
.fd-slider-vertical
        {
        position:relative;
        border:0 none;
        text-decoration:none;
        display:block;
        width:20px;
        height:100%;
        text-align:center;
        -moz-user-select:none;
        -khtml-user-select:none
        cursor:pointer;
        cursor:hand;
        }
.fd-slider-vertical .fd-slider-inner
        {
        display:block;
        width:18px;
        height:100%;
        text-align:left;
        background:#fcfcfc;
        border:1px solid #ccc;
        }
.fd-slider-vertical .fd-slider-bar
        {         
        width:2px;   
        top:10px;
        bottom:10px;
        left:8px;
        right:none;
        height:auto;
        }
.fd-slider-vertical .fd-slider-handle
        {
        cursor:pointer;
        }
.focused .fd-slider-inner
        {
        background:#eee !important;
        border:1px solid #aaa !important;
        }
/* black handle, no glow */
.fd-slider-handle
        {
        position:absolute;
        display:block;
        padding:0;
        border:0 none;
        margin:0;
        z-index:3;
        top:0;
        left:0;
        width:20px;
        height:20px;
        outline:0px none;
        background:transparent url(/1.1.2/assets/js/libs/slider/slider-disabled.png) no-repeat 0px 0px;
        cursor:pointer;  
        line-height:20px;
        font-size:20px;       
        -webkit-user-select: none;
        -moz-user-select:none;
        -moz-user-focus:none;
        -moz-outline:0px none;               
        }
.fd-slider-handle:focus
        {
        outline:0px none;
        border:0 none;
        -moz-user-focus:normal;
        }
button.fd-slider-handle:focus::-moz-focus-inner { border-color: transparent; }

/* black handle, glow */
.fd-slider-hover .fd-slider-handle
        {
        background:transparent url(/1.1.2/assets/js/libs/slider/slider-disabled-1.png) no-repeat 0px 0px;
        }
/* blue handle, no glow */
.focused .fd-slider-handle
        {
        background:transparent url(/1.1.2/assets/js/libs/slider/slider.png) no-repeat 0px 0px;
        }
/* blue handle glow */
.focused.fd-slider-hover .fd-slider-handle
        {
        background:transparent url(/1.1.2/assets/js/libs/slider/slider-1.png) no-repeat 0px 0px;
        }
body.slider-drag-vertical
        {
        cursor:pointer !important;
        }
body.slider-drag-horizontal
        {
        cursor:pointer !important;
        }
.fd_hide_slider_input
        {
        display:none;
        }    
/* Disabled Sliders */  
.slider-disabled
        {
        opacity:.8;
        filter:alpha(opacity=80);
        }
.slider-disabled .fd-slider-handle
        {
        cursor:auto !important;
        }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-device-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */
    .wrapper { width: 960px; }
    #main .col.left { width: 629px; }
    
    .ie8 .wrapper,
    .ie7 .wrapper { width: 1070px; }
    .ie8 #main .col.left,
    .ie7 #main .col.left { width: 739px; }
}

@media only screen and (device-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
    .wrapper { width: 100%; }
    #main .col.left { width: 629px; }
    
    body.ipad-email-form > header { height: 85px; padding: 0 20px; }
    body.ipad-email-form header nav { display: none; }
    body.ipad-email-form div.ad { display: none; }
    body.ipad-email-form div.col.right.sidebar { display: none; }
    body.ipad-email-form footer { display: none; }
}

@media only screen and (max-device-width: 500px) {
    /* Style adjustments for viewports 480px and over go here */
    .wrapper { width: 960px; }
    #main .col.left { width: 629px; }
    
    .ie8 .wrapper,
    .ie7 .wrapper { width: 1070px; }
    .ie8 #main .col.left,
    .ie7 #main .col.left { width: 739px; }
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}