/*  
Theme Name: Fusion
Theme URI: http://www.euphorish.com
Description: A theme titled "Fusion" enjoy.
Version: 1.0
Author: Euphorish Designs
Author URI: http://www.euphorish.com/
*/

/* Global Styles */

* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, fieldset, address { margin:1em 0; }

body {
font: 0.8em Helvetica, Arial, sans-serif;
background:#FFF;
color:#3D3D3D;
line-height:1.4em;
text-align: center;
}

#page {
text-align: left;
width: 970px;
border-top: none;
margin: 0 auto;
}

a:link {
text-decoration:none;
color:#0C73C2; 
/* 1C89DD */
}
a:visited { 
color:#1C89DD; /* 4679a1*/
text-decoration:none;
}

a:hover { color:#9AD4FD; }
a img { border:none; }

/* Layout */

#header {
width:100%;
height:195px;
background:url(img/header.png) repeat-x;
position:relative;
}

#header .logo {
position:relative;
margin-left:5px;
top:15px;
width:151px; height:122px;
background:url(img/logo.png) no-repeat;
}

#header .title {
position:relative;
margin-left:155px;
top:-80px;
color:#f1f1f1;
font-weight:bold;
font-size:1.6em;
line-height:1.5em;
}

#header .title a {
color:#FFF;
text-decoration:none;
font-size:1.6em;
}

#header .title a:hover { text-decoration:underline; color:#f1f1f1; }

#header .t { font-size:1.6em; }

.milk {
}

#header li { 
display:inline;
padding-left:10px;
}

#header .nav {
float:left;
position:relative;
font-size:1.5em;
color:#3d3d3d;
font-weight:bold;
top:-28px;
}

.nline { border-left:1px solid #FFF; }
#header .nav a:hover {
color:#FFF;
text-decoration:underline;
}

/* Content */

#c_wrap {
width:100%;
height:100%;
top:-1px;
position:relative;
}

#content {
width:70%;
float:left;
top:30px;
height:auto;
margin-left:15px;
position:relative;
padding-left:0px;
}

* html #content {
position:relative;
top:30px;
width:50%;
}

#content #post {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
width: 50%;

}

.post {
position:relative;
padding-top:20px;
}

.post img {
padding:5px;
border:1px solid #c0c0c0;
}

.posttitle { 
position:relative;
top:-5px;
padding-bottom:10px;
border-bottom:1px solid #777;
}

.posttitle a { font-weight:normal; }

.date { 
float: left;
font-size:0.8em;
position:relative;
top:-5px;
color:#9E9E9E; 
}

.autor { 
float:right;
font-size:0.8em;
position:relative;
top:-5px;
color:#9E9E9E; 
}

.metadata {
clear:both;
font-size:0.9em;
position:relative;
color:#9E9E9E; 
padding-top:10px;
padding-bottom:00px;
line-height:1.0em;
width:100%;
}

.light {
color:#BBBBBB;
}

.entry { margin-bottom:40px; }



/* Sidebar */

#sidebar {
	float: right;
	position: relative;
	width: 23%;
	margin-left: 8px;
	height: 110%;
	top: 0px;
	list-style-type: none;
	margin-bottom:40px;
}

* html #sidebar {
position:relative;
top:20px;
width:25%;
}

#sidebar h1 {
font-size:1em;
color:#6CAAE7;
padding-bottom:12px;
}

#sidebar h2 {
padding-top:20px;
padding-bottom:5px;
font-size:1.5em;
}

#sidebar ul,li { list-style-type:none; padding-bottom:5px;}

/* IMG Styles */

img.moveDown {
position:relative;
top:5px;
}

/* Form */


#comtemp {
padding-top:30px;
height:auto;
}

h2 { 
font-size:1.9em;
}

h5 { 
color:#9E9E9E;
font-weight:bold;
}

/* Comments */

.comment
{
	background:url(img/ctop.gif) no-repeat;
	margin-top:1.1em;
	margin-bottom:1.5em;
	font-size:small;
	width:420px;

}

* html .comment {
position:relative;
margin-left:-10px;
}

.comment p {
	margin:0;
	padding:10px 10px 0;
}

.comment p.line
{
	background: url(img/clow.gif) no-repeat;
	padding-left:55px;
	padding-top:17px;
}

h5 { font-size:1.4em; }

/* Footer */

#footer {
font-size:10px;
top:25px;
position:relative;
height:25px;
background:#FFA84B;
clear:both;
background:url(img/footerbg.png) repeat-x;
border-top:2px solid #83B4D8;
text-align:center;
color:#FFF;
font-weight:bold;
}

#footer a {
color:#f1f1f1;
}

.utwtags {
}

.attachment { padding: 5px; border: 1px solid #aaa;}
.alignleft { float: left;  margin: 0px 20px 0px 0px;}
.alignright { float: right;  margin: 0px 0px 0px 20px;}
.centered { margin-left: auto; margin-right: auto; }

.imageframe { margin: 5px; padding: 5px; border: 1px solid #aaa; }
.imgalignleft { float: left; margin-right: 10px; margin-bottom: 10px;}
.imgalignright { float: right;  margin-left: 10px; margin-bottom: 10px;}

.imgaligncenter { margin-left: auto; margin-right: auto;}
