/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#333;
    background:url(../images/bk_body.jpg);
    line-height:135%;

    height: 100%;
}

ul {
    list-style:none;
}

a {
    text-decoration:none;
    color:#1FA2E1;
}

a:hover {
    text-decoration:underline;
}

a:focus {
    outline:none;
}

p {
    margin:0 auto;
    margin-top: 0px;
	width:1000px;
}



h1, h2, h3 {
    font-size:32px;
    letter-spacing:-1px;
    line-height:100%;
    padding-bottom:15px;
}

h1 {
    font-weight:normal;
}

h1 a:hover {
    text-decoration:none;
    color:#333;
}

h2 {
    font-size:25px;
    padding-top:25px;
    font-weight:normal;
}

h3 {
    font-size:18px;
    padding-top:10px;
}

/* LAYOUT STRUCTURE
--------------------------------------------------*/
body#home #mainWrapper {
    /*background:url(../images/bk_main_wrapper_home.png) 0 0 repeat-x;*/
    background-color: white;
}

#mainWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;

}
#wrapper {

    width: 100%;
    overflow:hidden;  
    margin: 0;
	margin-top: 70px;
    /*padding-bottom: 65px !important; /* must be same height as the footer */

}

#header {
    height: 130px;
    position:relative;
    z-index: 1 !important;
    margin: 0 auto;
    /*width: 1080px;*/
    width: 1080px;
}

#content {
    padding-bottom:0px;    
    background:url(../images/bk_vertline.jpg) 695px 0 repeat-y;
    height: 300px;
}

body#home #content{
    padding-top: 0px;
}

body#home #content, body#portfolio #content {
    background:none;

}

#content #colLeft {
    float:left;
    width:670px;
    margin-right:50px;
    padding-top:10px;
}

#content #colRight {
    float:left;
    width:240px;

}

.push{
    height: 0.5em;
}
#footer {
    /*background:url(../images/bk_horiz_line.jpg) 0 0 repeat-x;*/
    /*height: 65px;
    margin-top: -65px; /* negative value of footer height */
    height: 0;
    clear: both;
    color:#666;
    position:relative;
    padding-top:0px;    
    font-size:12px;
}

#footerActionsInner{
    width:960px;
    margin:0 auto;
    padding:32px 0 0;
    overflow:hidden;
}

#footerWidgets {
    /*background:#000 url(../images/bk_footer_widgets.png) 0 0 repeat-x;*/
    background-color: black;
    padding-top: 0px;
}

#footerWidgetsInner {
    width:960px;
    margin:0 auto;
    padding: 0px 0 30px;
    overflow:hidden;
	
}

/* HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logo {
   
    position: absolute;
    /* overflow: hidden; */
    top: -4px;
    width: 120px;
    height:auto;
    left=-100px;
    z-index: 2;
}

.movingLogoTextStyle{
    width: 200px;
    height: 65px;
    position: absolute; 
    right:0px;
    top: 80px; 
    color: white;
    z-index: 3;
}


#logo a img{
    border:none;
    vertical-align:middle;
    height: 75px;
    width: 125px;
    z-index: 2;
}

#mainMenu {
    position: absolute;
    right: 0px;
    top: 124px;
    background: url('../images/bk_header.png'); 
    z-index: 5 !important;
    width: 100%;
	height: 40px;
}

#mainMenu ul li{
    float:left;
}

#mainMenu ul li a {
    display:block;
    height: 30px;
    color:#ccc;
    padding: 10px 18px 0;
    font-size:17px;

}

#mainMenu ul li a span {
    font-size:10px; 
    color:#999;
    line-height:120%;
}

#mainMenu ul li a:hover {
    text-decoration:none;
    background:url(../images/bk_mainmenu.png) 0 0 repeat-x;
    color:#96DDFC;
}


#mainMenu ul li ul li a:hover{
    background:#132325;
}

/* top social links */

#topSocial {
    position:absolute;
    right:0;
    top:120px;
}

#topSocial ul li {
    float:left;
    padding:0 5px;
    width:50px;
}

#topSocial ul li a {
    display:block;
    height:47px;
    width:47px;
    background:url(../images/bk_topsocial.png) 0 0 no-repeat;
}

#topSocial ul li a img {
    border:none;
    margin-top:9px;
    margin-left:8px;
}

#topSocial ul li a:hover {
    /*background:url(images/bk_topsocial_hover.png) 0 0 no-repeat;*/
    background:none;
}

#wrapperdesc{
float:left;
}
.wrapper-featured-description{
padding-top: 33px; 
padding-right:23px;
}
.wrapper-featured-title{
}

/* Top Search 

#topSearch {
    position:absolute;
    right:5px;
    top:25px;
	
}



/* CONTENT ELEMENTS
-------------------------------------------*/

.alignleft {
    float:left;
    margin:5px 15px 5px 0;
	overflow:hidden;
}

.alignright {
    float:right;
    margin:5px 0 5px 15px;
}

/* homeboxes */


/* home blurb */


/* BLOG ITEMS */

.postItem {
    margin:0 0 30px;
    padding:0 0 15px;
    border-bottom:1px dotted #bbb;
    overflow:hidden;
}

.postItem .meta {
    font-size:11px;
    color:#666;
    text-shadow:1px 1px #fff;
    margin-top:-12px;
    margin-bottom:18px;
}

.postTags {
    font-size:13px; 
    background:url(../images/ico_tag.png) 0 50% no-repeat;
    padding-left:24px;
    margin:25px 0 0;
}

blockquote {
    padding-left:80px;
    margin:20px 0 15px 0;
    padding-top:20px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    background:url(../images/bk_blockquote.png) 0 15px no-repeat;
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
}



#content #colLeft ul li, #content #colLeft ol li  {
    padding:5px 0 5px 25px;
    background:url(../images/bullet_list.png) 0 8px no-repeat;
	
}

#content #colLeft ul {
    margin:0 0 15px 15px;
}

#content #colLeft ol li {
    background:none;
    padding-left:0;
}

#content #colLeft ol {
    margin:0 0 15px 35px;
}

#shareLinks {
    height:30px;
    background:url(../images/bk_social.jpg) 0 0 repeat-x;
    font-size:12px;
    line-height:32px;
    padding:0 10px;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
    border:1px solid #008FF5; 
    /*border-left:1px solid #008FF5; 
    border-bottom:1px solid #fff; 
    border-right:1px solid #fff;*/
    margin:20px 0;
    width:130px;
}

#shareLinks a {
    color:#fff;
}

#shareLinks #icons {
    display:none;
    padding-left:15px;
}

#shareLinks #icons a {
    margin:0 10px;
    font-weight:bold;
    text-transform:uppercase;
}


/* PAGINATION */

.emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
.emm-paginate a {background:url(../images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #ddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* SLIDER
---------------------------------------*/



/* PORTFOLIO PAGE 
---------------------------------------*/

.portfolioCategs {
    margin-top:5px;
    float:right;
    margin-top:-47px;
}

.portfolioCategs li {
    float:left;
    margin-right:5px;
}

.portfolioCategs li a{
    -moz-border-radius:4px; 
    -webkit-border-radius:4px;
    border-top:1px solid #ddd; 
    border-left:1px solid #ddd; 
    border-bottom:1px solid #fefefe; 
    border-right:1px solid #fefefe;
    padding:6px 12px;  
    text-shadow:1px 1px #fff;
    background:url(../images/bk_blurb.jpg) 0 100% repeat-x;
    font-weight:bold;
    display:block;

}

.gallery {
    margin-top:10px;
    padding-left:22px;
    margin-left:-22px;
    margin-bottom:20px;
    width:982px;
}

.gallery .portfolioItem {
    float:left;
    width:300px;
    margin-right:25px;
    overflow:hidden;
    margin-bottom:10px;
}


.gallery .portfolioItem img {
    border:none;
}



/* COLRIGHT ELEMENTS 
-------------------------------------*/

.rightBox  {
    margin-bottom:17px;
}

.rightBox h2 {
    padding:10px 0;
}

.rightBox ul li{
    padding:6px 0;
    border-bottom:1px solid #ddd;
}

.rightBox ul {
    border-top:1px solid #ddd;
}

/* COMMENTS
-----------------------------------*/


#content #colLeft ul.commentlist {
    list-style:none;
    list-style-position:outside;
    display:block;
    margin:0 0 20px;
    border-top:3px solid #D2D8DB;
    border-bottom:4px solid #D2D8DB;
    padding:0;
    padding-bottom:10px;
}

#content #colLeft ul.commentlist ul {
    list-style-type:none;
    list-style-position:outside;
    margin:0;
}

#content #colLeft ul.commentlist li {
    padding:20px 0 10px 50px;
    position:relative;
    margin-top:0;
    background:url(../images/bk_horiz_line.jpg) 0 0 repeat-x;
}

#content #colLeft ul.commentlist li img {
    border:none;
}

#content #colLeft ul.commentlist li p{
    font-size:13px;
    margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
    margin-left:20px;   
}

#content #colLeft ul.commentlist li .comment-meta span {
    font-size:11px;
    color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
    font-size:16px;
}


#content #colLeft ul.commentlist li .gravatar {
    position:absolute;
    width:50px;
    height:50px;
    top:20px;
    left:0;
}

#content #colLeft ul.commentlist li .gravatar .gravatar_mask {
    position:absolute;
    left:0;
    top:0;
    background:url(../images/bk_gravatar_mask.png) 0 0 no-repeat;
    width:50px;
    height:50px;
}

#content #colLeft ul.commentlist .reply {
    position:absolute;
    right:0;
    top:25px;
    width:46px;
    height:21px;
    text-align:center;
    font-size:12px;
}

#content #colLeft ul.commentlist .reply a {
    display:block;
    width:46px;
    height:21px;
    font-style:italic;
}

#content #colLeft ul.commentlist .reply a:hover {
    text-decoration:none;
    color:#333;
}


#content #colLeft ul.commentlist li .children li {
    margin-top:15px;
    padding-top:25px;
    border-bottom:none;
    overflow:hidden;
    padding-bottom:5px;
}

#content #colLeft ul.commentlist li .children li .gravatar {
    top:20px;
}

#content #colLeft ul.commentlist li .children li .reply {
    top:30px;
}

/* FOOTER ELEMENTS
-------------------------------------------*/

#twitter #twitter_update_list li {
    list-style-type:none;
    line-height:140%;
}

#showHide {
    display:block;
    position:absolute;
    width:48px;
    height:16px;
    right:4px;
    top:-5px;
    background:url(../images/but_show_hide.png) 0 0 no-repeat;
    text-indent:-9999px;
}

#footerActionsInner #twitter {
    float:left;
    overflow:hidden;
    width:315px;
    background:url(../images/twitter_ill.png) 0 0 no-repeat;
    padding-left:85px;
    position:relative;
}

#footerActionsInner #twitter #latest {
    width:293px;
}

#footerActionsInner #twitter #latest #tweet {
    background:url(../images/bk_latest_tweet.png) 0 0 no-repeat;
    padding:10px 10px 0 20px;
    font-size:12px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    line-height:125%;
    height:65px;

}

#footerActionsInner #twitter #latest #tweetBottom{
    height:26px;
    background:url(../images/bl_latesttweet_bottom.png) 0 0 no-repeat;
}

#footerActionsInner #twitter a.action {
    position:absolute;
    display:block;
    width:81px;
    height:23px;
    background:url(../images/but_actions.png) 0 0 no-repeat;
    text-align:center;
    font-size:12px;
    color:#fff;
    padding-top:2px;
}

#footerActionsInner #twitter a.action:hover {
    background:url(../images/but_actions.png) 0 -25px no-repeat;
}

#footerActionsInner #twitter a.action {
    left:0;
    top:76px;
}

#footerActionsInner #quickContact {
    float:right;
    overflow:hidden;
    width:435px;
    background:url(../images/quick_contact_ill.png) 0 0 no-repeat;
    padding-left:85px;
    position:relative;
    margin-left:30px;
}

#footerActionsInner #quickContact .leftSide {
    float:left;
    width:155px;
    overflow:hidden;
}

#footerActionsInner #quickContact .rightSide {
    float:left;
    width:268px;
    overflow:hidden;
    margin-left:10px;
}

/* Footer Widgets */

#footerWidgetsInner .boxFooter {
    float:left;
    width:210px;
    padding-right:30px;
    overflow:hidden;
    margin-bottom:40px;
}


#footerWidgetsInner h2 {
    font-size:20px;
    border-bottom:1px solid #292929;
    padding:7px 0 12px;
    margin-bottom:2px;
    color:#ccc;
}

#footerWidgetsInner .boxFooter ul li {
    padding:7px 0;
    border-bottom:1px solid #292929;
    color:#986123;
    font-size:10px;
    font-style:italic;
}

#footerWidgetsInner .boxFooter ul li a {
    text-decoration:none;
    color:#515151;
    font-size:13px;
    font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a:hover {
    color:#ccc;
}

/* Copyright */

#footerWidgetsInner #copyright {
    clear:both;

    padding-top:0px;
    margin-top: 19px;
    position:relative;
}

#site5bottom {
    position:absolute;
    right:0;
    top: 1px;
}

#site5bottom img {
    border:none;
}

#site5bottom a {
    /*display:block;
    width:344px;
    height:26px;
    background:url(images/site5bottom.png) 100% 0 no-repeat;
    text-indent:-9999px;*/
}


/* FORMS
------------------------------------*/

/* Quick Contact Form */

#quickContact form input[type="text"], #quickContact form textarea{
    width:138px;
    margin-bottom:5px;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px;
    border-top:1px solid #BDBDBD; 
    border-left:1px solid #BDBDBD; 
    border-bottom:1px solid #fff; 
    border-right:1px solid #fff;
    background:url(../images/bk_blurb.jpg) 0 100% repeat-x;
    padding:7px;
    color:#666;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}

#quickContact form textarea {
    width:250px;
    height:90px;
    padding-top:5px;
}

#quickContact form input[type="submit"] {
    display:block;
    float:right;
    width:81px;
    height:24px;
    background:url(../images/but_actions.png) 0 0 no-repeat;
    text-align:center;
    font-size:12px;
    color:#fff;
    padding-top:0px;
    border:none;
    line-height:80%;
    margin-top:3px;

}

/* Top Search */

#topSearch input[type="text"] {
    -moz-border-radius:4px; 
    -webkit-border-radius:4px;
    width:100px;
    background:url(../images/bk_top_search.png) 0 0 repeat-x;
    padding:9px 10px 10px;
    border:1px solid #2E4849;
    color:#A8A8A8;
    font-style:italic;
    margin-right:10px;
    position:relative;
}

#topSearch input[type="submit"] {
    position:absolute;
    right:0;
    z-index:100;
    width:43px;
    height:44px;
    background:url(../images/but_search.png) 0 0 no-repeat;
    border:none;
    cursor:pointer;
}   

/* COMMENTS F0RM */

#commentform p {
    margin:0;
}

#commentform label {
    display:block;
    padding:5px 0;
}

#commentform input, #commentform textarea {
    border:1px solid #ddd;
    padding:8px;
    width:300px;
    margin-bottom:10px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
    border:1px solid #0099FF;
}


#commentform textarea {
    width:560px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}

#commentform input[type="submit"]{
    border:none;
    width:151px;
    height:32px;
    margin-top:10px;
    cursor:pointer;
    background:url(../images/but_form.jpg) 0 100% repeat-x;
    color:#FFF;
    font-size:12px;
    padding:0;
}

 
/*#header{z-index:1001 !important;}*/
#content{z-index:100 !important;}
#featured { position:relative; }
	#featured-shadow { background: url('../images/right1.png') repeat-x; }
		#featured-light { background: url('../images/left1.png') no-repeat top center; position:relative; padding-top:30px;}
			a#left-arrow, a#right-arrow { position: absolute; top: 20%; width: 63px; height: 128px; text-indent:-9999px; display: none; z-index: 6; }
				a#left-arrow { background:url('../images/left.png') no-repeat; left: 0px; }	
				a#right-arrow { background:url('../images/right.png') no-repeat; right: 0px; }
					.slide {  text-align: center; padding-bottom: 87px; }
						.featured-description { padding-top: 33px; }
							h2.featured-title { font-size: 40px; font-family: 'Lobster', Arial, sans-serif; text-shadow: 1px 1px 1px #ffffff; margin-bottom:8px; width:380 px; padding-bottom:0px;}
								h2.featured-title a { color: #d7594c; text-decoration:none; }
							.featured-description p, .et_slide_text { font-size: 20px; font-family: 'Kreon', Arial, sans-serif; color: #678e8d; text-shadow: 1px 1px 1px #ffffff; margin: 0 !important;line-height: 110%; width:380px; padding-top:15px;}
#featured-border { background: url(images/featured-border.png) repeat-x; height: 2px; }
	#featured-bottom-shadow { background: url(images/featured-bottom-shadow.png) no-repeat center 1px; height: 29px; }	
	
.movingTextStyle{
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
}#et-wrapper { background: url(images/featured-light.png) no-repeat center 72px; }
.featured_shadow_bg { border: 7px solid #fff; float: left; }
.featured_image_shadow { border: 8px solid #fff; float: left; -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1); box-shadow: 0px 0px 8px rgba(0,0,0,0.1); }
	.featured-description { clear: both; }
	
	.et_slide_video .featured_shadow_bg { margin-left: 194px; }
	.et_slide_lonevideo .featured_shadow_bg { margin-left: 141px; }
	.et_slide_video .featured_shadow_bg, .et_slide_lonevideo .featured_shadow_bg { -moz-border-radius: 10px; webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0px 0px 23px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 23px rgba(0,0,0,0.2); box-shadow: 0px 0px 23px rgba(0,0,0,0.2); }
	
	.et_slide_lonevideo { padding-top: 104px; padding-bottom: 31px; }
	.et_slide_text { padding: 150px 0; }
	.et_slide_imageleft_png, .et_slide_imageright_png { padding-left: 0px; padding-bottom: 0px; width: 1080px !important; }
	.et_slide_imageright_png { width: 725px !important; }
	
	.et_slide_imageleft, .et_slide_imageright { padding: 110px 0 110px 95px; width: 865px !important; }
	.et_slide_imageright { width: 725px !important; }
		.et_slide_imageleft .featured_image_shadow { margin-right: 55px; }
		.et_slide_imageleft .featured-description, .et_slide_imageright .featured-description, .et_slide_imageleft_png .featured-description, .et_slide_imageright_png .featured-description { float: left; clear: none; width: 390px; text-align: left; padding-top: 0px; }
		.et_slide_imageleft_png  .featured-description { padding-top: 0px; }
		
		.et_slide_imageright .featured-description, .et_slide_imageright_png .featured-description { text-align: right; }
			.et_slide_imageright .featured-description a.featured-more, .et_slide_imageright_png .featured-description a.featured-more { float: right; }
	
	.featured_png_left { margin-right: 50px; float: left; }
	.featured_png_right { margin-left: 50px; float: right; }
	
	.et_slide_imageright .featured_image_shadow  { float: right; }
	
#featured .slide { width: 960px; position: relative; }

.home-featured-slider { overflow: hidden; }

a.featured-more { background: url(images/featured-readmore.png) no-repeat bottom right; font-size: 16px; font-family: 'Droid Sans', Arial, sans-serif; color: #656565; padding-right: 23px; display: block; float: left; text-shadow: 1px 1px 0 #fff; margin-top: 10px; }
	a.featured-more span { background: url(images/featured-readmore.png) no-repeat; height: 47px; line-height: 47px; padding-left: 23px; display: block; }
a.featured-more:hover { text-decoration: none; color: #323232; }

.fullwidth #content-right-bg, .fullwidth .entry, .fullwidth #respond { background: none; }
.fullwidth #left-area { width: 100%; }


#para{line-height:100%px;text-align:justify;margin:0 auto; width:1080px;margin:0; font-family: Arial}

#table{padding-left:60px; padding-top:50px;width:1080px; margin:0 auto !important; font-family: Arial}

#table1{padding-left:60px; padding-bottom:30px;width:1080px; margin:0 auto; font-family: Arial}

#paralign{padding-left:50px; padding-top:20px;padding-bottom:10px; text-align:justify;width:1080px; margin:0 auto;font-family: Arial}

.content-spec{padding-right:400px; margin:0 auto !important;}










tr.alt td {
    //background: #ecf6fc;
}

tr.over td, tr:hover td {
    //background: #bcd4ec;
}
