* {
    margin: 0;
    padding: 0
}

body {
    font: 100% Arial, Helvetica;
    color: #2C2C2C
}

p {
    margin: 15px 0
}

a,
a:link,
a:visited {
    color: #0077FF;
    text-decoration: none
}

a:hover,
a:active {
    color: #DD2233;
    text-decoration: underline
}

a img {
    border: 0
}

acronym,
abbr {
    cursor: help;
    border-bottom: 1px dashed #999
}

span.caps {
    cursor: help
}

code {
    font: 1em 'Courier New', Courier, Fixed;
    background: #ECECEC
}

blockquote {
	padding: 15px ;
    margin: 15px;
    background: #eee;
    font-size: 17.5px;
	font-style: italic;
    line-height: 30px;
    border-left: 3px dotted #222;
}

select {
    border: 1px solid #2C2C2C;
    width: 320px
}

/*Responsive*/
#body_cover {
    background-color: #fff;	
}

/*Responsive*/
#header {
	
}

/*Responsive*/
#top_header {
    background: #2C2C2C;
	border-radius: 0 0 8px 8px;
}

#top_banner {
    width: 100%;
    height: 90px;
    margin: 5px 0 5px 0;
    border: solid 0px #C0C0C0;
    border-radius: 4px;
	text-align:center;
}

#top_div {
    width: 100%;
    height: auto;
    margin: 0;
	padding:0 0 3px 15px;
    border: solid 0 #ff0;
}

#header_sm{
    height: auto;	
	float:right;
	text-align:right;
    margin: -0 3px 0 0;
	padding: 0 3px 0 0;
    border: 0 solid #fff;
}
#header_sm ul { list-style:none; }
#header_sm ul li { list-style:none; float:right; }


/*Responsive*/
#pBody {
    background-color: #fff;	
}

.left,
.alignleft {
    float: left
}

.right,
.alignright {
    float: right
}

h1 {
    font: 21.5px Arial !important;
    font-weight: 700 !important;
}

h1#comment,
h1#addcomment {
	width:99%;
    margin-top: 32px;
    padding-left: 0;
    font: 1.3em Arial;
    margin-bottom: 3px;
    color: brown;
    font-weight: 700;
}

h2 {
    font: 18.5px Arial;
    font-weight: 700;
}

h3 {
    font: 16.5px Arial;
    color: brown;
    font-weight: 700;
}

h3.cat_title,
h3.cat_title a {
    color: #2C2C2C;
    letter-spacing: -.05em;
    font-size: .85em
}

h3.authors {
    margin-top: 15px
}

h3#respond {
    margin-top: 0;
    padding-top: 20px
}

h4 {
    font: 14px Arial;
    color: brown;
    font-weight: 700;
}
h5 {
    font: 13px Arial;
    font-weight: 600;
}
h6 {
    font: 12px Arial;
    font-weight: 600;
}

hr { margin:10px 0; padding:0; color: brown; font-weight: 700; border: dotted 1px brown; }

.button {
    border: none;
    height: auto;
    padding: 5px 12px 7px 12px;
    background-color: #2C2C2C;
    color: #fff;
    font: 12.5px Verdana;
    font-weight: 700;
	border-radius: 4px;
    cursor: pointer;
}

.inputbox {
    padding: 2px;
    border: 1px solid silver;
    background: #fff;
    font-size: 1em
}

#navBar {
    float: left;
    width: 100%;
    height: 48px;
    margin: 5px auto 10px auto;
    padding: 0 11px;
    background: #2c2c2c;
	border-radius: 8px 8px 0 0;
    border: solid 0 Red
}

#menuBar {
    float: left;
    height: 48px;
    width: 80%;
    border-right: 0 solid Green
}

#menuBar li {
    float: left;
    height: 48px;
    margin: 0;
    padding: 0;
    background: #2C2C2C;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
    display: block
}

#menuBar li:hover {
    background: #DD2233
}

#menuBar li.slash {
    float: left;
    height: 22px;
    margin: 0;
	margin-top: 6px;
    padding: 10px;
    color: #FFF;
    display: block;
    cursor: none;
    font-size: 10pt;
    font-weight: 400
}

#menuBar li.slash:hover {
    background: #2C2C2C
}

#menuBar li a {
    margin: 0;
    padding: 16px 8px;
    color: #FFF;
    display: block
}

#menuBar li a:visited {
    margin: 0;
    padding: 16px 8px;
    color: #FFF;
    display: block
}

#menuBar li a:hover {
    text-decoration: none;
    color: #FFF;
    display: block
}
/*Responsive*/
#logo {
    height: auto;
    padding: 2px 0 0;
    text-align: left;
	color: #393939;
    border: solid 0 Red;
}
#logo a {color: #393939;}
#logo a:hover {color:#DD2233; text-decoration: none;}
#logo a:visited {color:#393939; text-decoration: none;}
#logo img {width: 275px; height: 75px;}

/*Responsive*/
#logo_banner {
    float: right;
    height: 60px;
    margin: 0 0 4px;
    padding: 7px 5px 0 0;
    text-align: right;
    border: solid 0 Green
}

.logoTitle{clear:both; overflow:hidden; margin:6px 0 0 0; padding:0; width:275px; height:auto;}
.logoTitle h1 { 
	color:#393939;
    font: 15.5px Arial !important;
    font-weight: 700 !important;
	padding-left:1px;
}
.logoTitle h1:hover {color:#DD2233;}
.logoTitle h1:visited {color:#393939;}

.banner_post_bottom_left {
    float: left;
    width: 48%;
    height: 250px;
    margin: 0;
    padding: 0;
    border: solid 0 Green
}

.banner_post_bottom_right {
    float: right;
    width: 48%;
    height: 250px;
    margin: 0 0 0 10px;
    padding: 0;
    border: solid 0 #ff0
}

#headline {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    font-size: 1.05em;
    line-height: 1.5em;
    margin: 0;
    height: 359px;
    border: solid 1px #DD2233
}

#headline div.title {
    font-weight: 700;
    font: 2.4em Georgia;
    letter-spacing: -.05em;
    display: block;
    padding-bottom: 5px
}

#headline div.meta {
    display: block;
    margin-top: -5px;
    padding-bottom: 2px
}

#headline p {
    margin: 0;
    padding-bottom: 15px
}

#headline a img {
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-right: 10px;
    padding: 2px;
    border: solid 0 Red
}

#featured {
    width: 320px;
    background: #fff;
    float: right;
    padding: 10px 10px 9px;
    border: solid 0 Red
}

#featured .clearfloat {
    margin-top: 7px;
    margin-bottom: 8px
}

#featured .info {
    margin-top: 5px;
    padding-top: 5px;
    float: right;
    width: 180px
}

#featured .title {
    font-weight: 700
}

#featured p {
    margin: 0
}

#featured a img {
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-right: 10px;
    padding: 2px;
    border: solid 0 Red
}

#middle {
    width: 100%;
    background: #fff;
    float: right;
    padding: 10px;
    margin: 10px 0;
    border: solid 0 Blue
}

.category {
    width: 164px;
    float: left;
    border-top: 8px solid #2C2C2C;
    margin: 0;
    padding: 5px 10px 10px;
    background: #fff;
    border: solid 0 Red
}

.category p {
    margin: 0
}

.category span.cat_title {
    margin: 0;
    letter-spacing: -.05em;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700
}

.category a {
    color: #2C2C2C;
    display: block;
    background: none
}

.category a:hover {
    background: none;
    color: #fff;
    text-decoration: none
}

#cat-1,
#cat-3,
#cat-5 {
    border-top: 8px solid #2C2C2C
}

#cat-2,
#cat-4 {
    border-top: 8px solid #234DBA
}

#cat-1:hover,
#cat-3:hover,
.cat-5:hover {
    background: #2C2C2C;
    color: #fff
}

#cat-2:hover,
#cat-4:hover {
    background: #234DBA;
    color: #fff
}

#cat-1:hover a,
#cat-3:hover a,
.cat-5:hover a {
    background: #2C2C2C;
    color: #fff
}

#cat-2:hover a,
#cat-4:hover a {
    background: #DD2233;
    color: #fff
}

.cat-1:hover,
.cat-3:hover,
.cat-5:hover {
    background: #2C2C2C;
    color: #fff
}

.cat-2:hover,
.cat-4:hover {
    background: #234DBA;
    color: #fff
}

.cat-1:hover a,
.cat-3:hover a,
.cat-5:hover a {
    background: #2C2C2C;
    color: #fff
}

.cat-2:hover a,
.cat-4:hover a {
    background: #DD2233;
    color: #fff
}

.cat-1,
.cat-3,
.cat-5 {
    border-top: 8px solid #2C2C2C
}

.cat-2,
.cat-4 {
    border-top: 8px solid #234DBA
}

#404error {
    text-align: center;
    border: 1px
}

/*Responsive*/
.postBar {	
    background: #fff;
    line-height: 1.75em;
    float: left;
}

.postBar blockquote {
	padding: 15px ;
    margin: 15px;
    background: #eee;
    font-size: 17.5px;
	font-style: italic;
    line-height: 30px;
    border-left: 3px dotted #222;
}

.postBar p {
    margin: 0;
    padding: 0
}

.postBar .title {
    font-weight: 700;
    font: 18px Arial;
    letter-spacing: -.05em
}

.postBar .clearfloat {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-bottom: 3px solid #ccc;
    border: 0;
    margin-bottom: 10px
}

.postBar .spoiler {
    display: block;
    margin-top: 3px
}

.postBar .cat_title {
    margin: 0;
    letter-spacing: -.05em;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700
}

.postBar ul,
.postBar ol {
    margin-bottom: 15px
}

.postBar ul li {
    list-style: square;
    margin-left: 30px
}

.postBar ol li {
    list-style: decimal;
    margin-left: 30px
}

.postBar ol li ul li {
    list-style: square;
    margin-left: 20px
}

.postBar img {
    border: 0 solid #ccc;
    margin: 0 10px 5px 0;
    padding: 0;
}

.page_title {
    float: left;
    width: 100%;
    margin: 7px 0 3px;
    padding: 0 0 2px;
    color: #DD2233;
    border: solid 0 Red;
    border-bottom: solid 1px #2C2C2C
}

.page_content {
    clear: both;
    overflow: hidden;
    padding: 5px 8px 0;
	margin: 0 0 20px 0;
    font: 16px Arial;
    font-weight: 400;
    line-height: 1.7em;
    border-left: dotted 1px #CCC;
    border-right: dotted 1px #CCC
}
.page_content a, a:link, a:visited{ color:#0077FF; }
.page_content a:hover{ color:#DD2233; text-decoration:underline;}

#admin a {
    color: #234DBA;
    font-weight: 700;
    text-decoration: none
}

#admin a:link {
    color: #234DBA;
    font-weight: 700;
    text-decoration: none
}

#admin a:visited {
    color: #234DBA;
    font-weight: 700;
    text-decoration: none
}

#admin a:hover {
    color: #DD2233;
    font-weight: 700;
    text-decoration: underline
}

#admin a:active {
    color: #DD2233;
    font-weight: 700;
    text-decoration: underline
}

.post {
    font-size: 1.1em;
    line-height: 1.75em
}

.post .clearfloat {
    border-bottom: 1px dotted #ccc;
    margin: 10px 0
}

.post .ads {
    margin-top: 10px
}

.post .breadcrumbs {
    font-weight: 700;
    color: #2C2C2C
}

.post .breadcrumbs a {
    font-weight: 700;
    color: #2C2C2C
}

.postPagingTop {
    height: 20px;
    font-weight: 700
}

.postPaging {
    height: 20px;
    margin: -15px 0 10px;
    padding: 0;
    font-weight: 700;
    border: solid 0 Red
}

.postPaging a,
.postPaging a:visited {
    color: #234DBA;
    text-decoration: none
}

.postPaging a:hover {
    color: #DD2233;
    text-decoration: underline
}

/*Responsive*/
#sideBar {
	
}

#sideBar h3 {
    background: #2C2C2C;
    color: #fff;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 5px;
    padding: 6px 0 8px 10px;
    border: solid 0 Red;
    border-radius: 4px 4px 0 0;
}

#sideBar li {
    list-style: none;
    display: block;
    padding: 2px 2px 6px 1px;
    background: none;
    border: solid 0 Red;
    border-bottom: 1px dotted #ccc
}

#sideBar li ul li:last-child {
    list-style: none;
    border-bottom: 0 dotted #ccc;
    display: block;
    padding: 2px 0 0 13px;
    background: none;
    border: solid 0 Red
}

#sideBar-top {
    width: 100%;
    float: none;
    padding: 0;
    background: #fff;
    font-weight: 400;
    border: solid 0 Red
}

#sideBar-bottom {
    margin-top: 0;
    width: 100%;
    float: none;
    padding: 0;
    background: #fff;
    font-weight: 400;
    border: solid 0 Red
}

#sideBar-middle {
    margin-top: 0;
    width: 100%;
    float: right
}

#sideBar-left {
    width: 125px;
    padding: 0 10px 10px;
    float: left;
    background: #fff;
    border: solid 1px Red
}

#sideBar-ads {
    width: 280px;
    float: right;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border: solid 0 Red
}

#sideBar-ads-flash {
    width: 320px;
    margin-top: 10px;
    background: #fff;
    border: solid 0 Red
}

#sideBar .rssButton {
	width:18px;
	height:auto;
    margin: 0 5px 1px 0;
}

#sidebar-header {
    height: 357px;
    padding: 0;
    background-color: #2B2B2B
}

#sideBar-loggedin {
    height: 75px;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #ECECEC;
    border: solid 1px #2C2C2C
}

#sideBar-loggedin .panel_img {
    float: left;
    width: 65px;
    height: auto;
    margin: 0;
	padding: 0;
}

#sideBar-loggedin .panel_img img {
    border: 0;
    float: left;
    width: 50px;
	height:auto;
    border: solid 0 #CCC
}

#sideBar-loggedin .panel_name {
    float: left;
    width: 125px;
    height: 20px;
    margin: 12px 0 0 0;
    text-align: left;
    border: solid 0 Red
}

#sideBar-loggedin .panel_name a {
    color: #2C2C2C;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700
}

#sideBar-loggedin .panel_name a:visited {
    color: #2C2C2C;
    text-decoration: underline
}

#sideBar-loggedin .panel_name a:hover {
    color: #DD2233;
    text-decoration: underline
}

#sideBar-loggedin .panel_links {
    float: left;
    width: 110px;
    height: auto;
    text-align: right;
	line-height:16px;
    border: solid 0 Red;
}

#sideBar-loggedin .panel_links a {
    color: #2C2C2C;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 700
}

#sideBar-loggedin .panel_links a:visited {
    color: #2C2C2C;
    text-decoration: underline
}

#sideBar-loggedin .panel_links a:hover {
    color: #DD2233;
    text-decoration: underline
}

#sidebar-topbanner {
    width: 99%;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    border: solid 1px #DDD;
    border-radius: 6px
}

#sidebar-author {
    height: 64px;
    width: 98%;
    margin: 11px 10px 11px 0;
    padding: 5px 8px;
    background-color: #ECECEC;
    border: solid 1px #2C2C2C
}

.AuthorBar_PostDetail {
    height: auto;
    width: 100%;
    border: solid 0 Red;
    margin: 0 0 8px;
    padding: 0 0 5px
}

.AuthorBar_Title {
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    height: 21px;
    margin: 3px 0 6px;
    border-bottom: solid 2px #000
}

.AuthorBar_Image {
    float: left;
    margin: 0;
    padding: 0;
    width: 33%;
    height: auto;
    border: solid 1px #CCC
}

.AuthorBar_Image img {
    border: 0;
    margin: 2px;
    width: 120px;
    height: 120px;
    border: solid 0 #CCC
}

.AuthorBar_Name {
    color: #DD2233
}

.AuthorBar_Content {
    float: left;
    width: 65%;
    height: auto;
    margin: 0 0 5px 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #2C2C2C;
    border: solid 0 #ff0;
    line-height: 20px
}

.AuthorBar_Web {
    float: left;
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 0;
    border: solid 0 Red
}

.AuthorBar_Web_AllNews {
    float: right;
    width: 100px;
    height: 25px;
    margin: 3px 8px 0 0;
    padding: 3px 0 0;
    text-align: center;
    background-image: url(/assets/images/profiles/tum-haberler.png)
}

.AuthorBar_Web_AllNews a {
    font-weight: 700;
    color: #DD2233
}

.AuthorBar_Web-Twitter-f {
    float: right;
    height: 26px;
    padding: 3px 0
}

.AuthorBar_Web-Twitter {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px
}

.AuthorBar_Web-LinkedIn {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px
}

.AuthorBar_Web-Site {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px
}

.AuthorBar_Web-Blog {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px
}

.AuthorBar_Web-Mail {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px
}

#comments {
    margin: 0 0 6px;
    height: auto;
    width: 100%;
    padding: 6px 0 8px 10px;
    background-color: #2C2C2C;
    color: #fff;
    font: 14px Verdana;
    font-weight: 700;
	border-radius: 4px 4px 0 0;
}

#commentlist {
    width: 100%;
    border: solid 0 Red
}

#commentlist p {
    margin: 8px 0
}

#commentlist blockquote {
    background: #ededed
}

.comment {
    width: 100%;
    margin: 0;
    padding: 0 0 4px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    border: solid 0 Blue;
    border-bottom: dotted 1px #CCC
}

.commentgravatar {
    float: left;
    margin: 7px 0 0 -2px;
    width: 9%;
    height: auto;
    border: solid 0 #ff0
}

.commentgravatar img {
    margin: 0;
    width: 100%;
	max-width:60px;
    height: auto;
    border: 0;
    border-radius: 4px
}

.commenttext {
    float: right;
    min-height: 55px;
    width: 88%;
    margin: 9px 0 0;
    padding: 4px 5px 0;
    background: #f2f2f2;
    border: solid 1px #DEDEDE
}

.commenttext img {
    margin: 0 0 -5px;
    border: solid 0 Red;
    border-radius: 4px
}

.commenttext_a {
    color: #234DBA;
    text-decoration: underline
}

.commenttext_a:visited {
    color: #234DBA;
    text-decoration: underline
}

.commenttext_a:hover {
    color: #DD2233;
    text-decoration: underline
}

.commenttext_author {
    color: #DD2233
}

.commentmetadata {
	width:98%;
    height: 18px;
    margin: 0;
    color: #4d4d4d;
    text-align: right;
    font-size: .9em;
    border: solid 0 red
}

.commentmetadata a,
a:visited {
    color: #0077FF
}

.commentmetadata a:hover {
    color: #DD2233
}

.comment_author {
    float: left;
    clear: both;
    border: solid 1px Red
}

.comment_date {
    float: left;
    clear: both;
    border: solid 1px Red
}

.comment-replies {
    background: transparent url(/assets/images/icons/reply-arrow.gif) no-repeat 2px 2px;
    padding: 0 0 0 15px;
    margin: 5px 0 0
}

#addcomment {
    margin: 20px 0;
    height: auto;
    width: 100%;
    padding: 6px 0 8px 10px;
    background-color: #2C2C2C;
    color: #fff;
    font: 14px Verdana;
    font-weight: 700;
	border-radius: 4px 4px 0 0;
}

.commentForm {
    width: 100%;
    margin: 8px 0 10px 0;
    padding: 0 0 15px 0;
    border: solid 0 Red;
    font: 13.5px Verdana;
    border-bottom: dotted 1px #CCC;
}

.commentForm label {
    display: block;
    width: 80px;
    margin-top: 4px
}

.commentForm input {
    width: 50%;
}

.commentForm textarea {
    width: 98%;
    height: 150px;
    border: 1px solid silver
}

.commentForm .bbcode {
    font: 11px Arial;
    float: right;
    position: relative;
    top: 25px;
    padding: 0;
    border: solid 0 #DD2233
}

#commentMenu {
    padding: 0;
    margin: 0;
    clear: both
}

#commentMenu li {
    float: left;
    border: 1px solid silver;
    border-bottom: transparent;
    margin: 0;
    list-style: none;
    margin-right: 5px;
    padding: 3px 8px;
    cursor: pointer;
    position: relative;
    top: 2px;
    background: #d8d8d8
}

#commentMenu li.selected {
    background: #fff;
    border-bottom: 1px solid #fff
}

#commentPreview {
    display: none;
    clear: both;
    min-height: 55px
}

#preview {
    border-bottom: solid 1px #CCC
}

.success {
    color: green;
    font-weight: 700
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px;
    background: #fff;
    border: 1px solid #ccc
}

.thumb {
    border: 1px solid #bbb;
    margin: 0 10px 0 0;
    float: left;
    padding: 2px;
    width: 55px;
    border: solid 0 Red
}

.photo {
    border: 1px solid #bbb;
    margin: 0 10px 0 0;
    float: left;
    padding: 2px;
    width: 55px;
    height: 55px;
    border: solid 0 Red
}

/*Responsive*/
#footer {
    color: #fff;	
    background: #2c2c2c;
	border-radius: 0 0 8px 8px;
}

#footer h3 {
    margin: 0;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

#footer_comments {
    height: auto;
    border: 0 solid #fff;
	border-bottom: dotted 2px #99EBEB;
}

#footer_comments h3 {
    color: #222;
	background-color: #99EBEB;
	font: 14px Verdana;
	font-weight:700;
	padding:6px 5px 6px 8px;
    border-bottom: 1px dotted #fff
}

#footer_comments a {
    color: #fff
}
#footer_comments a:hover {
    color: #DD2233;
	text-decoration:underline;
}

#footer_comments ul {
    margin: 5px 0 0 0;
}

#footer_comments ul li {
    list-style: none;
	height:auto;
	margin:0;
    padding: 6px 0 6px 2px;
	font: 14px Arial;
	line-height:22px;
    display: block;
    border-bottom: 1px dotted #666;
}

#footer_comments ul li:hover {
	background-color:#2C2C2C;
    color: #fff
}

#footer_comments ul li:first-child {
    border-bottom: 1px dotted #666
}

#footer_comments ul li .moreLink {
    color: gray;
    font-weight: 700
}

#footer_comments ul li .moreLink:hover {
    color: #DD2233;
    font-weight: 700;
	text-decoration:underline;
}
#footer_comments ul li b {    
    font-weight: 700
}

#footer_posts {
    height: auto;
    border: 0 solid #fff;
	border-bottom: dotted 2px #88BB55;
}
#footer_posts h3 {
    color: #222;
	background-color: #88BB55;
	padding:6px 5px 6px 8px;
    border-bottom: 1px dotted #fff
}
#footer_posts a {
    color: #fff
}
#footer_posts a:hover {
    color: #DD2233;
	text-decoration:underline;
}
#footer_posts ul {
    margin: 5px 0 0 0;
}
#footer_posts ul li {
    list-style: none;
	height:auto;
	margin:0;
    padding: 6px 0 6px 2px;
	font: 14px Arial;
	font-weight:600;
	line-height:22px;
	letter-spacing:0.5px;
    display: block;
    border-bottom: 1px dotted #666;
}
#footer_posts ul li:hover {
	background-color:#2C2C2C;
    color: #DD2233;
}
#footer_posts ul li:first-child {
    border-top: 0 dotted #fff
}

#footer_links{
    height: auto;
    border: 0 solid #fff
}
#footer_menu{
    width: 74%;
	float:left;
    height: auto;
    margin: 0 auto;
    border: 0 solid #fff
}
#footer_menu ul {
    margin-top: 5px;
}
#footer_menu ul li {
    list-style: none;
	height:auto;
    padding: 6px 0 6px 2px;
	font: 14px Arial;
	font-weight:600;
	line-height:30px;
	letter-spacing:0.5px;
    display: block;
}
#footer_menu a {
    color: #fff
}
#footer_menu a:hover {
    color: #DD2233;
	text-decoration:underline;
}
#footer_sm{
    width: 25%;
    height: auto;
	float:left;
	text-align:right;
    margin: 0;
	padding: 8px 0 0 0;
    border: 0 solid #fff
}
#footer_sm ul { list-style:none; }
#footer_sm ul li { list-style:none; margin: 0 0 14px 0; }
#footer_sm ul li  a img { width:48px; height:auto; }

#footer_copyright{
    width: 100%;
    height: auto;
    margin: 0 auto;
	text-align:center;
	font: 14px Arial;
	font-weight:700;
	line-height:24px;
    border: 0 solid #fff
}


#author_list {
    width: 16%;
    height: 150px;
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
    border: 0 solid #fff
}

#author_list h3 {
    color: #fff;
    border-bottom: 1px dotted #fff
}

#author_list a {
    color: #fff
}

#author_list ul {
    margin-top: 5px
}

#author_list ul li {
    list-style: none;
    border-bottom: 1px dotted #666;
    padding: 5px 0 5px 2px;
    display: block
}

#author_list ul li:hover {
    background: #DD2233;
    color: #fff
}

#author_list ul li:first-child {
    border-top: 0 dotted #fff
}

#followup_list {
    width: 60px;
    height: 150px;
    float: right;
    padding: 8px;
    margin: 0 2px 16px 0;
    border: 1px solid #fff
}

.clearRow { height: 1px; clear: both; visibility: hidden;}
.clearRow5 { height: 5px; clear: both; visibility: hidden;}
.clearRow10 { height: 10px; clear: both; visibility: hidden;}
.clearRow20 { height: 20px; clear: both; visibility: hidden;}

.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfloat {
    height: 1%
}

*+html .clearfloat {
    height: 1%
}

.clearfloat {
    display: block
}

.rating {
    opacity: 1;
    width: 100%
}

.rating p {
    display: inline;
    position: relative;
    top: 14px;
    left: 55px
}

.star-rating {
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
    border: solid 0 Orange
}

.star-rating li {
    display: inline
}

.star-rating a,
.star-rating .current-rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none;
    border: solid 0 Green
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
    background-position: left bottom
}

.star-rating a.one-star {
    width: 20%;
    z-index: 6
}

.star-rating a.two-stars {
    width: 40%;
    z-index: 5
}

.star-rating a.three-stars {
    width: 60%;
    z-index: 4
}

.star-rating a.four-stars {
    width: 80%;
    z-index: 3
}

.star-rating a.five-stars {
    width: 100%;
    z-index: 2
}

.star-rating .current-rating {
    z-index: 1;
    background-position: left center
}

.small-star {
    width: 50px;
    height: 10px
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
    background-image: url(/assets/images/icons/star_small.gif);
    line-height: 10px;
    height: 10px
}

ul#monthList {
    font-weight: 700
}

ul#monthList ul li {
    margin-left: 20px;
    font-weight: 400
}

ul#monthList li.year {
    cursor: pointer
}

ul#monthList ul {
    display: none
}

ul#monthList ul.open {
    display: block
}

#calendarContainer {
    text-transform: capitalize;
    margin: 0 auto
}

calendar {
    border: none;
    margin: 0 auto;
    font-size: 12px
}

.calendar a.exist {
    display: block;
    font-weight: 700
}

.calendar td {
    vertical-align: top;
    color: #fff
}

#searchbar {
    float: right;
    text-align: right;
    height: 24px;
    margin-top: 12px;
    border: solid 0 Red
}

#searchfield {
    border: none;
    height: 26px;
    width: 100px;
	margin:0;
	padding:0 0 2px 0;
    background-color: #fff;
    color: #000;
    font: 15px Arial;
    font-weight: 400;
    text-align: center;
    vertical-align: bottom;
    border-radius: 6px
}

#searchbutton {
    border: none;
    height: 26px;
	display:none;
    width: 48px;
    background-color: #DD2233;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    vertical-align: bottom;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 6px
}

#searchcomments {
    margin-left: 5px;
    color: #fff;
    font-family: Verdana;
    font-size: 12px
}

#searchonsearch {
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 20px
}

#searchonsearch ol li {
    margin: 2px 50px
}

#searchpage {
    width: 100%;
    padding-bottom: 15px;
    text-align: center
}

#searchpage input#q {
    height: 30px;
    padding: 0 5px;
    color: #2C2C2C;
    font-family: aril;
    font-weight: 700;
    font-size: 18px;
    border: solid 1px #2C2C2C
}

#searchpage input#buton {
    width: 50px;
    height: 32px;
    color: #2C2C2C;
    font-family: aril;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    border: solid 1px #2C2C2C
}

#searchpage input#comment {
    clear: both
}

.searchpage ul.paging {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.searchpage ul.paging li {
    display: inline;
    border: 1px solid gray;
    background: #f1f1f1;
    margin: 0;
    padding: 0
}

.searchpage ul.paging li a {
    padding: 5px 8px
}

.searchpage ul.paging li.active {
    background: #f1f1f1;
    border: 1px solid #2C2C2C
}

.searchpage_title {
    font-size: 17px;
    font-family: Arial;
    font-weight: 700;
    text-decoration: underline
}

.searchresult {
    margin-bottom: 20px
}

.searchresult a {
    font-weight: 700;
    font-size: 10px
}

.searchresult span.text {
    clear: both;
    font-size: 10px;
    display: block;
    margin: 3px 0
}

.searchresult span.type {
    display: block
}

.searchresult span.url {
    color: Gray
}

.divResult {
    width: 100%;
    margin: 10px auto 20px auto;
    padding: 15px;
    text-align: center;
    border: dotted 1px #CCC;
    font: 13.5px Verdana;
    background-color: #2C2C2C;
    color: #fff;
    font-weight: 700;
	border-radius:6px;
}

.resultText_ek {
    font: 13px Verdana;
    color: #2C2C2C;
    color: #fff;
    font-weight: 400
}

.paging_Info {
    font: 13px Verdana;
    color: #2C2C2C;
    color: #fff;
    font-weight: 400
}

.pager {
    margin: 0 auto;
    border: solid 1px Green
}

.pagerItem_Navigate {
    float: left;
    text-align: center;
    width: auto;
    margin: 0 3px;
    border: solid 0 #f4d007
}

.pagerItem_Number {
    float: left;
    text-align: center;
    margin: 0 10px;
    font: 16px Arial Black;
    color: #234DBA;
    border: solid 0 Red;
    font-weight: 700;
}

.pagerItem_Number a {
    text-decoration: none;
    color: #234DBA
}

.pagerItem_Number a:hover {
    text-decoration: underline;
    color: #DD2233
}

.pagerItem_Number a:visited {
    text-decoration: none;
    color: #234DBA
}

.pagerItem_Number_Active {
    float: left;
    text-align: center;
    margin: 0 3px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #DD2233
}

.pagerItem_NumberDivider {
    float: left;
    text-align: center;
    margin: 0 3px;
    font-size: 18px;
    color: #2C2C2C;
    font-weight: 700
}

#contact label {
    display: block;
    padding-top: 5px
}

#contact input.field {
    width: 200px
}

#contact textarea {
    display: block;
    overflow: auto;
    width: 75%;
    height: 150px;
    margin: 0
}

#archive {
    line-height: 1.75em
}

#archive p {
    margin: 0;
    padding: 0
}

#archive img {
    border: 0 solid #ccc;
    margin: 0 10px 5px 0;
    padding: 2px
}

#archive table {
    width: 100%;
    border-collapse: collapse
}
#archive table tr {
	padding: 6px 0;
	font-weight:600;
}
#archive table tr a{
	text-decoration:underline;
}

#archive table td,
#archive table th {
    text-align: left;
    vertical-align: top;
	text-decoration: none !absolute;
}

#archive table td {
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
    padding: 6px 0;
}

#archive table .title {
    font-size: 100%
}

#archive .spoiler {
    display: block;
    margin-top: 3px
}

#archive .title {
    font-weight: 700;
    font: 18px Arial;
    letter-spacing: -.05em
}

#archive .clearfloat {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-bottom: 3px solid #ccc;
    border: 0;
    margin-bottom: 10px
}

#archive .cat_title {
    margin: 0;
    letter-spacing: -.05em;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700
}

#archive .date {
    width: 70px
}

#archive .comments {
    width: 70px;
    text-align: center
}

#archive .rating {
    width: 70px;
    text-align: center
}

.posts {
    border: solid 0 Red
}

.post_item_homebig {
    height: auto;
    width: 222px;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    border: dotted 0 #BBB
}

.post_image_homebig {
    float: left;
    width: 222px;
    height: 162px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: solid 0 Green
}

.post_image_homebig img {
    width: 196px;
    height: 148px;
    margin: 10px 8px 0;
    border: solid 0 Red
}

.post_title_homebig {
    float: left;
    width: 210px;
    height: 54px;
    margin: 4px 6px 0;
    padding: 0;
    color: #DD2233;
    font-family: Arial;
    font-weight: 700;
    border: solid 0 Blue;
    border-bottom: solid 1px #2C2C2C
}

.post_title_homebig a {
    font-size: 13px;
    color: #234DBA;
    line-height: 18px;
    text-decoration: none
}

.post_title_homebig a:hover {
    font-size: 13px;
    color: #DD2233;
    text-decoration: underline
}

.post_info_homebig {
    float: left;
    width: 210px;
    height: 18px;
    margin: 0 6px;
    padding: 0;
    font-size: 10px;
    font-family: Tahoma;
    font-weight: 700;
    color: #666;
    text-align: right;
    border: solid 0 Blue
}

.post_summary_homebig {
    float: left;
    width: 210px;
    height: 90px;
    margin: 6px 6px 2px;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    line-height: 17px;
    color: #2C2C2C;
    border: solid 0 Red
}

.post_summary_homebig a {
    color: #234DBA;
    text-decoration: none
}

.post_summary_homebig a:hover {
    color: #DD2233;
    text-decoration: underline
}

.post_item_homebig {
    height: auto;
    width: 333px;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    border: dotted 0 #BBB
}

.post_info_homebig {
    float: left;
    width: 100px;
    height: 162px;
    margin: 0 6px;
    padding: 0;
    font-size: 10px;
    font-family: Tahoma;
    font-weight: 700;
    color: #666;
    text-align: right;
    border: solid 1px Blue
}

.post_title_homebig {
    float: left;
    width: 316px;
    height: 35px;
    margin: 5px 8px 0;
    padding: 0;
    color: #DD2233;
    font-family: Arial;
    font-weight: 700;
    border: solid 0 Blue
}

.post_title_homebig a {
    font-size: 13px;
    color: #234DBA;
    line-height: 17px;
    text-decoration: none
}

.post_title_homebig a:hover {
    font-size: 13px;
    color: #DD2233;
    text-decoration: underline
}

.post_image_homebig {
    float: left;
    width: 176px;
    height: 133px;
    margin: 0 0 8px 7px;
    padding: 0;
    text-align: center;
    border: solid 0 Green
}

.post_image_homebig img {
    width: 172px;
    height: 129px;
    margin: 0;
    border: solid 0 Red
}

.post_summary_homebig {
    float: left;
    width: 138px;
    height: 133px;
    margin: 0 0 8px 7px;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    line-height: 17px;
    color: #2C2C2C;
    border: solid 0 Red
}

.post_summary_homebig a {
    color: #234DBA;
    text-decoration: none
}

.post_summary_homebig a:hover {
    color: #DD2233;
    text-decoration: underline
}

.post_item_homelist {
	min-height: 120px;
    height: auto;
    width: 100%;
    margin: 2px 0 20px 0;
    padding: 0 0 22px 0;
    clear: both;
    overflow: hidden;
    border: solid 0 Green;
    border-bottom: dotted 1px #BBB
}
.post_item_homelist:hover a {
	color:#DD2233;
	text-decoration:underline;
}

.post_image_homelist {
    float: left;
    height: auto;
    border: solid 0 Green
}

.post_image_homelist img {
    border: solid 0 #CCC;
	width:99%;
	height:auto;
    margin: 6px 0 0 0;
    padding: 0;
}

.post_title_homelist {
    float: left;
    height: auto;
    color: #DD2233;
    font-family: Arial;
    font-weight: 700;
    border: solid 0 Blue;
    border-bottom: solid 0px #2C2C2C
}

.post_title_homelist a {
    color: #222;
    text-decoration: none
}

.post_title_homelist a:hover {
    color: #DD2233;
    text-decoration: underline;
}

.post_info_homelist_home {
    float: left;
    font: 12px Helvetica;
    font-weight: 700;
	font-style:italic;
    color: #8f8f8f;
    text-align: left;
    border: solid 0 Blue;
}
.post_info_homelist_home a {
    color: #8f8f8f;
    text-decoration: none
}
.post_info_homelist {
    float: left;
    font: 12px Helvetica;
    font-weight: 700;
	font-style:italic;
    color: #8f8f8f;
    text-align: left;
    border: solid 0 Blue;
}
.post_info_homelist a {
    color: #8f8f8f;
    text-decoration: none
}

.post_summary_homelist {
    float: left;
    height: auto;
    font: 13.5px Helvetica;
    font-weight: 400;
    line-height: 21px;
    color: #2C2C2C;
    border: solid 0 Red
}

.post_summary_homelist a {
    color: #2c2c2c;
    font: 13px Helvetica;
    text-decoration: none
}

.post_summary_homelist a:hover {
    color: #DD2233;
    text-decoration: underline
}

.post_title {
    float: left;
    width: 99%;
    margin: 15px 0 3px;
    padding: 0 0 2px;
    color: #DD2233;
    font-family: Arial;
    font-weight: 700;
    border: solid 0 Red;
    border-bottom: solid 1px #2C2C2C
}

.post_title a {
    font-size: 16px;
    color: #234DBA;
    text-decoration: none
}

.post_title a:hover {
    font-size: 16px;
    color: #DD2233;
    text-decoration: underline
}

#post_info {
    float: left;
    width: 98%;
    margin-top: -3px;
    padding: 2px 10px 5px;
    border: dotted 1px #CCC;
    border-top: 0
}

.post_info {
    float: left;
    margin-top: 3px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #2C2C2C;
    border: solid 0 Red
}

.post_info a {
    color: #234DBA;
    text-decoration: none
}

.post_info a:hover {
    color: #DD2233;
    text-decoration: underline
}

.post_title_detail {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 6px 0;
    color: #A52A2A;
    font: 21.5px Arial;
    font-weight: 600;
    border: solid 0 Red;
	line-height:30px;
    border-bottom: solid 1px #666
}

.post_title_detail a {
    font-size: 16px;
    color: #A52A2A;
    text-decoration: none
}

.post_title_detail a:hover {
    font-size: 16px;
    color: #A52A2A;
    text-decoration: underline
}

#post_info_detail {
    float: left;
    width: 98%;
    margin-top: -3px;
    padding: 2px 10px;
    border: dotted 1px #CCC;
    border-top: 0
}

.post_info_detail {
    float: left;
    margin-top: 3px;
    color: #2C2C2C;
    font-family: Arial;
	font-weight:500;
    border: solid 0 Red
}

.post_info_detail a {
    color: #234DBA;
    text-decoration: none
}

.post_info_detail a:hover {
    color: #DD2233;
    text-decoration: underline
}

.post_tools {
    float: left;
    width: 100%;
    font-size: 12px;
    border: solid 0 Red
}

.post_tools a:hover {
    background: none
}

.post_tools_share {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 12px;
    border: solid 0 #ff0
}

.post_tools_rate {
    float: left;
    width: 100%;
    padding: 0;
    vertical-align: top;
    font-size: 12px;
    border: solid 0 Green
}

.entry {
    margin: -5px 0 0;
    padding: 5px 8px 0;
    clear: both;
    overflow: hidden;
    font-family: Arial;
    font-weight: 400;
    border: dotted 1px #CCC;
    border-top: 0;
    line-height: 1.7em
}

.entry  .summary{
	margin: 0 5px 15px 5px;
	padding: 15px;
	background: #eee;
	font-size: 17.5px;
	line-height: 30px;
	border-bottom: 3px dotted #222;
	border:0;
	border-radius:6px;
}

.entry p {
    margin: 6px 0 14px 0;
}
.entry h2 {
    margin: 10px 0;
    color:#A52A2A !important;
	font-weight: bold;
	line-height:30px;
	/*text-transform: lowercase;*/
}
/*.entry h2:first-line {text-transform: capitalize;}*/
.entry h3 {
    margin: 10px 0;
    color:#A52A2A !important;
	font-weight:bold;
	line-height:30px;
}

.entry img {
    margin: 10px;
    padding: 0;
	max-width:97%;
	height:100% !important; 
	object-fit: cover;
    border: solid 0 Red;
    border-radius: 6px;
}

.entry iframe {
    margin: 0 10px;
    padding: 0;
	max-width:97%;
    border: solid 0 Red;
}

.entry table td {
    padding: 4px
}

.entry a:link,
.entry a:visited {
    color: #0077FF;
    text-decoration: underline
}

.entry a:hover,
.entry a:active {
    color: #DD2233;
    text-decoration: underline
}

.entry ul,
.entry ol {
    margin-bottom: 15px
}

.entry ul li {
    list-style: square;
    margin-left: 30px
}

.entry ol li {
    list-style: decimal;
    margin-left: 30px
}

.entry ol li ul li {
    list-style: square;
    margin-left: 20px
}

.entry_rss {
    clear: both;
    overflow: hidden;
    margin: 20px 0 5px;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    border: solid 0 #f0f
}

.post_tags {
	font: 14px Arial;
    border: solid 0 Red;
    border-left: dotted 0 #CCC
}

.post_cats {
	font: 14px Arial;
    border: solid 0 Red;
    border-left: dotted 0 #CCC
}
.post_cats a {
    color: #A52A2A
}
.post_cats a:hover {
    color: #A52A2A
}

.post_share {
	font: 14px Arial;
    height: 24px
    border: solid 0 Red;
    border-left: dotted 0 #CCC;
}
.post_share img {
    float: left;
    margin: -10px 6px 0 6px;
}
.post_share_readcount {
	float:left; 
	padding:3px 0 0px 0;
	font: 15px Arial;
	font-weight:600;
}

#share {
    height: 21px;
    width: 98%;
    padding: 0 0 2px 10px;
    margin: 5px 0 0;
    background-color: #2C2C2C;
    color: #fff;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700;
    border: solid 0 Red
}

#sideBar_cat {
    width: 100%;
    margin: 0;
    border: solid 0 Red;
    background-color: #fff
}

#sideBar_cat ul li {
    display: block;
    width: 99%;
    padding: 0 0 0 4px;
    list-style: none;
    line-height: 24px;
    color: #2C2C2C;
    border-bottom: solid 1px #CCC
}

#sideBar_cat ul li a {
    color: #2C2C2C;
    margin: 0 0 0 3px
}

#sideBar_cat li ul li:last-child {
    list-style: none;
    display: block;
    padding: 2px 0 0 3px;
    border: solid 0 Red
}

#sideBar_cat div {
    float: left;
    height: auto;
	margin: 2px 0;
    padding: 4px 0 4px 0;
    background-color: #fff;
    border: solid 0 Red;
    border-bottom: solid 1px #CCC
}
#sideBar_cat div img {    border: 0;    margin-right: 5px;    border: solid 0 Green}
#sideBar_cat div a { float:left; color: #484848; line-height: 24px;    font: 13px Arial;    font-weight: 550;    background-color: #fff;}
#sideBar_cat div a:visited {color: #484848}
#sideBar_cat div a:hover {color: #DD2233}
#sideBar_cat div a:active {color: #DD2233}
#sideBar_cat div a h2{ margin:0; font-weight: 550; line-height: 24px;}

#topPosts {
    border: solid 0 Red;
    background-color: #fff
}

#topPosts li {
    border: solid 0 Green;
    line-height: 25px;
    padding: 0 0 0 20px;
    border-bottom: dotted 1px #CCC
}

#topPosts li a {
    font-size: 12px
}

#topPostsWthImages {
    border: solid 0 Red;
    list-style: none;
    float: left;
    width: 320px;
    background-color: #fff
}

#topPostsWthImages li {
    border: solid 0 Green;
    list-style: none;
    margin: 0;
    padding: 5px;
    height: 52px;
    border-bottom: dotted 1px #CCC;
    background-image: none;
    clear: both
}

#topPostsWthImages li img {
    margin-right: 5px;
    float: left;
    background: #fff;
    border: 1px solid #eee
}

#topPostsWthImages li a {
    line-height: 20px;
    font-size: 11px
}

#topPostsWthImages div {
    position: relative;
    top: 30%;
    font-size: 11px;
    font-family: Verdana;
    border: solid 0 Red
}

.sponsor {
    width: 320px;
    height: auto;
    border: solid 0 #0094FF;
    overflow: hidden;
    margin: 8px 0 0;
    padding: 0
}

.sponsor-box {
    width: 131px;
    height: 131px;
    float: left;
    background-color: #FFF;
    border: solid 1px #717171;
    background-image: url(/assets/images/banners/gh-sponsor_h.jpg)
}

.sponsor-box a {
    display: block;
    width: 125px;
    height: 125px;
    margin: 3px;
    float: left;
    background-image: url(/assets/images/banners/gh-sponsor_h.jpg);
    border: 0
}

.sponsor-box a:hover {
    display: block;
    width: 125px;
    height: 125px;
    margin: 3px;
    float: left;
    background-image: url(/assets/images/banners/gh-sponsor.jpg);
    border: 0
}

.sponsor-box-rezerved {
    float: left;
    padding: 8px;
    width: 131px;
    height: 131px;
    background-color: #FFF;
    border: solid 1px #DDD;
    border-radius: 6px
}

.sponsor-box-rezerved-img {
    border: 0;
    margin: 3px
}

.sponsor-box-rezerved-img:hover {
    border: 0;
    margin: 3px
}

.sponsor-box-flashed {
    float: left;
    width: 125px;
    height: 125px;
    padding: 3px;
    background-color: #FFF;
    border: solid 1px #DDD
}

#relatedPostTitle {
    margin: 14px 0;
    height: auto;
    width: 100%;
    padding: 6px 0 8px 10px;
    background-color: #2C2C2C;
    color: #fff;
    font: 14px Verdana;
    font-weight: 700;
	border-radius: 4px 4px 0 0;
}

.divPostPrev_Title {
    height: auto;
    padding: 6px 0 8px 10px;
    text-align: left;
    background-color: #2C2C2C;
    color: #fff;
    font: 14px Verdana;
    font-weight: 700;
	border-radius: 4px 4px 0 0;
}
.divPostPrev_Content {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px;
	line-height: 30px !important;
    border: solid 0 Gray
}
.divPostPrev_Content a {
    color: #222;
    text-decoration: none
}
.divPostPrev_Content a:visited {
    color: #222;
    text-decoration: none
}
.divPostPrev_Content a:hover {
    color: brown;
    text-decoration: underline
}

.divPostNext_Title {
    height: auto;
    padding: 6px 0 8px 10px;
    text-align: left;
    background-color: #2C2C2C;
    color: #fff;
    font: 14px Verdana;
    font-weight: 700;
	border-radius: 4px 4px 0 0;
}
.divPostNext_Content {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px;
	line-height: 30px !important;
	font-weight: 700 !important;
    font: 19.5px Arial;
    border: solid 0 Gray
}
.divPostNext_Content a {
    color: #222;
    text-decoration: none
}
.divPostNext_Content a:visited {
    color: #222;
    text-decoration: none
}
.divPostNext_Content a:hover {
    color: brown;
    text-decoration: underline
}

.divPostPrev_Wide_Content {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px;
	line-height: 30px !important;
	font-weight: 700 !important;
    font: 19.5px Arial;
    border: solid 0 Gray
}
.divPostPrev_Wide_Content a {
    color: #222;
    text-decoration: none
}
.divPostPrev_Wide_Content a:visited {
    color: #222;
    text-decoration: none
}
.divPostPrev_Wide_Content a:hover {
    color: brown;
    text-decoration: underline
}

.divPostNext_Wide_Content {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px;
	line-height: 30px !important;
	font-weight: 700 !important;
    font: 19.5px Arial;
    border: solid 0 Gray
}
.divPostNext_Wide_Content a {
    color: #222;
    text-decoration: none
}
.divPostNext_Wide_Content a:visited {
    color: #222;
    text-decoration: none
}
.divPostNext_Wide_Content a:hover {
    color: brown;
    text-decoration: underline
}


.Author_Panel {
    height: 203px;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border: solid 0 Red
}

.Author_Panel_PostDetail {
    min-height: 180px;
	height: auto;
    width: 100%;
    margin: 14px 0 4px 0;
	padding:0 0 6px 0;
	clear:both;
	overflow:hidden;
    border: solid 0 Red;
    border-bottom: solid 1px #2C2C2C
}

.Author_Title {
    margin: 3px 0 6px;
	padding:0;
	padding-bottom:3px;
    height: auto;
    font: 18px Arial;
    font-weight: 700;
    border-bottom: solid 2px #2C2C2C
}

.Author_Image {
    float: left;
    margin: 2px 0 0;
    padding: 0;
    height: auto;
    border: solid 0px #CCC
}

.Author_Image img {
    border: 0;
	max-width:100px;
    width: 100%;
    height: auto;
    border: solid 0 #CCC
}

.Author_Name {
    color: #DD2233
}

.Author_Content {
    float: left;
    margin: 0 0 10px 10px;
    min-height: 90px;
	height: auto;
    font-family: Helvetica;
    font-weight: 400;
    color: #2C2C2C;
    border: solid 0 #ff0;
}

.Author_Web {
    float: right;
    width: 100%;
    height: 34px;
    margin: 0 0 5px 0;
    padding: 0;
    border: solid 0 Red
}

.Author_Web_AllNews {
    float: right;
    width: 100px;
    height: 28px;
    margin: 3px 8px 0 0;
    padding: 3px 0 0;
    text-align: center;
    background-image: url(/assets/images/profiles/tum-haberler.png)
}

.Author_Web_AllNews a {
    font-weight: 700;
    color: #DD2233
}

.Author_Web-Twitter-f {
    float: right;
    height: 26px;
    padding: 3px 0
}

.Author_Web-Twitter {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 9px
}

.Author_Web-LinkedIn {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 9px
}

.Author_Web-Site {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 9px
}

.Author_Web-Blog {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 9px
}

.Author_Web-Mail {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 9px
}

.Author_Stats {
    float: left;
    width: 99%;
    margin: 6px auto 12px auto;
    padding: 12px;
    font: 13px Verdana;
    font-weight: 700;
    background-color: #666;
    color: #fff;
    text-align: center;
	border-radius:6px;
    border: dotted 1px #CCC;
}

.Category_Stats, .Tag_Stats {
    width: 100%;
    margin: 6px auto 12px auto;
    padding: 12px 0 12px 0;
    text-align: center;
    color: #fff;
    font: 13px Verdana;
    font-weight: 700;
    background-color: #666;
	border-radius:6px;
    border: dotted 1px #CCC;
}

.SubTitle {
    margin: 6px 0;
	padding: 0 0 5px 0;
    min-height: 26px;
	height:auto;
    border-bottom: solid 2px #000;
}

.SubTitle_Header {
    float: left;
    font: 18px Arial;
    font-weight: 700;
    text-align: left;
    border: solid 0 red;
}

.SubTitle_Counter {
    float: left;
    border: solid 0 green;
    text-align: right;
    font-size: 14px;
    font-weight: 400
}

.PagingInfo {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    font: 14px Verdana;
    font-weight: 500;
    background-color: #2C2C2C;
	border-radius:6px;
    border: dotted 1px #CCC;
	display:none;
}

.share_buttons {
    width: 320px;
    border: solid 1px #2C2C2C
}

.meta {
    font-size: .8em;
    font-size: 12px;
    color: #2C2C2C
}

.meta a {
    color: #2C2C2C
}

#poweredby {
    border: solid 0 Red
}

#poweredby a {
    border: 0
}

#poweredby img {
    border: 0
}

.TagCloud {
    width: 310px;
    padding: 0 5px;
    font-family: Arial;
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border: solid 0 Red;
    border-bottom: dotted 1px #BBB
}

.TagCloud .Level1 {
    font-size: 11px;
    margin-right: 4px
}

.TagCloud .Level1 a {
    color: #000
}

.TagCloud .Level2 {
    font-size: 12px;
    margin-right: 4px
}

.TagCloud .Level2 a {
    color: #400000
}

.TagCloud .Level3 {
    font-size: 13px;
    margin-right: 4px
}

.TagCloud .Level3 a {
    color: navy
}

.TagCloud .Level4 {
    font-size: 14px;
    margin-right: 4px
}

.TagCloud .Level4 a {
    color: #004000
}

.TagCloud .Level5 {
    font-size: 15px;
    margin-right: 4px
}

.TagCloud .Level5 a {
    color: #400040
}

.TagCloud .Level6 {
    font-size: 17px;
    margin-right: 4px
}

.TagCloud .Level6 a {
    color: #400080
}

.TagCloud .Level7 {
    font-size: 19px;
    margin-right: 4px
}

.TagCloud .Level7 a {
    color: #800040
}

.TagCloud .Level8 {
    font-size: 22px;
    margin-right: 4px
}

.TagCloud .Level8 a {
    color: #004080
}

.TagCloud .Level9 {
    font-size: 25px;
    margin-right: 4px
}

.TagCloud .Level9 a {
    color: #0000A0
}

.TagCloud .Level10 {
    font-size: 28px;
    margin-right: 4px
}

.TagCloud .Level10 a {
    color: maroon
}

.TagCloud .Level11 {
    font-size: 30px;
    margin-right: 4px
}

.TagCloud .Level11 a {
    color: maroon
}

.TagCloud .Level12 {
    font-size: 32px;
    margin-right: 4px
}

.TagCloud .Level12 a {
    color: maroon
}

.TagCloud .Level13 {
    font-size: 34px;
    margin-right: 4px
}

.TagCloud .Level13 a {
    color: #E5222A
}

.TagCloud .Level14 {
    font-size: 36px;
    margin-right: 4px
}

.TagCloud .Level14 a {
    color: #E5222A
}

.TagCloud .Level15 {
    font-size: 38px;
    margin-right: 4px
}

.TagCloud .Level15 a {
    color: #E5222A
}

.TagCloud .Level16 {
    font-size: 40px;
    margin-right: 4px
}

.TagCloud .Level16 a {
    color: red
}

.TagCloud .Level17 {
    font-size: 42px;
    margin-right: 4px
}

.TagCloud .Level17 a {
    color: red
}

.TagCloud .Level18 {
    font-size: 44px;
    margin-right: 4px
}

.TagCloud .Level18 a {
    color: red
}

.TagCloud .Level19 {
    font-size: 46px;
    margin-right: 4px
}

.TagCloud .Level19 a {
    color: red
}

.TagCloud .Level20 {
    font-size: 50px;
    margin-right: 4px
}

.TagCloud .Level20 a {
    color: red
}

.TagCloud_All_Link {
    text-align: right;
    font-family: Arial;
    font-size: 12px
}

.TagCloud_All_Link a {
    text-decoration: underline;
    color: #222
}

.TagCloud_All_Link a:hover {
    text-decoration: underline;
    color: #DD2233
}

.TagCloud_All {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-family: Arial;
    border: solid 0 Red;
    border-bottom: dotted 1px #BBB
}

.TagCloud_All a {
    text-decoration: none
}

.TagCloud_All a:hover {
    text-decoration: underline
}

.TagCloud_All .Level1 {
    font-size: 10px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level1 a {
    color: #000
}

.TagCloud_All .Level2 {
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level2 a {
    color: #400000
}

.TagCloud_All .Level3 {
    font-size: 14x;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level3 a {
    color: navy
}

.TagCloud_All .Level4 {
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level4 a {
    color: #004000
}

.TagCloud_All .Level5 {
    font-size: 18px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level5 a {
    color: #400040
}

.TagCloud_All .Level6 {
    font-size: 20px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level6 a {
    color: #400080
}

.TagCloud_All .Level7 {
    font-size: 22px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level7 a {
    color: #800040
}

.TagCloud_All .Level8 {
    font-size: 24px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level8 a {
    color: #800040
}

.TagCloud_All .Level9 {
    font-size: 26px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level9 a {
    color: #800040
}

.TagCloud_All .Level10 {
    font-size: 28px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level10 a {
    color: #004080
}

.TagCloud_All .Level11 {
    font-size: 30px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level11 a {
    color: #004080
}

.TagCloud_All .Level12 {
    font-size: 32px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level12 a {
    color: #004080
}

.TagCloud_All .Level13 {
    font-size: 34px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level13 a {
    color: #0000A0
}

.TagCloud_All .Level14 {
    font-size: 36px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level14 a {
    color: #0000A0
}

.TagCloud_All .Level15 {
    font-size: 38px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level15 a {
    color: #0000A0
}

.TagCloud_All .Level16 {
    font-size: 40px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level16 a {
    color: #0000A0
}

.TagCloud_All .Level17 {
    font-size: 42px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level17 a {
    color: maroon
}

.TagCloud_All .Level18 {
    font-size: 44px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level18 a {
    color: maroon
}

.TagCloud_All .Level19 {
    font-size: 46px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level19 a {
    color: maroon
}

.TagCloud_All .Level20 {
    font-size: 48px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level20 a {
    color: maroon
}

.TagCloud_All .Level21 {
    font-size: 50px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level21 a {
    color: maroon
}

.TagCloud_All .Level22 {
    font-size: 52px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level22 a {
    color: maroon
}

.TagCloud_All .Level23 {
    font-size: 54px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level23 a {
    color: maroon
}

.TagCloud_All .Level24 {
    font-size: 56px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level24 a {
    color: #E5222A
}

.TagCloud_All .Level25 {
    font-size: 58px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level25 a {
    color: #E5222A
}

.TagCloud_All .Level26 {
    font-size: 60px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level26 a {
    color: #E5222A
}

.TagCloud_All .Level27 {
    font-size: 62px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level27 a {
    color: #E5222A
}

.TagCloud_All .Level28 {
    font-size: 64px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level28 a {
    color: #E5222A
}

.TagCloud_All .Level29 {
    font-size: 66px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level29 a {
    color: #E5222A
}

.TagCloud_All .Level30 {
    font-size: 68px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level30 a {
    color: #E5222A
}

.TagCloud_All .Level31 {
    font-size: 70px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level31 a {
    color: red
}

.TagCloud_All .Level32 {
    font-size: 72px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level32 a {
    color: red
}

.TagCloud_All .Level33 {
    font-size: 74px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level33 a {
    color: red
}

.TagCloud_All .Level34 {
    font-size: 76px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level34 a {
    color: red
}

.TagCloud_All .Level35 {
    font-size: 78px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level35 a {
    color: red
}

.TagCloud_All .Level36 {
    font-size: 80px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level36 a {
    color: red
}

.TagCloud_All .Level37 {
    font-size: 82px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level37 a {
    color: red
}

.TagCloud_All .Level38 {
    font-size: 84px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level38 a {
    color: red
}

.TagCloud_All .Level39 {
    font-size: 86px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level39 a {
    color: red
}

.TagCloud_All .Level40 {
    font-size: 100px;
    margin-left: 3px;
    margin-right: 3px
}

.TagCloud_All .Level40 a {
    color: red
}

.stakeholder {
    float: left;
    width: 200px;
    height: 250px;
    margin: 0 10px 15px 6px;
    text-align: center;
    background-color: #2C2C2C;
    border: solid 1px #BBB
}

.stakeholder img {
    border: 1px solid #DDD;
    width: 180px;
    height: 180px;
    margin: 10px auto 5px
}

.stakeholder .ilgili_haberlerimiz a {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #E5222A;
    text-decoration: none
}

.stakeholder .ilgili_haberlerimiz a:hover {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #E5222A;
    text-decoration: underline
}

.stakeholder .paydas_link a {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    text-decoration: underline
}

.stakeholder .paydas_link a:hover {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    text-decoration: underline
}

.stakeholder_r {
    float: left;
    width: 198px;
    height: 250px;
    margin: 0 0 15px 5px;
    text-align: center;
    background-color: #2C2C2C;
    border: solid 1px #BBB
}

.stakeholder_r img {
    border: 1px solid #DDD;
    width: 180px;
    height: 180px;
    margin: 10px auto 5px
}

.stakeholder_r .ilgili_haberlerimiz a {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #E5222A;
    text-decoration: none
}

.stakeholder_r .ilgili_haberlerimiz a:hover {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #E5222A;
    text-decoration: underline
}

.stakeholder_r .paydas_link a {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    text-decoration: underline
}

.stakeholder_r .paydas_link a:hover {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    text-decoration: underline
}

.stakeholder_title {
    clear: both;
    overflow: hidden;
    border-bottom: solid 1px #2C2C2C;
    margin: 2px 0 16px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #2C2C2C
}

.stakeholder_l {
    float: left;
    width: 210px;
    height: 230px;
    margin: 0 0 15px;
    text-align: center;
    background-color: #2C2C2C;
    border: solid 1px #BBB
}

.stakeholder_l img {
    border: 1px solid #DDD;
    width: 180px;
    height: 180px;
    margin: 14px auto 5px
}

.stakeholder_l .ilgili_haberlerimiz a {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #E5222A;
    text-decoration: none
}

.stakeholder_l .ilgili_haberlerimiz a:hover {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #E5222A;
    text-decoration: underline
}

#NewsPortfolio {
    width: 100%;
    height: auto;
    float: left;
    border: solid 0 Red;
    margin: 3px 0 11px
}

#NewsPortfolio ul.projects {
    margin: 0;
    clear: left;
    overflow: hidden;
    zoom: 1
}

#NewsPortfolio ul.projects li {
    width: 215px;
    height: 180px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    float: left;
    list-style: none;
    position: relative;
    -webkit-perspective: 700;
    -webkit-animation-name: popin;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 0 Green
}

#NewsPortfolio ul.projects li:last-child {
    margin-right: 0
}

#NewsPortfolio ul.projects li img {
    width: 215px;
    height: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 0 Blue
}

#NewsPortfolio ul.projects {
    overflow: visible!important
}

#NewsPortfolio ul.projects li.flipper .front {
    top: 0;
    left: 0;
    width: 215px;
    height: 180px;
    border: solid 0 Green
}

#NewsPortfolio ul.projects li.flipper .back {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 195px;
    height: 135px;
    padding: 30px 10px 15px;
    background: #DD2233;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 0 0 0 8px #DD2233;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 0 0 0 8px #DD2233;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 0 0 0 8px #DD2233;
    z-index: 800;
    text-align: center;
    -webkit-transform: rotatey(-180deg);
    -webkit-transform-style: preserve- 3 d;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    -ms-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    font-family: Arial;
    font-weight: 700;
    line-height: 30px
}

#NewsPortfolio ul.projects li.flipper .back p {
    margin-top: 7px;
    margin-bottom: 7px
}

#NewsPortfolio ul.projects li.flipper .back .back_a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none
}

#NewsPortfolio ul.projects li.flipper .back .back_a:visited {
    font-size: 18px;
    color: #FFF;
    text-decoration: none
}

#NewsPortfolio ul.projects li.flipper .back .back_a:hover {
    font-size: 18px;
    color: #FFF;
    text-decoration: underline
}

#NewsPortfolio ul.projects li.flipper .back .back_a2 {
    font-size: 17px;
    color: #FFF;
    text-decoration: none
}

#NewsPortfolio ul.projects li.flipper .back .back_a2:visited {
    font-size: 17px;
    color: #FFF;
    text-decoration: none
}

#NewsPortfolio ul.projects li.flipper .back .back_a2:hover {
    font-size: 17px;
    color: #FFF;
    text-decoration: underline
}

#NewsPortfolio ul.projects li.flipper:hover .front {
    z-index: 900;
    -webkit-transform: rotatey(180deg);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

#NewsPortfolio ul.projects li.flipper:hover .back {
    z-index: 1000;
    -webkit-transform: rotatey(0deg);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.HomePage_ListMore {
    border: solid 1px Red;
    width: 100%;
    margin: -19px 0 10px 0;
    padding: 20px 0 20px 0;
    text-align: center;
    font: 14px Arial;
    font-weight: 700;
	letter-spacing:1px;
	line-height:24px;
    border: dotted 1px #BBB;
    border-top: 0
}

.HomePage_ListMore a,
.HomePage_ListMore a:link,
.HomePage_ListMore a:visited {
    color: #222;
    text-decoration: none
}

.HomePage_ListMore a:hover,
.HomePage_ListMore a:active {
    color: #DD2233;
    text-decoration: underline
}

.boxgrid_main {
    float: left;
    width: 99%;
    font-family: Arial;
    margin: 6px 0 0 0;
	padding: 0 0 0 6px;
}

.boxgrid {
    float: left;
    width: 30%;
    height: 164px;
    margin-top: 8px;
    padding: 6px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    border: solid 1px #CCC;
    border-radius: 12px
}

.boxgrid_title {
    clear: both;
    font-size: 13px;
    color: #222
}

.boxgrid img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    top: -2px;
    left: -2px;
    border: 0;
    cursor: pointer;
    width: 216px;
    height: 180px;
    border-radius: 12px
}

.boxgrid_desc {
    clear: both;
    margin: 6px 0 1px;
    font-size: 12px;
    font-weight: 400
}

.boxgrid a {
    text-decoration: underline;
    color: #222
}

.boxgrid a:visited {
    text-decoration: underline;
    color: #222
}

.boxgrid a:hover {
    text-decoration: underline;
    color: #DD2233
}

.boxgrid a:active {
    text-decoration: underline;
    color: #DD2233
}

.boxgrid img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#backTopBtn {
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 31px;
  z-index: 99;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #DD2233;
  color: white;
  cursor: pointer;
  padding: 0 15px 4px 15px;
  border-radius: 6px;
}

#backTopBtn:hover {
  background-color: #2C2C2C;
}