/*
Theme Name: noelia.nituniyo (portafolio theme)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Sergio
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- Meyer RESET */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: Arial, Helvetica, sans-serif; text-align: left; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/* -- /Meyer RESET */

/* - BASIC STUFF - */
body { background:#FFF; color:#000; margin:0 auto; padding:0 20px; }
a { text-decoration:none; color: #CCCCCC; }
a:hover { color: #666666; }
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}
.clearfix { clear: both; }
.selec { font-weight: bold; color: #000000 !important; }

/* - FILA - */
.fila { display: block; margin-bottom: 25px; float: left; width: 900px; }
.fila img { float: left; }
.fila p a { display: block; float: left; margin-top: 10px; }

/* - CONTACTO - */
.firma { background-image: url(images/firmanim.gif); background-repeat: no-repeat; background-position: 20px 180px; background-color: #000000; height: 300px; width: 511px; display: block; margin-left: 389px; }
.infonoe { float: right; }
.fila-firma { width: 510px; height: 300px; background-color: #000000; }
.contacto { height: 410px; background-image: url(images/fotonoe.jpg); background-repeat: no-repeat; background-color: #F9F9F9; }
.contacto a { padding: 46px 162px 46px 162px; display: block; }
.contacto a:hover { background-color: #F4F4F4; }

/* -- NG GALLERY -- */
#lightbox-imageBox {
	border: 0!important;
}
#lightbox-overlay {
	background-color: white !important;
}
#lightbox-overlay-text {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ngg-gallery-thumbnail {
	margin-right: 0 !important;
}
.ngg-gallery-thumbnail img {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* -- LISTS -- */
ul { margin:0; padding:0; display: block; }
ul li { padding:0; }
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 { margin:0 0 5px 0; padding:0; font-size: 200%; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px; }
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}

/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MENU -- */
ul#menu { margin-top: 10px; }
ul#menu li { display: inline; }
ul#menu li a { color: #999999; padding: 5px 20px 5px 0; display: block; float: left; }
ul#menu li a:hover { color: #000000; }

/* -- MAIN DIV'S -- */
#wrapper { float:none; clear:both; margin:0 auto; padding:0; width:900px; background-image: url(images/header_bg.jpg); background-repeat: no-repeat; }
#header { height:100px; margin:0 auto; text-align:center; padding: 0; padding-top: 20px; }
#header h1 a { width: 350px; height: 50px; display: block; line-height: 50px; }
#footer { height:50px; overflow:hidden; padding-top: 30px; clear:both; float:none; text-align:center; color: #CCCCCC; }

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap { float:left; clear:none; width:900px; margin-top: 10px; }

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:300px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

