/*!
 *
 * Global CSS Layout Tweaks
 *
 */
 
 
/*!*** Layout ***!*/
 
.content-wrapper{
	max-width:930px; 
	margin:0 auto;
}
 
.advert{
    margin-bottom: 10px;
    max-width: 930px;	
}

.logobar{
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 930px;
    width: 100%;
}

#toTop {
        text-align:center;
        padding:5px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
}

.side-advert{
		margin-bottom:15px;	
}
 

/*!*** Lastest Posts ***!*/
 
 
.time-ago{
    line-height: 20px;
    margin-top: -20px;
    padding: 0 10px;
    position: absolute;
    z-index: 10;
}
 
 
/*!*** Carousel ***!*/
 
.item h4{
	position:absolute;
	top:0;
	left:0;
	margin:20px;	
	padding:10px;
	font-size:20px;
}

.item h4 a{
	text-decoration:none;	
}
 
/*!*** Links ***!*/
 
.lastest-post.img-wrap a, #latest-post p a{
	text-decoration:none;	
}


/*!*** Meta ***!*/

.meta-wrap {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    margin-top:5px;
}

.meta{
	position: relative;
	top: 2px;
}

.dateTime{
	font-size:11px;	
}

.meta-comments {
    border-radius: 4px 4px 4px 4px;
    font-size: 11px;
    padding: 2px 5px;
}

.meta-comments a {
    margin-right: 6px;
    text-decoration: none;
}

.author a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
}

/*!*** Post ***!*/

img.attachment-post-thumbnail {
    height: auto !important;
    max-width: 100%;
	position:relative;
	margin-bottom:15px;
}

a.readmore{
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
}

hr.heavy {
    border-width: 2px;
}

.readmore{
 	display: block;
    height: 20px;	
}

.post p a{
	text-decoration:underline;	
}

.post h2 a{
	text-decoration:none;	
}

/*!*** Pageinate ***!*/

.paginate {
    margin: 0;
    padding: 0;
}

.paginate li {
    display: inline;
    list-style: none outside none;
}

.paginate li {
    float: none;
}

.paginate .title {
    margin-right: 4px;
}

.paginate .title {
    display: none;
}

.paginate .current {
    margin-right: 4px;
    padding: 3px 6px;
}

.paginate a {
    margin-right: 4px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
}

.paginate li a.next, .paginate li a.prev {
    position: relative;
}

/*!*** Comments ***!*/

.commentlist {
    list-style: none outside none;
    margin: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 24px;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li.comment {
    line-height: 24px;
}

.commentlist .avatar {
    left: 0;
    position: absolute;
    top: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px;
}

.reply {
    font-size: 12px;
    padding: 0 0 24px;
}

.commentlist .children {
    list-style: none outside none;
    margin: 0;
}

.commentlist .children li {
    border: medium none;
    margin: 0;
}



/*!*** FOOTER ***!*/


.footerlists{
	list-style:none;
	margin:0;
	padding:0;
}

/*!*** COLORS ***!*/


.advert{
    
}

.logobar{
   
}

.lrgRule{
 	border-color:#0088CC;
     
}

#latest-post p a{
	color:#333;
}

.lastest-post.img-wrap a{
	color:#fff;
}

.item h4{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}

.item h4 a{
	color:#fff;
}

.time-ago{
    background: none repeat scroll 0 0 #0088CC;
    color: #FFFFFF;
}

.meta-comments {
    background: none repeat scroll 0 0 #000000;
}

.meta-comments a {
    color: #FFFFFF;
 }
 
.meta-comments a:hover {
	color: #666666;
}

.dateTime{
	/*color: #666666;*/
    color:#fff;
    background-color:#414141;
}

.post p a{
	color: #000;	
} 

.post p a:hover{
	color: #999;	
} 

.post h2 a{
	color: #333;
}

.comment-meta a{
	color:#666;	
}

.commentlist li.comment {
    border-bottom: 1px solid #E7E7E7;
}

.comment-author cite {
    color: #000000;
}

.paginate .title {
    color: #555555;
}

.paginate .current {
    background: none repeat scroll 0 0 #0088CC;
    border: 1px solid #89ADCF;
    color: #FFFFFF;
}
.paginate .disable {
    display:none;
}

.paginate a {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
    color: #666666;
}