/*****Basic Elements*****/  

body {
	/* background: #f1f4f6; */
	background: #111111;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #616161; */
	color: #888888;
}
	
h1, h2, h3, h4, h5, h6 {
	/* color: #4b4745; */
	color: #ffffff;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	/* color: #844370; */
	color: #ff9000;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

#quote small {
	color: #ccc;
	font-size: 15px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	/* background: url(../images/list-item.gif) no-repeat 0px 8px; */
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

div.hr-img{
	height: 2px;
	width: 940px;
	background: url(images/divider.png);
	margin: 20px 0px;
	clear: both;
}

div.hr-img2{
	height: 2px;
	width: 645px;
	background: url(images/divider645px.png);
	margin: 20px 0px;
	clear: both;
}
div.hr-img3{
	height: 2px;
	width: 600px;
	background: url(images/divider645px.png);
	margin: 20px 0px;
	clear: both;
}
fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

#header {
	background-color: #111111;
	/*height: 325px;*/
	line-height: 0;
	font-size: 0;
}

/** Logo **/

#header h1 {
	background: url(images/logo.png) no-repeat;
	width: 940px;
	height: 139px;
	text-indent: -9990px;
}

#header div#logo_bg{
	width: 940px;
	height: 158px;
	background-image: url(images/header-logo-bg.png);
	padding-top: 30px;
}

/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	overflow: hidden;
}

#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	color: #cb99bb;
	display: block;
	text-transform: uppercase;
}

#header ul#top_menu li a {
	text-decoration: none;
}

/*** Content ***/

#main {
	float: left;
	width: 540px;
}

#content {
	/* background: #ffffff url(../images/content_bg.gif) repeat-x top left; */
	background-color: #111111;
	margin-bottom: 20px;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #111111;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(images/sidebar_block_bg.gif) repeat-x;
	padding: 14px 30px 8px;
}

/*** Footer ***/

#footer {
	clear: both;
	height: 120px;
	border-top: 1px solid #eaedf0;
	padding: 25px 0px 25px;
	color: #aeb3b6;
	background: #030303 url(images/footer-bg.jpg) center top no-repeat;
}

#footer .container {
	width: 600px;
}

#footer a {
	text-decoration: none;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color: #aeb3b6;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer strong {
	color: #84888a;
	font-weight: normal;
}

#footer h2 {
	margin: 0;
}

#footer div#footer-menu {
	float: left;
	width: 200px;
}

#footer ul {
	list-style: none;
}

#footer li {
	margin-left: 15px;
	font-variant: small-caps;
}

#footer div#resources {
	float: left;
	width: 200px;
}

#footer div#social {
	width: 200px;
	float: left;
}

#footer div#social li a img{
	position: relative;
	top: 5px;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area {
	/* background: url(../images/featured_area_bg.gif) repeat-x; */
	/* background: url(../img/featured-stripes-bg.png) repeat-x; */
	/* background-color: #333;*/
	/* height: 308px; */
	height: 250px;
	overflow: hidden;
	position: relative;
	background: #111111;
}

#featured_area div#mySlides {
	padding-top: 30px;
	
}

#featured_area .description {
	float: left;
	width: 275px;
	height: 152px;
	color: #888888;
}

#featured_area .description h2 {
	font-size: 17px;
	/* color: #423d3a; */
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
	font-variant: small-caps;
}

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	background: url(images/featured_image_bg.gif) repeat-x;
	/* border: 1px solid #f8f9fa; */
	padding: 5px 5px 0px 5px;
	margin-top: 10px;
	float: right;
	position: relative;
}

#featured_area .photo img {
	width: 600px;
	/* height: 210px; */
	height: 100px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	/* height: 308px;*/
	height: 230px;
	overflow: none;
}

.ribbon {
	position: absolute;
	/* right: -1px; */
	right: 5px;
	top: -2px;
	width: 44px;
	height: 100px;
	z-index: 5;
}

.ribbon.webdesign {
	background: url(images/ribbon-web.png) right top no-repeat;
}

.ribbon.print {
	background: url(images/ribbon-print.png) right top no-repeat;
}

/*.ribbon.flash {
	background: url(images/flash-trans.png) right top no-repeat;
}   HACER LA PUTA IMAGEN! */

.ribbon.illustration{
	background: url(images/ribbon-illustration.png) right top no-repeat;
}

.ribbon.wear{
	background: url(images/ribbon-wear.png) right top no-repeat;
}

a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(images/next-trans.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	/* background: #e9edf0 url(../images/pagename_bg.gif) repeat-x top left; */
	/* border-bottom: 1px solid #e7e9ea; */
	height: 107px;
}

#pagename h2 {
	color: white;
	margin: 22px 0px 0px;
	font-size: 25px;
	font-family: Georgia;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#services {
	width: 560px;
	float: left;
}

body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#services ul li {
	float: left;
	width: 190px;
	margin: 0px 70px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 50px;
}

body#home div#services ul li#first {
	background: url(images/print.png) 0px 11px no-repeat;
}

body#home div#services ul li#second {
	background: url(images/branding.png) 0px 11px no-repeat;
}

body#home div#services ul li#third {
	background: url(images/browser.png) 0px 11px no-repeat;
}

body#home div#services ul li#fourth {
	background: url(images/wacom.png) 0px 11px no-repeat;
}

body#home div#services ul li.last {
	margin-right: 0px;
}

body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body#home div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#contact-info {
	float: right;
	width: 300px;
}

body#home div#contact-info p strong {
	color: #999;
	font-weight: 900;
}

body#home #content div.hr-img {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 300px;
	margin-right: 20px;
}

body#home #content .bottom-block.last {
	margin-right: 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	/* color: #8ca5b4; */
	color: #ffffff;
}

/** The Team Page **/
#team {
	margin-bottom: 20px;
}

#team .container {
	width: 800px;
}

#team p {
	margin-left: 20px;
}

#team h3 {
	margin-left: 10px;
}

#team h3 small {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	font-variant: small-caps;
}

#team ul {
	margin-left: 30px;
	list-style: square;
	font-weight: bold;
}

#team li {
	margin-left: 35px;
	font-weight: normal;
}

/** Services Page **/
#our-services {
	margin-bottom: 50px;
}
#our-services .container {
	width: 800px;
}
#our-services .p-padding {
	padding-left: 30px;
}



ul#latest_blog {
	list-style-type: none;
}


/***   Portfolio Page    ***/
#port-nav {
	background: url(images/port-nav-bg.jpg) repeat-y;
}
	#port-nav ul {
		list-style-type: none;
		background: url(images/divider-180px.jpg) no-repeat bottom left;
	}
		#port-nav ul li {
			text-align: left;
			font-size: 18px;
			padding-left: 10px;
			padding-top: 5px;
			padding-bottom: 5px;
			background: url(images/divider-180px.jpg) no-repeat top left;
		}








#search {
	background: url(images/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#search fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}


/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #000000;
	background: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #ff0000;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

/** jQuery Twitter plugin **/

div#twitter {
	width: 300px;
/*	margin-bottom: 2em;
	border: 1px solid #888; */
}

div#twitter h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #fff;
	/* background-color: #888; */
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(images/ajax-loader.gif) 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	/* padding: 0.8em 0 1em 0; */
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #ffffff;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #ff9000;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}

/** jQuery tipsy plugin **/

.tipsy { padding: 5px; font-size: 11px; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat; }
.tipsy-inner { padding: 4px 5px; background-color: #fff; color: #222; max-width: 150px; text-align: center; }
.tipsy-north { background-image: url(images/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(images/tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(images/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(images/tipsy-west.gif); background-position: left center; }
