<!--
/*-----------------------------------------------------------------------------
Alexander Sung Style Sheet

version:   2.1
date: 	   6/12/2011
author:    Scott McClintock
company:   McClintock.Design
email:     scott@blindog.com
website:   http://www.blindog.com/
-----------------------------------------------------------------------------*/

body
 {
	border:0;
	margin:0px;
	padding:0px;
}

#wrapper {
width:960px;
margin-left:auto;
margin-right:auto;
}

#header {
height:359px;
}

/*
#nav {
float:left;
clear:right;
width:100%;
}

#navimg {
float:left;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
*/

#nav-bar {
    background-color: #cab994;
    height: 50px;
    width: 100%;
    float: left;
	margin-bottom: 15px;
}
#nav a {
    height: 30px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-variant:small-caps;
	font-weight:100;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    text-transform:uppercase;
}

#content {
background-image:url(../images/background.jpg);
background-position:top;
background-repeat:no-repeat;
height:807px;
}

#content_TALL {
background-image:url(../images/background.jpg);
background-position:top;
height:1050px;
}

#content_LEFT {
float:left;
width:300px;
margin:0 15px 0px 25px;
}

#content_MIDDLE {
float:left;
width:275px;
margin:25px 0 0 0;
}

#content_RIGHT {
float:left;
width:300px;
margin:0 10px 0px 20px;
}

#content_WIDE {
float:left;
width:550px;
margin:0 0px 0px 50px;
}

#content_WIDE_RIGHT {
float:left;
margin:25px 0 0 50px;
}

#content_CD {
float:left;
width:900px;
margin:0 0px 0px 50px;
}

#CD {
    margin: 10px; 0px 0 0;
    padding-bottom: 25px;
	height:230px;
	}

#CD_art {
    float: left;
    margin: 0 30px 0 0;
    width: 230px;
}

#CD_copy {
	}

#CD_buybuttons {
	}
	
#CD_copy H4 {
    font-family: sans-serif;
    margin-bottom: -10px;
	}	

#CD_copy ul li {
    margin-left: 250px;
	}
	
#social {
	float:left;
	margin-top:5px;
	}

#social a {
	padding-right:6px;
	}


#footer {
float:left;
clear:left;
width:100%;
padding-top: 15px;
margin:25px 5px 15px 25px;
border-top:#000000;
border-top-style:solid;
border-top-width:medium;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-variant:small-caps;
font-weight:100;
font-size:26px;
margin-bottom:-5px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-weight:200;
font-size:18px;
margin-bottom:-5px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}

p, ul, li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.25;
}

li {
margin-left:-25px;
line-height:1.5;
}


.footer {
font-size:9px;
text-align:right;
color:#666;
}

