/*
 * Christy Website
 * Designed by: Jonathan Campoverde http://jcamdesigns.com/
 * Coded by: Kevin Rajaram http://amodity.com
 * Version: 1.0
 * Date: 01/24/2013
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Lobster font for Logo and navigation */
@font-face {
    font-family: 'Lobster';
    src: url('font/Lobster_1.3-webfont.eot');
    src: url('font/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Lobster_1.3-webfont.woff') format('woff'),
         url('font/Lobster_1.3-webfont.ttf') format('truetype'),
         url('font/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo500';
    src: url('font/museo500-regular-webfont.eot');
    src: url('font/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo500-regular-webfont.woff') format('woff'),
         url('font/museo500-regular-webfont.ttf') format('truetype'),
         url('font/museo500-regular-webfont.svg#museo_500regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo300';
    src: url('font/museo300-regular-webfont.eot');
    src: url('font/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo300-regular-webfont.woff') format('woff'),
         url('font/museo300-regular-webfont.ttf') format('truetype'),
         url('font/museo300-regular-webfont.svg#museo_300regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: #000000;
	color: #fff;
	font-family: 'museo300', sans-serif;
}
a, a:hover, a:active{
	text-decoration: none;
}

.container{
	width:960px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

header{
	width: 960px;
	height: 80px;
	position: relative;
	padding-top:30px;
	overflow: hidden;
}
.logo{
	font-size: 60px;
	font-family: 'Lobster', sans-serif;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.7);
	float: left;
	display: inline;
}

nav{
	float: right;
	position: absolute;
	top:20px;
	right:0;
	height: 120px;
}

nav ul li{
	list-style: none;
	display: inline;
	margin-right: 4px;
}
nav ul li a{
	font-family: 'Lobster', sans-serif;
	font-size: 18px;
	color: #000;
	background: rgba(255, 255, 255, 0.88);
	padding: 90px 9px 15px;
}
nav ul li.active a, nav ul li:hover a{
	font-family: 'Lobster', sans-serif;
	font-size: 18px;
	color: #000;
	background: #bababa;
	padding: 90px 9px 15px;
	border-bottom: 10px solid #4d4d4d;
}
.main{
	padding-bottom: 50px;
}

.title_top{
	width:650px;
	height: 150px;
	position: relative;
	margin: 0 auto;
	margin-bottom: -50px;
}

h1{
	font-family: 'museo', sans-serif;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

h4{
    position: relative;
    font-family: 'museo500', sans-serif;
    font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	width: 445px;
	margin:0 auto;
  }
  
h5{
    position: relative;
    font-family: 'museo500', sans-serif;
    font-size: 15px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	width: 445px;
	margin:0 auto;
  }

h4:before, h5:before{
	content: "____________________";
	display: block;
	font-weight: 100;
	position: absolute;
	top:-6px;
	left:5px;
	color: #fff;
}
h4:after, h5:after{
	content: "____________________";
	display: block;
	font-weight: 100;
	position: absolute;
	top:-6px;
	right:5px;
	color: #fff;
}

  h4.line span, h5.line span {
    background: #000;
    padding: 0 17px;
    position: relative;
    z-index: 5;
  }

  ul.service_list{
	  width: 400px;
	  margin:0 auto;
  }

  ul.service_list li{
	  list-style: none;
	  margin:0 0 20px -43px;
	  padding:0;
	  font-family: 'museo300', sans-serif;
	  font-size: 16px;
	  color: #fff;
	  text-align: center;
  }

.music_left{
	position: absolute;
	left:0;
	top:36px;
}
.music_right{
	position: absolute;
	right:0;
	top:36px;
}

.bio{
	width:530px;
	margin: 0 auto;
	text-align: justify;
}
.profile{
	margin: 0 auto -25px;
	display: block;
	width:183px;
	height: 252px;
}
.gallery_title{
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom:40px;
	left: 0;
}
.gallery_title h1{
	margin: 25px auto 0;
}

.gallery_container{
	width: 960px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}

footer{
	width: 100%;
	height: 40px;
	position: fixed;
	bottom:0;
	left: 0;
	background-color: #282828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 40, 40)),to(rgb(1, 1, 1)));
	background-image: -webkit-linear-gradient(top, rgb(40, 40, 40), rgb(1, 1, 1));
	background-image: -moz-linear-gradient(top, rgb(40, 40, 40), rgb(1, 1, 1));
	background-image: -o-linear-gradient(top, rgb(40, 40, 40), rgb(1, 1, 1));
	background-image: -ms-linear-gradient(top, rgb(40, 40, 40), rgb(1, 1, 1));
	background-image: linear-gradient(top, rgb(40, 40, 40), rgb(1, 1, 1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#282828', EndColorStr='#010101');
	color: #fff;
	font-size: 13px;
	-webkit-box-shadow: 0px -1px 20px 0px rgba(255, 255, 255, 0.3);
	box-shadow: 0px -1px 20px 0px rgba(255, 255, 255, 0.3);
}
footer .container{
	width:960px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: auto;
}

footer .container img:first-child{
	margin-left: 351px;
}

footer .container img{
	float: left;
	display: inline;
}

footer .container p{
	float: left;
	display: inline;
	padding: 0 10px;
}

.form{
	width: 500px;
	height: 290px;
	display: block;
	margin: 0 auto 70px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(225, 225, 225)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(225, 225, 225));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(225, 225, 225));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(225, 225, 225));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(225, 225, 225));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(225, 225, 225));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e1e1e1');
	-webkit-border-radius: 15px;
    border-radius: 15px;
    padding:20px 0;
    overflow: visible;
    position: relative;
}
.form ul{
	margin-left: -16px;
	margin-top: -20px;
}
.form ul li{
	list-style: none;
	margin:0 15px 15px 0;
	padding: 0;
	float: left;
	display: inline;
}
.form ul li label{
	width:150px;
	display: block;
	margin:0;
	padding:0;
	color: #a9a9a9
}
.form ul li input{
	width:205px;
	height: 30px;
	padding: 0 5px;
	font-family: 'museo300', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 231, 231)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e7e7e7');
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    color: #a9a9a9;
    outline: none
}

.form ul li select{
	width:217px!important;
	height: 32px!important;
	line-height: 30px!important;
	padding: 3px 0 0 0!important;
	font-family: 'museo300', sans-serif!important;
	font-size: 16px!important;
	color: #a9a9a9!important;
	display: inline-block!important;
	float: left!important;
	background-color: #ffffff!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 231, 231)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e7e7e7');
	border: 1px solid #c7c7c7;
	outline: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.form ul li textarea{
	width:438px;
	height: 115px;
	padding: 5px 5px;
	font-family: 'museo300', sans-serif;
	color: #a9a9a9;
	font-size: 16px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 231, 231)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(231, 231, 231));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e7e7e7');
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
.form ul li:last-child{
	position: absolute;
	bottom:-60px;
	left:185px;
	height: 30px;
	width: 135px;
}
.form ul li:last-child input{
	color: #333;
	display: block;
	height: 30px;
	width: 135px;
}
.form ul li:last-child input:hover{
	color: #333;
	background-color: #fefefe;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(207, 207, 207)));
	background-image: -webkit-linear-gradient(top, rgb(254, 254, 254), rgb(207, 207, 207));
	background-image: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(207, 207, 207));
	background-image: -o-linear-gradient(top, rgb(254, 254, 254), rgb(207, 207, 207));
	background-image: -ms-linear-gradient(top, rgb(254, 254, 254), rgb(207, 207, 207));
	background-image: linear-gradient(top, rgb(254, 254, 254), rgb(207, 207, 207));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fefefe', EndColorStr='#cfcfcf');

}

/** Date Input **/

#calroot {
    z-index: 10000;
    margin-top: -300px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat center center scroll;
}

#calnext {
    float: right;
    background: transparent url(../images/next.png) no-repeat center center scroll;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.calweek a:hover, .calfocus {
    background-color: #ddd;
}

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

a.caloff:hover {
    background-color: rgb(245, 245, 250);
}

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

#caltoday {
    background-color: #333;
    color: #fff;
}

.connect a{
	position: absolute;
	right: 0;
	top:4px;
	background: url('../images/facebook.png') no-repeat right top;
	height: 40px;
	width: 303px;
	display: block;
}
.connect a:hover{
	position: absolute;
	right: 0;
	top:4px;
	background: url('../images/facebook_hover.png') no-repeat right top;
	height: 40px;
	width: 303px;
	display: block;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
