/*
Theme Name: The Why Files 2010
Theme URI: http://whyfiles.org/
Description: Redesign The Why Files for WxGuys inclusion.
Version: 1.1
Author: Sue Medaris
Author URI: http://whyfiles.org
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	line-height: 90%;
}
p {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 110%;
	display: block;
}
h1,  h2, h3, h4, h5{
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CC0000;
	text-transform: uppercase;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 90%;
	color: #000000;
	line-height: 100%;
	display: block;
	padding-bottom: 4px;
	font-variant: normal;
	letter-spacing: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	line-height: 110%;
	display: block;
	padding-bottom: 8px;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
}
h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #666666;
	display: block;
	font-size: 90%;
	float: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
}
#container  {
	width: 950px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
} 
.letterSpace {
	letter-spacing: 2px;
	display: inline;
	font-size: 90%;
	text-align: right;
	text-transform: uppercase;
}
#header {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
	border-top-width: 6px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #DADADA;
}

#header img {
    	border-style: none;
}

#header .fltrt {
	float: right;
	text-align: right;
	display: block;
	padding-bottom: 10px;
}
#header p {
	font-size: 85%;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	display: block;
}
#header   a  {
	font-size: 90%;
	font-weight: bold;
	text-transform: none;
	color: #CC0000;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header h1 {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
	letter-spacing: 3px;
}
#thisWeek img {
	display: block;
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #ffffff;
}

#thisWeek a:hover img {
  border-color:red;
  border-width:thin;
}

#thisWeek  {
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#thisWeek h1 {
	letter-spacing: 3px;
}
#thisWeek  p  {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 130%;
	font-size: 95%;
}
#inTheNews  {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #E4E4E4;
	width: 200px;
	float: right;
	vertical-align: text-top;
	padding: 15px;
	margin-right: 0px;
	
} 
#inTheNews  img  {
	float: right;
	height: 45px;
	width: 60px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#inTheNews  p  {
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 125%;
	font-size: 85%;
}
#inTheNews h1 {
	text-align: center;
	color: #9D575E;
	letter-spacing: 3px;
}

#inTheNews  h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 100%;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #00FF00;
}

#sidebarRight  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: block;
	margin-top: 20px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
}

#sidebarRight  p  {
	margin: 0px;
	color: #311761;
	font-size: 80%;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#container #sidebarRight p a {
	color: #311761;
}

#sidebarRight   .subHeading  {
	margin: 0px;
	color: #311761;
	font-size: 80%;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#sidebarRight .subHeading a {
	color: #311761;
}

#sidebarRight .subHeading2 {
	margin: 0px;
	color: #311761;
	font-size: 80%;
	font-weight: bold;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.subHeading2 img {
	vertical-align: text-top;
}

#sidebarRight .subHeading3 {
	margin: 0px;
	color: #311761;
	font-size: 80%;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}
.subHeading3 img {
	vertical-align: text-top;
}
#sidebarRight   .imgWrap {
	width: 160px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sidebarRight .imgWrap2 img, #sidebarRight ul {
width: 160px;
	display: block;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;	
}

#sidebarRight img {
	border-style: none;
}


#sidebarRight   .imgWrapBelow {
	width: 160px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
}
#sidebarRight  .imgWrap  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebarRight h1 {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-align: left;
	display: block;
	padding-top: 15px;
	padding-bottom: 3px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	letter-spacing: 1px;
}
#sidebarRight    .imgWrap img a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#sidebarRight    .imgWrap  a:hover {
}

#footer  {
	background:#FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: justify;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #666666;
	text-align: center;
}


#boardofregents  p  {
	background: #FFFFFF;	
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;	
	text-align: left;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	left: 600px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapperThisIn {
	float: left;
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 750px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapperThisIn  .pagetitle  {
	color: #ff8c47;
	font-size: 140%;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-style: normal;
	letter-spacing: 3px;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
}

#wrapperThat {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	width: 530px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#wrapperThisLast {
	width: 500px;
	border-right-style: none;
	display: block;
	float: left;
}
#wrapperThisLast      h2     a  {
	text-decoration: none;
	color: #000000;
}
#wrapperThisLast   h2  a:hover {
	color: #000000;
	text-decoration: underline;
}
#lastWeek {
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lastWeek p {
	font-size: 95%;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
#lastWeek h1 {
	letter-spacing: 3px;
}
#lastWeek img {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #ffffff;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
}

#lastWeek a:hover img {
  border-color:red;
  border-width:thin;
}

#lastWeek  .img a {
	text-decoration: none;
}
#lastWeek  .img  a:hover {
	border: 1px solid #CC0000;
}



#lastWeek2 {
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lastWeek2 p {
	font-size: 95%;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
#lastWeek2 h1 {
	letter-spacing: 3px;
}
#lastWeek2 img {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color: #ffffff;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 8px;
}

#lastWeek2 a:hover img {
  border-color:red;
  border-width:thin;
}

#lastWeek2  .img a {
	text-decoration: none;
}
#lastWeek2  .img  a:hover {
	border: 1px solid #CC0000;
}




#recentArticles {
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#recentArticles p {
	font-size: 95%;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
#recentArticles h1 {
	letter-spacing: 3px;
}
#recentArticles img {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #ffffff;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
}

#recentArticles a:hover img {
  border-color:red;
  border-width:thin;
}

#recentArticles  .img a {
	text-decoration: none;
}
#recentArticles  .img  a:hover {
	border: 1px solid #CC0000;
}

#blog {
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#blog p {
	font-size: 95%;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
#blog h1 {
	letter-spacing: 3px;
}
#blog img {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #ffffff;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
}

#blog a:hover img {
  border-color:red;
  border-width:thin;
}

#blog  .img a {
	text-decoration: none;
}
#blog  .img  a:hover {
	border: 1px solid #CC0000;
}

#wrapperTeachAbout {
	float: left;
	display: block;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 750px;
	margin: 0px;
}
#runner-twitter {
	width: 205px;
	float: left;
	background-color: #E4E4E4;
	margin-right: 10px;
	padding: 15px;
	height: 250px;
}
#runner-twitter p {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 85%;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

#runner-twitter h1 {
	text-align: center;
	letter-spacing: 4px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 95%;
	padding-top: 0px;
	line-height: 110%;
	padding-bottom: 0px;
	color: #311761;
}

#recent {
	width: 210px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 250px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#recent a {
}
#recent p {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 85%;
	line-height: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#recent h1 {
	text-align: center;
	letter-spacing: 4px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 95%;
	padding-top: 0px;
	line-height: 110%;
	padding-bottom: 15px;
	color: #311761;
}
#about {
	width: 205px;
	float: right;
	padding: 15px;
	margin-left: 10px;
	background-color: #E4E4E4;
	/* background-image: url(http://localhost:8888/wp-content/themes/whyfiles/images/question_mark.gif); */
	background-repeat: no-repeat;
	background-position: bottom;
	height: 250px;
	margin-top: 0px;
}
#about a {
	text-decoration: none;
	color: #311761;
}
#about a:hover {
	text-decoration: underline;
}
#about p {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 85%;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#about h1 {
	text-align: center;
	letter-spacing: 4px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 95%;
	padding-top: 0px;
	line-height: 110%;
	padding-bottom: 15px;
	color: #311761;
}
#about h2 {
	color: #4D3775;
	padding-bottom: 15px;
	text-decoration: none;
}

/* Captions */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions */

/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */


/* extras */

li.cat-post-item {
  list-style-type: none;
}

h1.blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #000000;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3%;
	padding-left: 0px;
}

.aktt_tweets ul li {
	text-transform:none;
        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
        font-size: 85%;
        line-height: 90%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        margin: 0px;
	margin-left: -40px;
	list-style: none;
}



#featureStories ul { list-style-type: none; margin: 0; padding: 0; }
#featureStories li { clear: both; font-size: 1em; line-height: 1.2; padding: 1em 0 0 0; margin: 0 0 1em 0; border-top: 1px dashed #FFCC66; color: #900;}
#featureStories li div.feature-thumb {float: left; width: 150px; margin: 0 10px 0 0;}
#featureStories li div.feature-headline {float: left; width: 525px; margin-top: 2px;}
#featureStories li p { color: #341e62; line-height: 120%; margin: 8px 0 20px 0;}
#featureStories li .slug {font-size: 100%; font-weight: bold; margin: 2px 0 0 0;}
#featureStories li .slug a {color: #cc000;}
#featureStories li .slug-date {font-size: .8em; color: #333; vertical-align: 0%;}
div.feature-thumb img {
	border-style: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

a.readmore{font-size:11px;color:#888;}

.sharepost-tweetmeme {float:left;border:0px solid #E8E8E8;margin-right:10px;position:fixed;background-color:transparent;margin-left:-100px; width: 60px; z-index: 0; }

.sharepost-reddit {float:left;border:0px solid #E8E8E8;margin-right:10px;position:fixed;background-color:transparent;margin-left:-100px; margin-top: 75px; z-index: 0; }

.sharepost-digg {float:left;border:0px solid #E8E8E8;margin-right:10px;position:fixed;background-color:transparent;margin-left:-100px; margin-top: 75px; width: 60px; z-index: 0; }

.sharepost-facebook {float:left;border:0px solid #E8E8E8;margin-right:10px;position:fixed;background-color:transparent;margin-left:-105px; margin-top: 150px; width: 60px; z-index: 0; }

/* social media icons*/

.custom #social-icons { background:transparent; width:16px; position:fixed; top:50px; left:0px; }
.custom #social-icons a img { float:left; }

.custom #social-icons a.social-twitter { background: url('/wp-content/uploads/2010/07/twitter.png') 0 0 no-repeat; }

.custom #social-icons a.social-facebook { background: url('/wp-content/uploads/2010/07/facebook.png') 0 0 no-repeat; }

.custom #social-icons a.social-email { background: url('/wp-content/uploads/2010/07/email.png') 0 0 no-repeat; }

.custom #social-icons a.social-rss { background: url('/wp-content/uploads/2010/07/rss.png') 0 0 no-repeat; }

