.devider, .devider-top {
	height: 1px;
	border-bottom: #DEDEDE 1px dashed;
	margin: 0 8px;
	display: block;
}
.devider {
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}
.devider-top {
	padding: 20px 0 0 0;
	margin: 0 25px 40px 0;
	position: relative;
}
.devider-top a {
	position: absolute;
	margin: 20px 0 0 0;
	top: -0.5em;
	line-height: 1.0em;
	right: -25px;
	font-size: 11px;
	text-transform: lowercase;
}
.post-meta-bottom .devider-top {
	margin-bottom: 0;
	padding-top: 10px;
}
.post-meta-bottom .devider-top a {
	margin-top: 10px;
}



.post .column2x1, .post .column3x1, .post .column3x2, .post .column4x1, .post .column4x3 {
	display: inline-block;
	height: auto;
	margin: 20px 2% 20px 0;
	vertical-align: text-top;
	line-height: 1.6;
}
.ie7 .post .column2x1, .ie7 .post .column3x1, .ie7 .post .column3x2, .ie7 .post .column4x1, .ie7 .post .column4x3 {
	float: left;
}
.post .column2x1 {
	width: 47.5%;
}
.post .column3x1 {
	width: 31%;
}
.post .column3x2 {
	width: 64.5%;
}
.post .column4x1 {
	width: 22.5%;
}
.post .column4x3 {
	width: 73%;
}
.post .last {
	margin-right: 0;
}
.post .sc_sample {
	display: block;
	color: #aaa;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #fcfcfc;
	border: #DEDEDE 1px solid;
	line-height: 1.6;
}



.post .toggle {
	padding: 10px 0;
}
.post .toggle .title {
	background: url('images/minus.png') 0 50% no-repeat;
	padding: 9px 0 9px 50px;
	cursor: pointer;
}
.post .toggle.fold .title {
	background: url('images/plus.png') 0 50% no-repeat;
}
.post .toggle .toggle-content {
	margin: 0;
	padding: 0;
}



.message {
	display: block;
	color: #717fa1;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #d7e6f5;
	border: #aacae6 1px solid;
	line-height: 1.6;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.message .title {
	color: #626d86;
}
.message.notice {
	color: #847c4f;
	background: #fcf2c6;
	border: #ffcf4f 1px solid;
}
.message.notice .title {
	color: #726b44;
}
.message.succes {
	color: #4c794b;
	background: #d8f2ce;
	border: #b1e098 1px solid;
}
.message.succes .title {
	color: #416840;
}
.message.error {
	color: #c76458;
	background: #ffe9e9;
	border: #ffbcbc 1px solid;
}
.message.error .title {
	color: #bd5b4f;
}



.readmore_button {
	display: inline-block;
	padding: 1px 0 0 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: #fff 1px solid;
	-moz-box-shadow: 0px 1px 1px #d9d9d9;
	-webkit-box-shadow: 0px 1px 1px #d9d9d9;
	box-shadow: 0px 1px 1px #d9d9d9;
	margin: 0px 0 1px 0;
	vertical-align: top;
    -moz-opacity: 1;
    -khtml-opacity: 1;
	-webkit-opacity: 1;
    opacity: 1;
    zoom: 1;
}
.ie7 .readmore_button {
	position: relative;
	float: left;
}
#gallery .readmore_button {
	margin: 0;
}
.readmore_button:hover {
	-moz-box-shadow: 0px 0px 2px #d9d9d9;
	-webkit-box-shadow: 0px 0px 2px #d9d9d9;
	box-shadow: 0px 0px 2px #d9d9d9;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
	-webkit-opacity: 0.85;
    opacity: 0.85;
    zoom: 1;
}
#content .readmore_button.custom_button {
	margin-bottom: 20px;
}
.sidepanel .readmore_button.custom_button {
	margin-top: 0px;
	margin-bottom: 1px;
}
#content .readmore_button.submit {
	margin: 10px 0 1px 0;
}
.readmore_button .title, .readmore_button input[type="submit"] {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 8px 10px;
	border: 0;
	margin: 0;
	line-height: 1;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
}