body
{   
    font-family: arial, sans-serif;
    font-size: 12pt;
    background-image:url('/images/other/background.png');
    color: #000000;
}

#content
{   
   margin: 0 auto;
   max-width: 1265px;
   min-width:750px;
   padding: 0px 125px;
   //margin-top:10px;
   margin-bottom:10px;
   background-color: #FFFFFF;
   border-radius: 0px 0px 12px 12px;
}
#footer
{
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 1265px;
    min-width: 750px;
    padding: 0px 125px;
    border-radius: 10px 10px 30px 30px;
}
.post
{
    padding: 7px;
    background-color: #EFEFEF;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    margin-top: -2em;
    margin-bottom: 25px;
    line-height: 1.5;
    border-radius: 10px 10px 10px 10px;
    max-width: 1100px;
    min-width: 300px;
}

.postAlt
{
    padding: 7px;
    background-color: #EFEFEF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    margin-top: -3em;
    margin-bottom: 25px;
    line-height: 1.5;
    max-width: 1100px;
}

.postNarrow
{
    padding: 7px;    
    background-color: #EFEFEF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin:auto;
    line-height: 1.5;
    max-width:725px;
}
ph1
{
    font-size:25px;
    font-weight: bold;
}
ph2
{
    font-size:18px;
    font-weight: bold;
}
ph3
{
    font-size:15:px;
    font-weight: bold;
}
.openStore
{
    background-image: repeating-linear-gradient(45deg, #FFDD63 0px, #C8C8C8 7px, transparent 7px, transparent 15px, transparent 0px);
}

#brace a
{
    color:#000;
}
#brace a:hover
{
    border: 3px solid #000000;
    text-decoration:none;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 10px 10px 10px 10px;
}
#brace a:active
{
    color:#F00;
    text-decoration:none;
    font-size:95%;
    border: 3px solid #000;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 20px 20px 20px 20px;
    position:relative;
    left:3px;
}
#braceLarge a
{
    color:#000;
}
#braceLarge a:hover
{
    border: 5px solid #000000;
    text-decoration:none;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 10px 10px 10px 10px;
}
#braceLarge a:active
{
    color:#F00;
    text-decoration:none;
    font-size:95%;
    border: 5px solid #000;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 20px 20px 20px 20px;
    position:relative;
    left:3px;
}


#contact
{
    text-align:center;
}
#contact a
{
    color: #000000;
    font-weight:bold;
    text-decoration: none;
}
#contact a:hover
{
    border-top: 1px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 10px 10px 10px 10px;
}
#contact a:active
{
    border-radius: 15px 15px 15px 15px;
}

h1
{
    text-align: center;
}
h2
{
    border: 0px solid #000000;
    margin-top:-100px;
    margin-bottom:25px;
    font-family: "Bookman Old Style", sans-serif;
    text-align: left;
}

h3
{
    text-align: right;
    color:#000;
    padding: 2px;
    background-color: transparent;
    margin-top: -50px;
    font-size:25px;
    font-family: "Lucida Sans Unicode", sans-serif;
}
h3 a
{
    color:#000;
}
h3 a:hover
{
    color:#000;
    text-decoration: none;
    border: 5px solid #000000;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 10px 10px 10px 10px;
}
h3 a:active
{
    color:#F00;
    font-size:95%;
    border-radius: 14px 14px 14px 14px;
    position:relative;
    right:2px;
    top:2px;
}

.center
{
    text-align: center;
    font-size:40px;
    display: block;
    margin-left: auto;
    margin-right: auto
    float: none;
}


.centerImg
{   
    display: block;
    margin-left: auto;
    margin-right: auto
}
.centerImgLink
{
    display: block;
    border:5px solid transparent;
    margin-left: auto;
    margin-right: auto
}

.centerImgLink:hover
{
    border-left:5px solid #000000;
    border-right:5px solid #000000;
    //border:5px solid #FFFFFF;
}
.centerImgLink:active
{
    position:relative;
    border-left:5px solid #000000;
    border-right:5px solid #000000;
    border-radius: 10px 10px 10px 10px;
    height:auto;
}

.basicUnordered
{
    list-style: none;
}
.basicUnordered a
{
    color:#000;
    font-size:18px;
    text-decoration:underline;
}
.basicUnordered a:hover
{
    border: 3px solid #000000;
    text-decoration:none;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 10px 10px 10px 10px;
}
.basicUnordered a:active
{
    color:#F00;
    text-decoration:none;
    font-size:100%;
    border: 3px solid #000;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 20px 20px 20px 20px;
    position:relative;
    left:3px;
}
.headerimg
{
    width:500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

#nav ul
{
    list-style: none;
    text-align: center;
}

#nav li
{
    display: inline;
    text-align:center;
    font-size:25px;
    margin-left:-2px;
    margin-right:-2px;
}

.nav-tabs>li
{   
    font-size:30px;
    font-family: Arial, sans-serif;
    line-height:20px;
    margin-top:-15px;
    margin-bottom:10px;
    margin-left:-2px;
    padding:8px 10px 10px 10px;
    background-color:#EFEFEF;
    //border-radius: 10px 10px 5px 5px;
    border-radius: 10px 10px 5px 5px;
    color:#000000;
}

@media(max-width: 875px){
    #nav li
    {
	font-size:17px;
    }
    h2
    {
	font-size:20px;
    }
	
    h3
    {
	font-size:17px;
    }

    .nav-tabs>.active>a:link
    {	
	font-size:16px;
    }
    .nav-tabs>li
    {
	font-size:20px;
    }
    .nav-tabs>li>a:hover
    {
	font-size:16px;
    }
    .post
    {
	font-size:12px;
    }
}

@media(max-width:755px)
{

}

@media(max-width:675px)
{
    h2
    {
	border: 0px solid #000000;
	margin-top:-25px;
	margin-bottom:25px;
	font-family: "Bookman Old Style", sans-serif;
	text-align: left;
    }
    #contact
    {
	font-size:12px;
    }

    ph1
    {
	font-size:18px;
	font-weight: bold;
    }
    ph2
    {
	font-size:14px;
	font-weight: bold;
    }
    ph3
    {
	font-size:10:px;
	font-weight: bold;
    }
    li
    {
	font-size:8px;
    }
    .postNarrow
    {
	font-size:11 px;
    }
    
}

#nav li a:link, #nav li a:visited
{
    color: #000000;
    text-decoration: none;
    margin:-2px;
    padding-left:23px;
    padding-right:23px;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    border-radius: 3px 3px 3px 3px;
}
#nav li a:hover
{   
    color: #000000;
    background-color: #AAAAAA;
    background-color: #EFEFEF;
    border-radius: 8px 8px 8px 8px;
}
#nav li a:active
{   
    color: #EE0000;
    border-radius: 12px 12px 12px 12px;
    font-size:95%;
    position:relative;
    bottom:1px;
}

#copyright
{
    text-align: center;
    color: #FFFFFF;
    font-size: 8pt;
}

/*Stuff for carousel*/
.carousel 
{
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner 
{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item 
{
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img 
{
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active 
{
  left: 0;
}

.carousel .next,.carousel .prev 
{
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next 
{
  left: 100%;
}

.carousel .prev 
{
  left: -100%;
}

.carousel .next.left,.carousel .prev.right 
{
  left: 0;
}

.carousel .active.left 
{
  left: -100%;
}

.carousel .active.right 
{
  left: 100%;
}

.carousel-control 
{
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right 
{
  right: 15px;
  left: auto;
}

.carousel-control:hover 
{
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption 
{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,.carousel-caption p 
{
  color: #ffffff;
}

.thumbnails a
{
    border: 5px solid transparent;
}

.thumbnails a:hover
{
    border: 5px solid #FFFFFF;
}
.thumbnails a:active
{
    box-shadow: none;
    position:relative;
    border: 5px solid #000000;
}

.flex-video 
{
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen 
{
    padding-bottom: 57.25%; 
}
.flex-video.vimeo 
{
    padding-top: 0; 
}

.flex-video iframe,
.flex-video object,
.flex-video embed 
{
    position: absolute;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 95%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}