/*
	Theme Name: Canela Software	
	Theme URI: <a href="http://www.canelasoftware.com/">http://www.canelasoftware.com</a>
	Description: A very basic  WP theme based on our site design
	Version: 1
	Author: Raj
	Author URI: 
	Tags: none
*/










/* COLOR DEFINITIONS ------------------------------------------
   * Soft Grey used for almost all text : #949598
   * Links for Visual Acuity : #00B7D7

-------------------------------------------------------------- */




/* --------------------------------------------------------------

   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #949598;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}


/* Headings & HR Seperator
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: 'Play', sans-serif; font-weight: normal; color: #949598 ; } /* GREY TEXT COLOR */

h1 { font-size: 2em; margin-bottom: 0.75em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h6 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; color: #949598 ; }
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left !important; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a:focus,
a:hover     { color: #00B7D7; }
a           { color: #00B7D7; text-decoration: underline; }
a img       {border: none; }  /* IE FIX  - this gets rid of the border around a picture that is a link   */

blockquote  { margin: 1.5em; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { color: #949598; margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li, ul, ol, dl, dt, dd {color: #949598; } 

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */
table, th, thead, caption {color: #949598; }
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: #e5ecf9; 
}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* End Default Typography
-------------------------------------------------------------- */





/* -------HTML Body Tags------- */

#white-body{
	
	}

#dark-body{
	background-color: #000000;
	background-image: url('vortext-bg.png');
	background-repeat:no-repeat;
	background-position:center; 
}




/* -------HTML Div Tags------- */
/* -------Containers------- */

#white-container {
	width: 1024px; 

	background-repeat: no-repeat;
	background-position: center top;
	
	/* These lines make body centering work*/
	margin: auto;
  	width: 1024px;
}

#dark-container{
	width: 1024px;
	height: 768px;
	background-image: url('bg-giantc-dark.png');
	background-repeat: no-repeat;
	background-position: center top;
	
	/* These lines make body centering work*/
	margin: 0 auto;
  	width: 1024px;
}




/* -------Headers and Header items------- */

#header {
	height: 125px;
	width: 1024px;
	text-align: center
	/* background-color: yellow; */
}

#header-logo-area {
	width: 186px;
	height: 120px;
	float: left;
}

#header-white-navbar {
	float: left; /* Critical */
	width: 662px;
	position: relative;
	text-align: center;
	font-size:17px; /* Removing this causes a break */
	margin-top: 80px; /*Distance of top of navbar from the top of the conatiner*/

}

#header-dark-navbar {
	float: left;
	width: 662px;
	position: relative;
	text-align: center;
	font-size:17px;
	margin-top:80px; /*Distance of top of navbar from the top of the conatiner*/
}


#header-search-area {
	width: 176px;
	height: 120px;
	float: right;
}

#header-dotted-line {
	height: 4px;
	width: 1024px;
	clear:both; 
	background-image:url('dottedline.png');
	background-repeat: no-repeat;
	background-position: center top;
}



/* -------Content Area and Content Area Items------- */

#content-area {
	min-height: 500px;
	width: 1024px;
	text-align: center;
}




#content-area-main-content {

	padding-top: 40px;
	min-height: 100px;
	width: 1024px;
	text-align: center;
	


font-family: 'Play', sans-serif; 
font-weight: normal;
color: #949598;
font-size: 17px;
	
}


#content-area-main-content h2 {
color: #0a6188; 
font-size: 40px;
}


/*

#content-area-main-content-2 {

	min-height:520px;
	width: 514px;
	float: left;


	
}

*/


#content-area-main-content-3 {

	


font-family: 'Play', sans-serif; 
font-weight: normal;
color: #949598;
font-size: 17px;
	min-height:100px;
	width: 1024px;
	float: left;
	text-align: center;
}





#content-area-right-column {
	width: 181px;
	float: left;
}


/* -------Footer and Footer Items------- */

#footer {
	/* background-color: pink; */
	min-height: 105px;
		clear: both;
}

#footer-white-nav {
	/* background-color: red; */
	background-image: url(footer-c-underline.png); 
	text-align: center;
	width: 414px;
	max-height: 105px;
	
	font-family: 'Play', sans-serif;
	font-size:13px;

	
	/* CENTERING THE NAV SECTION */
	margin-left: auto;
	margin-right: auto;
	
	
	/* Vertical positioning the navbar with padding */
	padding-top: 80px;
	padding-bottom: 10px;
	}

/* MORE ELEGANT SOLUTION? */
#footer-white-nav a {
	font-family: 'Play', sans-serif;
	font-size:13px;
	color: #949598;
	text-decoration: none;
}


#footer-dark-nav {
	/* background-color: red; */
	position:relative;
	bottom: 58px; /* Hack for footer postion and transparency relative to intro effect*/
	
	background-image: url(footer-c-underline-dark.png); 
	text-align: center;
	width: 414px;
	max-height: 105px;
	
/* Font Styling */
	color: #ffffff;
	font-family: 'Play', sans-serif;
	font-size:13px;

	
	/* CENTERING THE NAV SECTION */
	margin-left: auto;
	margin-right: auto;
	
	
	/* Vertical positioning the navbar with padding */
	padding-top: 80px;
	padding-bottom: 10px;
	}


#footer-dark-nav a {
	font-family: 'Play', sans-serif;
	font-size:13px;
	color: #ffffff;
	text-decoration: none;
}


/* -------Search Field / Button Effects ------- */


fieldset.search {
padding-top: 0px; /*Padding to position the search box*/
	border: none;

	width: 161px;
	margin: 0 auto;
	/* background: pink;*/
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1em;
	color: #949598;
  	font-family: 'Play', sans-serif;
	width: 110px;
	height: 26px;
	padding: 3px 3px 0; /*Text withing the search box*/
	background: url("search-bg.png") no-repeat top right; /*Background for the bar*/
	margin-right: 0px; /*Distance between bar and button*/

}
/*
.search input.box:focus {
	background: #616161 url("search_bg.png") no-repeat left -38px;
	outline: none;
}
*/

.search button.btn {
	width: 27px;
	height: 27px;
	cursor: pointer;
	text-indent: -9999px;
	background: url("search-button.png") no-repeat top right;
}

/*
.search button.btn:hover {
	background: #fbc900 url("search-button.png") no-repeat bottom right;
}
*/






/* -------Drop Shadow Effect classes ------- */
/*Applied using three classes to the 
container div: "drop-shadow", "curved", "curved-vt-2" */


.drop-shadow {
            position:relative;
            width:40%;    
            padding:0em; 
            margin:2em 10px 4em; 
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        



.curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }
        
        .curved-vt-2:before {
            right:0;
        }
        
        
        
/* -------End Drop Shadow Effect------- */



/* -------Phone number formatting------- */
.phone-number {
	padding-top: 40px;
	font-size: 1.2em;
	color: #949598;
font-family: 'Play', sans-serif;
text-align: left;	
}


/* -------End Drop Shadow Effect------- */



