/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li,hr, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
@font-face{
	font-family:'Roboto-Light';
	src:url('../fonts/Roboto-Light.ttf');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'Roboto-Regular';
	src:url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'Roboto-Thin';
	
	src:url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'Roboto-Condensed';
	src:url('../fonts/Roboto-Condensed.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}



@font-face{
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') 
	format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
	url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
	url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
	url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular')format('svg');
	font-weight:normal;
	font-style:normal
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
div.cke{
    margin: 10px 0;
}
input{
	outline: none;
}
a#more{
    cursor: hand;
}
#article textarea {
	width: 330px;
	min-width: 330px;
	border-color: #0066BB;
	outline: none;
	-moz-appearance: none;
	overflow-wrap: normal;
}

html{}
body {
	height: 100%;
	scrollbar-face-color: #6CA6CD;
	scrollbar-highlight-color: #87CEFF;
	scrollbar-shadow-color: #d9e3ed;
	scrollbar-3dlight-color: #7EC0EE;
	scrollbar-arrow-color: #A52A2A;
	scrollbar-track-color: #F4F2CB;
	scrollbar-darkshadow-color: #1f4864;
	scrollbar-base-color:#8ea9bc;
	background: url("images/smoke.png");
	background-attachment: fixed;
	font: .81em/150% Roboto-Regular;
	color: #666;
	}

.grab{
	cursor: move;
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;

}
hr{
	border-top-width: 2px;
	margin: 2px;
}
input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;

	outline: none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	/* color: #000; */
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	margin: 3px 0em;
	/* color:#666; */
	font-weight: lighter;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
/************************************************************************************
BUTTONS
*************************************************************************************/

.darkButton{
	border-style: none;
	border-color: #d1d1d9;

	top: 130px;
	position: relative;
	display: inline-block;
	font-size: 90%;
	font-weight: 700;
	color: #d1d1d9;
	text-decoration: none;
	text-shadow: 0 -1px 2px rgba(0,0,0,.2);
	padding: .5em 1em;
	outline: none;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
	background: -moz-linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
	background: -webkit-linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
	background: -o-linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
	box-shadow:
	0 1px rgba(255,255,255,.2) inset,
	0 3px 5px rgba(0,1,6,.5),
	0 0 1px 1px rgba(0,1,6,.2);
	transition: .2s ease-in-out;

}
.darkButton:hover:not(:active){

	background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
.smrtpbutton{
	background-color: #C78B28;
}
.smrtpbutton:active{
	background-color: #8d6624;
}
.cyanbutton{
	background-color:#3BBAAC;
}
.cyanbutton:active{
	background-color: #108877;
}
.materialfield{
	border-radius:4px;
	border-style:none;
	box-shadow:
	0 0 1px rgba(0,0,0,.5) inset,
	0 2px 3px rgba(0,0,0,.5) inset,
	0 1px 1px rgba(255,255,255,.1);
	color: #154fda;
	font-weight:bold;
	padding: 12px;
	width: 129px;
	height: 44px;
}
.material{

	border-style: none;
	border-radius: 40px;
	-moz-border-radius: 40px;
	height: 44px;
	width: 152px;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;

}
.roundmaterial{
	border-style: none;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	height: 80px;
	width: 80px;
	color: #FfffFF;
	font-weight: bold;
	font-size: 20px;

}
.blue{
	background-color:rgb(15,144,209);

}
.blue:active{
	background: radial-gradient(#20A9D6, #24BFF2);
	background: -moz-radial-gradient(#20A9D6, #24BFF2);
	background: -webkit-radial-gradient(#20A9D6, #24BFF2);
}
.squarematerial{
	border-style: none;

	height: 80px;
	width: 80px;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;

}
.darkbrown{
	background-color :rgb(148, 59, 42);
}
.darkbrown:active{
	background-color :rgb(136, 47, 30);
}
input[type="radio"].rb + label {
	color:#f2f2f2;
	font-family:Arial, sans-serif;
	font-size:14px;
}
button {
	border: none;
	padding: 0.6em 1.2em !important;
	background: #c0392b;
	color: #fff;
	display: block;
	margin: 0 auto!important;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 2px;
}

button:hover {
	background: #A5281B;
}

.button{
	text-decoration: none;
}
.button:hover{
	text-decoration: none;
}
.button:visited{

}
.button20 {
	font-size: 17px;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	user-select: none;
	color: rgb(0,0,0);
	outline: none;
	border: 1px solid rgba(0,0,0,.4);
	border-top-color: rgba(0,0,0,.3);
	border-radius: 2px;
	background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
	box-shadow:
	0 0 3px rgba(0,0,0,0) inset,
	0 1px 1px 1px rgba(255,255,255,.2),
	0 -1px 1px 1px rgba(0,0,0,0);
	transition: .2s ease-in-out;
	padding: 0 16px;
}
.button20:hover:not(:active) {
	box-shadow:
	0 0 3px rgba(0,0,0,0) inset,
	0 1px 1px 1px rgba(0,255,255,.5),
	0 -1px 1px 1px rgba(0,255,255,.5);
}
.button20:active {
	background: linear-gradient(rgb(250,250,250), rgb(235,235,235));
	box-shadow:
	0 0 3px rgba(0,0,0,.5) inset,
	0 1px 1px 1px rgba(255,255,255,.4),
	0 -1px 1px 1px rgba(0,0,0,.1);
}
a.button22 {
	position: relative;
	display: inline-block;
	width: 6em;
	height: 2.5em;
	line-height: 2.4em;
	vertical-align: middle;
	text-align: center;

	user-select: none;
	color: #000;
	outline: none;
	border: 1px solid rgba(110,121,128,.8);
	border-top-color: rgba(0,0,0,.3);
	border-radius: 5px;
	background: rgb(206, 220, 231) linear-gradient(rgb(206,220,231), rgb(89,106,114));
	box-shadow:
			0 -1px rgba(10,21,28,.9) inset,
			0 1px rgba(255,255,255,.5) inset;
}
a.button22:hover {
	background: linear-gradient(#d2dfea, #71828c);

	cursor: pointer;
}
a.button22:active {
	line-height: 2.6em;
	background: linear-gradient(#bac6cf, #c5d3de 20%, #71828c);
	box-shadow: 0 -1px rgba(255,255,255,.4) inset;
}
a.button22:before {
	content: "";
	position: absolute;
	top: -10px; right: -10px; bottom: -10px; left: -10px;
	z-index: -1;
	border-radius: 8px;
	background: linear-gradient(rgba(200,200,200,.5), rgba(240,240,240,.5));
}

a.read_more_button:hover{
	text-decoration: none;
}
a.read_more_button:active{
	border-style: inset;
}
.read_more_button{
	cursor: pointer;
	background: linear-gradient(top, #37bfc9 43%, #12dda3 100%), aliceblue;
	background: -moz-linear-gradient(top, #37bfc9 43%, #12dda3 100%), aliceblue;
	background: -o-linear-gradient(top, #37bfc9 43%, #12dda3 100%), aliceblue;
	background: -webkit-linear-gradient(top, #37bfc9 43%, #12dda3 100%), aliceblue;
	background: -ms-linear-gradient(top, #37bfc9 43%, #12dda3 100%), aliceblue;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	-webkit-border-radius: 11px;
	-ms-border-radius: 11px;
	border-radius: 11px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: aqua;
	border-width: 1px;
	text-decoration: none;
	border-style: outset;
}
a.glass_button {
	cursor:pointer;
	position: relative;
	display: inline-block;
	color: #777674;
	font-weight: bold;
	text-decoration: none;
	text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
	user-select: none;
	padding: 1em 2em;
	outline: none;
	border-radius: 3px / 100%;
	background-image:
	linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
	linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
	linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
	linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
	linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
	linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
	background-repeat: no-repeat;
	background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
	background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
	box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
	top: auto;
	bottom: 10px;
}
a.glass_button:hover {
	transition: .5s linear;
	background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
	text-decoration: none;
}
a.glass_button:active {
	top: 1px;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewrap {
	height: 100%;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
}#site-logo{
	color: #636363c4;
	font-weight: normal;
}
#main-nav{
	font-family: Roboto;
	width: 100%;
	background: #ffffff47;
	margin: 0;
	padding: 0;
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-o-box-shadow: inset 0 1px 0 rgb(198, 203, 231), 0 1px 1px rgba(33, 40, 189, 0.79);
	-webkit-box-shadow: inset 0 1px 0 rgb(198, 203, 231), 0 1px 1px rgba(33, 40, 189, 0.79);
	-moz-box-shadow: inset 0 1px 0 rgb(198, 203, 231), 0 1px 1px rgba(33, 40, 189, 0.79);
	box-shadow: inset 0 1px 0 rgb(198, 203, 231), 0 1px 1px rgba(33, 40, 189, 0.79);
}
#main-nav li {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav li:first-child {}
#main-nav li:last-child{
	margin-right: 10px;
}
#main-nav li:last-child h6{
	line-height: 100%;
	font-family: inherit;
	font-style: inherit;
	color: #fff;
	margin: 0px;
	padding: 14px 15px;
	display: block;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a {
	line-height: 100%;
	color: #505050;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
    background-image: linear-gradient(120deg, #a1c4fd85 0%, #c2e9fb85 100%);
}

/************************************************************************************
CONTENT
*************************************************************************************/
.content {
	/* background: #fff; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
#post_content {
	background: #FFF none repeat scroll 0% 0%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#article_title{
	position: relative;
	border-radius: 8px 8px 3px 3px;
	-webkit-border-radius: 8px 8px 3px 3px;
	-moz-border-radius: 8px 8px 3px 3px;
	background-color: #5440ffde;
	padding: 10px 10px 6px;
	text-align: left;
	vertical-align: middle;
	color: white;
}
div.post:last-child #article_title {
	border-radius: 0px 0px 8px 8px;
}
div.post:last-child{
	margin-bottom: 0px;
}
.post{
	position: relative;
	margin-bottom: 3px;
}
.post #article_title span{
	position: static;
	float: right;
	right: 0;
	top: 30%;
	cursor: pointer;
	width: 18px;
	height: 18px;
	font: normal normal normal 14px/1 FontAwesome;
	//background: url("images/trigger.gif") no-repeat left bottom;
	display: block;
	font-size: 0;
}
.post #article_title span:before {
    content: "\f055";
}
.inactive #article_title span{
	background-position: left top;
}
#article img{
	width:100%;
}
#article{
	background: white;
	padding: 10px 10px;
}
#information{
	font-family: Courier;
	border-width: 4px;
	border-style: outset;
	border-color: thistle;
	margin: 27px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	height: auto;
	background-color: rgb(132, 132, 155);
	color: white;
	font-weight: bold;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.invisible{
	display: none;
}
.settings :last-child {
    margin-right: 3px;
}

.button-ui{
	background: #e3e3e3;
	margin-left: 5px;
	width: 18px;
	border: rgba(180, 179, 179, 0.72);
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-radius: 9px;
}
.button-ui span{
	background: url('images/pin.png') no-repeat;
	width: 18px;
  height: 18px;
	 display: block;
}
.corner-left{
	float:left;
}
.corner-right:hover{
	background: rgba(0, 0, 255, 0.4);
}
.corner-right{
  float: right;
}
span.button-ui.red, .button-ui.red{
    background-color: #d95e5c;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZDk3NDc0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNkOTc0NzQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAwNDAwMDAwMDAwMDAwMDA1NjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWZkMWM1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wMDQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZDEyNzI3IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zNjYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZDk3NDc0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45OTciLz48c3RvcCBzdG9wLWNvbG9yPSIjZWZkMWM1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45OTciLz48c3RvcCBzdG9wLWNvbG9yPSIjZDEyODI4IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, #d97474),color-stop(0.004, #d97474),color-stop(0.004, #efd1c5),color-stop(0.366, #d12727),color-stop(0.997, #d97474),color-stop(0.997, #efd1c5),color-stop(1, #d12828));
    
    background-image: -webkit-repeating-linear-gradient(top,#efd1c5 0.4%,#d12727 36.6%,#d97474 99.7%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom,#efd1c5 0.4%,#d12727 36.6%,#d97474 99.7%);
    background-image: -ms-repeating-linear-gradient(top,#efd1c5 0.4%,#d12727 36.6%,#d97474 99.7%);
}

span.button-ui.green, .button-ui.green {
    background-color: #5bd973;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNWNkMzc0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1Y2QzNzQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAwNDAwMDAwMDAwMDAwMDA1NjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjYzRlZmJjIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wMDQiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjdkMTRlIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40OTMiLz48c3RvcCBzdG9wLWNvbG9yPSIjNWNkMzc0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45OTciLz48c3RvcCBzdG9wLWNvbG9yPSIjYzRlZmJjIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45OTciLz48c3RvcCBzdG9wLWNvbG9yPSIjMjhkMTRmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, #5cd374),color-stop(0.004, #5cd374),color-stop(0.004, #c4efbc),color-stop(0.493, #27d14e),color-stop(0.997, #5cd374),color-stop(0.997, #c4efbc),color-stop(1, #28d14f));
    background-image: -webkit-repeating-linear-gradient(top,#c4efbc 0.4%,#27d14e 49.3%,#5cd374 99.7%);
    background-image: repeating-linear-gradient(to bottom,#c4efbc 0.4%,#27d14e 49.3%,#5cd374 99.7%);
    background-image: -ms-repeating-linear-gradient(top,#c4efbc 0.4%,#27d14e 49.3%,#5cd374 99.7%);
}

.tabs.md-modal.md-show{
	background: #fff;
  border-radius: 8px;
}
.button-ui:hover{
  background-color: #f5f5dc;
}
.settings{
	border-radius: 9px;
	position: absolute;
	display: block;
	background: darkgrey;
	width: auto;
	height: auto;
	top: 140.8px;
	left: 0px;
}
.sidebar {z-index:300;}
.widget {
	/* filter: blur(3px); */
	overflow-wrap: break-word;
	background-image: linear-gradient(135deg, #fdfcfb 0%, #c8c7f4 100%);
	padding: 10px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 300;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgb(24, 28, 189);
	margin-bottom: 10px;
}
.widgettitle {
	float: left;
	margin-bottom:5px;
	margin-left: 41%;
	padding: 0;
	text-align: center;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	cursor: pointer;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
div#list ul li:last-child{
	color: #ffaaaa;

	background-color: #95f005;
}
.widget li:hover {
	background-color: rgba(206, 204, 204, 0.38);
}

.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.article_head{
	height: 50px;
	background-color: rgb(216, 216, 216);
	border-radius: 8px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	position: relative;
	background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
	margin-top: 7px;
	clear: both;
	bottom: 0px;
	padding: 7px;
	color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
#footer a {
	color: #000;
}
#block_title{
	/* float: left; */
}
#block_content{
	margin: 9px;
	padding: 9px;
}
#block_content{
	font-style: inherit;
	font-family: inherit;
}
#block_description{
	float: left;
}
#block_head{
	border-width: 0px 0px 0px 5px;
	border-color: blueviolet;
	border-style: solid;
	padding: 8px;
}
#block {
    margin: 0 0 8px 0;
}
a#more{}
/************************************************************************************
REGISTRATION FORM
*************************************************************************************/
form table tr td:last-child{
	text-align: center;
}
form table tr td:first-child{
	font-size:18px;
}
form table {
	border-spacing: 9px;
}
input:-webkit-autofill {
	background: rgb(255, 255, 255) none !important;
	-webkit-background-image: none;
}

::selection { background: #00000000; color:#0000ff; }
::-moz-selection { background: #00000000; color:#0000ff; }
::-webkit-selection { background: #00000000; color:#0000ff; }

::-webkit-input-placeholder {
	color: #ccc;
	font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc;
	font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc;
	font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ccc !important;
	font-style: italic;
}
.fieldcontainer {
	margin: 3px;
	display: table;
	position: relative;
	width: 194px;
}
.searchfield {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0px 7px;
	background-color: #fff;
	font-size: 17px;
	color: #161616;
	border: 1px solid #c8c8c8;
	border-bottom-color: #d2e2e7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
	height: 37px;
}

#searchbtn {
	position: absolute;
	right: 12px;
	top: 12px;
	height: 32px;
	width: 32px;
	border: 0;
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
	background: rgba(0, 0, 0, 0) url('images/eye.png')no-repeat;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	background-size: 29px 21px;
	transition: all 0.4s linear;
	vertical-align: middle;
	background-position: 0px 6px;
	display: table-cell;
	padding: 0px;
}
#searchbtn:hover, #searchbtn:focus, #search2btn:hover, #search2btn:focus {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
	display: inline-block;
	background-color: #DB574D;
	color: white;

	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-transform: uppercase;
	width: 80px;
}

input[type=checkbox] + label,
input[type=checkbox] + label i {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 7px;
}

input[type=checkbox]:checked + label {
	background-color: #67B04F;
}

input[type=checkbox] + label:before,
input[type=checkbox] + label:after,
input[type=checkbox] + label i {
	width: 50%;
	display: inline-block;
	height: 100%;
	text-align: center;
}

input[type=checkbox] + label:before {
	content: attr(data-text-true);
}

input[type=checkbox] + label:after {
	content: attr(data-text-false);
}

input[type=checkbox] + label i {
	top: 11%;
	background-color: white;
	height: 80%;
	left: 4%;
	position: absolute;
	width: 45%;
}

input[type=checkbox]:checked + label i {
	left: 50%;
}


/************************************************************************************
MODAL WINDOW  http://ruseller.com/lessons/les1782/demo/index.html
*************************************************************************************/
.md-modal.post{
	/* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
	border-radius: 8px;
	padding: 5px;
	box-shadow: 2px 4px 5px grey;
	width: 50%;
	background: aliceblue;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	/* width: 50%; */
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(102, 102, 102, 0.80);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #666;
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 55px;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 66px;
}

.md-content > div ul li {
	padding: 5px 0;
}
/*Fade in and scale*/
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*Side in(right)*/
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.6s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg);
	-moz-transform: translateZ(600px) rotateX(20deg);
	-ms-transform: translateZ(600px) rotateX(20deg);
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg);
	opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-6 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0;
}

.md-show.md-effect-6 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #ffffff;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	//background: transparent;
	//width: 100%;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-13 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.md-show.md-effect-13 .md-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-14 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(102, 102, 102, 0.80);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


	/*-------------------------------------------------------------------------
                                            TABS
    -------------------------------------------------------------------------*/
section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.tabs input[name="tabs"] {
  display: none;
}
.tabs > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 25px;
  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 9px 9px 0 0;
}
.tabs > label:hover {
  color: #888;
  cursor: pointer;
}
.tabs input[name="tabs"]:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 5px solid #ef0000;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.tabs input[name="tabs"]:not(:checked) + label{
	box-shadow: inset 0px -7px 5px #D2D2D2;
	-moz-box-shadow:  inset 0px -7px 5px #D2D2D2;	
}
#content1:hover,#content2:hover{
	//transform: translate(-0.2%, -0.2%);
	transition: box-shadow 0.7s cubic-bezier(.13,.62,.58,1) 0s;
	-moz-transition: box-shadow 0.7s cubic-bezier(.13,.62,.58,1) 0s;
	-webkit-transition: box-shadow 0.7s cubic-bezier(.13,.62,.58,1) 0s;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2{
  display: block;
  box-shadow: 4px 3px 3px #5d5d5d;
}

.selection{
	background-color: #FFF;
	height: 128px;
	border-radius: 5px;
	border: medium solid #8B8B8B;
	padding: 1px 15px 0px 9px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.sel-opt{
	cursor: pointer;
	background-color: #1F90BD;
	height: 21px;
	border-radius: 5px;
	margin: 5px 0px;
	padding: 6px 4px;
	color: #eeeeee;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.selection input{
	display: none;
}
input[name="c"]:checked + label{
	background-color: rgb(22, 38, 168);
}
.sel-opt:active{
	background-color: rgb(15, 128, 173);
}
/*-------------------------------------------------------------------------
                                        Messages from users
-------------------------------------------------------------------------*/
.user-icon{
	background: rgba(255, 6, 6, 0) url("images/user.bmp") repeat scroll 100% 100%;
	width: 87px;
	height: 87px;
	border-right: 1px solid #ddd;
	position: relative;
	top: 0px;
	float: left;
	border-bottom: 1px solid #ddd;
}
.message{

	width: 100%;
	min-height: 87px;
	border: 1px solid #DDD;
}
p.user-name{
	font-weight: bold;
}