body{
	background-image:url(../images/nettingPattern.png);
	background-position:center;
	background-repeat:repeat;
	background-color:transparent;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	margin: 0px;
	padding: 0px;
	

}
#boxstyle-wrap{
	background-image: url(../images/bg-star.jpg);
	background-color: #FFFFFF;
 	box-shadow: 0 0 8px transparent;
}
#carousel .carousel-feature {
	border-color:#ffffff;
	border-width:1px;
}
#slideshow{
	height:396px;
}
#slidetext{
	height:396px;
}

#slideimage{
	height:396px;
}
#slideimage .slideframe{
	
	
}
#slidelist {
	width:389px;
	height:244px;
}
#slideload{
	width:389px;
	height:244px;
}
#site_name{
	font-size:40px;
}
#heading .nav-span {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/nav-span-background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#slideshownav li a.activeSlide {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/slideon.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.main{
	color:#585858;
	font-size: 13px;
}
#content-area h1{
	color:#444444;
	font-size:36px;
}
#content-area h2{
	color:#454545;
	font-size:30px;
}
#content-area h3{
	color:#4f97cf;
	font-size:20px;
}
#content-area h4{
	color:#33627F;
	font-size:15px;
}
#content-area h5{
	color:#454545;
	font-size:10px;
}
#content-area h6{
	color:#454545;
	font-size:8px;
}
.main a, .main a:visited {
	color: #10647E;
}
.main a:hover, .main a:active {
	color: #999;
}
#top-bar .welcome{
	color:#FFFFFF;
}
#bar-menu a{
	color:#FFFFFF;
}
#bar-menu a:hover {
	color:#4f97cf;
}
#site_name{
	color:#FFFFFF;
}
#site_description{
	color:#FFFFFF;
}
#dropmenu ul {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/nav-child-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#dropmenu ul a {
	border-color:#7f9da3;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/nav-child-bg.png);
	background-repeat: repeat;
	background-position: 0 0;
}
#dropmenu a{
	color:#FFFFFF;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/menu-divider.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#dropmenu a:hover {
	color:#F90;
}
#dropmenu .current_page_item>a,#dropmenu .current_page_ancestor>a{
	color:#F90;
}
.cont-vert-description p,.cont-vert-description h2,.heading-inner .page-title{
	color:#FFFFFF !important;
}
.heading-inner a:hover,.heading-inner a:active {
	color:#4f97cf;
}
h1.vert-position-title{
	font-size:44px;
}
.heading-inner .page-description,.heading-inner h2{
	font-size:13px;
}
#breadcrumbs{
	color:#444444;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: #000000;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #8F8F8F;
}
#content h2.post-entry-title{
	font-size:18px;
}
#content h2.post-title-overimage{
	font-size:18px;
}
.post{
	margin-bottom:26px;
}
.post-comments-bubble a {
	color: #5C407D !important;
}
.post-image-overlay{
	background-color:rgba(95,133,162,0.8);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#CC5F85A2", EndColorStr="#CC5F85A2"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC5F85A2', EndColorStr='#CC5F85A2')"; /* IE8 */
}
.post-title-slug .inner-vert a,.post-title-slug .inner-vert a:visited {
	color:#FFFFFF !important;
}
.post-title-slug .inner-vert a:hover,.post-title-slug .inner-vert a:active {
	color:#ffffff !important;
}
.pagenavi a,.pagenavi a:hover {
	background-color: #EFEFEF;
	color:#444444 !important;
}
.pagenavi a:active,.pagenavi span.current{
	background-color: #FFFFFF;
	color:#000000 !important;
}
.divider, .divider_line, .entry .entry_meta,#sidebar .widget li,#sidebar .widget_pages ul ul,#about_the_author .author_content {
	border-color: #eeeeee;
}
.main ul.tabs a, .main ul.mini_tabs a{
	background:#f5f5f5;
	color:#666666 !important;
}
.main ul.tabs li a.current, .main ul.mini_tabs li a.current{
	background:#FFFFFF;
	color:#333333 !important;
}
.accordion .tab{
	border-color:#4F97CF;
	background-color: #F6F6F6;
	color: #1C94C4;
}
.accordion .tab:hover {
	background-color:#F4DFFC;
    border-color:#7E44B4;
    color:#7E44B4;
}
.accordion .tab.current{
	background-color:#FFFFFF;
    border-color:#7E44B4;
    color:#7E44B4;
}
.accordion .tab.current:hover {
	background-color:#FFFFFF;
    border-color:#7E44B4;
    color:#7E44B4;
}
.accordion .pane{
	background-color:#F6F6F6;
	border-color:#4F97CF;
    color:#585858;
}
ul.portfolio-list li:hover {
	background:rgba(196,224,245,1);
	background: -moz-linear-gradient(top,  rgba(196,224,245,1) 0%, rgba(196,224,245,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,224,245,1)), color-stop(100%,rgba(196,224,245,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(196,224,245,1) 0%,rgba(196,224,245,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(196,224,245,1) 0%,rgba(196,224,245,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(196,224,245,1) 0%,rgba(196,224,245,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(196,224,245,1) 0%,rgba(196,224,245,0) 100%); /* W3C */
}
.portfolio-content.carousel-box{
	
}
ul.portfolio-list .portfolio_image a{
	border-color:#D7D7D7;
}
ul.portfolio-list .portfolio_image a:hover {
	border-color:#7EBCEC;
}
ul#portfolio-filter a{
	background-color:#E2E2E2; 
	color:#AAAAAA !important;
}
ul#portfolio-filter a.current{
	background-color:#FFFFFF; 
	color:#623D8B !important;
}
ul#portfolio-filter a:hover ,ul#portfolio-filter a.current:hover {
	background-color:transparent; 
}
.image_frame a{
	border-color:#D7D7D7;
}
.image_frame a:hover {
	border-color:#7EBCEC;
}
.image_frame:hover {
	background:rgba(126,188,236,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#667ebcec", EndColorStr="#667ebcec"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#667ebcec', EndColorStr='#667ebcec')"; /* IE8 */

}
.gallery .gallery-image-wrap{
	border-color:#D7D7D7;
}
.gallery .gallery-image-wrap:hover {
	border-color:#7EBCEC;
}
.gallery .gallery-icon:hover {
	background:rgba(126,188,236,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#667ebcec", EndColorStr="#667ebcec"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#667ebcec', EndColorStr='#667ebcec')"; /* IE8 */
}
#content .portfolio_title h4{
	font-size: 18px;
}
#sidebar h3.widgettitle {
	font-size: 24px;
}
#sidebar a,#sidebar a:visited {
	color:#7E44B4;
}
#sidebar a:hover,#sidebar a:active {
	color:#4f97cf;
}
#sidebar .sidepanel .current-cat a,#sidebar .sidepanel .current_page_item a {
	color:#4f97cf !important;
}
#footer{
	/*background-image:url(../images/bg-rays.jpg);*/
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#33627F;
}
#footer-link-columns {
	color:#A3CFED;
	font-size:12px;
}
#footer-link-columns ul li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/footer-bullets.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#footer-link-columns a{
	color:#A3CFED;
}
#footer-link-columns a:hover {
	color:#FFFFFF;
}
#footer-link-columns h3.widgettitle{
	color:#FFFFFF;
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 }


#footer-link-columns .widget_contact_form .contact_form .text_input,
#footer-link-columns .widget_contact_form .contact_form .textarea{
	color:#A3CFED;
}
#footer-bottom .copy {
	color:#C8C8C8;
	font-size:12px;
}
#footer-bottom .copy a{
	color:#B0ECEE;
}
#footer .menu-main-container{
	font-size:12px;
}
#footer .menu-main-container a,#footer .menu-main-container a:visited {
	color:#FFFFFF;
}
#footer .menu-main-container a:hover,#footer .menu-main-container a:active {
	color:#4f97cf;
}
#footer-bottom .widget a {
	color:#FFFFFF;
}
#footer-bottom .widget a:hover,#footer-bottom .widget a:active {
	color:#4f97cf;
}
.main .flickr_wrap .flickr_badge_image:hover {
	background-color:rgba(126,188,236,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#667ebcec", EndColorStr="#667ebcec"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#667ebcec', EndColorStr='#667ebcec')"; /* IE8 */
}
.main .flickr_wrap .flickr_badge_image img{
	border-color:#D7D7D7;
}
.main .flickr_wrap .flickr_badge_image img:hover {
	border-color:#7EBCEC;
}
.toggler.normal .accTogglerOpen{
	background: url(../colors/blueviolet/faq-close.png) no-repeat top right #FFFFFF;
}
.toggler.normal .accToggler{
    background: url(../colors/blueviolet/faq-open.png) no-repeat top right #FFFFFF;
}
.toggler.large .accTogglerOpen{
	background-color: #FFFFFF;
	background-image: url(../images/faq-close-large.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.toggler.large .accToggler{
	background-color: #FFFFFF;
	background-image: url(../images/faq-open-large.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar .widget-slider-back{
	background:url(../colors/blueviolet/widget-back.png) no-repeat;
}
#sidebar .widget-slider-forward{
	background:url(../colors/blueviolet/widget-prev.png) no-repeat;
}
#slideshowprev:hover {
	background-image: url(../images/arrow-back_on.png);
	background-repeat: no-repeat;
	background-position: 50% 60%;
}
#slideshownext:hover {
	background-image: url(../images/arrow-ffwd_on.png);
	background-repeat: no-repeat;
	background-position: 50% 60%;
}
.accordion .tab.current .icon{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/accordion-down-icon.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.accordion .tab .icon{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/accordion-icon.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
.image_icon_zoom .image_overlay{
	background-image:url(../images/overlay-zoom.png);
}
.image_icon_play .image_overlay{
	background-image:url(../images/overlay-play.png);
}
.image_icon_doc .image_overlay{
	background-image:url(../images/overlay-doc.png);
}
.image_icon_link .image_overlay{
	background-image:url(../images/overlay-link.png);
}
#searchform #searchsubmit {
	background: url(../colors/blueviolet/button-search.png) no-repeat;
}
form input:focus, form textarea:focus, form select:focus {
	border-color: #77BEF6;
	text-decoration: none;
}
form input:hover, form textarea:hover, form select:hover {
    border-color: #77BEF6;
}
.toggler .accTogglerOpen,
.toggler .accToggler{
	color:#5AA6E0;
}
.toggler .opentext{
	color:#5AA6E0;
}
.toggler .closetext{
	color:#5AA6E0;
}

.button{
	);
}
.pagenavi a,.pagenavi span.current{
	);
}
.main blockquote{
	);
}
.quote-bar .pad {
   padding-top:13px;
}
#slidetext p{
font-size: 14px;
line-height: 20px;
}
#slidetext .small.button .text{
   padding-top :1px;
}

.portfolio-list .button .text{
float:none;
width:auto;
}  
