/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FAFAFA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;

}

#wrapper {
background: #e6e6e6;
	margin: 0 auto;
text-align:left;
}





#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
background: #FFF;
	width: 973px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 640px;
	padding: 20px;
border-right:1px solid #CCC;

}


.post {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}

.post-title {
	font-size: 130%;
	line-height: 1.2;
	font-weight: bold;

}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	font-size: 105%;
	margin-top: 15px;
	margin-bottom: 0px;
}

.post-content h2 {
	font-size: 120%;
	margin-bottom: 10px;
	border-left: 3px solid #00a0e9;
	padding: 0px 0 5px 15px;
}

.post-content h3 {
	font-size: 120%;
	font-weight: 700;
	padding: 10px 0 5px;
}
.post-content a{
text-decoration: underline;
}

.post-content p {
	line-height: 1.6;
	margin-bottom: 10px;
}
.post-content img{
margin-bottom: 20px;
margin-top: 20px;

}
.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 20px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#side_wrap {
	float: right;
}


#sidebar {
	float: right;
	width: 292px;
}

.sidepanel {

margin-top: 20px;
margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	padding: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 10px;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 0 auto;
	width: 973px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}



/* ////////////////////////////////////////
header
//////////////////////////////////////// */
#header_d {
background:#fff url(http://www.cbc-net.com/_commons/images/_banner.gif) center top no-repeat;
border-bottom:5px solid #333;
}
.wrapper_d {
	width: 973px;
	margin: 0 auto;
text-align:left;
}
#header_d .wrapper_d {
position:relative;
height:200px;
overflow:hidden;
}

#header_d h1 {
position:absolute;
left:18px;
top:70px;
width:132px;
height:40px;
}


/*navi------------------------------*/
#header_d ul {
list-style:none;
}

#header_d ul li {
display:inline;
}

#header_d ul li a {
font-size:1.1em;
display:block;
float:left;
text-align:center;
color:#000;
text-decoration:none;
line-height:1em;
}

/*#header_d-menu------------------------------*/
#header_d-menu {
position:absolute;
left:0px;
bottom:0px;
}

#header_d-menu a {
width:111px;
background:url(http://www.cbc-net.com/_commons/images/header-menu-bg02.gif) left top no-repeat;
}

#header_d-menu a.first {
background:url(http://www.cbc-net.com/_commons/images/header-menu-bg01.gif) left top no-repeat;
}

#header_d-menu a.last {
background:url(http://www.cbc-net.com/_commons/images/header-menu-bg03.gif) left top no-repeat;
}

#header_d-menu a .hover{
width:111px;
background-position:0% -142px;
}

#tabsG {
position:absolute;
left:0px;
bottom:0px;
float:left;
width:100%;
font-size:93%;
}

#tabsG ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}
#tabsG li {
display:inline;
margin:0;
padding:0;
}
#tabsG a {
float:left;
background:url("http://www.cbc-net.com/_commons/images/tableft3.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsG a span {
float:left;
display:block;
background:url("http://www.cbc-net.com/_commons/images/tabright3.gif") no-repeat right top;
padding:12px 20px 12px 16px;
color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span {float:none;}
/* End IE5-Mac hack */
#tabsG a:hover span {
color:#FFF;
}
#tabsG a:hover {
background-position:0% -42px;
}
#tabsG a:hover span {
background-position:100% -42px;
}

#tabsG #current a {
background-position:0% -42px;
color:#FFF;
}
#tabsG #current a span {
background-position:100% -42px;
color:#FFF;

}
#tabsG .log a { background-position:0% -42px; color:#FFF; }
#tabsG .log a span { background-position:100% -42px; color:#FFF; }


/*#header-about------------------------------*/
#header_d-about {
position:absolute;
right:0px;
bottom:0px;
}

#header_d-about a {
width:100px;
}

#header_d-about a.first {
background:url(http://www.cbc-net.com/_commons/images/header-about-bg01.gif) left top no-repeat;
}

#header_d-about a.last {
background:url(http://www.cbc-net.com/_commons/images/header-about-bg03.gif) left top no-repeat;
}
#tabsG-about {
position:absolute;
right:0px;
bottom:0px;
float:right;
font-size:93%;
}
#tabsG-about ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}
#tabsG-about li {
display:inline;
margin:0;
padding:0;
}
#tabsG-about a {
float:right;
background:url("http://www.cbc-net.com/_commons/images/tableft3.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsG-about a span {
float:right;
display:block;
background:url("http://www.cbc-net.com/_commons/images/tabright3.gif") no-repeat right top;
padding:12px 18px 12px 16px;
color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG-about a span {float:none;}
/* End IE5-Mac hack */
#tabsG-about a:hover span {
color:#FFF;
}
#tabsG-about a:hover {
background-position:0% -42px;
}
#tabsG-about a:hover span {
background-position:100% -42px;
}

#tabsG-about #current a {
background-position:0% -42px;
color:#FFF;

}
#tabsG-about #current a span {
background-position:100% -42px;
color:#FFF;
}


/* ////////////////////////////////////////
side
//////////////////////////////////////// */
#side {
width:200px;
float:right;
margin-left: 10px;
}

#side h2 {
background:#e6e6e6;
}

#side .side-in {
padding:10px 10px 10px 9px;
}

/*work------------------------------*/
#side #work {
}

#side #work ul {
padding:10px 0px;
list-style:none;
}

#side #work ul li {
border-bottom:1px dotted #c8c7c3;
font-size:0.9em;
}

#side #work ul li a {
display:block;
padding:4px;
color:#000;
text-decoration:none;
}

#side #work ul li a:hover {
	color:#f00;
}

#side #work ul li a span {
font-size:9px;
line-height:1em;
font-family:ProFont, Monaco, Verdana, Lucida, Arial, Helvetica, Sans-serif;
color:#f00;
}

/*promotion------------------------------*/
#side #promotion {
}

#side #promotion p {
padding-bottom:10px;
}

/* ////////////////////////////////////////
twitter
//////////////////////////////////////// */

.widget-twitter{}
.widget-twitter .widget-header {}
.widget-twitter .widget-content {
margin: 0px;
padding: 0px;
}
.widget-twitter ul #twitter_update_list {
margin: 0px 0px 6px 0px;
padding: 0;
}
.widget-twitter #twitter_update_list li {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 3px;
border-bottom: 1px solid #CCCCCC;
}
.wigdet-twitter #twitter_update_list li a:link {}
.wigdet-twitter #twitter-link {}
.widget-twitter a{
	text-decoration: underline;
}


.entry_index{
float: right;
width:438px;

}
.main_log{
width: 872px;

}

.log_thumb{
float: left;
margin-right: 20px;
margin-bottom: 100px;

}
.topicpath_log{
width: 772px;

}

.log_thumb img{
border: 1px solid #CCC;

}



