* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  width: 100%;
  height: 100%;
  background: #000;
  color:#c9c9c9;
  text-align:center;
  font-family: arial, helvetica, sans-serif;
}

/* ### h style ### */
h1 {}
h2 {}
h3 {
  margin:20px 0 10px 0;
  font-size:1.5em;
  border-bottom:1px dotted #c9c9c9;
}
h4 {
  font-weight:bold;
}

/* ### a style ### */
a {
  text-decoration:none;  
}

a:link, a:visited {
	color: #729FCF;
}

a:hover, a:active, a:focus {
	color:#FFF;
}

/* ### text style ### */
p {
  padding:10px 0;
}

strong {
  font-weight:bold;
}

/* ### general div style ### */
div#container {
  width:100%;
}

div#left{
  float:left;
  width:350px;
  text-align:right;
  padding:10% 0 2% 0;
}

div#left h1 {
  font-size: 5em;
}

div#left ul {
  list-style:none;
}

div#sidebar form {
  margin-top:20px;
  padding:5px 0;
  border-top:1px dotted #c9c9c9;
}

div#sidebar h2 {
  padding: 10px 0 0 0;
  font-weight:bold;
  border-top:1px dotted #c9c9c9;
}

div#sidebar ul {
  padding: 5px 0;
}

div#menu {

}



a.active {
  color:#FFF;
}

div#right {
  margin-left:350px;
}

div#content {
  padding:20px 20px 20px 40px;
  text-align: justify;
}

div#content ul {
  margin-left:40px;
}

div.portfolio-box {
  border:1px dashed #c9c9c9;
  margin:20px 10px;
  padding:10px;
}

div.portfolio-img {
  float:left;
  border:1px solid #c9c9c9;
  padding:2px;
  margin-right: 10px;
}

div.portfolio-url {

}


div.portfolio-title {

}

div.portfolio-desc {

}


div#more {
  clear:both;
  margin:0 20px 20px 390px;
  padding:5px 0;
  border-top:1px dotted #c9c9c9;
}

div#more ul {
  list-style:none;
}

div#more ul li ul {
  list-style:disc;
}

li#recent-posts, li#recent-comments, li#tag_cloud {
  width:28.5%;
  float:left;
  text-align:left;
  padding:10px 20px;
  font-size:12px;
}

li#recent-posts, li#recent-comments {
  border-right:1px dotted #c9c9c9;
}

h2.widgettitle {
  text-align:center;
  font-weight:bold;
}


div#footer {
  clear:both;
  width:100%;
  position: relative;
  bottom: 0px;
}

.clear {
  clear:both;
}

.center {
  text-align:center;
}

/* run away --------------------------------------------- */

#run_away_info	{

}

#run_away iframe	{
	width: 450px;
	height: 450px;
}

#run_away_score	{

}

