@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500,300italic,500italic); 

body {
	margin: 0;
	padding: 0;
	background-color: #ECECEC;
	background-image:url(../imgs/header2.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: .8em;
	margin-top: 0em;
	line-height: 1.6em;
	color: #333;
	font-weight:300;
}

ul {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: .2em;
	margin-top: 0em;
	line-height: 1.6em;
	color: #333;
	font-weight:300;
	margin-left: -1em;
}

li:last-child {
	margin-bottom: 1em;
}

li:first-child {
	margin-top: -.8em;
}

/*#artist ul {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: .2em;
	margin-top: 0em;
	line-height: 1.6em;
	color: #333;
	font-weight:300;
	margin-left: -1em;
}
*/
h2 {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: .5em;
	margin-top: 0;
	color: #3b2615;
	text-transform: uppercase;
	font-weight:500;
	line-height: 1.2em;
}

h3 {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 1.2em;
	margin-top: 1.5em;
	color: #3b2615;
	text-transform: uppercase;
	font-weight:500;
}


a{
	color: #3b2615;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	color: #999;
	}
	
.credit {
	/*font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	color: #333;*/
	font-size: 10px;
	font-weight:300;
	text-align:right;
	margin-top:-.5em;
	line-height:1.2;
}

.quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #3b2615;
	text-align:center;
	margin:1em 40px;
	line-height:1.5;
}

/*
___________

DIVS
___________
*/

.middleDiv {
	/*top:50%; 
	height:720px; */
	width: 960px;
	margin-top:60px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#ffffff;
	/*background-image:url(../imgs/name.png);
	background-position: left top;
	background-repeat:no-repeat;*/
}

.content {
	width: 880px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 20px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;
	background-image:url(../imgs/dash.png);
	background-repeat:repeat-x;
}

.footer {
	width: 880px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-image:url(../imgs/dash.png);
	background-repeat:repeat-x;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	color: #333;
	font-weight:300;
	text-align:right;
}

.footer:after{
content: 'All content © Kara Ward';
margin-right:2px;
}

.artist {
	/*height:420px;*/
	padding: 30px 0 0 0;
	border-top:#333 solid 1px;
	/*clear:both;*/
	display: block;
	*zoom: 1;
}
.artist:before,
.artist:after {
  display: table;
  content: "";
  line-height: 0;
}
.artist:after {
  clear: both;
}


.picture { 
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height:1.2;
	float:right;
	width:580px;
	text-align:right;
	display:block;
	top:-20px;
	position:relative;
	margin-left:20px;
	}
	
	
/*
___________

IMAGES
___________
*/

img {margin: 20px 0 0 0}

.picture img {margin-bottom:5px}

img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right; 
	margin-left:20px;
	margin-bottom:20px;
	margin-top:0px;
	opacity: 1;
}
img.floatBottom { 
    float: left; 
	margin-left:0px;
	margin-bottom:20px;
	opacity: 1;
}

/*
___________

MENU STYLES
___________
*/


.box1 { 
	position: relative; 
	left: 40px;
	top: 20px;
	z-index:10;
	/*margin: 20px 0 0 40px;*/ 
	width: 305px; 
	height: 40px; 
	background-image: url(../imgs/name2.png);
	background-repeat: no-repeat;
	float:left;
}

#box-link { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 305px; 
	height: 40px; 
	background-color: transparent;
}	

#cssmenu {
  /*background: #f96e5b;*/
  width: auto;
  position:relative;
  right:30px;
  top: 32px;
  height:40px;
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul  {
  float: right;
  display: block;
  padding: 0;
}
#cssmenu li {
  float: left;
}

#cssmenu li:last-child {
	margin:0;
}

#cssmenu li:first-child {
	margin:0;
}


#cssmenu ul li a {
	color: #65666a;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: 2px;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #3b2615;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}

#cssmenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}

#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: #CCC;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #3b2615;
}
#cssmenu ul li.active a:before {
  width: 100%;
}

@media screen and (max-width: 768px) {
/*  #cssmenu {
  width: auto;
  position:relative;
  right: -24px;
  top: 120px;
  padding-bottom:40px;
  }

#cssmenu ul li {
    float: none;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .2;
  }
  #cssmenu ul li.last > a:before,
  #cssmenu ul li:last-child > a:before {
    display: none;
  }

.middleDiv {
	width: 100%;
	/*margin-left:auto;
	margin-right:auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #000;
	padding: 0;
	background-color:#d9c9af;
	background-image:url(../imgs/header.gif);
	background-repeat:no-repeat;*/
}

.content {
	/*width: 90%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;*/
}*/


}
