/*Heavily reliant on...http://bradleygriffiths.co.uk/css/styles.css*/

/* sitewide */

html {
	height: 100%;
}
body {
	/*background: #111 url(../images/body.jpg);*/
	font-size: 12px;
	font-family: helvetica, arial;
	color: #969696;
	color:#000;
	height: 100%;
	margin:0 auto;
}
img {
	vertical-align: bottom;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* banner */

h1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #666;
	/*float: left;
	width: 290px;*/
}
/*#bavkground {
	color: #;
}*/
h1 .georgia {
	font-family: georgia;
	color: #666;
}
h1 .regular {
	font-weight: normal;
}
h1 a {
	color: #666;
}
h1 a .regular {
	color: #FFFF94;
}

/* main */

#wrapper {
	/*float: left;*/
	margin: 40px auto;
	padding: 20px;
}

/* left column */

#left_col {
	float: left;
	width: 250px;
	text-align:center;
	line-height: 18px;
	padding-bottom: 40px;
}
#left_col p {
	margin-bottom: 10px;
}
#left_col a:hover {
	color: #666;
}
/*p.avatar {
text-align:center;
}*/
.avatar a img {
	/*opacity: 0.5;*/
}
.avatar a:hover img {
	opacity: 1;
}
.avatar a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*display: block;*/
	/*float: left;*/
	padding: 5px;
	width:80px;
}

/* main column */

#social_list {
	float: left;
	/*margin-left: 40px;*/
	margin:15px 0 30px 25px;
	line-height: 25px;
}
#social_list li {
	margin-bottom: 1px;
	display: block;
}
#social_list li a {
	display: block;
	background: url(../images/social_list_bg.png);
	color: #666;
	padding: 0 0 0 10px;
	-moz-border-radius-topLeft: 5px;
	-moz-border-radius-bottomLeft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 25px;
}
#social_list li a:hover {
	background: #000;
	color:#fff;
	display: block;
}
#social_list li a:hover .social_bar span {
	display: block;
}
.social_name {
	float: left;
	height: 25px;
	width: 160px;
}
.social_name span {
	color: #333;
}
.social_bar {
	display: block;
	position: relative;
	height: 25px;
	float: left;
	-moz-border-radius-topRight: 5px;
	-moz-border-radius-bottomRight: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-image: url(../images/stripe.png);
}
.social_bar span {
	position: absolute;
	right: -105px;
	top: 0;
	width: 100px;
	font-size: 30px;
	font-weight: bold;
	display: none;
	color: #555;
}

/* social colours */

#delicious {
	background-color: #FFFFFF;
}

#flickr {
	background-color: #CCCCFF;
}

#google {
	background-color: #B3B3FF;
}

#last {
	background-color: #9999FF;
}

#librarything {
	background-color: #8080FF;
}

#plings {
	background-color: #6666FF;
}
#tumblr {
	background-color: #4D4DFF;
}

#twitter {
	background-color: #3333FF;
}

#vimeo {
	background-color: #1A1AFF;
}

/* footer */

#footer {
	/*float: left;*/
	clear: both;
	/*font-style: italic;*/
	padding-top: 10px;
	border-top: 1px solid #555;
	text-align: right;
	margin-left: 40px;
	margin: 0 auto;
}
#footer p:first-child {
	float: right;
}
#footer p:last-child {
	float: left;
	padding-right: 20px;
}

#wrapper, #footer {
	width: 860px;
}
.links {
padding:10px 0;
}


/*
**TOP NAV
*/

#topnav {
float:left;
background:#6c6d6e;
width:100%;
margin-bottom:10px;
}
ul.menu {
  border-collapse: collapse;
  padding: 0 ;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 5px 0;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #dce4e4;
  float:left;
  width:100%;
}
ul.menu li {
  display: inline;
  float:left;
}
ul.menu li a {
  background-color: #6c6d6e;
  border-right: 1px solid #fff;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em 0 0.4em;
  text-decoration: none;
  color: #fff;
  font-weight:bold;

}
ul.menu li.last a {
border-right: 0;
}
ul.menu li.active a {
  background-color: #fff;
  color:#dce4e4;
  color:#000;
 }
ul.menu li a:hover, ul.secondary li a:hover {
  background-color: #fff;
  color:#dce4e4;
   color:#000;
}
