
img {
	border: 0;
}

ul {              /*bullets are ugly*/
	list-style: none;
	padding-left: 10px;
	border-left: 1px dotted #666;
}

dl {
}

dt {
	margin-top: 5px; /*this inserts a bit of space between definitions*/
}

body {
	font-size: 14px;
	color: #242424;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#main {
  background: url(images/violin-bg.jpg) no-repeat center top;
  margin: 0 auto;
  padding-top: 96px;
  width: 960px;
}

p {
	line-height: 1.7;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #242424;
	text-decoration: none;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #242424;
	padding: 1px 0;
	font-weight: bold;
	text-transform: uppercase;
}

/*****************
    linky-poo
*****************/

a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*probably redundant*/
}

a:link {             /*remember LoVe-HAte*/
	color: #ec057a;
	text-decoration: none;
}

a:visited {
	color: #ec057a;
	text-decoration: none;
}

a:hover {
}

a:active {
}

dt {
	font-weight: bold;
}

dd {
	font-weight: normal;
}

#twistLogo {                /*logo positioning*/
	position: relative;
}

#container {              /*holds sidebar and mainContent stuff*/
	clear: left;
	position: relative;
	left: 0;
	width: 694px;
}

#sidebar {
	position: relative;
	text-align: right;
	padding-right: 30px;
	top: 45px;
	width: 226px;
	float: left;
}

.subOn {            /*the little sidebar links, earlier a selectors will do colors*/
	color: #74549E;   /*corrects color from earlier a selectors*/
	font-weight: bold;
}

.subOn a:hover {
	cursor: text;
	text-decoration: none;
}

#mainContent {
	width: 375px;
	float: left;
	border-left: 1px solid #ec057a;
	padding-left: 30px;
	margin-top: 40px;
}

  #mainContent a {
    text-decoration: none;
  	border-bottom: 1px dotted #ec057a;
  }

  #mainContent a:hover {
    border: 0;
    background: #ec057a;
    color: #fff;
  }

#textlinks {
	margin-top: 50px;    /*whitespace under content*/
	font-size: 11px;
	}

#footer p {
	font-size: 11px;   /*hopefully big enough to read*/
	}

/*main nav div, man*/

#navigation {             /*entire navbar*/
}

#navigation ul {          /*turn off bullets*/
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

#navigation li {
  color: #fff;
  display: inline;
}

#navigation li a {
  background: transparent;
  color: #fff;
  display: block;
  float: left;
  line-height: 40px;
  padding: 0 22px;
}

  #navigation li.active a {
    background: rgba(255, 255, 255, 0.2);
  }

  #navigation li:hover a {
    background: rgba(255, 255, 255, 0.4);
  }

  #navigation li a span {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
  }

/****************************
    EXTRA FORM FORMATTING
****************************/

input {
}

select {
}

textarea {
}

