/* body
--------------------------------------------------*/

body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#333;
	margin:0;
}

* {
	margin:0;
	padding:0;
}


/* header
--------------------------------------------------*/


#header .description {
	float:right;
	margin:45px 0 0 0;
	color:#333;
}

#header h1 {
	margin:15px 0 0 0;
	padding:100px 25px 10px 30px;
	
}

#wrapper {
	width:700px;
	margin:40px 0 0 290px;
	
}


/* header h1 (blogtitle)
--------------------------------------------------*/

h1 {
	font-family: "Verdana", "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
	color:#FF3399;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#FF3399;
}

h1 a:hover {
	text-decoration:none;
	color:#FF99CC;
      background:#FFFFFF;
}


/* navigation
--------------------------------------------------*/

#nav {
	padding:15px 0;
	margin:0;
	height:25px;
}

#nav li {
	float:left;
	list-style:none;
      padding:0px 10px 0px 0px;
}

#nav li a {
	color:#999;
	padding:5px 5px 5px 5px;
	background:#fff;
	font:1.6em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#FF99CC;
	color:#000;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.clear {
	clear:both;
}


/* content
--------------------------------------------------*/

#content img {
	margin-bottom:8px;
}

#content {
	margin:20px 330px 0px 60px !important;
	
}



#content2 {
	margin:10px 200px 80px 30px !important;
	padding:0px 0px 0px 0px;
}


#content p, #content2 p {
	line-height:15px;
	margin:18px 0;
	font-size:120%;
      text-align:justify;
}

#content a, #content2 a{
	text-decoration:none;
	color:#FF3399;
}

#content a:hover, #content2 a:hover{
	background-color:#FFFFFF;
	color:#999;
}

#content h2, #content2 
h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-size:1.3em;
	font-weight:normal;
      color:#FF66CC;
	padding:5px 0;
}

#content h2 a, #content2 h2 a {
	text-decoration:none;
	border:none;
}

#content h3 {
	margin:10px 0;
	font:160%  "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
}

#content2 h3 {
	margin:10px 0;
	font:160%  "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
      font-size:120%;
}


#content2 ul, ol {
	margin:10px 10px 10px 25px;
}

#content li {
	padding:10px;
}


#content2 li {
	padding:10px;
}


/* border images / blockquote
--------------------------------------------------*/

img {
	background:#ffffff;
	border:0px;
}


blockquote {
	padding:5px 15px;
	background:#FF3399;
	margin:10px 0;
}


/* lost links / more tag
--------------------------------------------------*/

a {
	color:#FF3399;
	text-decoration:none;
}

a:hover {
	color:#FF99CC;
	text-decoration:none;
	background-color:#FFFFFF;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:none;
}


/* metadata under post
--------------------------------------------------*/
.post {margin:0px 0px 0px 0px;
      padding: 10px 10px 10px 10px;
      }

.post .info{
	padding:2px 3px 3px 8px;
	background-color:#FFFFFF;
	font-size:1em;
	color:#333;
}

.info a {color:#ddd}

.info a:visited {color:#ddd}


/* metadata sidebar ('about this post')
--------------------------------------------------*/

p.news {}


/* sidebar
--------------------------------------------------*/

#sidebar {
	width:220px;
	float:right;

	padding:28px 10px 30px 10px;
}

#sidebar h2 {
	font-size:1.2em;
	color:#333;
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style:none;
	margin:0 0 23px 0;
      font-size:120%;
}

#sidebar li {
	padding:3px;
      list-style:none;
}

#sidebar li a {




	text-decoration:none;
}

#sidebar li a:hover {

      color:#FF99CC;
	background-color:#FFFFFF;
	
}

#sidebar input {
	width:85px;
	padding:3px;
	background:#fff;
	color:#444;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS; 
}

#sidebar input:focus {
	background:#fff;
}


/* some input
--------------------------------------------------*/

input {
	border: 1px solid #CCC;
	font-size: 11px;
        
}

input:hover {
	border:1px solid #262626;
	
}
input:focus {
	border:1px solid #262626;
	color:#333;
}


/* comments
--------------------------------------------------*/

#comments {
	font-size:0.9em;
}


#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;

}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 350px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 360px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 350px;
}

#commentform input{
	margin-bottom: 3px;
}


/* footer
--------------------------------------------------*/

#footer {
	padding:20px 0 20px;
	margin:0 0 0 30px;
	color:#333;
}

#footer a {
      color:#999;
      text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
	color:#333;
      background:#FFFFFF;
}