html, body {
	height: 100%;
}
* html .background {
	height: 100%;
}
body {
	background-image: url("images/background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Georgia, "Times New Roman", serif;
	color: #fff;
	font-size: 14px;	
}

.background {
	background-image: url("images/tile.png");
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;	
	position: fixed;
	left: 0;
	top: 0;
}

#cover {
	position: relative;
}
        
a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

    .main-logo {
        display: block;
        width: 385px;
        height: 101px;
        background: url(images/logo.png) top center no-repeat;
        margin: 0 auto;
        }
        
.header {
	background-image: url("images/header.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 248px;
	margin-top: -40px;
	position: relative;
}

.header .inner {
	margin: 0 auto;
	width: 780px;
	padding-top: 65px;
	text-align: left;
}

.content {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	position: relative;
}

    .phone-number {
        font-size: 28px;
        font-weight: bold;
      	font-family: Georgia, "Times New Roman", serif;
      	color: #dbbc8a;
        position: absolute;
        right: -60px;
        top: -310px;
        }
        
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #dbbc8a;
}

.header h3 {
	margin-bottom: 2px;
	margin-top: 4px;
}



.seperator {
	margin-top: -15px;
}

.item {
	margin-top: -15px;
	display: table-cell;
}

.newsletter {
	float: right;
	width: 180px;
	text-align: left;
	margin-top: -10px;
}

.video {
	margin-top: -10px;
	float: left;
}

form {
	margin: 0;
}

input[type=text] {
	font-family: Georgia, "Times New Roman", serif;
	color: #575757;
	padding: 5px;
	border: 1px solid #d9d7d7;
	width: 170px;
	margin-bottom: 10px;
}

input[type=submit] {
	background-image: url("images/submit.jpg");
	background-repeat: no-repeat;
	height: 25px;
	width: 66px;
	padding: 0;
	margin: 0;
	border: 0;
}

.newsletter input[type=submit] {
	float: right;
	margin-right: -2px;
}

#left {
	width: 200px;
	float: left;
	padding-right: 10px;
	border-right: 1px dashed #fff;
}

#right {
	width: 560px;
	float: right;
}

hr {
	border: 0;
	background-color: #fff;
	width: 80%;
	height: 1px;
}
/* add by opossum */
blockquote { margin: 0.1em; font-style: italic;}
blockquote p:before { content: '"'; margin: 0.3em; font-size: 1.4em; }
blockquote p:after { content: '"'; margin: 0.3em; font-size: 1.4em;}
p.signture 
{
	text-align: right;
	color: #66a;
	font-weight: bold;
	font-style: italic;
}
h4.news_title
{
	margin-bottom: 0.2em;
}
h4.news_title span
{
	margin-left: 0.5em;
	font-size: smaller;
}
p.news_brief
{
	margin: 0.1em 0.3em;
}

/*******
    Calendar Styles
*******/

/* Event Calendar Page */   

#dance-class-calendar #left {
    display: none;
}

#dance-class-calendar #right {
	width: 760px;
	float: right;
}
    
table.month {
    margin: 25px 0 45px;
    width: 760px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    background: #000;
    }
    
    table.month img {
        border: none;
    }
    
.monthnavigation,
.monthname {
    width: 33%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    
    }
    
    .monthnavigation {
        text-align: right;
        }
        
        .monthname + .monthnavigation {
            text-align: left;
            }

.dayname {
    text-align: center;
    background: url(../images/bg.png) 0 -180px repeat-x;
    padding: 5px 0;
    font-weight: bold;
    border-top: 1px solid #e3e3e3;
    border-left: none;
    border-right: 1px solid #333;
    }
    
table.month td.nomonthday,
table.month td.monthday,
table.month td.event,
table.month td.today
table.month td.sunday,
table.month td.saturday {
    padding: 10px;
    background: #000;
    color: #dbbc8a;
    vertical-align: top;
    }


.nomonthday,
.monthday,
.sunday,
.saturday {
    width: 14%;
    height: 30px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    }

.eventcontent {
    font-size: 12px;
    }
    
.event {
    background: #e3e3e3;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    }

/*******
    Video Popup
*******/

    /* Overlay */
    #modalOverlay {
        background-color: #000; 
        cursor: wait;
        }
    
/* overall table */
#calendar table {
    margin: 25px 0 45px;
    width: 760px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
}

/* the day headers across the top */
#calendar th {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #000;
color: #fff;
margin: 0;
padding: 9px 9px 9px;
font-weight: normal;
}

#calendar tr {
    border: 1px solid #000;
    }
/* how days this month will look, make dates appear in top right */
#calendar td {
    padding: 4px 10px;
    background: #000;
    color: #dbbc8a;
    vertical-align: top;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 108px;
    height: 108px;
    
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
    background: none;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    
}
    #calendar td p {
        text-align: right;
        }
        
    #calendar td ul {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        }
        
    #calendar td li {
        list-style-type: none;
        text-align: left;
        font-size: 12px;
        float: none;
        display: block;
        padding-bottom: 4px;
        border-bottom: 1px solid #666;
        margin-bottom: 4px;
        }
        
        .dayNum {
            }
            
    #calendar td a,
    #calendar td a img {
        text-decoration: none;
        }
        
        #calendar #navigation td {
            height: auto;
            background: none;
            border: none;
            float: none;
            text-align: center;
            width: 300px;
            margin: 0 auto;
            overflow: hidden;
            }

            #calendar #navigation a.previous,
            #calendar #navigation a.next {
                display: block;
                height: 16px;
                width: 16px;
                }

                #calendar #navigation a.previous {
                    background: url(../../../assets/snippets/GoogleEvents/data/img/back.png) no-repeat;
                    float: left;
                    margin-left: 32%;
                    }

                #calendar #navigation .monthname {
                    float: left;
                    margin: 0 30px;
                    width: 200px;
                    }
                    
                #calendar #navigation a.next {
                    background: url(../../../assets/snippets/GoogleEvents/data/img/forward.png) no-repeat;
                    float: left;
                    }

                    #calendar #navigation a.previous span,
                    #calendar #navigation a.next span {
                        margin-left: -5000px;
                        }

/*******
    Highslide Gallery
*******/

.highslide-wrapper {
    background: none;
    }

    .highslide-item {
    	border: none;
    	margin: 10px 10px 0 0;
    	width: 31%;
    	float: left;
        }
        
        a.highslide {
            display: table-cell;
            width: 219px;
            height: 219px;
            text-align: center; /* qui e non su precedente, iCab3 */
            vertical-align: middle;
            background: none;
            }

        a.highslide img {
            border: solid 1px #dbbc8a;
            vertical-align: middle;
            }

.footer {
    clear: both;
    text-align: right;
    width: 975px;
    padding-top: 15px;
    margin: 15px auto;
    }
    
    .footer-wrap {
        border-top: 1px solid #320903;
        padding: 10px;
        }
    
    a.sitemap {
        text-align: center;
        padding-top: 250px;
        display: block;
        }

.footer h1 {
    color: #fff;
    font-size: 14px;
    float: left;
    margin-left: 140px;
    padding-top: 0;
    margin-top: 0;
    font-weight: normal;
    }
    
    .footer a.stamp {
        text-decoration: none;
        font-size: 11px;
        }

.popup {
    background: url(http://arthurmurrayscottsdale.com/assets/templates/v1/images/video.jpg) no-repeat;
    height: 136px;
    width: 172px;
    }

.popup-inner {
    text-align: center;
    padding: 40px 15px 0;
    }