﻿@charset "UTF-8";
/* CSS Document */

body {
	background:#1a1a1a;
	text-align:left;
	color:#666;
	width:700px;
	font-size:14px;
	font-family:georgia, 'time new romans', serif;
	margin:0 auto;
	padding:0;
}

body #fixedElement {
   position:fixed !important;
   position: absolute; /*ie6 and above*/
   top: 0;
   right: 0;
}


a:focus {
outline: none;
}




h1 {
	font-size: 34px;
	font-family: verdana, helvetica, arial, sans-serif;
	letter-spacing:-2px;
	color:#FFF;
	font-weight:700;
	padding:20px 0 0;
}

h2 {
font-size: 24px;
font-family: verdana, helvetica, arial, sans-serif;
color:#444444;
font-weight: 400;
padding: 0 0 10px;
}

h3 {
font-size:14px;
font-family:verdana, helvetica, arial, sans-serif;
letter-spacing:-1px;
color:#fff;
font-weight: 700;
text-transform:uppercase;
margin:0;
padding:8px 0 8px 0;
}


p {
color:#cccccc;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:22px;
padding: 0 0 10px;
margin: 20px 0 20px 0;
}

img {
border:none;
}

#container {
clear: both;
margin: 0;
padding: 0;
}

#container {
	float: right;
	background: #444444;
	border: 1px solid #333;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 20px;
	font-weight: 700;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

#container {
	float: right;
	background: #222222;
	border: 1px solid #222222;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 20px;
	font-weight: 700;
}



#reflect {
	-webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.3)));
}

.break-word {
	word-wrap: break-word;
	
}

amp {
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
font-style: italic;
font-weight: normal;
}

.firstcharacter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
.firstcharacter2 { float: left; color:#0F0; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
.firstcharacter3{ float: left; color:#FF0; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

#photoShow {
    position:relative;
    height:190px;
    width:240px;
    margin-right: auto;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}

div.figure {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

#special-font {
	font: 20px "Fontin-Italic", Georgia,serif;
	
	
}

#box {
     background: #eee;
     border: 1px solid #ccc;
     padding: 15px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

.rounded {
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
}

.rounded-box{
	background-color:#CCC;
	padding: 10px;
	-moz-border-radius:10px;
	text-align:center;
	-webkit-border-radius: 10px;
	
	
}

.rounded { -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }

div#theDiv {
	width: 550px;
	margin: 10px;
	padding: 20px;
	background:#1a1a1a;
	border: 2px solid grey;
	cursor: pointer;
        }
		
		#photoShow {
    position:relative;
    height:190px;
    width:240px;
    margin-right: auto;
}
#photoShow div {
	position:absolute;
	z-index: 0;
	left: 5px;
	top: 12px;
	width: 228px;
	height: 180px;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}

#fader {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s linear;
	background: #A2A2A2;
	color: white;
	padding: 10px;
}

#fader:hover {
    opacity: 1.0;
}

# .box {  
# box-shadow: 5px 5px 2px black;  
# -moz-box-shadow: 5px 5px 2px black;  
# -webkit-box-shadow: 5px 5px 2px black;  
# }  



#slideMenu.closed{
	left:-300px;
	
}
 
#slideMenu{
	position:fixed;
	left:0;
	top:20px;
	width:300px;
	height:300px;
	-moz-border-radius-topright: 20px;
   -webkit-border-top-right-radius: 20px;
   -moz-border-radius-bottomleft: 20px;
   -webkit-border-bottom-left-radius: 20px;

	border-left:0px solid #A1A1A1;
	z-index:20;
	border-top: 5px solid #A1A1A1;
	border-right: 5px solid #A1A1A1;
	border-bottom: 5px solid #A1A1A1;
	background: #222222;
		
}
 
#slideMenu .toggleBtn{
	position:absolute;
	right:0;
	top:0;
	outline:none;
	display:block;
	height:87px;
	width:27px;
	border-width:1px 1px 1px 0px;
	margin:0;
	padding:0 5px 0;
	color:#000;
	text-decoration:none;
	font:12px/25px Verdana, Arial, Helvetica, sans-serif;
	background:#1a1a1a url(../images/arrow.gif) no-repeat;
	z-index:20;
}
 
#slideMenu .toggleBtnHighlight{
	position:absolute;
	right:0;
	top:0;
	outline:none;
	display:block;
	height:87px;
	width:27px;
	border-width:1px 1px 1px 0px;
	margin:0;
	padding:0 5px 0;
	color:#000;
	text-decoration:none;
	font:12px/25px Verdana, Arial, Helvetica, sans-serif;
	background:#1a1a1a url(../images/arrow.gif) no-repeat 0px -88px;
	z-index:20;
}
 
.content{
	padding:5px;
	z-index:20;
}

#MySocialMenu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 220px;
  min-height: 20px;
  margin: 0;
  background: #222;
  cursor: pointer;
  border: 3px solid #666;
  /* OPTIONAL CSS3 DROPSHADOW */
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#MySocialMenu h3 {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin: 0;
  padding: 15px 0 15px 40px;
  background: url(../img/toggle-arrow.gif) no-repeat; /* SPRITE TO REDUCE IMAGE NEEDS*/
}

#MySocialMenu h3.active {
	color: #ff0084;
	background: url(../img/toggle-arrow.gif) no-repeat 0px -50px; /* SPRITE TO REDUCE IMAGE NEEDS*/
}


/* THIS IS THE HIDDEN MENU */

#SocialMenu {
  height: 0;
}

#SocialMenu ul {
  margin: -7px 0 7px 0;
  padding: 0 20px;
  list-style: none;
}

#SocialMenu ul li {
  font-size: 1.0em;
  line-height: 36px;
  margin: 0;
  padding: 7px 0 7px 40px; /* LEFT PADDING ACCOUNTS FOR THE ICONS */
}

#SocialMenu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#SocialMenu ul li a:hover {
  color: #999;
  text-decoration: none;
}

/* ADDS ICONS TO EACH LIST ITEM */

#SocialMenu ul li.rss {
	background: url(../img/rss.png) no-repeat left;
}

#SocialMenu ul li.twitter {
  background: url(../img/twitter.png) left no-repeat;
}
.link_cls a:link,.link_cls a:visted {
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
}

#SocialMenu ul li.buzz {
  background: url(../img/google.png) left no-repeat;
}

#SocialMenu ul li.facebook {
  background: url(../img/facebook.png) left no-repeat;
}
#slideMenu a {
	color: #777;
	text-decoration: none;
	list-style: none;
	
}
#slideMenu a:hover {
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: blink;
	
}
#slideMenu ul {
	list-style: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#slideMenu ul li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6169BA;
	text-decoration: none;
	
}

#SocialMenu ul li.flickr {
  background: url(../img/flickr.png) left no-repeat;
}
.romanfont {
	font-family: "Goudy Old Style";
}

/* Bubble with an isoceles triangle
------------------------------------------ */

.triangle-isosceles {
   position:relative;
   padding:15px;
   margin:1em 0 3em;
   color:#000;
   background:#f3961c;

   /* css3 */
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   background:-moz-linear-gradient(top, #f9d835, #f3961c);
   background:linear-gradient(top, #f9d835, #f3961c);
}
#slideDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0ff;
	padding: 20px;
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
}

/* creates triangle */
.triangle-isosceles:after {
   content:"\00a0";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   z-index:-1;
   bottom:-30px;
   left:50px;
   width:0;
   height:0;
   border-width:15px 15px;
   border-style:solid;
   border-color:#f3961c transparent transparent;
}

#toggle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #390;
	text-decoration: none;
	outline: none;	
}

#toggle:hover{
	color: #603;	
}

#yourContent{
	margin-top: 25%;
	position: absolute;	
}

div#theDiv {
            width: 500px;
            margin: 10px;
            padding: 20px;
            background: blue;
            border: 2px solid black;
            cursor: pointer;
        }
		
		div#theDiv{
        display:none;
         }
		 
		 .amp {
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
font-style: italic;
font-weight: normal;
}

a img {
  border: 0;
}

.author {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.book {
  font-style: italic;
}


#featured-books {
  position: relative;
  background: #ddd;
  width: 440px;
  height: 186px;
  overflow: auto;
  margin: 1em auto;
  padding: 0;
  text-align: center;
  z-index: 2;
}
#featured-books .covers {
  position: relative;
  width: 840px;
  z-index: 3;
}
#featured-books a {
  float: left;
  margin: 10px;
  height: 146px;
}
#featured-books .price {
  display: none;
}

#featured-books .control {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

img.enlarged {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

img.enlarged-control {
  position: absolute;
  z-index: 6;
  cursor: pointer;
}

.enlarged-price {
  background-color: #373c40;
  color: #fff;
  width: 80px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  z-index: 6;
}

	#tab-container { width: 600px; padding: 0; }
			#tab-container ul { list-style: none; margin: 0; padding: 0; width: 600px; }
			#tab-container ul li { float: left; width: 200px; margin: 0; padding: 0; text-align: center; border-top: solid 1px; }
			#tab-container ul li a { display: block; padding: 15px 0; outline: none; }
			#tab-container ul li a:hover { text-decoration: underline; }
			#tab-container ul li.active { width: 198px; background: #fff; border: solid 1px; border-top: none; }
			#tab-container ul li a.active { font-weight: bold; text-decoration: none; }
			#tab-container .panel-container { border: solid 1px; border-bottom: none; padding: 10px; }


#text { width:400px; border:1px solid #000000; margin:0 auto; overflow:hidden; position:relative; }
#text p { padding:10px; margin:0; }
#viewAll { position:absolute; bottom:0px; right:0px; z-index:100; color:#ffffff; font-weight:bold; text-decoration:none; padding:1px 3px; }
#ellipsis { background-color:ffffff; position:absolute; left:164px; top:50px; display:block; }
#image {
	width:402px;
	height:208px;
	background:#000000;
	position:absolute;
	top:80px;
	background:#000000 url(../images/ninja.gif) no-repeat 0 13px;
}





try {
 document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}


/* container rounded corners */
.corner {
 position:absolute;
 width:12px; height:13px;
 background:url(../img/accordion/corner-sprite.gif) no-repeat;
}
.topLeft {
 top:-2px; left:-2px;
 background-position:0px 0px;
}
.topRight {
 top:-2px; right:-2px;
 background-position:0px -13px;
}
.bottomRight {
 bottom:-2px; right:-2px;
 background-position:0px -26px;
}
.bottomLeft {
 bottom:-2px; left:-2px;
 background-position:0px -39px;
}
picholder {
	height: 170px;
	width: 230px;
}
.hold img {
	position: absolute;
	top: 0; left:0;
}



#containerone {
	text-align: center;
	width: 650px;
	margin:auto;
}
.wrap {
	float: left;
	width: 250px;
	height: 140px;
	position:relative;
	overflow:hidden;
	padding: 0 1em;
}
.front {
	height: 140px;
	width: 250px;
}
.back {
	height: 140px;
	width: 250px;
}

#switcher {
position: relative;
}

#accordion { margin: 0; padding: 0; }
#accordion dd { margin: 0 0 5px 0; padding: 0; }



.box p {
	margin: 15px 5px;
	color: #FFF;	
}

#wrapper {
	margin: 10px;
}

#wrapper h3 a  {
	text-indent: -9999px;
	height: 150px;
	width: 45px;
	float: left;
}  

.dark-gray {
	background: #666 url(../images/tab1.jpg) no-repeat;
}

.gray {
	background: #999 url(../images/tab2.jpg) no-repeat;
}

.light-gray {
	background: #CCC url(../images/tab3.jpg) no-repeat;
}

.box {
	float: left;
	height: 150px;
	width: 100px;
	border: 0;
	margin: 0;
    background-image: none;
	position: relative;
	overflow: hidden;
}


.affiliates a {
    width: 204px; height:182px;
    overflow: hidden;
    float: left;
}
.affiliates img {
    border: none;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.affiliates a:hover img {
    margin-top: -182px;
}




/* container rounded corners */
.corner { position:absolute; width:12px; height:13px; background:url(../img/accordion/corner-sprite.gif) no-repeat; }
.topLeft { top:-2px; left:-2px; background-position:0px 0px; }
.topRight {top:-2px; right:-2px; background-position:0px -13px; }
.bottomRight {bottom:-2px; right:-2px; background-position:0px -26px; }
.bottomLeft { bottom:-2px; left:-2px; background-position:0px -39px; }
.magic {
	color: #FFF;
	background: #1a1a1a;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	height: 210px;
	width: 690px;
	clear: both;
}

#tab-panel {
width:300px;
border:1px solid #0000cc;
}
#tab-nav a, .ui-tabs-nav a span {
background:url(../img/tab-sprite.gif) no-repeat;
}
#tab-nav a {
background-position:100% 0%;
}

blockquote {
	margin: 0;
	padding: 0 5px;
	border: dashed 1px #666;
	height: 100px;
}
.outerQuote {
	margin: -10px 20px -10px 20px;
	background: url(../images/quote.png) no-repeat;
}
.centerQuote {
	padding: 10px 10px;
	background: url(../images/quote-end.png) no-repeat right bottom;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	color: #CCC;
}


ul.slideshow {
	list-style:none;
	width:450px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:450px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

.bubbleInfo {
            position: relative;
            top: 150px;
            left: 100px;
            width: 500px;
        }
        .trigger {
	position: absolute;
	left: -88px;
	top: -180px;
        }
     
        /* Bubble pop-up */

        .popup {
                position: absolute;
                display: none;
                z-index: 50;
                border-collapse: collapse;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }

        .popup td#topleft { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-1.png); }
        .popup td.top { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-2.png); }
        .popup td#topright { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-3.png); }
        .popup td.left { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-4.png); }
        .popup td.right { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-5.png); }
        .popup td#bottomleft { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-6.png); }
        .popup td.bottom { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-8.png); }

        .popup table.popup-contents {
                font-size: 12px;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }

        table.popup-contents th {
                text-align: right;
                text-transform: lowercase;
                }

        table.popup-contents td {
                text-align: left;
                }

        tr#release-notes th {
                text-align: left;
                text-indent: -9999px;
                background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
                height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }
		




/* LINKS */
a, a:link, a:visited {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a:hover, a.on {	
	color: inherit;
	text-decoration: none;
	outline: none;
}

a.nohover, a.nohover:link, a.nohover:hover, a.nohover:visited, a img, a:hover img {
	background: transparent !important;
}

a.line {
	text-decoration: underline; outline: none;
}

a:link	  { color: #fff; }
a:visited { color: #fff; }
a:hover	  { color: #fb0 !important; }
a:active  { color: #fff; }




a img {
    border: 0;
}


.fade {
	position: absolute;
  top: 100px
  left: 100px
; 				left: 727px;
	top: 430px;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

img.fade {
  opacity: 1;
  -webkit-transition: opacity 1s linear;
}

img.fade:hover {
  opacity: 0;
}




#containerb { width: 400px; }
#testing { background: #c00; color: #fff; }
#test p { margin: 0; margin-bottom: 16px; }

#footer { height: 100px; }


#listticker{
	height:200px;
	width:400px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding:6px 10px 14px 10px;;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

	#listticker li{
		height:60px;
		padding:5px;
		list-style:none;
	}
		#listticker a{
			color:#000000;
			margin-bottom:
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#666666;
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}
		
		#anything {
  opacity: 0.5;  /* 50% transparent */
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

slider>
#carousel {
	width:255px;
	height:290px;	
	margin:0 auto;
	overflow:hidden;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:250px;
	height:250px;
	border:1px solid #ccc;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
	width:700px;
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:250px;
	height:250px;	
	float:left;
}

#slides li img {
	padding:4px;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px;
	float:left;
}

#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(../images/arrowone.gif) no-repeat 0 -31px;
}

a#prev:hover {
	background:url(../images/arrowone.gif) no-repeat 0 0;
}

a#next {
	background:url(../images/arrowone.gif) no-repeat -32px -31px;
}

a#next:hover {
	background:url(../images/arrowone.gif) no-repeat -32px 0;
}

.clear {clear:both}



stop>

delay>
#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:10px; 
	margin:13px;
	color:#666; 
	font-family:arial;
	font-size:11px; 
}

a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* button color */
	background-color: #e33100;
	
	/* css3 implementation :) */
	/* rounded corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	/* drop shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	/* text shaow */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}




#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:14px;
	margin:0;
	padding:0;
	width:600px;
}

	#toggle-view li {
		margin:10px;
		border-bottom:1px solid #ccc;
		position:relative;
		cursor:pointer;
	}
	
	#toggle-view h3 {
		margin:0;
		font-size:14px;
	}

	#toggle-view span {
		position:absolute;
		right:5px; top:0;
		color:#ccc;
		font-size:13px;
	}
	
	#toggle-view p {
		margin:5px 0;
		display:none;
	}
	
	start>
	
	ul.hover_block li{
			list-style:none;
			float:left;
			background: #fff;
			padding: 10px;
			width:300px; position: relative;
			margin-right: 20px; }

		ul.hover_block li a {
			display: block;
			position: relative;
			overflow: hidden;
			height: 150px;
			width: 268px;
			padding: 16px;
			color: #000;
			font: 1.6em/1.3 Helvetica, Arial, sans-serif;
		}

		ul.hover_block li a { text-decoration: none; }

		ul.hover_block li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}
	

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}


#content .jw {
	width: 490px;
	margin: 0px auto;
	height: 250px;
}

.rounded-top-box {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	padding: 10px;
	text-align: center;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	color: #FFF;
	background: #222A47;
}

.rounded-box {
	padding: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	color: #FFF;
	background: #222;
	width: 200px;
}

#slider {

	/* You MUST specify the width and height */
	width:300px;
	height:186px;
	position:relative;	
	overflow:hidden;
}
	
					  				  


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }

#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow   {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(../img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(../img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../img/control_right.jpg) no-repeat 0 0;
}



#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
	display:block;
	width:960px;
	height:114px;
	background:transparent url(../img/bg_pagecontainer_h1.jpg) no-repeat left top;
	text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}


#insetBgd {
  width: 550px;
  height: 100px;
  background: -moz-linear-gradient(-90deg,#003471,#448CCB);
  background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#448CCB));
}

h1.insetType {
  padding-left: 50px; /* The padding is just there to move the h1 element to the center of the div */
  padding-top: 17px;
  font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  color: #0D4383;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}
TEXTAREA {
	font-family: Courier New, Courier;
	font-size: .9em;
	overflow: auto;
	white-space: pre;
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #f3f3f3;
	display: block;
}

.codeview {
	font-family: Courier New, Courier;
	font-size: .9em;
	overflow: scroll;
	white-space: pre-wrap;
	word-wrap: break-word;
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #f3f3f3;
	display: block;
	height: auto;
}

.picture-mark {
	border: 2px solid #FC7500;
	background-color: #F8F880;
	color: #FC7500;
	padding: 0 5px 0 5px;
	font-weight: bold;
}
.thumbnail-item {
	background-color: #FFFF00;
	font-weight: bold;
}

.thumbnail-item { 
	/* position relative so that we can use position absolute for the tooltip */
	position: relative; 
	float: left;  
	margin: 0px 5px; 
}

.thumbnail-item a { 
	display: block; 
}

.thumbnail-item img.thumbnail {
	border:3px solid #ccc;	
}
		
.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 8px 0 0 8px; 
}

	.tooltip span.overlay {
	/* the png image, need ie6 hack though */
		background: url(../images/overlay.png) no-repeat;
	/* put this overlay on the top of the tooltip image */
		position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 350px;
	height: 200px;
	}
	
	.horizontalaccordion>ul {
    margin: 0;
    padding: 0;
    list-style:none;
   	height: 300px;
}

.horizontalaccordion>ul>li {
    display:block;
	overflow: hidden;
    float:left;
    margin: 0;
    padding: 0;
    list-style:none;
	width:40px;
	height: 300px;

    /* Decorative CSS */
    background:#f0f0f0;

    /* CSS3 Transitions */
    transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

.horizontalaccordion>ul>li>h3 {
    display:block;
    float:left;
    margin: 0;
    padding:10px;
    height:19px;
    width:280px;

    /* Decorative CSS */
    border-left:#f0f0f0 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    background:#cccccc;

    /* CSS3 Transform Rotate & Translate */
    white-space:nowrap;
    -moz-transform: rotate(90.0deg) translate(-40px,0px);  /* FF3.5+ */
    -moz-transform-origin: 0 100%;
    -o-transform: rotate(90.0deg) translate(-40px,0px);  /* Opera 10.5 */
    -o-transform-origin: 0 100%;
    -webkit-transform: rotate(90.0deg) translate(-40px,0px);  /* Saf3.1+, Chrome */
    -webkit-transform-origin: 0 100%;
    transform: rotate(90.0deg) translate(-40px,0px);  /* Saf3.1+, Chrome */
    transform-origin: 0 100%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)
            progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
                "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc)"; /* IE8 */

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #999999, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
}

.horizontalaccordion>ul>li>div {
    display:none;
    float:left;
	overflow: auto;
    position:relative;
    top:-40px;
    left:40px;
    *top:0px;       /* IE7 Hack */
    *left:0px;      /* IE7 Hack */
    margin:0;
    width:320px;
    height:280px;
    padding:10px;
}

.horizontalaccordion>ul>li:hover {
	overflow: hidden;
	width: 400px;
}

.horizontalaccordion:hover>ul>li:hover>div {
    display:block;
}

.horizontalaccordion:hover>ul>li:hover>h3 {
    /* Decorative CSS */
    color:#fff;
    background:#000000;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #454545, #000000); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000000)); /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)
            progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
                "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000)";   /* IE 8 */
}

.horizontalaccordion>ul>li>h3:hover {
    cursor:pointer;
}.musik {
	height: 280px;
	width: 390px;
	margin-right: auto;
	margin-left: auto;
}

/* new start*/

/* get the bubble area ready */
.bubble {
width:300px;
color:#efefef;
background: #ffffff;
}

/*this creates a block that is above and the same color as the content area*/
.bubble .pointer {
height:15px;
background:#393939;
}

/*This 1st pointer will float to the left. The large bottom right border radius will allow a little rounded portion of the dark grey background to peek through.*/
.bubble .pointer .one {
height:100%;
background:#ffffff;
width:50%;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius:15px;
float:left;
}

/*Same thing as the first pointer but reversed*/
.bubble .pointer .two {
height:100%;
background:#ffffff;
width:50%;
float:right;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius:15px;
}

/*Now we style the content area (below the pointer). It's rather self-evident: */
.bubble .content {
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
background:#393939;
text-align:center;
}
/*contact form css*/
.contact {
}
.textfield {
	background: #BCBCBC;
	border: 1px solid #7C7C7C;
}
select {
	background: #B5B5B5;
	border: 1px solid #565656;
}
#form1 table {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #CCC;
	font-size: 14px;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}


.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

/* popeye example 1 */
.bubbles {
	clear: both;
	margin: 0px auto;
	width: 250px;
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
	background: #7f9db9;
	height: 50px;
	width: 280px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	/* [disabled]font-size: 30px; */
	color: #333;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}



[if IE]>
<style type="text/css" media="screen">

@font-face{
font-family:'Fontin-Regular';
src: url('Fontin-Regular.eot');
}

</style>
<![endif]

@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
}

@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('Delicious-Bold.otf');
}

h3 { font-family: Delicious, sans-serif; }

.verticalaccordion>ul {
    margin: 0;
    padding: 0;
    list-style:none;
    width: 500px;
}

.verticalaccordion>ul>li {
    display:block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style:none;
    height:40px;
    width: 500px;

    /* Decorative CSS */
    background-color:#f0f0f0;

    /* CSS3 Transition Effect */
    transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
}

.verticalaccordion>ul>li>h3 {
    display:block;
    margin: 0;
    padding:10px;
    height:19px;

    /* Decorative CSS */
    border-top:#f0f0f0 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    background: #cccccc;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #999999, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc)";   /* IE 8 */
}

.verticalaccordion>ul>li>div {
    margin:0;
    overflow: auto;
    padding:10px;
    height:220px;
}

.verticalaccordion>ul>li:hover {
    height: 280px;
}

.verticalaccordion:hover>ul>li:hover>h3 {
    /* Decorative CSS */
    color:#fff;
    background: #000000;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #454545, #000000); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000000)); /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000)";   /* IE 8 */
}

.verticalaccordion>ul>li>h3:hover {
    cursor:pointer;
}

/*tooltips*/

.thumbnail{ padding:4px; border:1px solid #DDD; 
-moz-box-shadow: 5px 5px 7px #999; box-shadow:
 5px 5px 7px #999;
  -webkit-box-shadow: 5px 5px 7px #999; }
  
  
  div.thumb{
    position:relative;
	width:160px;
	height:160px;
	margin:30px 40px;
	overflow:hidden;
	border:5px solid #313131;
	float:left;
}
div.divLeft, div.divRight{
	width:90px;
	height:160px;
	overflow:hidden;
	position:relative;
    top:-160px;
	overflow:hidden;
	float:left;
}
div.divLeft{
	margin-right:-10px;
}
div.divLeftImage{
	width:80px;
	height:100%;
	float:left;
}
div.divLeftShadow{
	width:10px;
	height:100%;
	float:left;
	background:transparent url(../images/shadow.png) repeat-y 0 0;
}
div.divRight{
	width:80px;
	background-position:-80px 0;
}
.thumbnail-shadow {
	float:left;
	height:33px;
	position:relative;
	top: -320px;
	width:100%;
}

div.someContent{
	position:relative;
	width:160px;
	height:150px;
	padding:10px 0px 0px;
	font-size:12px;
	font-family:Arial;
	text-align:justify;
	background:transparent url(../images/overlay.png) no-repeat scroll 0px -167px;
}
div.someContent div.more{
	color:#CCC;
	height:126px;
	font-size:11px;
	padding:0 10px 0 20px;
}
div.someContent div.more{
	bottom:0;
	float:right;
	height:16px;
	padding:5px 5px 3px 20px;
	position:relative;
	right:0;
	width:45px;
	background: url(../images/readmore-bg.png);
}
a:link, a:hover,a:active, a:visited{
	color:#333;
	text-decoration:none;
}

#panel {
	background: #ccc;
	height: 285px;
	display: none;
}
.slides {
	margin: 0;
	padding: 0;
	border-top: 4px solid #999;
	background: url(../images/btn-slide.gif) no-repeat center top;
}
.btn-slides {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
}

 .active {
	background-position: right 12px;
}
 
.videos {
	height: 285px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #333;
}
.contactholder {
	height: 350px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

/*New Contact form*/
/*contact form*/
/*contact form*/
#mask {
background-color:#000;
display:none;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:9000;
}

#contact {
background-color:#fff;
display:none;
left:50%;
margin-left:-300px;
position:absolute;
top:90px;
width:600px;
z-index:9999;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding:20px;
}

#close {
	background:url(../images/fancy_closebox.png) no-repeat right;
	cursor:pointer;
	font-family:arial, sans-serif;
	font-size:20px;
	font-weight:700;
	line-height:24px;
	text-decoration:underline;
	text-align:right;
	padding:5px 30px 5px 5px;
}

#contact_header {
background:url(../images/envelope.png) no-repeat left;
font-family:arial, sans-serif;
font-size:30px;
font-weight:700;
line-height:50px;
padding:5px 5px 10px 60px;
}

/* form components */
input,textarea {
border:1px solid silver;
background-color:#fff;
color:#404040;
font-size:10px;
font-family:Verdana, Arial, sans-serif;
text-transform:uppercase;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin:10px 0;
padding:10px;
}

input:hover[type=text],input:focus[type=text],textarea:hover,textarea:focus {
background-color:#E0E0E0;
border:1px solid #000;
}

input[type=text],textarea {
width:300px;
}

#submit {
	border:none;
	width:87px;
	height:41px;
	background: url(../images/submit.png);
}

#submit:hover {
cursor:pointer;
}

/* alert messages */
.success,.error {
color:#000;
display:none;
font-size:15px;
font-weight:700;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 10px 5px 10px;
margin-bottom: 10px;
}

.success {
background-color:#9F6;
border:1px solid #0F0;
}

.error {
background-color:#F66;
border:1px solid red;
}

h2 span {
    color: #1a1a1a;
    padding: .5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    }

h1 {
    height: 100px;
    font: bold 80px Helvetica, Sans-Serif;

    color: black; /* fallback */
    color: rgba(0,0,0,0.2);

    text-shadow:
        0 0 2px rgba(0,0,0,0.2),
        0 0 4px rgba(0,0,0,0.2),
        0 0 6px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
}
h1:hover {
    color: rgba(28, 28, 28, 0.2);
    opacity: 0.8;
    letter-spacing: 15px;
    font-size: 70px;
}

	

.grower {
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 2px 5px;
    border: 1px solid #2f2626;

    background: rgba(237,95,0,0.3);
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.grower:hover {
    background: rgba(237,95,0,1.0);
    border-color: rgba(237,95,0,1.0);

    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2); 

    -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


.oval {
	background: #1a1a1a;
	width: 200px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: 0 auto;
	/* Notice the slightly different syntax */
    -moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px 50px;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;  /* non functional just yet */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
}
.oval:hover {
    -webkit-transform: rotate(720deg);
}

/* Shorthand version */
#hello {
	display: inline-block;
	border: 1px dashed #000;
	padding: 10px;
	background: #966;
	height: 20px;
	opacity: 0.3;
	/* Firefox */
	-moz-transition: height 1s ease-out, opacity 1s ease;
	/* WebKit */
	-webkit-transition: height 1s ease-out, opacity 1s ease;
	/* Opera */
	-o-transition: height 1s ease-out, opacity 1s ease;
	/* Standard */
	transition: height 1s ease-out, opacity 1s ease;
}

#hello:hover {
	height: 40px;
	opacity: 1;
}
	/* Shorthand version */
.menu-item {
	position: relative;
	display: inline-block;
	border: 1px dashed #FFF;
	padding: 10px;
	background: #966;
	height: 20px;
	opacity: 0.3;
	text-decoration: none;
	/* Firefox */
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}

.menu-item:hover {
	opacity: 1;
	
	/* Firefox */
	-moz-transform: scale(2) rotate(30deg) translate(50px);
	/* WebKit */
	-webkit-transform: scale(1.2) rotate(30deg) translate(50px);
	/* Opera */
	-o-transform: scale(2) rotate(30deg) translate(50px);
	/* Standard */
	transform: scale(2) rotate(30deg) translate(50px);
	
	z-index: 1000;
}

.starburst {
	display:block;
	width:6em;
	height:6em;
	background:#fe0;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	rotation:-45deg;
	position:relative;
	top:2em;
	left:2em;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.starburst span {
	display:block;
	width:6em;
	height:6em;
	background:#fe0;
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
	rotation:22.5deg;
}


/* Gallery images with CSS animated captions */
#imagegallery section figure {
  position:relative;
  float:left;
  margin:20px;
  width:198px;
  height:198px;
  border:1px solid #333;
  overflow:hidden;
  background: #fff;
  padding: 1px;
}
#imagegallery section figure figcaption {
  position:absolute;
  bottom:0;
  left:0;
  opacity: .75;
  margin-bottom:-115px;   
  -webkit-transition: margin-bottom;
  -webkit-transition-duration: 400ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: margin-bottom;
    -moz-transition-duration: 400ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: margin-bottom;
  -o-transition-duration: 400ms;
}
#imagegallery section figure:hover figcaption {
  margin-bottom:0px;
}
#imagegallery section figcaption {
  width:200px;
  height:115px;
  background:#111;
  color:#fff;
  font-family: Arial, Helvetica, sans-serif;
}

#imagegallery section figcaption h3 {
  margin: 15px 15px 6px 15px;
  text-shadow: #000 0px 2px 0px;
}
#imagegallery section figcaption p {
  margin: 0 15px;
  color: #ddd;
  line-height: 24px;
  font-size: 14px;
  text-shadow: #000 0px 2px 0px;
}

.img{
	float:left;
	-webkit-transition-duration: 0.5s;
	}
.img img{
	padding:10px;
	border:1px solid #fff;
}
.img:hover{
	-webkit-transform:scale(0.8);
	-webkit-box-shadow:0px 0px 30px #ccc;
}
.img .mask{
	width: 0%;
	background-color: rgb(0, 0, 0);
	position: absolute;
	height: 0%;
	opacity:0.6;
	cursor:pointer;
	-webkit-transition-duration: 0.5s;
}
#img-6:hover .mask{
	margin-left:219px;
	margin-top:135px;
	height:0%;
	width:0%;
	-webkit-transform: rotateZ(750deg);
	
}

/*facebook*/



