
html, body, #nav, #nav li, .bottom_line {
margin:0;
padding:0;
}

body
{
	font-family: Arial, sans-serif;
	background: url(/sunny/images/bbbbg.jpg) 0 100% no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
}

h1
{
	display:none;
}

.bottom_line
{
	font-size: 11px;
	margin: 0 0 10px 5px;
}
/*
.quoted
{
	background-color:#FAFAFA;
	border-bottom:2px solid #DDDDDD;
	border-right:2px solid #DDDDDD;
	color: #044485;
	font-size:90%;
	padding:10px;
}
*/
.quoted {
	position: relative;
/*	width: 40%;*/
	padding: 1em;
	margin: 2em 10px;
	background: #fff;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-border-radius: 4px;

	color: #044485;
	font-size:90%;
 
}
 
.quoted:before,
.quoted:after
{
        content: "";
        position: absolute;
        z-index: -2;
        bottom: 15px;
        left: 10px;
        width: 50%;
        height: 20%;
        max-width: 300px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
       -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
         -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
}
 
.quoted:after
{
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
       -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
         -o-transform: rotate(3deg);
            transform: rotate(3deg);
}

#warper
{
	margin: 0 550px 0 30px;
}

#content
{
}

#nav
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.5);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 5px;
}

#nav:hover
{
	background: rgba(255, 255, 255, 1);	
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

#nav li
{
	list-style-type:none;
	display:block;
	float:left;
	padding-top:2px;
	text-align:center;
	width:33%;
}

#nav li a
{
	display:block;
	text-decoration:none;
}

.news_block
{
	margin-bottom: 25px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0 10px 10px 10px;
	border-radius: 3px;	
	border: 1px solid rgba(0, 0, 255, 0.1);
}

.news_block:hover
{
	background: rgba(255, 255, 255, 0.8);

	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

.news_block h2
{
	font-size: 150%;
	color: #044485;
}

.c {
text-align:center;
}
.strong {
font-weight:bold;
}

.comment_block
{
	margin-bottom: 25px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0 10px 10px 10px;
	border-radius: 3px;	
	border: 1px solid rgba(0, 0, 255, 0.1);
}

.cb_name {
font-size:120%;
font-weight:bold;
margin:0;
}
.cb_text {
margin:0 0 0 20px;
color: #000;
}
.cb_date {
font-size:70%;
margin:0;
text-align:right;
}
.cb_reply {
margin:10px 0 0;
}
.cb_reply blockquote {
color:#0C5F0C;
margin-top:0;
}

img
{
	border: none;
	max-width: 100%;
}

#commentform_block {
font-weight:bold;
text-align:center;
}
#commentform_block label {
display:block;
font-weight:normal;
margin-top:10px;
overflow:hidden;
text-align:left;
width:100%;
}

#commentform_block span
{
	display:block;
}

.commfield
{
	height: 200px;
}

.formfield,
.formbutton
{
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #CCCCCC;
	width: 99%;
	font-size: 14px;
}

.formbutton
{
	background-color: #044485;
	cursor: pointer;
	margin: 5px 0 10px 0;
	color: #fff;
}

a {
color:#10699A;
}
a:hover {
color:#00AAFF;
}

.fullcalendar
{
	font-size: 180%;
	margin: 40px auto 0 auto;
}

.fullcalendar h3
{
	text-align: left;
}

.calendar {
	font-size:60%;
	color: #888;
}

.calendartitle
{
	background: transparent;
	border: 0 none;
	font-weight :bold;
	text-align: left;
	color: #000;
}

.calendar .weekday,
.calendar .weekend
{
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
	padding:1px;
	text-align:right;
}

.calendar .wdtitle, .invert
{
	background-color: #10699A;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.calendar a {
display:block;
font-weight:bold;
text-decoration:none;
}
.calendar a:hover {
background-color:#0C5F0C;
color:#FFFFFF;
}


#tag_cloud {
margin:20px auto 0;
text-align:center;
}
#tag_cloud a {
background-color:#10699A;
padding: 2px;
text-decoration:none;
white-space:nowrap;
border-radius: 3px;
}
#tag_cloud a.tagsize4 {
color:#FFFFFF;
font-size:240%;
}
#tag_cloud a.tagsize3 {
color:#FFFFFF;
font-size:200%;
}
#tag_cloud a.tagsize2 {
color:#FFFFFF;
font-size:180%;
}
#tag_cloud a.tagsize1 {
color:#FFFFFF;
font-size:140%;
}
#tag_cloud a.tagsize0 {
color:#FFFFFF;
font-size:100%;
}
#tag_cloud a:hover {
background-color:#00AAFF;
color:#FFFFFF;
}
.cloudsize0 {
line-height:101%;
}
.cloudsize1 {
line-height:141%;
}
.cloudsize2 {
line-height:181%;
}
.cloudsize3 {
line-height:201%;
}
.cloudsize4 {
line-height:241%;
}
#sape {
color:#CCCCCC;
font-size:50%;
margin-top:10px;
}
#sape a {
color:#CCCCCC;
}
.invalidInput {
border:1px solid red;
}
.fr {
float:right;
}
.fl {
float:left;
}
.commquote {
border-left:5px solid #CCCCCC;
color:#666666;
margin:0 0 0 30px;
padding:0 0 0 20px;
}

