* {margin:0;padding:0;}
a img {border:none;}
html,body {height:100%;}
@font-face {
	font-family: 'OSB';
	src: url('fonts/OldSansBlack.ttf') format('truetype');
}
@font-face {
	font-family: 'OS';
	src: url('fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: lighter;
    font-style: normal;
}
@font-face {
	font-family: 'OS';
	src: url('fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OS';
	src: url('fonts/OpenSans-Semibold.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'OS';
	src: url('fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bolder;
    font-style: normal;
}
h1 {
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size:50px;
	color:rgb(51, 70, 77);
	text-transform:uppercase;
	text-align:left;
}
h2 {
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-size:20px;
    font-weight: normal;
	text-transform:uppercase;
	color:rgb(51, 70, 77);
}
h3 {
	font-size:12px;
}
h4 {
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-size:15px;
    font-weight: normal;
	color:rgb(51, 70, 77);
	text-transform:uppercase;
	text-align:left;
}
h5 {
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-size:11px;
    font-weight: normal;
	color:rgb(0,0,0);
	text-transform:uppercase;
	text-align:left;
}
h6 {
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-size:24px;
    font-weight: normal;
	color:rgb(51, 70, 77);
	text-transform:uppercase;
	text-align:left;
}
h7 {
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-size:15px;
    font-weight: normal;
	color:#ff9a30;
	text-transform:uppercase;
	text-align:left;
}
h8 {
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-size:15px;
    font-weight: normal;
	color:#ffffff;
	text-transform:uppercase;
	text-align:left;
}
h9 {
	font-size:10px;
	font-style:italic
	text-align:left;
}
body
{
	font-size:100%;
	background: rgb(51,70,77) url('content/scroll/scroll1.jpg') 50% 80px no-repeat;
	color:rgb(100,100,100);
	
	-o-transition:0.5s;
  	-ms-transition:0.5s;
  	-moz-transition:0.5s;
  	-webkit-transition:0.5s;
  	transition:0.5s;
}
hr{
	width:100%;
	height: 14px;
    color: #ffffff;
	background: url('images/divider.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
    font-size: 0;
    border: 0;
    margin-top:20px;
    margin-bottom:2px;
}
.backgroundImage1{
	background: rgb(51,70,77) url('content/scroll/scroll1.jpg') 50% 80px no-repeat;
}
.backgroundImage2{
	background: rgb(51,70,77) url('content/scroll/scroll2.jpg') 50% 80px no-repeat;
}
.backgroundImage3{
    background: rgb(51,70,77) url('content/scroll/scroll3.jpg') 50% 80px no-repeat;
}
.backgroundImage4{
    background: rgb(51,70,77) url('content/scroll/scroll4.jpg') 50% 80px no-repeat;
}
#background_color{
	width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
}
#background_content{
	width:100%;
	min-width:1000px;
	top:380px;
    height:100px;
	background: url('content/scroll/scroll1_grad.png');
	background-repeat:repeat-x ;
	background-position: 50% 0px;
    position:absolute;
    z-index:-1;
}

html>body #minHeight{ /* Opera and IE8 min-height fix */
    float:left;
    width:0;
    height:100%;
    overflow:hidden;
}
#wrapper {
    width:1000px;
    min-height:0px;
    margin:0 auto;
    overflow:hidden;
}
* html #wrapper {height:100%;}/*IE6 treats height as min-height*/
	
#header {
    width:980px;
    height:80px;
    margin:0px auto 168px auto;
    background-color:rgb(251,251,251);
    position:relative;
    z-index:2;
    font-size:12px;
}
body#home #header {
    margin:0px auto 368px auto;}

.titledisplayleft{
	width:94px;
	height:85px;
	position:absolute;
	left:0px;
	top:215px;
    background:url(images/bt_left.png);
	background-position:left;
	color:#ffffff;
	text-transform:uppercase;	
	-o-transition:.15s;
  	-ms-transition:.15s;
  	-moz-transition:.15s;
  	-webkit-transition:.15s;
  	transition:.15s;
  	opacity:0.3;
	filter:alpha(opacity=30);
}
.titledisplayleft:hover{
	width:104px;
    background:url(images/bt_left_hover.png);
	background-position:left;
    opacity:1.0;
	filter:alpha(opacity=100);
}
.titlecontent{
	top:85px;
	width:1000px;
	height:360px;
    position:absolute;
}
.titledisplayright{
	width:94px;
	height:85px;
	position:absolute;
	right:0px;
	top:215px;
    background:url(images/bt_right.png);
	background-position:right; 
	color:#ffffff;
	text-transform:uppercase;	
	-o-transition:.15s;
  	-ms-transition:.15s;
  	-moz-transition:.15s;
  	-webkit-transition:.15s;
  	transition:.15s;
  	opacity:0.3;
	filter:alpha(opacity=30);
}
.titledisplayright:hover{
	width:104px;
    background:url(images/bt_right_hover.png);
	background-position:right; 
    opacity:1.0;
	filter:alpha(opacity=100);
}

#headerbackground{
	width:100%;
    height:80px;
    background-color:rgb(251,251,251);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    position:absolute;
    z-index:1;
    
}
#subheaderbackground{
	width:100%;
    height:38px;
    top:80px;
	background-color:rgb(51,70,77);
    position:absolute;
    z-index:1; 
}
body#home #subheaderbackground{
    height:0px;
}

#content {
    width:960px;
    height:auto;
    margin-left:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px; 
    margin-bottom:10px;
    color:#000000;
    background-color:rgb(255,255,255);    
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    position: relative;
    overflow:visible;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
	border-radius: 3px;
}
#float{
    float:right;
    width:200px;
    height:200px;
    margin-right:10px; 
    display:inline;
    background:#D28A36;
    color:#000;
}
#footer {
    width:1000px;
    height:200px;
    margin:-0px auto 0;
    text-align:center;
}
#logo{
	position:absolute;
	float:left;
	padding-left:20px;
	padding-top:15px;
    z-index:3;
}
#desctitle{
	position:absolute;
	float:left;
	padding-left:25px;
	padding-top:50px;
    z-index:2;
}
#copyright{
	width:960px;
    height:30px;
	padding-left:20px;
	padding-top:4px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	color: rgb(155, 155, 155);
    text-align:left;
	font-size:12px;
	    
}
ul#navbar{
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	list-style-type: none;
	font-size:14px;
	float:right;
	padding-right:10px;
	padding-top:50px;
}
ul#navbar li{
	display:inline; 
	margin-left:20px;
}

ul#navbar a:link,
ul#navbar a:visited
{
	color: rgb(155, 155, 155); text-decoration: none;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
ul#navbar a:hover,
ul#navbar a:active {color: rgb(54, 159, 203); text-decoration: none;}
ul#navbar .navhouse{width: 15px; height:14px; display:inline-block; background: url('images/icon_home.png') no-repeat left top;}
ul#navbar .navhouse:hover{width: 15px; height:14px; display:inline-block; background: url('images/icon_home_hover.png') no-repeat left top;}

ul#navbarextend{
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	list-style-type: none;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:12px;
	float:right;
	width:980px;
	text-align:right;
	z-index:1;
	
}
ul#navbarextend li{
	display:inline; 
	margin-left:20px;
}

ul#navbarextend a:link,
ul#navbarextend a:visited
{
	color: rgb(155, 155, 155); text-decoration: none;padding:11px;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
ul#navbarextend a:hover,
ul#navbarextend a:active {color: rgb(255, 255, 255); text-decoration: none;}

body#home ul#navbar a#s_home,
body#works ul#navbar a#s_works,
body#me ul#navbar a#s_me,
body#news ul#navbar a#s_news,
body#contact ul#navbar a#s_contact{color: rgb(54, 159, 203);}

body#home ul#navbar .navhouse{background: url('images/icon_home_hover.png') no-repeat left top;}

body#workslatest ul#navbarextend a#s_latest,
body#worksall ul#navbarextend a#s_all,
body#workspro ul#navbarextend a#s_pro,
body#workscourse ul#navbarextend a#s_course,
body#worksfreetime ul#navbarextend a#s_freetime,
body#contact ul#navbarextend a#s_contact,
body#presskits ul#navbarextend a#s_presskits,
body#news ul#navbarextend a#s_news{color: rgb(255, 255, 255);background-color:rgb(54, 159, 203);}

#pagetitle{
	padding:10px;
	margin-top:150px;
	margin-left:20px;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.5);
	font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-size:32px;
    display: block;
    position:absolute;
}

#titlesidebar{
	width:300px;
	min-height:450px;
	margin-left:640px;
    height: calc(100% - 10px);
    background-color:rgb(215, 225, 229);
    font-family:"OS", Tahoma, Geneva, sans-serif;
    display: inline-block;
    vertical-align: top;
	padding:10px;

}

#titlecontentbar{
	padding:20px;
	width:600px;
	height:auto;
	font-family:"OS", Tahoma, Geneva, sans-serif;
    font-size:12px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}
#titlesidebar a:link,
#titlesidebar a:visited,
#titlecontentbar a:link,
#titlecontentbar a:visited {color: rgb(54, 159, 203); font-weight: bold; text-decoration: none;background-color: transparent;}
#titlesidebar a:hover,
#titlesidebar a:active,
#titlecontentbar a:hover,
#titlecontentbar a:active {color: rgb(30, 30, 30); font-weight: bold; text-decoration: none;background-color: rgb(54, 159 ,203);}


#titletwitterbar{
	width:300px;
	min-height:350px;
	margin-left:640px;
    height: calc(100% - 10px);
    background-color:rgb(215, 225, 229);
    font-family:"OS", Tahoma, Geneva, sans-serif;
    display: inline-block;
    vertical-align: top;
	padding:10px;

}

#contentbar{
	margin-left:185px;
	min-height:750px;
	padding:20px;
	width:740px;
	height:auto;
	font-family:"OS", Tahoma, Geneva, sans-serif;
    font-size:12px;
    display: inline-block;
    vertical-align: top;
}

#contentbar a:link,
#contentbar a:visited {color: rgb(54, 159, 203); font-weight: bold; text-decoration: none;background-color: transparent;}
#contentbar a:hover,
#contentbar a:active {color: rgb(30, 30, 30); font-weight: bold; text-decoration: none;background-color: rgb(54, 159 ,203);}

#content_work_icon{
	width:240px;
	height:300px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:6px;
	display:inline-block;
    background-color:rgb(215, 225, 229);
    overflow:hidden;
    vertical-align: top;
}
#content_work_icon_contents{
	width:auto;
	height:auto;
	text-align:justify;
	margin:10px;
    background-color:rgb(215, 225, 229);
}

#content_work_icon_contents a:link,
#content_work_icon_contents a:visited {color: rgb(54, 159, 203); font-weight: bold; text-decoration: none;background-color: transparent;}
#content_work_icon_contents a:hover,
#content_work_icon_contents a:active {color: rgb(30, 30, 30); font-weight: bold; text-decoration: none;background-color: rgb(54, 159 ,203);}

table.screengallery {
	padding:10px;
	width:740px;
	height:480px;
}
table.screengallery td
{
	padding:2px;
	border: 1px solid rgb(207, 216, 218);
}

.gallerystage{
	width:600px;
	height:480px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -o-transition:.15s;
	-ms-transition:.15s;
	-moz-transition:.15s;
	-webkit-transition:.15s;
	transition:.15s;
}

.galleryicon{
	width:90px;
	height:90px;
	
	padding:1px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

table.sidebar a:link,
table.sidebar a:visited {color: rgb(54, 159, 203); font-weight: bold; text-decoration: none;background-color: transparent;}
table.sidebar a:hover,
table.sidebar a:active {color: rgb(30, 30, 30); font-weight: bold; text-decoration: none;background-color: rgb(54, 159 ,203);}

ul#skillsbullet{
	padding-left:20px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size:12px;
	list-style-image: url('images/bullet.png');
}
ul#profilebullet{
	padding-left:20px;
	list-style-image: url('images/bullet.png');
}
ul#profilebullet li{
}

table.aboutme{
	width:740px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	text-align:left;
	border-spacing:0px 10px;
}
table.aboutme td {
	vertical-align:top;
	color:rgb(100,100,100);
}
table.aboutme td#profileleft {
	width:152px;
}
table.aboutme td#skillsleft {
	width:300px;
}
table.aboutme td#skillsright {
	padding-top:50px;
	width:350px;
}
table.aboutme td#profileleft img{
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
table.aboutme td#profileright {
	padding-left:10px;
	width:588px;
	text-align:justify;
	
}

table.presskits a:link,
table.presskits a:visited {color: rgb(54, 159, 203); font-weight: bold; text-decoration: none;background-color: transparent;}
table.presskits a:hover,
table.presskits a:active {color: rgb(30, 30, 30); font-weight: bold; text-decoration: none;background-color: rgb(54, 159 ,203);}

table.presskits{
	width:740px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	text-align:left;
	border-spacing:0px 15px;
}
table.presskits td {
	vertical-align:top;
}
table.showcase{
	width:740px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	text-align:justify;
	border-spacing:0px 10px;
}
table.showcase td {
	vertical-align:top;
}
table.showcase td#main {
	width:438px;
}
table.showcase td#gap {
	width:50px;
}
table.showcase td#side {
	width:252px;
    background-color:rgb(215, 225, 229);
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
	
}
.instructionlabel{
	width:301px;
	height:69px;
	float:right;
	position:absolute;
	right:25px;
	background: url('images/lab_instructions.png');
	background-position: 0 0px;
	background-repeat:no-repeat ;
    font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size:24px;
	color:#ffffff;
	text-transform:uppercase;
	text-align: center;
    line-height: 65px;
}

body#contact #contentbar,
body#presskits #contentbar{
	width:500px;
}

label {
    display:block;
    margin-top:20px;
}
input, textarea {
	width:430px;
    height:27px;
    background-color:rgb(214, 221, 223);
    border:1px solid rgb(207, 216, 218);
    padding:10px;
    margin-top:3px;
    font-size:12px;
    color:#3a3a3a;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
input:focus, textarea:focus {
    border:1px solid rgb(54, 159 ,203);
}

textarea {
	height:220px;
	max-width:430px;
	max-height:500px;
    background-color:rgb(214, 221, 223);
}

#submit {
    width:200px;
    height:45px;
    background:url(images/bt_submit.png);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    margin-left:252px;
    cursor:pointer;
}

#submit:hover {
    background:url(images/bt_submit_hover.png);
}

.buttonlinker {
    width:100px;
    height:23px;
    background:url(images/bt_small.png);
    border:none;
    cursor:pointer;
    line-height: 20px;
	text-align: center;
	margin-left:-15px;
    
     font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size:12px;
	color:#ffffff;
}

.buttonlinker:hover {
    background:url(images/bt_small_hover.png);
}

#sidebar{
	width:180px;
    height: 90%;
    height: -webkit-calc(100% - 10px);
    background-color:rgb(215, 225, 229);
    font-family:"OS", Tahoma, Geneva, sans-serif;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}
.sidebarlabel{
	width:172px;
	height:45px;
	padding-left:3px;
	padding-right:27px;
	margin-left:0px;
	margin-bottom:2px;
    background:url(images/bt_sidebar.png);
    display: inline-block;
    text-align: center;
    line-height: 45px;
        
    font-family:"OSB", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;	
	-o-transition:.15s;
	-ms-transition:.15s;
	-moz-transition:.15s;
	-webkit-transition:.15s;
	transition:.15s;
}
.sidebarlabel:hover{
	width:194px;
    background:url(images/bt_sidebar_hover.png);
}

body#workslatest .sidebarlabel#s_latest,
body#worksall .sidebarlabel#s_all,
body#workspro .sidebarlabel#s_pro,
body#workscourse .sidebarlabel#s_course,
body#worksfreetime .sidebarlabel#s_freetime{
	width:194px;
    background:url(images/bt_sidebar_hover.png);
}

table.sidebar {
	padding:10px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size:12px;
	text-align:left;
	color:rgb(95,95,95);
}
table.sidebar td {
	height:15px;
	
}
table.sidebar tr#title {
	height:30px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#rgb(0,0,0);
	vertical-align:bottom;
}
table.sidebar tr#icon {
	height:90px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	font-size:12px;
	vertical-align:bottom;
	
}
table.sidebar tr#icon img{
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
#footer a:link,
#footer a:visited {color: rgb(200, 200, 200); text-decoration: none;}
#footer a:hover,
#footer a:active {color: rgb(54, 159, 203); text-decoration: none;}

table.footer {
	padding-left:10px;
	padding-top:10px;
	width:980px;
	height:150px;
	font-family:"OS", Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size:12px;
	text-align:left;
}
table.footer td{
	padding-left:15px;
	padding-right:15px;
  	vertical-align:top;
  	color:rgb(200,200,200);
	width:100px;
	
}
table.footer td#footersub{
  	vertical-align:top;
  	color:rgb(200,200,200);
	width:196px;
}
table.footer td#footerlogo{
  	color:rgb(240,240,240);
	text-align:center;
	width:140px;
}

.footerlink {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	-o-transition:.15s;
	-ms-transition:.15s;
	-moz-transition:.15s;
	-webkit-transition:.15s;
	transition:.15s;
}
.footerlink#Facebook {
	background: url(images/icon_facebook.png);
}
.footerlink#Facebook:hover {
	background: url(images/icon_facebook_hover.png);
}
.footerlink#Twitter {
	background: url(images/icon_twitter.png);}
.footerlink#Twitter:hover {
	background: url(images/icon_twitter_hover.png);
}
.footerlink#Linkedin {
	background: url(images/icon_linkedin.png);
}
.footerlink#Linkedin:hover {
	background: url(images/icon_linkedin_hover.png);
}
.footerlink#GPlus {
	background: url(images/icon_gplus.png);
}
.footerlink#GPlus:hover {
	background: url(images/icon_gplus_hover.png);
}
.footerlink#Mail {
	background: url(images/icon_mail.png);
}
.footerlink#Mail:hover {
	background: url(images/icon_mail_hover.png);
}

#negative{
	width:430px;
	padding:10px;
	margin-top:20px;
	background-color:rgb(226,65,48);
	font-family:"OS", Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size:12px;
	color:#ffffff;
}
#positive{
	width:430px;
	padding:10px;
	margin-top:20px;
	background-color:rgb(167,230,45);
	font-family:"OS", Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size:12px;
	color:#ffffff;
}

/*Progress Bars*/
.meter { 
	right:450px;
	width:100px;
	display:inline-block;
	height: 10px;
	position: absolute;
	background: rgb(215, 225, 229);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter#right{
	right:60px;
}

.meter > span {
	display: block;
	height: 100%;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	background-color: rgb(54, 159 ,203);
	position: relative;
	overflow: hidden;
}
.meter > span#orange{
	background-color: #ff9a30;
}

/*Social Media Fixes*/
.twitter-share-button[style] { vertical-align: text-bottom !important; }
#___plusone_0, #___plusone_0 iframe {
  vertical-align: bottom !important;
}
.IN-Widget {
  vertical-align: bottom !important;
}