/* RESET PART */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************* STYLING PART **********************************/


html, body {
	background:#ffffff;
	font: 16px Arial,Helvetica,FreeSans,sans-serif;
	margin:0;
	color:#666;

	
}

a {
  
  text-decoration: none;
}

h1,h2,h3 {
  
  font: 35px Georgia;
}

.ditto_result h1 a, .ditto_result h2 a, .ditto_result h3 a {
  font: 25px Georgia;
  color:#666;
  border-bottom:1px solid #ccc;
	
} 

#footer {
	
	margin-top:50px;
	clear:both;
	width: 100%;
  background: #f6f6f6;
	border-top:2px solid #eee;
	font:80% Verdana;
	line-height:55px;
	text-align: center;
}

#footer a {
	color:#999;
}

#page {
  background: #ffffff;
  
  width: 960px;
  border: 30px solid #f6f6f6;
  margin: 20px auto;
  padding-top: 10px;
}

#page > #left {
  padding-left: 10px;
  float: left;
  width:700px;
  overflow: hidden;
}

#page > #right {
  float:right;
  width : 243px;
  position: relative;
}

.clear {
  
  clear: both;
}

#right > #logo {
  width: 300px;
  height: 474px;
  background: url(../images/header.gif) no-repeat;
}

#right > #menu {  
  position: relative;
}


#right ul {
	margin:15px 0 25px 0;
	list-style: none;
	border-left: 40px solid #eee;
	padding-left: 10px;
}

#right ul li {
	border-bottom:1px solid #eee;
	padding: 10px 0;
	color:#444;
}

#right ul li > a {
  font: 16px Arial,Helvetica,FreeSans,sans-serif
  text-decoration: none;
	color:#444;
}


div#navigate {
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	position: absolute;
	top: 140px;
	bottom:0;
	width:20px;
	height:20px;
	font-family: Times, serif;
	font-size:30px;
	font-weight:normal;
	line-height: 40px;
	

}



#content img {
	background:#fff;
	padding:1px;
	border:3px solid #eee;
	margin:10px;
}

.articleinfo {
	font:80% Verdana;
	border-top:1px solid #eee;
	color:#999;
	padding:20px 0;
}

.articleinfo a {
	color:#6CCC26;
}

.articleinfo a:hover {
	text-decoration:none;
}


blockquote {
	background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee;
	font:100% Georgia;
}

#site_intro {
  background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee;
	font:100% Georgia;
  
}

#content p {
	line-height:30px;
	margin:20px 0;
	word-spacing:2px;
  
}

code {
  display:block;
  background: #000;
  color: #fff;
  padding: 20px 5px;
  
  line-height: 20px;
}





.ditto_result > p.byline {

  display:inline;
  line-height: 16px !important;
  background: #f6f6f6 url(../images/ico.gif) no-repeat;
  font-size:12px !important;

  padding:0 20px !important;
	border:1px solid #eee;
}
.ditto_result > .entry {
  margin-top: 10px;
}
