/*
Theme Name:    Digitalbox Blog V 2.0
Author:        Digitalbox
Author URI:    http://digitalbox.gr/
*/

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.6em;
}


#head {
	width: 790px;
	height: 119px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border-bottom : 1px dotted  #DEDEDE;
}

#headinside {
	width: 229px;
	float:left;
	height: 119px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat;
        cursor:pointer;
}

#headright {
	width: 229px;
	float:right;
	padding-top:45px;
	height: 74px;
	color:#666;
	margin: 0 auto;
	text-align:right;
	background-color: #fff;
}

#subhead {
	width: 790px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border-bottom : 1px dotted #DEDEDE;
}

#subheadinside {
	width: 263px;
	float:left;
	height: 250px;
	margin: 0 auto;
	background-color: #fff;
}

#subheadmiddle {
	width: 264px;
	float:left;
	height: 250px;
	margin: 0 auto;
	background-color: #fff;
}

#subheadright {
	width: 263px;
	float:right;
    height: 250px;
	color:#666;
	margin: 0 auto;
	text-align:right;
	background-color: #fff;
}

.glt-elm{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	color: #fff;
	opacity: 0.9;
	visibility: hidden;
}

.glt-elm p{
	background: #666;
	margin: 0;
	padding: 0.5em;
}

.glt-elm img{
	display: block;
}

a {
	outline: none;
        
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 2px;
	font-size: 1px;

	background-color: #fff;
	
	clear: both;

	border-top: 1px dotted #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #fff;
	
	clear: both;

	border-bottom: 1px dotted #cccccc;
}

.red {
	color: #9C4964;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 790px;
	
	text-align: left;
}

/*

------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 555px;
	
	float: left;
}

.column_right {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 214px;
	
	float: right;
}

.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 237px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 237px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

/* END Column Definitions */


/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #fff;
	
	text-align: center;
	
	border-bottom: 1px dotted #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dotted #f7f6f5;
}

.title a, .title a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.title a:hover {
	color: #9C4964;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;

	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;





























	
	line-height: 18px;
}

p a, p a:visited {
	color: #333;
	text-decoration : underline;
	
	border-bottom: 0px solid #dddddd;
}

p a:hover {
	color: #9C4964;
text-decoration : underline;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 11px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;
    background-color:#f7f6f5;
	border:1px solid #e4e4e4;
	padding:10px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 22px;
	font-style: normal;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	background-color: #9C4964;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #000;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	width: 150px;
	font-weight:bold;
	font-size:14px;
	color:#9C4964;
	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #f7f6f5;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 385px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */



/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #f7f6f5;
}

.widget li a, .widget li a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.widget li a:hover {
	text-decoration: underline;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: tahoma;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #9C4964;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	
	color: #9C4964;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #9C4964;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: tahoma;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
}

h3 a:hover {
	color: #9C4964;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px 0px 0px 0px;

	

	width: 100%;
	background-color: #f7f6f5;
}

#footer p.left {
	font-size: 11px;
	color: #666;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #666;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #9C4964;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.digitalbox.gr/blog/wp-content/themes/dbox_blog_v3/images/bg_comments2_cite.gif);
	border-top:1px solid #f7f6f5;
	border-bottom:1px solid #f7f6f5;
	color:#000;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#000;
        background-color:#f7f6f5;
	}

.commentlist a:hover, .commentlist a:active {
	color:#000;
        background-color:#f7f6f5;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #999;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: bold 1.3em tahoma;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.digitalbox.gr/blog/wp-content/themes/dbox_blog_v3/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #656565 url(http://www.digitalbox.gr/blog/wp-content/themes/dbox_blog_v3/images/bg_comments2_text.gif) repeat-x bottom;
	border-top:1px solid #f7f6f5;
	padding: 0 20px 10px 20px;
	color:#fff;
	}

.authcomment {
background: #333 url(http://www.digitalbox.gr/blog/wp-content/themes/dbox_blog_v3/images/bg_comments23_text.gif) repeat-x bottom;
	border-top:1px solid #f7f6f5;
	padding: 0 20px 10px 20px;
	color:#fff;
	}
	
	/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	margin: 10px 0px 0px 0px;
	padding: 1px 20px 10px 20px;
	background: #fff url(images/fbg.jpg) no-repeat;
}

#featured h1 a, #featured h1 a:visited {
	color: #000;
}

#featured h1 a:hover {
	color: #000;
}

#featured h2 {
	color: #000;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #000;
	border-bottom: 1px solid #333333;
}

#featured h2 a:hover {
	color: #000;
	border-bottom: 1px solid #333;
}

#featured h2 i {
	color: #000;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #000;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#featured h2 i a:hover {
	color: #000;
	border-bottom: 1px solid #333;
}

#featured p {
	color: #000;
}

#featured p a, #featured p a:visited {
	color: #000;
	border-bottom: 0px solid #333333;
}

#featured p a:hover {
	color: #000;
	border-bottom: 0px solid #333;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;
	background-color:#f7f6f5;
	border:1px solid #e4e4e4;
	padding:10px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 22px;
	font-style: normal;
}