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;
}

.clear {

	display: block;

	clear: both;

	width: 100%;

	height: 1px;

	margin: 0 0 -1px;

	font-size: 1px;

	line-height: 1px;

}


body {
    background: #032D57 url(images/bg.jpg) repeat-x 0 0;
    font-family: "trebuchet ms", verdana, arial, sans-serif;
    font-size: 62,5%;
    color: #333;
}

p {
	margin: 0;
	padding: 0;
    margin-top: 5px;
}

img { 
    border: none;  
}

ul{
	list-style-type:none;
}

a { 
    color: #4E296F;
    text-decoration: none; 
	background-color:#ebebeb;
}

a:hover { 
    text-decoration: underline; 
}


#wrap {
    margin: 0 auto;
    width:850px;
}

#main{
	width:600px;
	float:left;
}

#right{
	width:210px;
	float:left;
	padding-top:10px;
}

#header { 
    height: 70px;
	position:relative;
}

#header h1 {
    font-size: 20px;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:12px;
	left:2px;
}

#header h1 a {
   color:#fff;
    text-decoration: none;
	background:transparent url(images/wdi.jpg) no-repeat 0 0;
	display:block;
	width:293px;
	height:40px;
	text-indent:-9999px;
}

#header h1 a:hover {
    color: #F1942C;
}

#header p{
    color: #ededed;
    font-size: 12px;
    position:absolute;
	top:42px;
	left:9px;
}
/* Menu */

#menu {
	position:absolute;
	bottom:7px;
	right:5px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	float:left;
	font-size:12px;
}

#menu a {
	display: block;
	margin-left: 6px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 1em;
	color: #F1942C;
	background-color:#4E296F;
}

#menu a:hover {
	color: #EF480E;
}

#menu .current_page_item {
    color: #EF480E;
}

#menu .current_page_item a {
	color: #EF480E;
}

/*searchform*/

#search {
	border: none;
	position:absolute;
	top:17px;
	right:5px;
}

#search #x {
	display: none;
}

#search #s {
	padding: 1px;
	width: 127px;
	height: auto;
	background: none;
	border:1px solid #9459C7;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #D9AFFF;
	width:130px;
}


/*content*/

#content {
	margin-top:20px;
    padding: 20px;
	background:#f0f0f0 url(images/content-top.gif) no-repeat 0 0;
	height:1%;
}

.articles {
   background:transparent url(images/border1.jpg) no-repeat 0 100%;
}

.articles p{
	padding-left:5px;
}

.post img {
    padding: 4px;
    border: 1px solid #9459C7;
    background: #fff;
	float:left;
	margin:4px 10px 4px 0;
}

.post, .page{
	padding:15px 10px 10px;
	clear:both;
	width:550px;
}

.page dl{}

.page dt{
	margin-top:20px;
}

	.page dt img{
		padding: 4px;
   		border: 1px solid #9459C7;
		background: #fff;
		float:left;
		margin:0 10px 0 0;
	}
	
	.page dt a{
	background:#ebebeb url(images/link.gif) no-repeat right 1px;
	padding-right:17px;
	}
	
	.page dt a:hover{
		background-position:right -27px;
	}

.page dd{
	padding:5px 0 0 36px;
	font-size:0.9em;
	line-height:1.4em;}

.post h2,  .page h2 {
    color: #4E296F;
    font-size: 1.3em;
    font-weight:bold;
	text-transform:;
    padding : 15px 0 0;
	margin-bottom:0;
}

.post p.meta{
padding:2px 0 4px 0;
margin:0;
background:transparent url(images/border.jpg) repeat-y 0 100%;
}

.post p.meta .date{

}

.post  a.data{
	margin:0 0 0 6px;
	padding:0 2px 0 0;
	/*background:transparent url(images/02.png) no-repeat 2px 1px;*/
	background:transparent;
	font-size:0.8em;
	color:#fff;
}

.post  p.meta img{
	margin:-1px 0 0 5px;
	float:none;
	vertical-align:middle;
	padding:0;
}

.post  a.source{
	margin:0 0 0 20px;
	padding:0 2px 0 18px;
	background:transparent url(images/15.png) no-repeat 2px 1px;
	font-size:0.8em;
	color: #fff;
}

.post h2 a {
    color: #4E296F;
}

.post h2 a:hover {
    color: #bbb;
    text-decoration: underline;
}

.post p, .page p{
	font-size:0.9em;
	line-height:1.4em;
	margin-bottom:10px;
}

.post ul {
    padding-left: 3em;
	font-size:0.9em;
}

.post ul li{
	margin-bottom:9px;
}

.post ol {
    padding-left: 3em;
}

.post a.read-rest{
	font-size:0.9em;
	background:#ebebeb url(images/link.gif) no-repeat right 1px;
	padding-right:17px;
	}
	
	.post a.read-rest:hover{
		background-position:right -27px;
	}
	
.post .text{
	margin-right:10px;
}

#footer {
    text-align: center;
    color: #333;
    font-size: 11px;
    padding: 20px 0 0 0;
    margin-top: 10px;
	width:100%;
	float:left;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #bbb;
}

#avatar {
    float: right;
}

code{
	display:block;
	margin:10px;
	padding:5px;
	background-color:#fff;
}

#pagination{
	width:230px;
	height:20px;
	padding:0 3px;
	font-size:0.8em;
	margin:0 auto;
/*	background: #032D57 url(images/bg.jpg) repeat-x 0 -20px;*/ 
}

#pagination a{
	color: #4E296F;
}

#pagination a:hover{
	color: #F1942C;
	text-decoration:none;
}

#pagination .alignleft{
	float:left;
}

#pagination .alignleft a{
	background:transparent url(images/36.png) no-repeat 0 1px;
	padding-left:20px;
}


#pagination .alignright{
	float:right;
}

#pagination .alignright a{
	background:transparent url(images/35.png) no-repeat right 1px;
	padding-right:20px;
}