@import url('normalize.css');
/* General Demo Style */
body{
    font-family: 'Open Sans Condensed','Arial Narrow', serif;
    background: #ddd url(../images/bg3.jpeg) repeat top left;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    
}
a{
    color: #555;
    text-decoration: none;
}



img{
    
    border: 10px solid #fff;
    border: 10px solid rgba(255,255,255,0.9);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    
}

.container{
    width: 100%;
    position: relative;
}
.clr{
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}
.container > header{
    margin: 10px;
    padding: 20px 10px 10px 10px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
    
}

.container > header img{
    position: relative;
    text-align: center;
    background-image: url(../images/seperator.png);
    background-repeat: no-repeat;   
    box-shadow: none;
    border:none;
    background:none;
    margin-top:5px;
}


.container > header a{
    color: #707a8d;
    text-decoration: none;
}

.container > header a:hover{
    color: #498eb5;
}

.container > header h1{
    font-size: 60px;
    
    margin: 0;
    position: relative;
    font-weight: 300;
    color: #707a8d;
    
	font-family: 'Wire One', arial, serif;
}
.container > header h1 span{
    font-weight: 700;
}
.container > header h2{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 5px 0;
    color: #4d525d;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
/* Header Style */
.top{
    line-height: 24px;
	height: 24px;
    font-size: 11px;
    background: #fff;
    text-transform: uppercase;
    z-index: 9999;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,2);
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    
    background-image: url(../images/nav-bg.jpg);
}
.top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    
}
.top a:hover{
    background: #559dc3;
}
.top span.right{
    float: right;
}
.top span.right a{
    float: left;
    display: block;
}











/* Sidebar Style */
.side{
	width:152px;
	line-height:40px;
	height: 18px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Cambria, Georgia, serif;
	position: fixed;
	left: 0px;
	top: 260px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;    
    
}
.side a{
	padding: 0px 10px;
	letter-spacing: 1px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.side a:hover{
    background: #559dc3;
	color: #FFF; 
}
.side span.left{
    float: left;
}
.side span.right a{
    float: left;
    display: block;
}











/* Demo Buttons Style */
.codrops-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 5px 0px;
}
.codrops-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 6px;
    color: #aaa;
    line-height: 20px;  
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #fff;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.codrops-demos a:hover{
    color: #333;
}
.codrops-demos a:active{
    background: #fff;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.note{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 5px 0;
    color: #4d525d;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
    text-transform: none;
}












/* My Style */



#content{
    width: 1024px;
    margin: 0 auto;
    font-family: Cambria, Georgia, serif;
    
    
}

.wufoo{
    width:700px;
    padding: 10px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;  
}




/* Gallery */

#gallery{
    float: left;
    width: 11150px;
    height: 530px;
    
    
}

#gallery{
    float: left;
    width: 11150px;
    height: 530px;

    
    
}

#gallery ul {
    margin: 0;
    padding: 0px 0 0 20px;
    list-style: none;
    line-height: normal;
    margin-left: 30px;
}

#gallery li {
    display: inline;
    text-align: center;
}


/* GalleryHome */

#galleryhome{
  
    margin: 0 auto;
    height: 530px;

    
    
}



#galleryhome ul {
    margin: 0;
    padding: 0px 0 0 20px;
    list-style: none;
    line-height: normal;
    
}

#galleryhome li {
    display: inline;
    text-align: center;
}








/*
Back to top button 
*/
#back-top {
    position: fixed;
    margin-left: -150px;
    top: 30px;
    right: 30px;
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
     width: 80px;
    height: 65px;
    display: block;
    margin-bottom: 7px;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background-color: #ddd;
    background-image: url(../images/up-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#back-top a:hover span {
    background-color: #777;
}

















/* musicvids*/

#musicvids{
    float:left;
    margin-bottom:50px;
    margin-left:10px;

    
}

#musicvids ul {
    padding: 0px;
    list-style: none;
    line-height: normal;
    
}

#musicvids li {
    display: inline;
    text-align: center;
    margin-left: 15px;
    
}

/* musicvids end*/




#pattern {
    display: inline;
    text-align: center;
    
    background-image: url(../images/pattern.png);
    background-repeat: repeat-x;
    position: fixed;
    left: 0px;
    top: 25px;
    height: 128px;
    width:100%;
}

#tooltip {
    margin-top:60px;
}













    
    



