/*
Theme Name: Non Pic Tech
Theme URI: http://technotaku.com/
Description: My first trial for a 0 picture design, compatible with Firefox and those good browsers but possible not with IE
Version: 0.1
Author: Xacur
Author URI: http://technotaku.com/
*/


/* Begin Typography & Colors */
html, body {
height: 100%;
	min-width:930px;
}

body {
	font-size: 13px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF;
	color: #333;
	padding:0px;
	margin:0px;
	}
body,h1,h2,h3,h4,h5,h6,blockquote,p{
padding:0;
margin:0px;
}

a{
	color:#FF6600;
	border:none;
	text-decoration:none;
}

a:hover{
	color:#FF6600;
	text-decoration:underline;
}

img{
	border:none;
}

strong{
	font-weight:bold;
	color:#66CC2B;
}

/* End Typography & Colors */

/* Header */

#header{
	width:95%;
	padding:0px;
	float:right;
	background:#FFF;
-moz-border-radius: 0 0 0 20px;
-webkit-border-radius: 0 0 0 20px;
-khtml-border-radius: 0 0 0 20px;
border-radius: 0 0 0 20px;
	border-bottom:2px solid #7DB1E3;
	border-left:2px solid #7DB1E3;
}

#header h1{
	font-family: 'Comic Sans MS', Verdana, Arial, Sans-Serif;
	font-size:18px;
	vertical-align:middle;
	padding:0 0 0 20px;
	margin:0px;
	color:#7DB1E3;
}
#header h1 a{
	text-decoration:none;
	float:left;
	color:#7DB1E3;
}
.description img{
	border:none;
	margin:0px;
	padding:0px;
	background:none;
}
.description{
	float:left;
	padding:5px 0px 0px 10px;
	color:#7DB1E3;
}

.dropdown_select{
	float:right;
}
.dropdown_select select{
	width:200px;
	border:1px solid #7DB1E3;
	margin:2px 5px 0 0;
}
.dropdown_select option{
	border-bottom:1px dashed #7DB1E3;
}
/*a#twitter{
	padding:0px 5px;
-moz-border-radius: 10px ;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
	text-decoration:none;
	border:1px solid #7DB1E3;
	background:#D9F0FE;
}
*/
/* Header */

/*  MENU */

.menu{
	margin:10px 0 0 0;
	padding:5px 0px;
	float:left;
	width:100%;
	border-top:2px solid #7DB1E3;
	border-bottom:2px solid #7DB1E3;
}
.menu ul{
	list-style: none;
	margin:0px;
	padding:0px;
	display:block;
}
.menu li{
	float: left;
	width:20%;
	text-align:center;
}

.menu li a{
-moz-border-radius:10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
	background:#fff;
	border:2px solid #7DB1E3;
	padding:0px 15px;
	width:200px;
}
.menu li a:hover{
	background:#D9F0FE;
	text-decoration:none;
}

/*  MENU */

/* Content */

.blog_body{
	width:98%;
	float:left;
	position:relative;
}
.blog_body_visible{
	margin:10px 0 0 0;
	width:100%;
	float:left;
-moz-border-radius: 0 20px 0 0;
-webkit-border-radius: 20px 0 0 0;
-khtml-border-radius: 0 20px 0 0;
border-radius: 0 20px 0 0;
	background:#fff;
	border-top:2px solid #7DB1E3;
	border-right:2px solid #7DB1E3;
}

.post_body_container{
	float:right;
	width:80%;
}
.post_body{
	float:left;
}

.post_body h2{
	font-family: 'Comic Sans MS', Verdana, Arial, Sans-Serif;
	font-size:15px;
	vertical-align:middle;
	padding:0 0 0 40px;
	margin:0px;
	color:#7DB1E3;
-moz-border-radius: 0 0 0 20px ;
-webkit-border-radius: 0 0 0 20px;
-khtml-border-radius: 0 0 0 20px;
border-radius: 0 0 0 20px;
	border-bottom:2px solid #7DB1E3;
	border-left:2px solid #7DB1E3;
}

.post_body h2 a{
	color:#7DB1E3;
	text-decoration:none;
}
.post_body h2 a:hover{
	color:#A7CEF4;
	text-decoration:none;
}

.entry{
	min-height:90px;
}
.entry p{
	padding:5px;
}
.entry img{
	padding:3px;
	margin:3px;
	border:1px solid #7DB1E3;
}

.entry blockquote{
	margin:0 20px;
	padding:5px;
	border:1px dashed #7DB1E3;
	background:#D9F0FE;
}

.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	font-family: 'Comic Sans MS', Verdana, Arial, Sans-Serif;
	color:#7DB1E3;
	width:93%;
	margin-left:5%;
	margin-bottom:3px;
	padding-left:10px;
	border-left:1px solid #7DB1E3;
	border-bottom:1px solid #7DB1E3;
}


h2.the_date{
	background:#D9F0FE;
-moz-border-radius: 0 20px 0 0px ;
-webkit-border-radius: 0 20px 0 0px ;
-khtml-border-radius: 0 20px 0 0px ;
border-radius: 0 0 0 0px;
}



.thumbnail img{
	float:left;
	padding:3px;
	margin:3px 5px 0px 0px;
	border:1px solid #7DB1E3;
	height:100px;
	width:100px;
	background:#fff;
}
.thumbnail_big img{
	padding:5px;
	margin:5px;
	border:1px solid #7DB1E3;
	max-width:700px;
}

.read_more{
	padding:0px 5px;
-moz-border-radius: 10px ;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
	text-decoration:none;
	border:1px solid #7DB1E3;
	background:#D9F0FE;
}
.read_more:hover{
	background:#D9F0FE;
	padding:0px 5px;
-moz-border-radius: 10px ;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
	text-decoration:none;
	color:#000;
}
.read_more a:hover{
	text-decoration:none;
	color:#000;
}

.postmetadata_share{
	padding:5px 10px;
	border-bottom:2px solid #7DB1E3;
}

.postmetadata{
	padding:5px 10px;
	border-top:2px solid #7DB1E3;
	border-bottom:2px solid #7DB1E3;
	border-left:2px solid #7DB1E3;
}
.wonderful_project img{
	padding:0px;
	margin:0px;
	border-top:2px solid #7DB1E3;
	border-bottom:2px solid #7DB1E3;
	border-left:2px solid #7DB1E3;
}

/* Sidebars */

.sidebar{
	width:19%;
	float:left;
}


.sidebar h2{
font-size:12px
}

.sidebar img{
border:0px;
}

.sidebar ul{
list-style-type:none;
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
margin-top:1px;
padding:0 1px 0 1px;
}

.sidebar ul a{
text-decoration:none;
color:#6897cb;
}

.sidebar ul a:hover{
text-decoration:underline;
color:#6897cb;
}

.sidebar ul li{
list-style-type:none;
margin-top:1px;
padding:0 1px 0 1px;
}


.sidebar ul li h2{
font-family:Georgia, "Times New Roman", Times, serif;
vertical-align:middle;
font-size:20px;
padding: 0 0 0 10px;
color:#6897cb;
font-weight:bold;
text-decoration:none;
}

.sidebar ul ul li{
list-style-type:none;
padding-bottom:0px;
padding-top:0px;
padding-left:5px;
padding-right:0px;
line-height:24px;
border-bottom:1px solid #D9F0FE;
border-right:3px solid #D9F0FE;
}

.alignleft{
	float:left;
}
.alignright{
	float:right;
}


/* Videos de YOUTUBE */

.smartyoutube{
	width:480px;
	height:295px;
	display:block;
	margin:0 auto;
	padding:2px;
	background:#ccc;
	border-right:2px solid gray;
	border-bottom:2px solid gray;
}


/* Content  */

/* comments_template starts */

#comments_template{
	margin:5px;
	padding:5px;
	border-left:2px solid #7DB1E3;
	float:left;
	width:95%;
}
#comments_template ol li{
	list-style-type:none;
	padding:5px;
	margin:5px;
	line-height:24px;
	border-bottom:1px solid #7DB1E3;
	border-right:3px solid #7DB1E3;
}
#comments_template textarea{
	width:90%;
}

/* comments_template ends */

/* FOOTER */

#footer{
	width:100%;
	float:left;
	border-top:2px solid #7DB1E3;
	background:#D9F0FE;
	margin:5px 0 0 0;
}
#footer img{
	padding:3px;
	margin:3px;
	border:1px solid #7DB1E3;
}
#footer h2,#footer h3,#footer h4,#footer h5,#footer h6{
	font-family: 'Comic Sans MS', Verdana, Arial, Sans-Serif;
	color:#7DB1E3;
	width:93%;
	margin-left:5%;
	margin-bottom:3px;
	padding-left:10px;
	border-left:1px solid #7DB1E3;
	border-bottom:1px solid #7DB1E3;
}
#footer ul{
list-style-type:none;
}
#footer li{
list-style-type:none;
}

.footer_widget{
	float:left;
	width:24%;
	border-right:1px solid #7DB1E3;
	padding:5px 0 0 6px;
}

.footer_widget h2{
font-size:12px
}

.footer_widget img{
border:0px;
}

.footer_widget ul{
list-style-type:none;
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
margin-top:1px;
padding:0 1px 0 1px;
}

.footer_widget ul a{
text-decoration:none;
color:#6897cb;
}

.footer_widget ul a:hover{
text-decoration:underline;
color:#6897cb;
}

.footer_widget ul li{
list-style-type:none;
margin-top:1px;
padding:0 1px 0 1px;
}


.footer_widget ul li h2{
font-family:Georgia, "Times New Roman", Times, serif;
vertical-align:middle;
font-size:20px;
padding: 0 0 0 10px;
color:#6897cb;
font-weight:bold;
text-decoration:none;
}

.footer_widget ul ul li{
list-style-type:none;
padding-bottom:0px;
padding-top:0px;
padding-left:5px;
padding-right:0px;
line-height:24px;
border-bottom:1px solid #D9F0FE;
border-right:3px solid #D9F0FE;
}




