/*
Theme Name:		Marketlogic
Theme URI: 		http://almactiva.com/
Description: 	Marketlogic Theme.
Author:			Almactiva
Version: 		1.0
Tags: 			marketlogic
*/


/* colors 

background:	#
text:		#
links: 		#fba742
widget bg:	#
widget br:	#
widget tx:	#

*/



/*- Reset Styles -----------------------------------------------------------*/

	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, b, u, i, center, dl, dt, dd, 
	ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
	{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent; }

	ol, ul {list-style:none;}
	h1, h2, h3, h4, h5, h6, li {line-height:100%;}
	blockquote, q {quotes:none;}
	table {border-collapse:collapse; border-spacing:0;}
		
/*- End Of Reset Styles ----------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- General Styles ------------------------------------------------------*/

		body { background:url('images/bg-body.jpg') repeat-x left top; color:#b7b9ba; font-family:"Arial", Helvetica, sans-serif; font-size:12px; }
		a { color:#fba742; }
		img { background:#FFF; border:1px solid #f6eceb; padding:2px; }	
		h2 { color:#fba742; font-size:16px; }		
		#wrapper { background:url('images/bg-wrapper.jpg') no-repeat center 125px; }
		
		/*- Screen Resolution -*/
		#main {  border-top:5px solid #fba742; margin:0 auto; padding:0 0 48px 0; position:relative; width:960px; }
	
/*- End of General Styles -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- Header ------------------------------------------------------*/

		#header { height:130px; padding:5px 0 0 0; }
		
		/*------------------------------*/
		/*	LOGO						*/
		/*------------------------------*/
		#logo { float:left; margin:15px 0 0 20px; width:176px; }
		#logo a { background:url('images/logo.gif') no-repeat left top; display:block; height:83px; text-indent:-9999em; }

		#idioma { color:#515151; font-size:11px; font-weight:normal; margin:0px 0 0 0; padding:0 8px 0 0; text-align:right;  }
		#idioma a { color:#FBA742; font-size:11px; text-decoration:none; }
		#idioma a:hover { color:#FBA742; text-decoration:underline; }

		#slogan { color:#515151; font-size:18px; font-weight:normal; margin:33px 0 0 0; padding:0 8px 0 0; text-align:right; }
		
		/*------------------------------*/
		/*	NAVIGATION					*/
		/*------------------------------*/
		#navigation { padding:25px 8px 0 0; text-align:right; }
		#navigation li { background:url('images/navigation-divider.gif') no-repeat right top; display:inline; padding:10px; }
		#navigation li:last-child { background:none; padding:10px 0 10px 10px; }
		#navigation li a { color:#c2c3c4; font-size:16px; text-decoration:none; }
		#navigation li a:hover { color:#FBA742;  }
		#navigation li.current_page_item a { color: #666;   }
		#navigation li ul { display:none; } /*submenus*/
	
/*- End of Header -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- Container ------------------------------------------------------*/

		#container { overflow:hidden; }
		#content { padding:30px 0 0 0; }

		/*------------------------------*/
		/*	SLIDER						*/
		/*------------------------------*/
		#gallery, #gallery li { height:420px; overflow:hidden; }
		#gallery.portfolio, #gallery.portfolio li { height:309px; overflow:hidden; }
		
		#video { margin-top:2px;}
		#video object, #video embed { margin:1px } /*- Video en Home -*/
		
		/*- Controls -*/
		#prevBtn a { background: url('images/btn-prev.png') no-repeat left top; cursor: pointer; display: block; height: 45px; left: -14px; margin:-235px 0 0 0; position: absolute; text-indent: -9999em; width: 44px; z-index: 1000; }
		#nextBtn a { background: url('images/btn-next.png') no-repeat left top; cursor: pointer; display: block; height: 45px; margin:-235px 0 0 0; position: absolute; right: -14px; text-indent: -9999em; width: 44px; z-index: 1000; }
		
		
		.portfolio #prevBtn a { margin:-180px 0 0 0;  }
		
		.portfolio #nextBtn a { margin:-180px 253px 0 0; }
		
		
		#controls { position:absolute; margin:-400px 0 0 0; right:15px; }
		#controls li { display:block; float:left; }
		#controls li a { background:url('images/bullet.png'); display:block; margin:0 2px; height:12px; text-indent:-9999em; width:12px; }
		#controls li.current a { background-position:left bottom; }		
		
		.portfolio #controls { position:absolute; margin:-295px 250px 0 0; right:15px; }
		
		
		
		/*------------------------------*/
		/*	BOXES						*/
		/*------------------------------*/
		#content .box { float:left; margin:0 20px 0 0; width:225px; }
		#content .box.case-box { float:left; margin:0 10px 0 0; width:225px; }
		#content .box.portfolio { margin:0 20px 20px 0; height:220px; overflow:hidden;}
		#content .box.last {margin-right:0; }
		#content .box h2 { margin:0 0 8px; }
		#content .box p { margin:5px 0; font-size:12px; color:#b7b9ba; line-height:14px; max-height:28px; overflow:hidden;  }
		#content .box p.alignright { text-align:right;  }
		#content .box p.alignright a { text-decoration:none; }
		#content .box p.alignright a:hover { text-decoration: underline; }
		#content .box a:hover img { border-color: #999; }
		
		/*- About -*/
		#about {
			background:url(images/about.jpg) no-repeat;
			width:225px;
			height:241px;
			}
		#about:hover {
			background-position:0 -241px;
			}
			
		#about a  {
			text-indent:-9999px;
			display:block;
			width:225px;
			height:241px;
			}
	
		#about a img { 
			border:0; padding:0;
			}
		
		/*- Contact -*/
		#contact.box { margin:0; }
		
		#content h2.title {
			margin-top:-30px;
			font-size:32px;
			color:#FFF;
			font-weight:normal;
			text-shadow:1px 1px 0px rgba(0,0,0,0.2);
			}
		
		#content h2.title a {
			color:#FFF;
			text-decoration: none;
			}
		
		#content h2.title a:hover {
			border-bottom:rgba(255,255,255,1) 1px solid;
			}
		
	
/*- End of Container -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
	
/*- Footer ------------------------------------------------------*/
	
		#footer { background:#f7f1f0 url('images/bg-footer.gif') repeat-x left top; clear:both; color:#A8A4A3; text-shadow:rgba(255,255,255,0.6) 1px 1px 0; }
		#footer-content { margin:0 auto; overflow:hidden; padding:38px 0 20px; width:960px; }
		#footer-content h6 { color:#A8A4A3; font-size:16px; font-weight:normal; margin:0 0 10px 0; }
		#footer a { color:#A8A4A3; text-decoration:none; }
		#footer a:hover { color:#A8A4A3; text-decoration: underline; }
		#footer-content a img { background:none; border:0; padding:0; }
		#footer-content ul li:before { content:"- "; line-height:1.5em; }
		
		/*------------------------------*/
		/*	BOXES						*/
		/*------------------------------*/
		#footer-content .box { float:left; padding:0 0 30px 0; width:240px; }
		#footer-content .box p { line-height:1.8em; margin:15px 0 0 0; }
		#footer-content .box p a { margin:0 5px 0 0; }
		
		#footer-content .box p a#twitter { background:url('images/twitter.gif') no-repeat left top; display:block; float:left; height:16px; text-indent:-9999em; width:16px; }
		#footer-content .box p a#facebook { background:url('images/facebook.gif') no-repeat left top; display:block; float:left; height:16px; text-indent:-9999em; width:16px; }
		#footer-content .box p a#linkedin { background:url('images/linkedin.gif') no-repeat left top; display:block; float:left; height:16px; text-indent:-9999em; width:16px; }
		#footer-content .box p a#slideshare { background:url('images/slideshare.gif') no-repeat left top; display:block; float:left; height:16px; text-indent:-9999em; width:16px; }		
		/*- Copyright -*/
		#copyright { background:url('images/line.gif') repeat-x left top; clear:both; padding:12px 0 0 0; }
		#marketwise { background:url('images/marketwise.gif') no-repeat left top; display:block; float:right; height:13px; text-indent:-9999em; width:67px; }
		
	
/*- End of Footer -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- IE 6 Fixes ------------------------------------------------------*/	
	
	* html #controls li a { background:url('images/bullet.gif'); }
	* html #prevBtn a { background: url('images/btn-prev.gif') no-repeat left top; }
	* html #nextBtn a { background: url('images/btn-next.gif') no-repeat left top; }
	* html #footer-content .box p a img { border:0; display:inline; float:none;  margin:0; }
	
/*- End of IE 6 Fixes -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


#the-content {
	margin-top:20px;
	background:#fff;
	float:left;
	
	min-height:400px;
	}
	
#the-content.page {
	padding:20px;
	width:666px;
	}

#the-content.single {
	width:706px;
	}

#the-content.portfolio {
	padding:0px;
	background:none;
	}

#the-content a.more {
	clear:both;
	font-size:16px;
	float:right;
	}

	
#entry.single {
	margin-top:20px;
	}
	
	
	
	
#entry  {
	}
	
#entry p {
	font-size:14px;
	color:#A8A4A3 ;
	line-height:22px;
	margin-bottom:16px;
	}

#entry h3 {
	font-size:22px;
	color:#000 ;
	line-height:26px;
	margin-bottom:10px;
	font-weight:normal;
	}

#entry h4 {
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#fba742;
	line-height:22px;
	}

#entry h5 {
	font-size:16px;
	line-height:22px;
	margin-bottom:10px;
	font-weight: normal;

	}

#entry ul {
	list-style: inside square;
	line-height:24px;
	margin-bottom:14px;
	margin-left:22px;
	clear:both;
	}

#entry ol {
	list-style: inside decimal;
	line-height:24px;
	margin-bottom:14px;
	margin-left:22px;
	clear:both;
	}

#entry li {
	font-size:14px;
	margin-bottom:8px;
	}

#entry blockquote p {
	font-size:18px;
	color:#333333 ;
	margin:30px 0 30px 0;
	font-style:italic;
	line-height:28px;
	clear:both;
	}


#entry img {
	border: 1px solid #d9d9d9;
	padding:2px;
	margin: 0 0 24px 0;
	max-width: 640px;
}

#entry .alignleft,
#entry img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#entry .alignright,
#entry img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#entry .aligncenter,
#entry img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#entry img.alignleft, #entry img.alignright, #entry img.aligncenter {
	margin-bottom: 12px;
}




	
.single-thumbnail {
	padding-bottom:20px;
	}
	
#content h3.portfolio {
	font-size:24px; line-height:30px; font-weight:normal; margin-top:10px; font-style:italic; color:#FFE7D3; min-height:120px;
	}
	
#sidebar {
	float:right;
	width:235px;
	margin-top:20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	}
	
.sidefirst {
	background:#f8eeec;
	min-height:185px;
	padding:25px;
	margin-bottom:40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	}

.sidefirst h4 {
	font-size:18px;
	color:#333;
	margin-bottom:10px;
	}

#sidebar p {
	font-size:12px;
	color:#999;
	line-height:14px;
	}
	
#sidebar li {
	list-style: url(images/list-style.png) inside;
	font-size:14px;
	line-height:22px;
	color:#333;
	}

#sidebar a {
	color:#333;
	text-decoration: none;
	}

#sidebar a:hover {
	color:#FBA742;
	text-decoration: underline;
	}


	
.widget {
	border:1px solid #F6ECEB;
	padding:10px;
	margin-bottom:15px;
	background:#fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	}

.widget h4 {
	color:#FBA742;
	font-size:18px;
	margin-bottom:15px;
	font-weight:normal;
	}


#sidebar .menu ul {
	list-style:none;
	padding:20px;
	}

#sidebar .menu li {
	list-style:none;
	color:#000000
	}

#sidebar .menu li a {
	color:#000000
	}


#tags {
	background:#f7f2ef;
	}
	
#tags p {
	color:#333;
	}

#tags a {
	font-size:14px;
	line-height:22px;
	color:#333;
	text-decoration: none;
	margin-right:10px;
	display:inline-block;
	}
	
#info p {
	font-size:16px;
	line-height:24px;
	color:#333;
	}


.case-study-portfolio {
	margin-top:10px;
	background:#f3f3f3;
	padding:10px;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.case-study-portfolio h2 {
	color:#333;
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	}

#SGM {
	padding:2px;
	border:1px solid #f6eceb;
}

#SGM div div a img, #SGM div div div span, #SGM div div div a{
	display:none;
}

.clearer {
	clear:both;
	}
	
.displaynone {
	display:none;
	
}	

.wpcf7 {
	
}

form.wpcf7-form {
	margin-top:20px;
}

.wpcf7 input, .wpcf7 textarea{
	padding:2px;
	border:1px solid #f6eceb;
	background:#fff;
	color:#666666;
}

.wpcf7 input.send{
	margin-top:10xp;
	background:#FF9900;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid  #999999;
	border-left:none;
	border-top:none;
	
}
