@charset "utf-8";
/* CSS Document */

body {background-color:#d1d1d1;
font-family: Rockwell;
font-size:12px;
text-decoration:none;
color:#333;
margin:0;
background:url(images/bg-cori.jpg) center top no-repeat;
}
h3 { padding: 5px 0; margin: 0;}
a {color:#775d92;
text-decoration:none;}
a:hover { color:#83c665;
text-decoration:none;}
.wrapper {width:780px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:20px;
/*background:url(images/bginc.png);*/
}
.wrapper2 {width:780px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:170px;
padding-left:5px;
}
h1 { font-size:20px; }
.header {
	
}
.content { width:600px;
height:auto;
float:left;
margin-left:5px;
}
.data { width:70px;
height:auto;
background:url(images/bubble.png) no-repeat center;
float:left;
text-align:center;
padding-top:13px;
padding-bottom:15px;
color:#FFF;
font-size:12px;
}
.title { width:510px;
height:auto;
font-size:14px;
color:#775d92;
padding-left:20px;
float:left;
}
.text {width:510px;
height:auto;
padding-left:90px;
padding-bottom:20px;
}
.tags {width:400px;
height:auto;
margin-left:70px;
padding:15px;
border-top:1px #CCC dashed;
float:left;
}
.link {width:70px;
height:auto;
padding:15px;
border-top:1px #CCC dashed;
float:left;
}
.back {width:70px;
height:auto;
margin-left:70px;
padding:15px;
border-top:1px #CCC dashed;
float:left;
}
.right { width: 150px;
height:auto;
float:left;
padding: 15px 10px;
	
}
.footer { width:100%;
height:200px;
background:url(images/footerbg.jpg) #424242 repeat-x;
margin-left:0;
margin-right:0;
margin-bottom:0;
}

.t1 { width:80px;
height:auto;
padding:10px;
padding-left:0;
float:left;
}
.t2 { width:120px;
height:auto;
padding:10px;
float:left;
}
.box { width:auto;
height:60px;
padding:20px;
text-align:center;
position:absolute;
margin:auto;
background:#333;
z-index:9999;
border:1px #FFF dashed;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
left:30%;
right:30%;
top:50%;
bottom:50%;
}

.red { color:#F30; }
.green { color:#3C0;}
