/* GLOBAL STYLES */

* {margin:0; padding:0;}

body {
	background:#F3F3F3 url(images/bg-body.png); 
	color:#676972;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-shadow:0 1px 0 #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	color:#343434;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	text-shadow:0 1px 0 #FFFFFF;
}

p {
	padding:15px 0;
	font:Helvetica, Arial, sans-serif;
	line-height:20px;
}

a {
	color:#343434;
}
a:hover {
	color: #659B57;
}

li {
	list-style-position:inside;
}

img {
	border:0px;
}

/* LOCAL STYLES */

/* SPECIFIC CLASSES */

.rightimg {
	float:right;
	padding-left:15px;
}

.leftimg {
	float:left;
	padding-right:15px;
}

ul.social, .papers {
	list-style-type:none;
	line-height:2em;
}

ul .first {
	margin-top:5px;
}

ul.social img {
	padding-right:5px;
}

h1.logo {
	float:left;
	font-size:38px;
	font-family: 'Droid Sans', Helvetica, Arial, serif;
	margin-top:0;
}

h1.logo a {
	text-decoration:none;
	color:#343434;
}

h1.logo a:hover {
	color: #659B57;
}

.skills li {
	line-height:20px;
}

.skills li.first {
	padding-top:5px;
}

.hilite {
	color:#0B6BA7;
}

.lolite {
	font-style:italic;
	font-size:12px;
}

/* SPECIFIC DIVS */

#wrapper {
	margin: 50px auto 5px auto;
	padding: 0 15px;
	width: 500px;
	background: #F2F2F2;
	border:0px solid #f2f2f2;
		border-radius: .4em .4em;
			-webkit-border-radius: .9em .9em; 
			-moz-border-radius: .9em .9em;
}

#secondary {
	margin:65px 0 15px 0;
	padding:15px;
	background: #f2f2f2 url(images/bg-4.jpg);
	border:0px solid #f2f2f2;
		border-radius: .9em .9em;
			-webkit-border-radius: .9em .9em; 
			-moz-border-radius: .9em .9em;
			-moz-box-shadow: 7px 7px 5px #888888;
	text-shadow:1px 1px 1px #333333;
}

#secondary h2 {
	font-size:20px;
	color:#fff;
	text-align:justify;
	text-shadow:1px 1px 1px #333333;
}

#secondary p {
	padding:10px 0 0 0;
	color:#fff;
	font-size:14px;
}

#blogpost {
	width:333px;
}

#right.about {
	float:right;
	margin-left:15px;
	background:#eeeeee url(images/sidem.png) repeat-y;
	width:152px;
}

#right.about .top {
	background: #EEEEEE url(images/sidet.png) no-repeat;
	padding: 5px;
}

#right.about .middle {
	text-indent:15px;
}

#right.about .bottom {
	background: #EEEEEE url(images/sideb.png) no-repeat;
}

#footer {
	font-size:10px;
	margin:10px;
	color:#888;
}

#footer p {
	padding: 0 0 15px 0;
	text-shadow:none;
}

#footer .left a {
	text-decoration:none;
	color:#676972;
}

#footer .left a:hover {
	color:#676972;
}

#footer .left a:hover .heart {
	color:#993366;
}

#footer .right {
	float:right;
	margin-right:10px;
}

#footer {
	width:500px;
	margin:0 auto;
}

/* JQUERY STYLES */

#content {
  padding: 0 10px;
  background: url(images/content.png) repeat-y;
}

#content ul {
  float: left;
  display: block;
  width: 450px;
  margin: 0;
  padding: 0;
  background: url(images/networks.png) repeat;
  list-style: none;
}

#content li {
  float: left;
  height: 25px;
  width: 225px;
  position: relative;

}

#content a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 10px 0 5px;
  display: block;
  width: 225px;
  height: 45px;
  position: relative;
  z-index: 2;
}

a img {
  border: 0;
  float: left;
  margin: 0 10px;
}

.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #A4ADB7;
}

a:hover img {
  margin-left: 5px;
}

a strong {
  display: block;
  font-size: 12px;
  color: #000;
}

.clear {
  clear: left;
}

#datacontent {
  padding: 20px 10px;
}

#datacontent ul {
  list-style: none;
  margin-top: 0;
}

#datacontent ul.navigation li {
  float: right;
	margin-top:12px;
}

#datacontent ul.navigation li a {
  outline: 0;
  display: block;
  color: #666;
  text-decoration: none;
  padding: 1px 5px;
  margin: 5px;
}

#datacontent ul.navigation li a:hover {
  color: #659B57;
}

#datacontent li a.selected {
  color: #659B57;
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
  padding: 20px 0;
}

/*[if IE]*/
    div, li {
    zoom: 1;
    }