/* CSS Document */

/*  
Theme Name: TechnOtaku
Theme URI: http://www.xacur.com/
Description: 3.0
Version: 3.0
Author: Xacur
Author URI: http://technotaku.com/

*/
html, body {
height: 100%;
}

body{
	font-family:Arial, Helvetica, Georgia, sans-serif;
	font-size:14px;
	text-align:left;
	vertical-align:top;
	background:url(images/header_menu.png) top repeat-x;
	color:#666666;
}

body,h1,h2,h3,h4,h5,h6,blockquote,p{
padding:0;
margin:0px;
}

a{
	color:#0072BC;
	border:none;
	text-decoration:none;
}

a:hover{
	color:#0072BC;
	text-decoration:underline;
}

img{
	border:none;
}

#container1{
	width:1020px;
	margin:0 auto;
	min-height: 100%;
	margin-bottom: -330px;
	position: relative;
}

#container2{
	float:left;
	padding:0px;
	width:1020px;
	margin:0px;
}

#header{
	height:30px;
	width:1000px;
	padding:0 0 0 0;
	margin:0 0 0 10px;
	float:left;
}
#header h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}

#header h1 a{
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/technotaku_logo.png) no-repeat;
	padding:3px 20px 3px 40px;
}

#header h1 a:hover{
	color:#FFFFFF;
}

#searchform_top{
	float:right;
	padding:1px 0 5px 0px;
	border:0px;
	width:300px;
}
#searchform_top input{
	border:1px solid #397DC8;
	width:250px;
	color:#177FC2;
	font-size:16px;
	font-weight:bold;
}

/* MENU CSS STARTS */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 7px 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover{
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:url(images/menu_drop_bg.png);
		color: #FFF;
		font: 13px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}



/* MENU CSS ENDS */
#marco_top{
	float:left;
	width:100%;
	height:8px;
	background:url(images/marco_bg_top.png) no-repeat;
	padding:0px;
	margin:5px 0px 0px 0px;
}

#marco{
	float:left;
	width:100%;
	background:url(images/marco_bg.png) repeat-y;
	padding:0px;
	margin:0px;
}

#blog_body{
	width:1000px;
	float:left;
	padding:5px 0px;
	margin:5px 10px 0px 10px;
	border-bottom:1px dashed #B0D6F8;
}


.container_page{
	width:670px;
	float:left;
	padding:0 0 0 5px;
}


.container_single{
	width:830px;
	float:left;
	margin:0 5px 0 0;
}




/* SIDEBAR STARTS */

.sidebar{
	width:160px;
	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;
height:25px;
vertical-align:middle;
font-size:18px;
padding: 0 0 0 10px;
	background:url(images/header_menu.png) top repeat-x;
color:#FFF;
font-weight:normal;
text-decoration:none;
border-left:1px solid #1953BE;
border-right:1px solid #1953BE;
}

.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 dashed #666666;
}

#user_infocenter{
	width:100%;
	float:left;
	padding:0px;
	background:url(images/header_menu.png) repeat-x;
	background-position:0% -30px;
	border:1px solid #397DC8;
}

#user_avatar{
	float:left;
	padding:1px;
	width:150px;
}
#user_avatar img{
	padding:5px;
	margin:0px auto;
	display:block;
	border:1px solid #397DC8;
	background:#DFF1FB;
}
#user_info{
	float:left;
	padding:1px;
}

/* SIDEBAR ENDS */


/* LOGIN STARTS */

.widget_login{
	width:100%;
	float:left;
}


h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

/*   LOGIN ENDS */



.post_main{
	padding:10px 2px;
	width:665px;
	float:left;
}

.post_single{
	padding:10px 2px;
	width:830px;
	float:left;
}

.fecha{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#ff6600;
	padding:1px;
	border-top:1px dashed #6699CC;
}

.post_main h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#0072BC;
	padding:1px;
	margin-bottom:4px;
	background:#EDF9FE;
	border-top:1px solid #6699CC;
	border-bottom:1px solid #6699CC;
}

.post_main h2 a{
	color:#0072BC;
	text-decoration:none;
}

.post_main h2 a:hover{
	color:#2200cc;
}

.post_single h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#0072BC;
	padding:1px;
	margin-bottom:4px;
	border-bottom:1px solid #6699CC;
}

.post_single h2 a{
	color:#0072BC;
	text-decoration:none;
}

.post_single h2 a:hover{
	color:#2200cc;
}


/* ENTRY CSS */


.entry_main{
	width:674px;
	float:left;
}

.entry_main strong{
	color:#0072bc;
}
.entry_main img{
	max-width:640px;
	border:1px solid #6699CC;
	padding:4px;
}

.entry_single{
	width:830px;
	float:left;
	padding:1px 0;
}

.entry_single p{
	padding:5px;
}

.entry_single a,.entry_single a:hover,.entry_single a:visited{
	color:#0063CE;
	text-decoration:underline;
}
.entry_single img{
	max-width:800px;
	border:1px solid #6699CC;
	padding:4px;
}

.entry_single strong{
	color:#0072bc;
}

.entry_single h2{
	padding:1px 30px;
	margin:10px 0 0 0;
}

.entry_single h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#0072BC;
	margin:10px 0 0 0;
	padding:1px 30px;
	border-bottom:1px solid #6699CC;
}

.entry_single h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#0072BC;
	padding:1px 30px;
	margin:10px 0 0 0;
	border-bottom:1px solid #6699CC;
}

.entry_single blockquote{
	margin:0 20px;
	padding:0 0 0 10px;
	border-left:1px solid #6699CC;
}

.entry_single ol{
	color:#6699CC;
}

.entry_single ul{
	color:#6699CC;
}

.entry_single li{
	border-bottom:1px dashed #6699CC;
	margin:0 100px 0 0;
}

/* ENTRY  */


.thumb_main{
	float:left;
}

.thumb_main img{
	float:left;
	width:100px;
	height:100px;
	padding:4px;
	border:1px solid #6699CC;
}


.excerpt_main{
	float:left;
	padding:4px;
	height:77px;
	width:554px;
}

.post_metadata{
	float:left;
	padding:4px;
	width:554px;
	text-align:right;
}

.post_metadata_single{
	float:left;
	padding:4px;
	width:99%;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0072BC;
	margin:4px 0 4px 0;
	background:#EDF9FE;
	border-top:1px solid #6699CC;
	border-bottom:1px solid #6699CC;
}



.post_metadata_single #twitt_this{
	background:url(images/twitter.png) no-repeat;
	float:left;
}

.post_metadata_single #twitt_this img{
	border:0px;
	padding:0px;
	width:79px;
	height:36px;
	float:left;
}

.post_metadata_single #face_this{
	background:url(images/facebook.png) no-repeat;
	float:left;
}

.post_metadata_single #face_this img{
	border:0px;
	padding:0px;
	width:79px;
	height:36px;
	float:left;
}



.comments_link{
	float:right;
	padding:3px 12px 7px 8px;
	font-size:14px;
}
.comments_link a:hover{
	text-decoration:none;
}

h3#comments{
	font-size:16px;
	padding:0px;
	height:25px;
}

.alignright{
	float:right;
}
.alignleft{
	float:left;
}

/* YouTube  */

.video_embed{
	float:center;
	background:url(images/youtube_border.png) no-repeat;
	width:640px;
	padding:9px 7px 7px 8px;
	height:385px;
	}

/* YouTube  */


/* Wonderful */

.projectwonderful1{
	width:98%;
	float:left;
}

.projectwonderful1 img{
	margin:0 auto;
	display:block;
	padding:10px 10px 10px 50px;
	background:url(images/ad_bg.png) right no-repeat;
}




/* COMMENTS  */

.comments-template{
	float:left;
	width:825px;
}

.comments-template h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	color:#0072BC;
	padding:1px;
	margin:4px 0;
	border-bottom:1px solid #6699CC;
}

.comments-template textarea{
	width:97%;
	height:200px;
	background:#EDF9FE;
	padding:0px;
}

.commentmetadata{
	float:left;
	border:1px solid #ccc;
	width:99%;
	background:url(images/header_menu.png) repeat-x;
	background-position:0% -30px;
}

.commentmetadata img{
	padding:3px;
	margin:1px 5px 1px 1px;
	border:1px solid #ccc;
}



.alt{
	margin:5px;
	border:1px solid #ddd;
	float:left;
	width:100%;
}

#respond{
	float:left;
	width:100%;
}

.textComment{
	width:100%;
	float:left;
}
.textComment p{
	padding:5px;
	text-align:justify;
}



#submit{
	width:97%;
	padding:1px;
}

ol.commentlist{
	float:left;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
}

.comment_text{
	padding:5px;
}

/* COMMENT */


.toggle_link{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}

.toggle_link h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#0072BC;
	text-align:center;
	padding:1px;
	margin-bottom:4px;
	background:#EDF9FE;
	border-top:1px solid #6699CC;
	border-bottom:1px solid #6699CC;
}


/* ---- descargas --------*/
#upload_form2{
	display:block;
	width:600px;
	margin:0 auto;
	border:1px solid #ccc;
}



.table{
	width:956px;
	float:left;
	border:1px solid #ccc;
	font-size:12px;
	background:#fff;
}

.row_table{
	width:100%;
	float:left;
	border:none;
}

.type{
	float:left;
	text-align:center;
	width:90px;
	padding:2px;
	height:20px;
	border:1px solid #99CCFF;
}

.site{
	float:left;
	text-align:center;
	width:90px;
	padding:2px;
	height:20px;
	border:1px solid #99CCFF;
}

.name{
	padding:2px 2px 2px 5px;
	float:left;
	width:563px;
	height:20px;
	border:1px solid #99CCFF;
}

.name a{
	text-decoration:none;
	color:#0072BC;
}

/* ---- descargas --------*/




/* COMMENTS */




/*  JPOP Gallery CSS */

.jpop_gallery{
	float:left;
	width:100%;
}

.jpop_gallery img{
	padding:5px;
	margin:5px;
	border:1px solid #3399CC;
}
.jpop_gallery h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#0072BC;
	padding:1px;
	margin:4px 0 0 0;
	border-bottom:1px solid #6699CC;
}


/*  FOOTER CSS*/

.clearfooter {
height: 330px;
clear: both;
}

#footer{
	height: 330px;
	position: relative;
	padding:0;
	margin-top:0px;
	background:url(images/header_menu.png) repeat-x;
	background-position:0% -30px;
}

#foooter_content{
	width:1020px;
	height:100%;
	margin:0 auto;
	display:block;
	background:url(images/marco_bg_bottom.png) no-repeat;
}

#footer_widgets{
	width:1000px;
	float:left;
	padding:5px 0px;
	margin:5px 10px 0px 10px;
	border-bottom:1px dashed #B0D6F8;
	font-size:12px;
	height:260px;
}

#footer_widgets h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#0072BC;
	padding:1px;
	margin-bottom:4px;
	background:#EDF9FE;
	border-top:1px solid #6699CC;
	border-bottom:1px solid #6699CC;
}

.products{
	width:290px;
	border-bottom:1px solid #6699CC;
	float:left;
}

.last_posts{
	width:990px;
	float:left;
	padding:0 0 0 5px;
}

.thumb_footer{
	float:left;
	height:130px;
	width:110px;
}

.thumb_footer img{
	float:left;
	width:90px;
	height:90px;
	padding:3px;
	border:1px solid #6699CC;
}

#afiliados img{
	width:83px;
	height:33px;
	border:none;
	margin:0px;
	padding:1px;
}



#footer_legal{
	width:100%;
	float:left;
	margin:0px;
	padding:10px 0 0 0;
	height:35px;
}
#footer_legal p{
	font-size:12px;
	padding:3px;
}
