﻿/* 
	Theme Name: destuts_theme
	Theme URL: http://www.blogspace.gr
	Description: Custome theme created for blogspace
	Author: Mary Chariskou
	Author URI: http://www.blogspace.gr
	Version: 1.0
*/

* {
margin:0;
padding:0;
list-style:none;
}


/******************* GENERAL**********************************/

a {
	color: #C60200;
}

a:hover {
	color: #434242;
    text-decoration:none;
}

ol {
	margin:0px;
	padding:0px;
	color:#000;
}

#clearboth {
	clear:both;
}


a img {border: none; } 

#floatleft {
	float:left;
}

#floatright {
	float:right;
}

/* Alignment */
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float: right;
	}

.alignright {
	margin-left: 15px;
	}
.alignleft {
	margin-right: 15px;
	}

.center, .centered, .aligncenter {
	margin: 0 auto 18px auto;
	display: block;
	}

/* Captions ----------------- */
.aligncenter,

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

.wp-caption {
	text-align: center;
	background-color: #ffffff;
	padding: 0px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	display:block;
	margin: 0px;
	background:#ffffff;
	font-size: 0.8em;
	padding: 0px;
	color:#919191;
}

.wp-caption p.wp-caption-text a{
	color:#919191;
	padding:0px;
	margin:0px;
}

/* End captions */



/**************************************************
**************** JQUERY TABS ***********************
***************************************************/



.container {width: 400px; }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	font-weight:bold;
        
	width: 100%;
}
ul.tabs li {
	float: left;
	
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-right:10px;
	
	margin-bottom: -1px;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;

	padding: 0 20px;
	
	outline: none;
        font-size:11px;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff url(images/postbg.png) repeat-x;
	border-bottom:1px solid #fafafa;

}
.tab_container {
	background: #fff;
        border-top:0px solid #fff;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;

	
}
.tab_content {
	padding: 20px;
	font-size: 12px;
        font-weight:bold;
        
}
.tab_content ul{

}

.tab_content ul li{
clear:both;
margin-bottom:5px;
border-bottom:1px dotted #dfdfdf;

}
.tab_content a {
	text-decoration:none;
        color: #434242; 
}
.tab_content a:hover{
	color: #c70200;
}
.tab_content img {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #fff;
	padding: 0px;
        width:30px;
        height:30px;
}
/****************END JQUERY TABS ***********************/


/******************* END GENERAL**********************************/
body {
    margin:0;
	padding:0;
	background: #515151 url(images/bg.png) repeat-x;
	font-family: arial, helvetica, verdana, sans-serif;
}

#wrap {

	width:100%;
	margin:0 auto;
}

#header {
}

#head {
	overflow:hidden;
	position:relative;
	width:998px;
	margin:0 auto;
	height:67px;
}



#logo {
    float:left;
	margin: 10px 0 7px 15px;
}

#headright {
	float:right;
	width:240px;
	height:60px;
	
	margin:0px 10px 0px 0px;
}

#center {
	width:1000px;
	margin:0 auto; 
}


#footer {
        overflow:hidden;
	position:relative;
	width:100%;
	margin:0 auto;
	background: #774805 url(images/footerback.png) repeat-x;
	clear:both;
        text-align:center;
}

#thefoo {
	
        color:#fff;
        font-size:12px;
        padding:10px;
}

#thefoo a {
        color:#fff;
        font-weight:bold;
        text-decoration:none;
}

#thefoo a:hover {
        text-decoration:underline;
}



/**************************************************************
*********************** UPMENU *********************************
***************************************************************/

#upmenu {
	overflow:hidden;
	position:relative;
	width:998px;
	margin:0 auto;
	padding:0px;
	clear:both;
	font-size:9px;
}

#upmenu ul {
	margin: 2px 0px 0px 15px;
	padding: 0;
        
        float:left;
}

#upmenu ul li { 
	display: inline; 
}

#upmenu ul li a {
	padding: 4px;
	margin-right:5px;
	font-size:11px;
	color: #F7F4F4;
	text-decoration: none;
	float: left;
	
}

#upmenu ul li a:hover {
	background:#4A4949;
	color: #ffffff;
}

/**************************************************************
*********************** MENU *********************************
***************************************************************/

#menu {
	overflow:hidden;
	position:relative;
	width:998px;
	margin:0 auto;
	padding:0px;
	clear:both;
	font-size:11px;
        
}

#menu ul {
	margin-left:10px;
	padding: 0;
	float: left;
	width: 100%;
        height:33px;
}

#menu ul li { 
	display: inline; 
}

#menu ul li a {
	padding: 8px 6px 11px 6px;
	margin-right:5px;
	font-size:11px;
	color: #F7F4F4;
	text-decoration: none;
	font-weight:bold;
	float: left;
	text-shadow: 0 1px 0 #000; 
       
}

#menu ul li a:hover {
	background:#D90404;
	color: #ffffff;
       
}

/***********************************************
*************** MAIN **************************
***********************************************/

#main {
	float:left;
	width:580px;
}

.singlepost {
        margin: 15px 15px 0 15px;

}



.indexpost {
        margin: 15px 15px 20px 15px;
}

.post {
	padding: 30px 18px 20px 18px;;
	background: #fcfcfc url(images/postbg.png) repeat-x;
	border:1px solid #ffffff;
	color: #434242;
	font-size: 14px;
	line-height: 20px;
	text-align: justify; 
        text-justify: newspaper;
	z-index:1;
}

.post h2 {
}

.post h2 a{
	color: #C60200;
	margin-bottom:0.4em;
	text-shadow: 0 2px 0 #fff; 
	text-decoration:none;
	font-size: 24px;
	line-height:26px;
}

.post h2 a:hover {
	color:#434242;
}

.post p {
        margin-bottom: 10px;
}	

.firstpageexpert {
color:#000;
font-weight:bold;
font-size:12px;
}

.postinfo {
	font-size:9px;
	padding:3px;
	color: #545454;
	margin:4px 0px 10px 0px;
	text-transform: uppercase;
	line-height:14px;
}

#date {
display:block;
background: #774805 url(images/footerback.png) repeat-x;
border: 1px solid #C60200;
width:40px;
height:30px;
position: relative;
z-index:2;
float:right;
margin-right:20px;
margin-top:-10px;
color:#fff;
font-size:11px;
font-weight:bold;
text-align:center;
padding:3px;
text-shadow: 0 1px 0 #474646;
}

.postinfo a{
	color: #453C3F;
}

.postinfo a:hover{
	
}

.post img {
        border:3px solid #ffffff;
        box-shadow: 2px 2px 3px  #d5d5d5;  
         -moz-box-shadow: 2px 2px 3px #d5d5d5;  
         -webkit-box-shadow: 2px 2px 3px  #d5d5d5;

}

.post h3 {
	margin:15px -22px 15px -22px;
	display:block;
	background: #B60606 url(images/redbut.png) repeat-x;
	color:white;
	padding:2px 3px 4px 15px;
	text-decoration:none;
	font-size:16px;
	border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
	text-shadow: 0 1px 0 #000; 
	line-height:18px;
}	

.post h3 a {
color:#fff;
}

.readmore a{
float:right;
	margin:-8px -25px 0 0;
	display:block;

	background: #B60606 url(images/redbut.png) repeat-x;
	color:white;
	width:70px;
	padding:3px;
	text-decoration:none;
	font-size:12px;
	border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
	text-shadow: 0 1px 0 #000; 
	line-height:16px;
text-align:center;
}

* html .readmore a {
margin:-8px -15px 0 0;
}
* html .readmore a:hover {
color:#fff;
}
.readmore a:hover {
        background: #000 ;
}	




#related {
        padding: 30px;
        margin: 0px 15px 0 15px;
	

	background: #C80200 url(images/footerback.png) repeat-x;

	color: #ffffff;

	font-size: 1em;

	min-height:100px;

	line-height: 1.5em;

}



#related a {

        color: #fff;

        font-size: .8em;

        font-weight:bold;

        text-decoration:none;

}



#related a:hover {

        text-decoration:underline;

}


#download a{
	margin:20px;
	display:block;
	background: #B60606 url(images/redbut.png) repeat-x;
	color:white;
	width:76px;
	padding:3px 3px 3px 10px;
	text-decoration:none;
	font-size:1em;
	border-radius: 4px; 
         -moz-border-radius: 4px;  
         -webkit-border-radius: 4px;  
	text-shadow: 0 1px 0 #000; 
	line-height:1em;
}



#download a:hover {
      background: #000;
}







#thumb {

	float:left;

	margin-right:12px;

}	



#excerpts {

	min-height:160px;

}





#pagenavi {

        margin: 20px;

       font-size: .8em;

}









/**************************************************
**************** SIDEBAR *************************
***************************************************/

#sidebar {
	float:right;
	width:400px;
	margin:15px 15px 15px 0;  
}

#subscribe {
       background: red url(images/subscribe.png) no-repeat;
       width:400px;
       height:150px;
       margin-bottom:10px;
}

#subicons img{
padding:5px 3px 0 3px;
margin-left:10px;
}

#sidebars {
margin-top:10px;
font-size:11px;
}

#sidebars a{
text-decoration:none;
        color: #434242; 
}

#sidebars a:hover {
color: #c70200;
}

#sidebars h3 {
color: #434242; 
margin-bottom:10px;
border-bottom:1px dotted gray;
}

#sidebars ul li {
margin-bottom:5px;
font-size:12px;
font-weight:bold;
}

#leftside {
float:left;
background: #fcfcfc url(images/postbg.png) repeat-x;
border:1px solid #ffffff;
width:183px;
margin-right:10px;
padding:5px;
}

#rightside {
float:right;
background: #fcfcfc url(images/postbg.png) repeat-x;
border:1px solid #ffffff;
width:183px;
padding:5px;
}


/**************** search *************/
#searchform {
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-top:2px;
        width:210px;
}

#searchsubmit {
	color: #ffffff;
	margin-left:5px;
	margin-right:0px;
	background:#c80200;
	border:1px solid #434343;
	border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
        font-size:10px;
}

#searchsubmit:hover {
	
}

#searchsubmit:focus {
	background: #000;
        color: #fff;
}

input#s {
border:1px solid #434343;
	border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
}

input#s:focus{
     border:1px solid red;
	 background:#f2f2f2;
}

/**************************************************
************** COMMENTS ************************ 
***************************************************/

#thecomments {
	margin:0 15px 15px 15px;
	background: #fefefe url(images/postbg.png) repeat-x;
	border:1px solid #f3f2f2;	
	font-size: 12px;
	line-height: 14px;
}

.comments{ 
	padding:15px;
	}
.comments h3 {
margin:10px;
font-size:14px;
}
.commentlist {
	
	padding-left: 10px;
	}
.commentlist p {
	margin: 0 10px 0 0;
	}


	
ol.commentlist li 
{
       min-height:70px;
        margin-bottom:10px;
	background: transparent url(images/firstcommentbg.gif) no-repeat;
        padding:10px;
clear:both;
	}


ol.commentlist li.comment ul.children li {
background: transparent url(images/repliesbg.gif) no-repeat;
padding:15px 0 10px 42px;

}

.pingtracks { 
margin:10px;
padding:3px;
}

.pingtracks a{ 
	text-decoration:none;
}

.pingtracks cite {
	font-weight: bold;
	font-style: normal;
	}
	
.avatar  { 
	float: left;
	border: 1px solid #d9d9d9;
	padding: 2px;
	margin-right:10px;
	background: #fff;
	}

ol.commentlist li div.comment-meta { 
font-weight:bold; 
font-size: 10px;
}


#commentform {
	
	}
#commentform p {
	padding: 6px 0;
	margin: 0;
	}
#commentform label {
	padding-left: 5px;
	color: #666;
	font-size: 80%;
	}
#commentform input {
	width: 200px;
	background: #f6f5f0;
	border: 1px solid #cbcbcb;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	padding: 3px;
	margin-top: 3px;
	}
#commentform textarea {
	width: 98%;
	height: 150px;
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #cbcbcb;
	background: #f6f5f0;
	}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
	color:#484848;
	}
#commentform #submit {
	margin:15px;
	display:block;
	background: #B60606 url(images/redbut.png) repeat-x;
	color:white;
	width:140px;
	padding:4px;
	text-decoration:none;
	font-size:13px;
	border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
	text-shadow: 0 1px 0 #000; 
	line-height:16px;
        text-align:center;
}	
	
#commentform #submit:hover {
	background: #000 ;
}

ol.commentlist li div.reply a{
float:right;
margin-top:5px;
width:35px;
display:block;
	background: #B60606 url(images/redbut.png) repeat-x;
	color:white;
padding:3px;
	text-decoration:none;
	font-size:11px;
	border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
	text-shadow: 0 1px 0 #000; 
	line-height:12px;
        text-align:center
}

ol.commentlist li div.reply a:hover { 
background:#000000;
}
/**************page navi ************/
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: none;
	background: #B60606 url(images/redbut.png) repeat-x;
	color: #ffffff;	
        border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
	text-shadow: 0 1px 0 #000; 
}



.wp-pagenavi a:hover {	
	
	color: #FFFFFF;
	background: #000000;
border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
}
.wp-pagenavi a:active {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: none;

	color: #0066cc;
	background-color: #FFFFFF;	
 border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
}
.wp-pagenavi span.pages {
	padding: 4px 6px 4px 6px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	
	background-color: #FFFFFF;
border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
}
.wp-pagenavi span.current {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	font-weight: bold;

	color: #000000;
	background-color: #FFFFFF;
border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
}
.wp-pagenavi span.extend {
	padding: 4px 6px 4px 6px;
	margin: 2px;	
	
	color: #000000;
	background-color: #FFFFFF;
}
