/* CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


@font-face {
	font-family: 'handWriting';
	src: url('css/fonts/handwriting-webfont.eot');
	src: local('☺'), 
	url('css/fonts/handwriting-webfont.woff') format('woff'), 
	url('css/fonts/handwriting-webfont.ttf') format('truetype'), 
	url('css/fonts/handwriting-webfont.svg#webfontJfZgB1Cx') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET*/

html{
	background-color:#111;
	font-family:"Trebuchet MS", sans-serif;
}

body {
    background:#000 url(images/bkg_pagetop.jpg) no-repeat;
    background-position:top center;
	margin:0;
	padding:0;
}

/* GLOBAL ELEMENTS */


h2{

  color: #CC0000;
  font-family: 'handWriting';
  font-size: 24px;
  font-weight: lighter;
  margin: 0 0 20px;
}

h3{
    font-size:18px;
    font-weight:lighter;
    margin:10px 0;
    color:#fff;
}

h4{
    color:#fff;
}

p {
    font-size:14px;
    margin: 5px 0;
    line-height: 14px;
}

a, a:visited{
    color:#c00;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:active{
    color:#fff;
}

#contentFlow, .flow {
	display:block;
	height:512px !important;
}

#contentFlow .item {
    
}

    #contentFlow .item span {
        background: url("images/bkg_grad_trans.png") repeat-y scroll center center;
        color: #fff;
        font-size: inherit;
        overflow: hidden;
        padding: 5px;
        position: absolute;
        top: 47%;
        height: 17%;
    }

    #contentFlow .caption {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;

        background: url("images/bkg_grad_trans.png") repeat-y center 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        margin: 0 auto;
        padding: 3px;
        width: 500px;
    }

.entryStamp {
	-moz-border-radius: 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
    
	-webkit-border-radius: 15px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
    
	border-radius: 15px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
    
	background: #333;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
	text-align: center;
}

.entryStamp .author {
	font-style: italic;	
}

.entryStamp .time {
		
}

/* END GLOBAL ELEMENTS */

/* TOP LOGO */

h1{
	padding:15px 0 1px 0;
	margin:0 auto 0 auto;
	width:1000px;
}

.hide{
position:fixed;top:-1000px;left:-1000px;	
}

/* NAV BAR */

#navWrapper{
    background:#333 url(images/bkg_navbar.png) repeat-x;
    background-position:top;
    float: left;
    width:100%;
}

#nav{
	width:1067px;
	margin:0 auto;
	padding:0;
	float:none;
}

#nav li{
    float:left;
    height:37px;
    list-style-type:none;
    position:relative;
    top:0;
    margin:0;
    padding:0;
    text-transform:capitalize;
    font-size:17px;
    font-weight:lighter;
    font-family:arial, sans-serif;
    text-align:center;
}

#nav li:hover{
    background:url("images/bkg_rightNav.png") no-repeat right top;
}

#nav li.highlighted {
    background:url("images/bkg_rightNav.png") no-repeat right top;
}
#nav li a{
	float:left;
	height:37px;
	color:#fff;
    text-decoration:none;
    margin:0;
    padding:10px 35px 0 35px;
	display:block;
}

#nav li.highlighted a {
    background:url("images/bkg_leftNav.png") no-repeat left top;
    color:#c00;
}

#nav li:hover a {
    background:url("images/bkg_leftNav.png") no-repeat left top;
    color:#c00;
}

    /* SUB NAV */

    #nav li ul {
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;

            -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);


            background: url("images/bkg_navbar.png") repeat-x scroll center top #333333;
            display:none;
            left: 12px;
            padding: 5px;
            position: absolute;
            top: 37px;
            z-index: 50;
    }

    #nav li li, #nav li.highlighted li  {
            background:none;
            height: auto;
    		width: 100%;
    }

    #nav li ul a, #nav li.highlighted li a {
            background: none ;
            height: auto;
            margin: 0;
            padding: 6px 0;
            text-align: left;
			white-space:nowrap;
            width: 100%;
    }

    #nav li:hover ul a {
            background:none;
            color:#fff;
    }

    #nav li:hover ul {
            display:block;
    }
	#nav li:hover ul li {
		background:none;
	}
    #nav li ul a:hover, #nav li:hover ul a:hover {
            color:#c00;
            background:none;
    }
    /* END SUB NAV */

/* END NAV BAR */

/* PAGE CONTENT */

#pageWrapper{
    background: url(images/bkg_pageContent.png) repeat-x;
    background-position: top;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

#pageContent{
	color:#fff;
	width:1000px;
	min-height:420px;
	margin:35px auto;
}

#pageContent > h2 {
margin: 0 0 36px;
}

#leftContent{
	float:left;
	width:596px;
	padding:0 50px 0 0;

}

#rightContent{
	float:left;
	width:300px;
	border-left:1px solid #666;
	padding:0 0 0 49px;
}

#leftContent p{
	line-height:18px;
}

hr.spacer {
	clear: left;
    color: #666666;
    height: 1px;
    margin: 45px 0;
}

.video {
	margin:45px 0;
}

/* HOME PAGE */

.ContentFlow .scrollbar {
    background: none repeat scroll 0 0 transparent;
    margin-top: 80px;
    width: 2%;
}

#contentFlow .preButton {
    cursor:pointer;
    float: left;
    margin: 20px 0 0 -50px;
}

#contentFlow .nextButton {
    cursor:pointer;
    float: right;
    margin: 20px -50px 0 0;
}

#participate h3 {
    margin: 0 0 20px;
}


/* Calendar */

.calendarWrapper {
	clear: left;
    display: block;
    margin: 10px 0 47px;;
}

.calendar {
	width:35px;
	text-align:center;
	margin:0px 0px;
        float:left;
}

.calendarText {
	padding-left:45px;
color:#fff;

}

.calendarText a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.calendarText a:hover {
	color:#ddd;
}

.headline {
	font-size: 15px;
	font-weight:bold;
}

.calendarMonth {
	color:#fff;
	background-color:#cc0000;
        padding:3px 5px;
	font-size:12px;
	font-weight:bold;
	border:1px solid #cccccc;
}

.calendarDay {
	color:#333;
	background-color:#ffffff;
        padding:2px 0;
	font-size:15px;

	font-weight:bold;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}



/* End Calendar */

/* MARKET RESEARCH */

#rightContent h2 {
    clear: both;
}

#marketResearch {
    float: left;
    margin: 40px 0 0 0;     
}

    #marketResearch p {
        float: left;
        line-height: 40px;
        margin: 0 16px 0 0;
    }
    
        #marketResearch p img {

        }

/* MARKET RESEARCH */

/* Social */

ul.socialLinks{
	margin:0;
	padding:0;
}

ul.socialLinks li {
	float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

ul.socialLinks li a {
	background-position: 0 0;
	float: left;
	height: 65px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 65px;

}

ul.socialLinks li a:hover, ul.socialLinks li a:active {
	background-position:0 65px;
}

a.facebook {
    background-image:url("images/social_facebook.png");
}

a.twitter {
    background-image:url("images/social_twitter.png");
}

a.linkedin {
    background-image:url("images/social_linkedin.png");
}

a.youtube {
    background-image:url("images/social_youtube.png");
}

/* Blog Page */

.blogItem{
    margin:45px 0;
    padding:0 0 0 0;
}

.blogItem img{
    width:175px;
    margin:0 15px 0 0;
    float:left;
}

.blogTitle{
	padding:0 0 0 190px;
}

.blogDesc{
	padding:0 0 0 190px;
}

img.angled02{
	margin:-80px 0 0 0;
}

#readEntry #video {
    margin: 0 0 20px 0;
}

#readEntry #video img {
    max-width: 1000px;
    width: auto !important;
    width: 1000px;
}

.addthis_toolbox {
    margin: 20px 0;
}

#readEntry .tags {
    margin: 20px 0;
}

/* END PAGE CONTENT */

/* GALLERY */

.albums {
    float: left;
    margin: 20px 0;
    width: 66%;
}

.album {
    float: left;
    margin: 10px 0 0;
}

.album a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    background: #c00;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0 20px 0 0;
    padding: 10px 7px;
   
}

.album a:hover , .selectedAlbum a {
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear;

    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;

    background: #ddd;
    color: #000;

}

.galleryWrapper {
    clear: both;
    overflow: auto;
    width: 1200px;
}

    #featured {
        float: left;
        width: 980px;
    }

        #featured .image {
            background: url("images/bkg_woodpanel.jpg");
            float: none;
            margin: 10px auto;
            position: relative;
            width: 380px;
        }

            #featured a.slidePrev , #featured a.slideNext {
                -moz-transition: all .3s ease-in-out 0s;
                -webkit-transition: all .3s ease-in-out 0s;

                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                border-radius: 50px;

                background: #c00;
                color: #fff;
                font-size: 34px;
                padding: 3px 14px;
                position: absolute;
                text-shadow: 1px -1px 1px #2B1F0D;
                top: 50%;
            }

            #featured a.slidePrev:hover , #featured a.slideNext:hover {
                -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.9) inset;
                -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.9) inset;
                box-shadow: 0 0 11px rgba(0, 0, 0, 0.9) inset;

                color: #000;
            }

            #featured a.slidePrev {
                left: -80px;
            }

            #featured a.slideNext {
                right: -68px;
            }

            #featured .image .frame {
                height: auto;
                width: auto;
            }

.image {
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    border: 2px solid #92A5A8;
    float: left;
    margin: 5px 46px 20px 5px;
    padding: 5px;
    width: 190px;
}

.image:hover {
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px rgba(255, 255, 255, .8);

    border: 2px solid #fff;
}


.selectedImage , .selectedImage:hover {
    -moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.9);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.9);

    border: 2px solid #c00;

}

.image .frame {
    height: 120px;
    overflow: hidden;
    width: 100%;
}

    .image .frame img {
        -moz-box-shadow: 0 2px 1px #999;
        -webkit-box-shadow: 0 2px 1px #999;
        box-shadow: 0 2px 1px #999;

        float: left;
        margin: 0 0 10px;
        width: 100%;
    }

    .image p {
    }

/* END GALLERY */

/* VIDEOS */

#mainVideo {
    margin: 10px 0;
    overflow:auto;
    width: 944px;
}

#mainVideo h3 {
    margin:0 0 10px 0;
}

#videosWrapper #mainVideo .video {
    float:left;
    height: 324px;
    margin: 0 10px 10px 0;
    position:relative;
    width: auto;
}

#mainVideo .playBtn {
    left:170px;
}

#videosWrapper {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 1100px;
}

#videosWrapper  .video {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   
    border: 1px solid #999;
    display: block;
    float: left;
    height: 262px;
    margin: 0 15px 15px 0;
    padding: 10px;
    position: relative;
    top: 0;
    width: 290px;
}

#videosWrapper  .video h4 {
    color: #fff;
    margin:0 0 10px 0;
    text-align:center;
}

#videosWrapper  .video:hover {
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;

    top: -2px;
    left: 0;
}

.video .addthis_toolbox {
    bottom:-3px;
    left:10px;
    position:absolute;
}


/* END VIDEOS */

/* FOOTER */

div#footer {
	background:#000 url(images/bkg_footer.png) no-repeat;
	background-position:center;
	border-top:1px solid #666;
	clear:both;
	margin:30px 0 0 0;
	padding:0;
	height:90px;
}

.center{
	padding:15px 50px;
}

#logo_estyle_footer {
	float:left;	
}

div#footer ul {
	color:#555;
	float:left;
	font-size:6px;
	list-style-type:square;
	margin:20px 50px 0 30px;
}

div#footer li {
	float:left;
	margin:0 10px;
}

div#footer ul a {
	color:#555;
	font-size:12px;
}

div#footer ul a:hover {
	color:#fff;
}

div#footer #developer {
	float:right;
}

#developer img {
	margin:8px 0 0 30px;
border:none;
}


/* END FOOTER */

/* SIDE TABS */

#fscreen {
	background-color:#111;
	display:block;
	height:1000%;
	opacity:0;
	position:absolute;
	width:100%;
	z-index:55;
	display:none;
	opacity:0;
}

.tab {
	left:0;
	padding:0;
	position:fixed;
	top:15px;
	z-index:60;
}

.tab_content_wrapper {
	width:200px;
	height:280px;
	padding:20px;
	margin-top:16px;
}

#tab_newsletter .tab_content_wrapper{
        width:250px;
        height:300px;
}

.tab_content {
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	
	background:#111;
	border:1px solid #757373;
	color:#fff;
	display:none;
	float:left;
	font-size:11px;
	
	min-height:350px;
  	height:auto !important;
  	height:350px;
	
	max-height:590px;
  	height:auto !important;
  	height:590px;
	
	overflow:hidden;
	padding:10px 12px;
	width:800px;
}

.top_tab {
	z-index:100;	
}

.tab_btn{
	cursor:pointer;
}

.tab_slider{
    position:absolute;
    right:-37px;
    z-index:10;
}

.blog_btn {
	width:61px;
	height:42px;
	position:static;
}

#tab_contact .tab_btn {
	background:url("images/tab_contact.png") no-repeat;
	height:152px;
	top:98px;
	width:38px;
}

#tab_newsletter .tab_btn {
	background:url("images/tab_newsletter.png") no-repeat;
	height:162px;
	top:40px;
	width:38px;
}

.tab_content label.error {
	color:#990000;
	width:200px;
}

.tab_content input.jButton {
	background: #8E0000;
    border: 1px solid red;
    color: #ddd;
    margin: 20px 0;	
}

.tab_content p {
    margin-top:10px;
}

/* END SIDE TABS */

/* SIDE TABS */

/* Newsletter side tab*/

form#newsletter label{
    width:40px;
}

#tab_newsletter span{
    width: 280px;
    display:block;
    margin-bottom:20px;
}

form#newsletter p {
    margin-bottom:20px;
}

form#newsletter p .jButton{
    left:81px;
    margin-top:17px;
}

/* Contact tab */

#tab_contact {
    top:116px;
}

#tab_contact span {
    width:229px;
    display:block;
    margin-bottom:20px;
}

#tab_contact .tab_content_wrapper{
    height:460px;
}

/* OVE RIDES */

.ContentFlow .scrollbar {
	margin-top: 80px;
}

#fb-root { 
    background: #fff !important;
}

/* END OVER RIDES */

/* TAGS SEARCH */

.tags , .searchResultTags {
    font-size: 16px;
    margin: 10px 0;
}

    .tags a , .searchResultTags a {
        
        font-size: 16px;
    }

    .tags a:hover , .searchResultTags a:hover {
       
    }

.searchResults {
    border-bottom: 2px solid #444;
    margin: 10px 0;
    padding: 0 0 10px;
}

	.searchResults h3 {
            clear: both;
            float: left;
            margin: 10px 0;
            width: 100%;
	}

	.searchResult {
            border-bottom: 1px dotted #444;
            margin: 10px;
            padding: 0 0 5px;
	}

		.searchResultHeader {
                    font-style: italic;
		}

                    .searchResultHeader a {
                        
                    }

		.searchResultContent {
			margin: 5px 0;
		}

/* END TAGS SEARCH */

.ContentFlow .flow {
    height: 337px !important;
    margin: 0 auto;
    position: relative;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}
