/*
	Theme Name: Roundly
	Theme URL: http://newwpthemes.com/wordpress-theme/roundly/
	Description: Roundly is free premium WordPress theme. Dark style design. Suitable for any niche. Theme Options at admin panel.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 2.0 
	Tags: Black,Tech, Technology, Ads Ready, Two Columns, Right Sidebar, Fixed Width, Blogging, Dark, Admin Options
*/

/* LAYOUT */

body {
	background: #5B5B5B;
	}

#wrapper {
	}

#container {
	background: #9c9c9c url(images/header-background.png) top center no-repeat;
	}

#contentwrap {
	background: #9c9c9c;
	border-bottom: 2px solid #c6c6c6;
	}

a {
	color: #000;
	}

a:hover {
	text-decoration: none;
	}
/* HEADER */

#header {
	height: 100px;
	padding-top:35px;
	}

#header h1 {
	margin-bottom: 2px !important;
	padding: 8px 0 0 20px;
	font-weight: bold;
	font-family:Arial, Verdana;
	font-size: 44px;
	text-transform: uppercase;
	}

#header h1 a, #header h1 a:visited {
	color: #d6d6d6;
	text-decoration: none;
	}


#header h2 {
	padding-left: 20px;
	color: #c9c9c9;
	font-size: 13px;
	line-height: 13px; 
	font-family: Arial;
	}
	
.feedtwitter {
	margin-top: 10px !important;
	text-align: right;
	}
/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 30px;
	margin:12px 0 0 10px;
	}
	
#pagemenu {
	height: 30px;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #d3d3d3;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 7px 10px 6px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pagemenu li a:hover, #pagemenu li a:active, .current_page_item {
	background: url(images/pagenav-backgr.png);
	background-repeat: repeat-x;
	color: #fff;
	display: block;
	text-decoration: none;
	}
	
#pagemenu  li.current_page_item a {
	color:#fff;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	


.navcontainer {
	height: 42px;
	margin-top: 3px;
	}
	
#nav {
	height: 30px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #dddddd;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 8px 12px 9px 12px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
	}
	
#nav li a:hover, #nav li a:active, .current-cat {
	color: #fff;
	display: block;
	text-decoration: none;
	}
	
#nav  li.current-cat a {
	color:#fff;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* CONTENT */

#content {
	background: #9c9c9c;
	padding: 15px 0px 0 15px;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #474747;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.postwrap {
	margin: 0 3px 15px 0;
	border: 1px solid #828282;	
	background-color: #d5d5d5;
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
        -webkit-border-radius: 6px;
	}
	
.post {
	background: url(images/post-background.png) top left repeat-x;
	border: 1px solid #d5d5d5;
	padding: 15px;
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
        -webkit-border-radius: 6px;
	}


.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-size: 20px;
	font-family: Arial, Verdana;
	color: #393939;
	text-shadow: 0 1px 0 #ccc;
	}

	
.title a {
	text-decoration: none;
	color: #393939;
	}

.title a:hover {
	text-decoration: underline;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	background: #222 url(images/but.jpg) repeat-x;
	color: #FFF;
	text-decoration: none;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
	}


a.readmore:hover {
	color: #666;
	}


.postdate {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	background: #ababab;
	color: #444444;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #474747;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #474747;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.navigation {
	padding: 0px 2px 2px 2px;   
	}

.alignleft {
   float: left;
   padding: 2px 10px 2px 10px;
   background: white;
   text-decoration: none;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   color:white;
   text-decoration: none;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif; 
  	}

.alignright {
   float: right;
   padding: 2px 10px 2px 10px;
   background: white;
   text-decoration: none;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   color:white;
   text-decoration: none;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 8px;
	}


.sidebar {
	margin: 0 10px 10px 10px;
	}
	
.sidebar a {
	text-decoration: none;
	color: #272727;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#515151;
	}
	

	
#search input, #searchform input{
	border: 1px solid #005687;
	}
	
#search label, #searchform label {
	margin: 10px 0 10px 0;
	padding: 4px 0 4px 0px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
	text-shadow: 0 1px 0 #cbcbcb;
	border-bottom: 3px solid #5f5f5f;uppercase;
	color: #003d69;
	display: block;
	}
	
#s {
	width: 220px;
	padding: 4px;
	}
	
#searchsubmit {
	border: 2px solid #7e7979;
	background: #7e7979;
	color: #fff;
	}
	
#topsearch {
	padding:11px 10px 0 0;
	text-align: center;
	}
	
#topsearch input {
	border: 2px solid #7e7979;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 205px;
	padding: 4px;
	}


/* Social icons */
.addthis_toolbox {
	margin: 15px 0 0 0;
        padding: 8px 4px 0px 0px;
	text-align: center;
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:#565656 none repeat scroll 0 0;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;        
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}


	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 4px 0 4px 0px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
	text-shadow: 0 1px 0 #cbcbcb;
	border-bottom: 3px solid #5f5f5f;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #272727;
	background: #9c9c9c;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #9c9c9c;
	}

#wp-calendar td {
	color: #272727;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #d5d5d5;
	color: #272727;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #5b5b5b url(images/footer-backgr.png) top center no-repeat;
	padding: 28px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	}

#footer a {
	color: #fff;
        text-decoration: none;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #242424;
	font-size: 11px;
	text-align: center;
	padding: 7px;
	background: #5b5b5b;
	}	
#footer2 a {
	color: #242424;
	text-decoration: none;
	} 
	
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    margin: 0 10px 10px 0;
}

.meta {
  background: #F4F3EE;
  border: 1px solid #DDD;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*** Page Navigation ***/
.pagenavigation_1 {
  margin: 0px 0px 10px 0px;
  text-decoration: none;
}
.pagenavigation_1 a, .pagenavigation_1 a:visited {
  color: #FFF;
  text-decoration: none;
}
.pagenavigation_1 a:hover {
  color: #666;
  text-decoration: none;
}
.pagenavigation_1 h2 {
  padding: 4px 10px 4px 10px;
  background: #222 ;
  border: 1px solid #5B5B5B;
  text-decoration: none;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #EAEAEA;
  font-weight: bold;
}
.navleft_1 {
  float: left;
  padding: 4px 10px 4px 10px;
  background: #222 url(images/but.jpg) repeat-x;
  text-decoration: none;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.navright_1 {
  float: right;
  padding: 4px 10px 4px 10px;
  background: #222 url(images/but.jpg) repeat-x;
  text-decoration: none;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.breadcrumb {
padding: 10px 10px 10px 18px;
color:white;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb a {
/*También podemos utilizar uppercase*/
color:white;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

#fecha {
  position:relative;
  float: right;
  text-align: right;
  font-weight: bold;
  padding-top: 0px;
}

.marcas {
  width: 270px;
  margin-left: 10px;
  color:white;
  border: 1px solid #5B5B5B;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 10px 4px 10px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#565656 none repeat scroll 0 0;
  text-decoration: none;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Relacionados */
.relacionados {padding: 4px 4px 4px 4px;
              background: url(images/post-background.png) top left repeat-x;
	      border: 1px solid #828282;
              -moz-border-radius: 6px;
              -khtml-border-radius: 6px;
              -webkit-border-radius: 6px;}
.relacionados a:link {border:none;}
.relacionados table a:hover, .relacionados table a:visited {border:none;}
.relacionados img {border: 1px solid #dedede;padding:5px;}
.relacionados img:hover {border: 1px solid #000;padding:5px;}
.relacionados ul li a:hover {color: #000;border-bottom:1px solid #000; }

/* Boton twitter */

#twitternow{
	background: transparent url(http://www.nexxuz.com/wp-content/uploads/2010/04/twitter.png);
	height:100px;
	width:580px;
	padding-top:40px;
	padding-left:20px;
	border: 0px solid;
	text-align:left;
}
#twitternow .estado{
	width:480px;
	margin:0px;
	height:30px;
	border:0px solid;
}
 
#twitternow .enviar{
	background: transparent url(http://www.nexxuz.com/wp-content/uploads/2010/04/btn2.png);
	margin-top:0px;
	margin-left:400px;
	width:59px;
	Height:20px;
	border:0px solid;
	color:#FBFBFB;
 
}

.publicidad {
  width: 95%;
  color:black;
  border: 1px solid #C0C0C0;
  padding: 4px 10px 4px 10px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#C0C0C0 none repeat scroll 0 0;
  text-decoration: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.wpptopdf{
float:right;
}

