@import url(http://fonts.googleapis.com/css?family=Asul|Asul);
html {
overflow-y:scroll;
}

body {
  font-family: Georgia, Times New Roman, Arial, sans-serif;
  background: #FFFFFF url('/imgs/background/15678_54611665750f309d5b5fde.jpg') left top fixed; 
  font-size: small;
  margin: 0;
  padding: 0;
  padding-top: 19px;
  -webkit-text-size-adjust: 100%;
}

#headertext,#headertext a { font-family: 'Asul',sans-serif; }

#content,#footer,td { font-family: 'Asul',sans-serif; }


#footer { vertical-align:bottom; clear:both; }

#footerright {
  float:right;text-align:right; width: auto; margin-right: 8px;
}

#footer #socialbuttons, #footer #rssbuttons { margin-bottom: 5px; }

/* Elements */

.portfolio {
  background: #ABABAB; 
  padding: 3px; 
  margin-bottom: 4px;
}


#promotion { 
  background: #FFFFFF; 
  padding: 15px; 
  color: #FFFFFF; 
  text-align:center;
}

/* Home */ 

/*
table#home {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

table#home td {
  vertical-align: top;
}

td#homeleft { width: 50%; }

#homeright {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
*/

#homeleft, #homeright { width: 50%; float: left; margin: 0; box-sizing: border-box; min-height: 1px; }
#homeleft img, #homeright img { max-width: 100%; }

/* Forms */

input {
  padding: 1px;
  margin: 2px;
}

select {
  padding: 1px;
  margin: 2px;
}

/* Tables */

table.styled h2 { color: #000000; }

table.styled {
  margin-top: 15px;
  padding: 0;
  border-width: 0;
  background: none;
}

table.styled  td {
  margin: 0;
  padding: 5px;
}

table.styled th {
  text-align: right;
  vertical-align: top;
  padding: 7px 5px 5px 5px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.1em;
}

legend {
  color: #000000;
}

/* Images */

#content a img { border:none; }

#content a img.imgthumb, .imgthumb {
	padding: 0px;
	margin: 5px;
	border: 1px solid #000000;
	background-color: transparent;
	-moz-box-shadow: 2px 2px 1px #000000; -webkit-box-shadow: 2px 2px 1px #000000; box-shadow: 2px 2px 1px #000000;
	
}

.imglarge {
	padding: 2px;
	margin: 10px;
	border: 1px solid #000000;
	background-color: #0D0D0D;
	-moz-box-shadow: 4px 4px 3px #000000; -webkit-box-shadow: 4px 4px 3px #000000; box-shadow: 4px 4px 3px #000000;
}

.imglarge img, .imglarge {

}

.imgbg {
	background-position: center top;
	background-repeat: no-repeat;
}

body#bapage #content img[align=left] { margin: 0 15px 15px 0; }
body#bapage #content img[align=right] { margin: 0  0 15px 15px; }

/* Text */

body, #content, td { 	color: #000000; }

#content, #footer { line-height: 1.5; }

h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	color: #000000;
	
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #4D4B4D;
	
	}

.txtcontent {
	padding: 5px 0 5px 0;
	}

body#bahome div.txtcontent { clear:both; }
	
.title {
  font-weight: bold;
}

.sml,.litesmltxt {
  font-size: 80%;
}
	
.imglargeinfo {
  text-align: left;
  color: #000000;
  margin: 10px;
}

#headertext {
  padding: 5px;
  color: #242726;
  text-align: left;
}

a.portfoliogroup, h2.portfoliogroup {
  font-size: 120%; 
  text-decoration:underline;
  display:block;
}

.portfolio h2 {
  text-decoration: underline;
}

/* Links */

a {
	color: #504991;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
  color: #403a74;
	text-decoration: underline;
	}

#footer a {
	color: #91918f;
	}

#footer a:hover {
	color: #6d6d6b;
	}

.pages {
  margin: 2px; 
  padding: 4px; 
  border: 1px solid #8a8a8a; 
  color: #000000; 
  background: #b8b8b8; 
  font-weight: bold;
}

a.pages {
  text-decoration: underline;
  color: #000000;
}

a:hover.pages {
  color: #000000;
}

.showhide { cursor: pointer; }

a.rss { padding-left: 15px; background: url(/imgs/rss.png) no-repeat left; }

/* Search  */

div#searchresults ul { list-style: none; }
div#searchresults li { float: left; }

.searchtext {
  width: 80px;
  border: 1px solid #383838;
  margin:0;
  padding:1px;
  border: 1px solid gray;
  color: gray; 
  font-size: 90%;
  vertical-align:middle;
}

.searchsubmit { 
  padding:0;
  margin:0;
  vertical-align:middle;
  margin-top:1px;
}

/* Notices */

div.notice, .notice {
  background: #FCDBDB url(/imgs/notice.gif) no-repeat;
  padding: 5px 5px 5px 30px;
  border: 1px solid red;
  border-left: 3px solid red;
  margin: 10px;
  color: #000;
}

div.notice a, div.notice a:hover, .notice a, .notice a:hover {
  color: red;
}

.info {
  background: #DDFCD5 url(/imgs/info.gif) no-repeat;
  padding: 5px 5px 5px 30px;
  border: 1px solid #2DC818;
  border-left: 3px solid #2DC818;
  margin: 10px;
  color: #000;
}

.info a, .info a:hover {
  color: #2DC818;
}

/* All tables */

table {
  width: 100%;
}

td {
  padding: 0px;
  vertical-align: top;
}

/* Misc */

.lighttran { padding: 10px; background: rgba(255,255,255,0.3); margin: 10px  0 10px 0; }

.darktran { padding: 10px; background: rgba(0,0,0,0.3); margin: 10px  0 10px 0; }

.round { 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.center {
  text-align: center;
}

.clear { 
  clear: both;
}

.pad {
  padding: 15px;
}
.vpad { 
 padding: 10px 0 10px 0;
}
#headertext { font-size: 200%; padding: 10px;  }
 
.newsrbar {
float:right;
width: 200px;
line-height: 2em;
}

ul.newscategories {
list-style: none;
margin-left: 0;
padding-left: 1em;
}

.autohelp { 
margin-top: 150px;
clear: both;
}

#loader { text-align: center; font-size: x-small; }

@media (min-width: 768px) {
  [class*='col-'] {
    float: left; box-sizing: border-box; }

  .grid-pad > [class*='col-'] {
    padding: 40px 20px 40px 0; }

  .grid-pad > [class*='col-']:first-of-type {
    padding-left: 20px; }

  [class*='col-']:first-of-type {
    padding-left: 0; }

  .col-2-3 {
    width: 66.66%; }

  .col-1-2 {
    width: 50%; }

  .col-1-3 {
    width: 33.33%; }

  .col-1-4 {
    width: 25%; }

  .col-1-8 {
    width: 12.5%; }

  .gridlayout:after {
  content: "";
  display: table;
  clear: both; }  

}

    #content {
    color: #000000;
    padding: 10px; 
    margin-top: 10px;
    min-height: 400px; 
    background: #E6E6E6;
    border-bottom: 2px solid #363636;
    }

    #container {  padding: 0; margin: 0; width: 960px; margin: auto; }

    ul#nav {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 90%;
    text-align: left;
    
    }

    ul#nav li { 
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
    }

    ul#nav a:link, ul#nav a:visited { 
    padding: 10px;       
    margin-right: 2px;
    text-decoration: none; 
    color: #363D42;
    background: #BDBDBD;
    }

    ul#nav a:hover, ul#nav a:active { 
    background: #E6E6E6;    
    border-top: 2px solid #363636;
    }

    ul#nav a:link.selected, ul#nav a:visited.selected, ul#nav a:hover.selected, ul#nav a:active.selected { 
    text-decoration: underline;
    background: #E6E6E6;
    border-top: 2px solid #363636;
    }
    
  

  #navwrapper { margin-bottom: -10px; }
  ul.sf-menu { font-size: 90%;  }

    ul.sf-menu li a:link, ul.sf-menu li a:visited { 
    margin-right: 2px;
    text-decoration: none; 
    color: #363D42;
    background: #BDBDBD;
    }  
    
    ul.sf-menu li li a:link, ul.sf-menu li li a:visited { 
    margin-right: 0px;
    border: none;
    background: #BDBDBD;
    }           

    ul.sf-menu a:hover, ul.sf-menu a:active { 
    text-decoration: underline;
    background: #E6E6E6;
    border-top: 2px solid #363636;
    }    
     

#footer {
	padding: 10px;
	font-size: 80%;
	background: #242424;
	color: #B5B5B3;
	}

#header {
  background: #949494;
  color: #242726;
  margin-bottom: -40px;
  } 
#headertext { padding-bottom: 60px; }   

/*** ESSENTIAL STYLES ***/
#navinner { position: relative; z-index: 1000; }

.sf-menu, .sf-menu * {
  margin:     0;
  padding:    0;
  list-style:   none;
}
.sf-menu {
  width: 100%;
  line-height:  1.5; 
}
.sf-menu ul {
  position:   absolute;
  top:      -999em;
  width:      15em; /* left offset of submenus need to match (see below) */
  box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.sf-menu ul li {
  width:      100%;
}
.sf-menu li:hover {
  visibility:   inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float:      left;
  position:   relative;
}
.sf-menu a {
  display:    block;
  position:   relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left:     0;
  top:      2.99em; /* match top ul list item height */
  z-index:    99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left:     15em; /* match ul width */
  top:      0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left:     15em; /* match ul width */
  top:      0;
}

/*** DEMO SKIN ***/
.sf-menu {
  float:      left;
/*  margin-bottom:  1em; */
}
.sf-menu a {
  /* border-left: 1px solid #fff;
  border-top:   1px solid #CFDEFF; */
  border: none;
  padding:    .75em 1em;
  text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  /* color:     #13a; */
}
.sf-menu li {
/*  background:   #BDD2FF; */
}
.sf-menu li li {
/*  background:   #AABDE6; */
}
.sf-menu li li li {
/*  background:   #9AAEDB; */
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*  background:   #CFDEFF; */
  outline:    0;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}



@media (max-width: 1000px) {
#container { width: auto; max-width: 960px; }

#container { width: 100%; }
#header { background-size: contain !important; }
body#baphoto .imglarge { max-width: 95% !important; box-sizing: border-box; }
body#baphoto  img.largeimg { max-width: 100%; height: auto !important; }
body#baphoto .infocontainer { max-width: 100%; box-sizing:border-box; }
#content img { max-width: 100%; box-sizing:border-box; }
#my_slideshow { display: block !important; overflow:hidden; max-width: 100% !important;  }

}

@media (max-width: 768px) {

body { font-size: .8em; }  
#header, #content { margin: 0 !important; width: 100% !important; box-sizing:border-box;  }
#content { padding: 5px; }
#container { border: none; }
#navwrapper { position: relative; box-sizing:border-box;  }
#navinner, #navwrapper { width: 100% !important; margin: 0 !important;  }
div#homeleft, div#homeright { float: none !important; width: 100% !important; }
body#baabout #content img { float: none !important; margin:auto !important; display:block; } 
body#baportfolio .imgthumb { max-width: 80%; }
.cartpreview { width: 100% !important; }
table.styled { font-size: 0.8em; }
table.styled textarea { 
width: 100% !important;
}
table.styled td { max-width: 200px; }
table.styled input, textarea { max-width: 100% !important; }
.galleria-container { max-height: 480px !important; }
#footer { width: auto; float:none; margin:0; }
ul#nav, ul#nav2 { position: relative !important; padding: 0 !important; }
ul#nav *, ul#nav2 *, ul.sf-menu { border: none !important; margin:0 !important; box-sizing: border-box; }
ul#nav2 > li { width: 50% !important; text-align: center;  }
ul#nav li { width: 50% !important; text-align: center; display: inline-block; box-sizing:border-box; margin: 0; border: none; }
ul#nav li a { width: 100%; display: inline-block; line-height: 3em; }
body#bapage #content .pad > img { max-height: 300px; }
.gcell img { max-width: 80% !important; }
.socialnews,.socialphotos,.socialpages,.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { overflow:hidden !important; max-width: 100% !important; }
#content td img.imgthumb { max-width: 80%; box-sizing: border-box; }

}


/* Cached  */