/*  
Theme Name: NSNC
Description:
Version: 4.0 always beta!
Author: grupoNSNC
Author URI: http://www.gruponsnc.com.ar

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/*--------------------------------------------------
	GLOBALS
----------------------------------------------------*/

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}
body,html {
	min-height:101%;
	}
body {
	background: #FFF url(images/bodyback2.jpg) no-repeat scroll 50% 0;
	}
body, select, input, textarea {
	font: 0.75em Arial, Sans-Serif, Verdana;
	}
fieldset { border: 0;}	
p {	
	/*margin: 15px 0;*/
	}
a:link, a:visited, a:active, a:hover {text-decoration:none;}
hr {
	display: block;
	height:1px;
	background-color: #00CC00;
	border:0;
	}
small {
	color: #999999;
	}
img, a:link img, a:visited img {
	border:0
	}
.left {
	float:left;
	}
.right {
	float:right;
	}

/*	Headers */
h1 {}
h2, h3, h4 { 
	font: normal normal 2.2em Arial, sans-serif, Verdana;
	}


/*-------------------------------------------------------
	DESIGN
-------------------------------------------------------*/
#page {
	width:760px;
	margin:0 auto;
	}


/*------------ HEAD -----------------------------------*/
#head { width: 100%;}
#logo { height: 195px;	} /* important */
#logo {text-indent: -99999px;}
#logo a {
	width: 160px;
	height: 44px;
	display: block;
	position: relative;
	top: 30px;
	left: 10px;
	border: 0;
	background: url(images/grupoNSNC.jpg) top left no-repeat;
	}
#logo a:hover { background-position: bottom left;}

/*-- nav --*/
#nav {
	text-transform: uppercase;
	vertical-align: bottom;
	float: right;
	width: 550px;
	position: relative;
	top: 42px;
	right: 10px;
	}
	
#nav, #nav ul, #nav li {
	list-style: none; margin: 0; padding: 0;
	}

#nav li {
	float: right;
	margin: 0 3px;
	text-align: center;
	}

#nav li a, #nav li a:visited {
	color: #ccc;
	font-size: 0.8em;
	padding: 1px 10px;
	letter-spacing: 0.1em;
	}
#nav li a:hover {
	color: white;
	}

/*-- menu --*/
#menu { 
	width:742px;
	padding:9px;
	border-bottom: 1px dotted #CCC;
		}
#menu ul, #menu li {	
	list-style-type: none;
	margin: 0; padding: 0;
	}
#menu li { 
	float: left;
	display: inline;
	margin: 0 13px 0 7px;
	}
#menu li a, #menu li a:visited { 
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	}
#menu li a:hover { 
	color: #99CC00;
	}
#menu li.current-cat a { color:#0099FF;}

#menu .children { display: none;}
		

/*----------- CONTENT ---------------------------------*/
#content {
	padding: 9px;
	width: 742px;
	}
		
/* Index*/
.index {
	float: left; 
	width: 100px;
	height: 100px;
	margin: 3px;
	}
.index a, .item a {
	display: block;
	height: 100%;
	width: 100%;
	color: #CCC;
	}
.index img:hover, .item img:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}	
	
/* TAG CLOUD */
#tagcloud {
	text-align: center;
	width: 742px;
	margin: 0 auto;
	border-top: 1px dotted #CCC;
	padding: 0.5em 0 0.7em 0;
	}
#tagcloud a {
	margin: 0 0.2em;
	color: #CCCCCC;
	}	
#tagcloud a:hover { color: #3c3c3c;}
	

/*Single*/
.post {
	width: 740px;
	padding: 0 0 0 2px;
	}
.post .title .meta { 
	float: right;
	color: #0099FF;
	vertical-align: middle;
	display: inline-block;
	}
.meta a { 
	color: #0099FF;
	font-size: 0.8em;
	text-transform: uppercase;
	}
.meta a:hover { color: #333333;}

.entry {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 2em;
	color: #333333;
	padding: 10px 0;
	}
	
.entry p {
	margin: 10px 0 0 0;
	color: #000000;
	}	

.entry ul, .entry ul li { 
	list-style-type: square; 
	list-style-position: inside;
	}
.entry ul li, .entry ol li {
	margin: 0 0 0 25px;
	}
	
.entry img {}	
.entry img.alignleft { float: left;}
.entry img.alignright { float: right;}

.entry img.size-thumbnail {
	margin: 5px;
	}

/* Contact Form iii */
#contactform { width: 500px;}
#contactform p {
	color: #FF0000;
	margin: 0 0 2em 0;
	}	
#contactform label {
	padding: 0 5px;
	font-weight: bold;
	color:#666666;
	}	
#contactform input, #contactform textarea { 
	border: 0;	
	background-color: #EEE;
	font-size: 1.8em;
	border-bottom: 1px solid #CCCCCC;
	}
#contactform input.hiddenfield { 
	border: 0; 
	height: 1px;
	display: none;
	visibility: hidden;
	}	
#contactform input#wpcf_response { width: 40px;}
#contactform input#contactsubmit {
	background-color: #333333;
	color: #FFFFFF;
	margin: 0.5em 0 0 0;
	width: 20%;
	}
#contactform input#contactsubmit:hover { background-color: #99CC00;}

/*Category*//*div#cat_br { height: 10px;}*/
.item {
	float: left;
	width: 165px;
	height: 165px;
	margin: 3px 17px 17px 3px;
	background: url(images/nothumb.gif) top left no-repeat;
}

/* Post Formatting */
.picleft {float:left;}
.picright {float:right;}	
.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	
	
/*------------ FOOTER ---------------------------------*/
#footer {
	width: 742px;
	margin: 0 auto;
	padding: 2em 0 0 0;
	border-top: 1px dotted #CCC;
	color: #999;
	text-align: center;
	}
#footer p {
	margin: 0.7em 0;
	font-size: 0.8em;
	font-weight: normal;
	}
#footer .adr p { 
	font-size: 1em;
	color: #333;
	}	
		
#footer a, #footer a:visited {
	color: #666;
	text-decoration: underline;
	}
#footer a:hover {
	text-decoration: none;
	color: #000;
	}	


/*----------------------------------
	Float Properties
----------------------------------*/
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfloat {
	display:inline-block
	}
.clearfloat {
	display:block
	}
	

	

