/* 
STYLE SHEET FOR [SIGN LANGUAGE]
Created by [CANDICE OBAYASHI]
Date created [03/04/12]

ToC

	1. defaults/universal
	2. links and navigation
	3. structure
	4. fonts
	5. images

Notes

*/



/* --------- 1. DEFAULTS/UNIVERSAL  --------- */

#comingsoon{
	height: 350px;
	text-align: center;
	padding-top: 250px;
	}

* {
		margin: 0;
		padding: 0;
		}
		
		
* :focus { 
		outline: none; 
		border: none;
		}
		
a img { border: none; }
		
/* float-clearing rules */
	
br.clear {
		clear: both;
		}
		
.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}	
	
		
.box_shadow {/* ---------- DROP SHADOW FOR DIVS ---------- */
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4); /* FF3.5 - 3.6 */
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
	}
	
	
#logo {
	margin-left: 15px;
	margin-bottom: 20px;
	}

	
/* ---------- 2. LINKS AND NAVIGATION ---------- */

a:link, a:visited {color: #ff66cc; font-weight: bold; text-decoration: none; }
a:hover, a:active {color: #ff33cc; font-weight: bold; text-decoration: none; }


#nav a:link, #nav a:visited {
		color: #ff66cc; 
		font-weight: bold; 
		text-decoration: none; 

		}
		
#nav a:hover, #nav a:active {
		color: #4fc210; 
		font-weight: bold; 
		text-decoration: none; }
		
#subsections a:link, #nav a:visited {
		color: #993399;
		font-weight: bold; 
		text-decoration: none; 

		}
		
#subsections a:hover, #nav a:active {
		color: #0000ff; 
		font-weight: bold; 
		text-decoration: none; }




#mainPortfolio a:link, #nav a:visited {
		color: #ff0000; 
		font-weight: bold; 
		text-decoration: none; 

		}
		
#mainPortfolio a:hover, #nav a:active {
		color: #4fc210; 
		font-weight: bold; 
		text-decoration: none; }




     /* ----------NAVIGATION---------- */
	 
#leftNavCol {
		display: inline;
		float: left;
		background-color: #2df9ff;
		width: 230px;
		padding-top: 15px;
		padding-left: 35px;
		}


#nav {
		width: 200px;
		float: left;
		font-size: 12px;
		color: #ff0099;
		font-weight: bold;
		border-top: 3px solid #96fcff;
		border-bottom: 3px solid #96fcff;
		padding-top: 25px;
		padding-bottom: 15px;
		margin-bottom: 50px;
		}
		
#nav li {
		list-style: none;
		margin-bottom: 18px;
		}
		
#subsections{
		font-size: 24px;
		fontSize: 24px;
		margin-left: 20px;
		margin-bottom: 8px;
		margin-top: -8px;
		color: #ff0099;
		}
		
#subsections li {
		list-style: none;
		margin-bottom: 0px;
		}
		


/*  --------- 3. STRUCTURE  --------- */

     /* ----------MAIN ELEMENTS/ GENERAL-------- */

body {
		background-image: url(images/bg.jpg);
		background-repeat: repeat;
		background-color: #828b1d;
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		text-decoration: none;
		}
		
#wrapper {
		background: url(images/page_bg.png) repeat-y #ffff99;
		width: 1000px;
		border-top: 3px solid #ff66cc;
		margin: 0px auto;
		margin-bottom: 40px;
		}
		
#contentMain {
		width: 725px;
		margin-top: 15px;
		float: right;
		display: inline;
		}
	
div.headerRule {
		height: 1px;
		width: 100%;
		background-color: #fca3ef;
		border-bottom: 1px solid #cc66cc;
		margin-top: 12px;
		margin-bottom: 12px;
		}
		
div.footerRule {
		height: 11px;
		width: 1000px;
		background: url(images/footer_bordertop.png) repeat-x #ffd400;
		}

#footerHome {
		clear: both;
		width: 1000px;
		height: 190px;
		padding-top: 0px;
		padding-bottom: 13px;
		border-bottom: 4px solid #ff66cc;
		background-color: #a1ffff;
		font-size: 9px;
		line-height: 12px;
		font-family: "Times New Roman", Times, serif;
		text-align: center;
		color: #666666;
		}
		
	
#footer {
		clear: both;
		width: 1000px;
		height: 60px;
		padding-top: 0px;
		padding-bottom: 13px;
		border-bottom: 4px solid #ff66cc;
		background-color: #a1ffff;
		font-size: 9px;
		line-height: 12px;
		font-family: "Times New Roman", Times, serif;
		text-align: center;
		color: #666666;
		}


		
		/* ----------MAIN SECTIONS-------- */		
		
#mainHome {
		/*background-image: url(images/bg_singlepageHome.png);*/
		background-repeat: no-repeat;
		background-position:23px 0px; 
		height: auto;
		}
		
#mainContent {
	width: 573px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	background: url(images/bg_doubleflourish_top.png) center top no-repeat; 
	margin-bottom: 0px;
		}
#mainContentBtm {
	width: 573px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	background: url(images/bg_doubleflourish_btm.png) center bottom no-repeat;
	margin-bottom: 20px;
		}
		
#mainPortTemp {
	width: 573px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	background: url(images/bg_singlepage.png) center top no-repeat; 
	margin-bottom: 20px;
		}
		
		
#mainPortfolioPage {
	width: 663px;
	margin-left: 23px;
	background: url(images/bg_singlepage.png) center top no-repeat; 
	margin-bottom: 20px;
		}
		

#mainVision {
	width: 573px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 330px;
	background: url(images/bg_vision_top.jpg) center top no-repeat;
	/* --url(images/bg_doubleflourish_btm.png) center bottom no-repeat; -- */
	margin-bottom: 0px;
		}
		
#mainVisionBtm{
	width: 573px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 0px;
	background: url(images/bg_doubleflourish_btm.png) center bottom no-repeat; 
	margin-bottom: 20px;
		}
		

#mainAbout {
	width: 573px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 330px;
	background: url(images/bg_about_top.jpg) center top no-repeat;
	margin-bottom: 0px;
		}
		
#mainAboutBtm {
	width: 573px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 0px;
	background: url(images/bg_doubleflourish_btm.png) center bottom no-repeat;
	margin-bottom: 20px;
		}
		
		
#mainPortfolio {
	width: 573px;
	height: 248px;
	margin-left: 23px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 470px;
	background: url(images/bg_portfolio.jpg) center top no-repeat; 
	margin-bottom: 20px;
	text-align: center;
	line-height: 40px;
	color: #ff66cc;
		}	
		
		/* ----------HOME PAGE-------- */		
		
#slideshowHome{
	width: 100%;
 	height: 160px;
	position: relative;
	left: 20px;
	/*
	top: 300px;*/
	}
		
		
		/* ----------GALLERIES PAGE-------- */		
		
		/* ----------PORTFOLIO-------- */
		
.star {
	width: 25px;
	height: 28px;
	margin-left: 7px;
	margin-right: 7px;
	}
		
		/* ----------CONTACT-------- */
		

		

		
/* ---------- 4. FONTS ---------- */

html {
		font-size: 62.5%;
		}

body {
		color: #110e7d;
		font-size: 17px;
		}
		
p{
		font-size: 16px;
		line-height: 19px;
		font-family: "Courier New", Courier, monospace;
		font-weight: normal;
		text-decoration: none;
		margin-top: 0px;
		text-indent: 0;
		}
		
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 34px;
	text-align:center;
	}
		
.navText{
		text-shadow: -3px 3px 0px #e4e4e4; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
		font-size: 32px;
		fontSize: 32px;
		}
		
.portLandLinks1{
		font-size: 30px;
		fontSize: 30px;
		}
		
.portLandLinks2{
		font-size: 26px;
		fontSize: 26px;
		}

		
.cufon-loading h1 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
		
		
		
.greenText {
		color: #54cc0b;
		font-size: 36px;
		}
		
.emphasis {
		font-size: 20px;
		color: #fe0101;
		}
		

.emphasis2 {
		font-size: 32px;
		color: #fe0101;
		}
.emphasis3 {
		font-size: 52px;
		color: #fe0101;
		text-shadow: -4px 4px 0px #66ccff; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
		}
		
.orange {
		color:#ff9900;
		}
		
.blue {
		color:#0000cc;
		}
		
.red {
		color:#fc0202;
		}
		
.large {
		font-size: 24px;
		line-height: 26px;
		}
		
.largeFooter {
		font-size: 13px;
		line-height: 18px;
		}
		
/* ---------- 5. IMAGES ---------- */

#homeLogo{
	width: 522px;
	height: 506px;
	margin-left: 100px;
	}


.centeredImg{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	}

#footerHomeInfo{
	display: block;
	width: 656px;
	height: 114px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	
	}
.phone_text {
    padding: 30px 0 10px;
    text-align: center;
}
#video{padding:20px 20px 0 8px;}

/* ----------  BLOGS ---------- */

#content {
    display: inline;
    float: right;
    margin-top: 15px;
    width: 725px;
}

article{
	margin-bottom:20px;
}
article h1, article p{
	margin-bottom:10px;
}