<style type="text/css">
<!--

body {
background:#f3f3f3;
margin:0px;
	padding:0px;
}

A:link, A:visited, A:active {    
color : #59848f;  
text-decoration:none;
font-style:normal;
} 

A:hover {    
color : #c06434; 
}

img.hover
{
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.80;
}
img.hover:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.99;
cursor:crosshair;}


#footer {
color: #acacac;
font-family: tahoma;
font-size: 8pt;
text-align:left;
line-height:12pt;
}

#content {
color: #9b9b9b;
font-family: tahoma, "skolar-1","skolar-2", "Palatino Linotype", Palatino, serif, times, times new roman;
font-size: 10pt;
text-align:left;
line-height:16pt;
letter-spacing:2px;
}

@font-face {
	font-family: Quicksand_Book;
	src: url('images/Quicksand_Book.otf');
}

#blog {
background:#363636;
padding:40px;
padding-left:90px;
margin-left:-50px;
color: #9b9b9b;
font-family: tahoma, "skolar-1","skolar-2", "Palatino Linotype", Palatino, serif, times, times new roman;
font-size: 10pt;
text-align:left;
line-height:16pt;
letter-spacing:2px;
}

#about {
background:#363636;
padding:20px;
padding-top:10px;
color: #9b9b9b;
font-family: tahoma, "skolar-1","skolar-2", "Palatino Linotype", Palatino, serif, times, times new roman;
font-size: 10pt;
text-align:left;
line-height:16pt;
letter-spacing:2px;
}

h1 {
color: #9b9b9b;
font-family: Quicksand_Book, tahoma;
font-size: 14pt;
text-align:left;
letter-spacing:0px;
text-transform:uppercase;
font-weight:lighter;
}

h3 {
color: white;
font-family: Quicksand_Book, tahoma;
font-size: 14pt;
text-align:left;
letter-spacing:0px;
text-transform:uppercase;
font-weight:lighter;
}

box {
display: block;
color:#838383;
width:90%;
padding:10px;
font-family:tahoma;
letter-spacing:2px;
font-size:10pt;
}

i, em {
color:#d66b8b;
}

meow {
color:#9ca251;
font-family: Quicksand_Book, tahoma;
font-size:9pt;
text-transform:uppercase;
}

strong, b {
color:#cdc04f;
letter-spacing:3px;
}

strike, s {
color:#656565;
letter-spacing:2px;
font-size:9pt;
}

blockquote {
width:80%;
border-left:5px solid #dca059;
padding-left:10px;
font-family:tahoma;
font-size:7pt;
letter-spacing:2px;
color:#838383;
text-transform:uppercase;
}

#nav:hover {
border-bottom:2px dashed #acacac;
padding-bottom:5px;
}


input {  
font-family: tahoma;  
font-size:8pt;  
color: #acacac;   
border-bottom: 1px solid #c7c7c7;
border-left: 0;
border-right: 0;
border-top: 0;
padding:5px;
height:20px;
background: #ffffff;
}

input:hover {
background: #f8f8f8;
}

submit {  
font-family: tahoma;  
font-size:8pt;  
color: #acacac;   
border: 1px solid #c7c7c7;
padding:5px;
height:30px;
background: #ffffff;
}

textarea {  
font-family: tahoma;  
font-size:8pt;  
color: #acacac;   
border-bottom: 1px solid #c7c7c7;
border-left: 0;
border-right: 0;
border-top: 0;
padding:5px;
height:50px;
background: #ffffff;
width:90%;
}

textarea:hover {
background: #f8f8f8;
}

input:focus, textarea:focus {  
color: #999393; 
}

img.hover
{
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.80;
}
img.hover:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.99;
cursor:crosshair;}






/*
	Picture Slideshow
*/


#container {
	width:535px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:660px;
	height:312px;
	top:-3px;
	left:-73px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:525px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:525px;
	height:259px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:521px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:800px;
	/* Centering it in the middle of the page */
	margin:60px auto;
}

.container{
	margin-top:20px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.err{
	color:red;
}

.success{
	color:#00CC00;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

.folioimage {
	border:20px solid white;
	border-bottom:40px solid white;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:transparent;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#272727;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #272727; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#272727;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

-->
</style>
