
/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 - 2011 danielfajardo web

  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */


#debug {
	top: 0;
	width: 940px;
	margin: 0 auto;
	padding: 16px 0;
	font-family: Consola, monospace;
	font-size: 12px;
	line-height: 1.5em;
	color: #aa0a0a;
	border-top: solid 1px #aa0a0a;
}

body {}

#page {}

#wrapper {
	top: 0;
	width: 980px;
	margin: 0 auto;
}

#header {
	}
	#header .logotext {
		font-size: 48px;
		font-weight: lighter;
		padding: 32px 18px .1em;
		letter-spacing: -.05em;
	}
	#header .logoimg {
		padding: 19px 0 0 20px;
	}
	#header .slogan {
		font-size: 14px;
		padding: 5px 21px 10px;
	}


#head {
	height: 96px;
	background: url(../images/wrap/wrapbg-head.png) 50% 0px no-repeat;
}

#usermenu {
	margin: 0 20px;
}

#menubar {
	float: left;
	width: 750px;
	height: 48px;
	margin-left: 50px;
	padding: 14px 0 0 0;
}

#mainmenu {
}

#searchform {
	float: right;
	width: 130px;
	height: 23px;
	margin: 0 30px 5px 0;
	padding: 34px 0 0;
	}
	#search-box {
		width: 130px;
		height: 23px;
		background: url(../images/sys/box-search.png) left -23px no-repeat;
	}
	#search-box:hover {
		background: url(../images/sys/box-search.png) left 0px no-repeat;
	}
	#search-text {
		background: transparent none no-repeat 0 0;
		border: none;
		margin: 1px 28px 1px 4px;
		color: #999;
		width: 82px;
	}
	#search-text:hover {
		color: #444;
	}
	
.search404 {
	overflow: hidden;
	margin: 20px 0;
}
.search404 p {
	float: left;
	margin: 2px 20px 0 0;
}
.search404 form {
	float: left;
}


#wrap {
	background: url(../images/wrap/wrapbg-body.png) 50% 0 repeat-y;
	padding: 16px 0;
}

#breadcrumb {
	float: none;
	clear: both;
	position: relative;
	top: 16px;
	margin: 0 50px;
}

#container {
	margin: 0 10px;
	}
	#content {
		width: 640px;
		margin: 0 40px;
		float: left;
		/* overflow: hidden; */
	}
	#content.fullwidth {
		width: 880px;
	}
	#sidebar {
		width: 210px;
		margin: 0 20px 0 10px;
		float: right;	
	}

#bottom-sidebar {
	margin: 0;
	background: url(../images/wrap/wrapbg-bsidebar.png) 50% 0 repeat-y;
}

#bottom-sidebar div.top {
	height: 10px;
	background: url(../images/wrap/wraptop-bsidebar.png) 50% 0 no-repeat;
	
}

#bottom-sidebar div.content {
	padding: 20px 40px 20px 40px;
	overflow: hidden;
	
}

#bottom-sidebar div.bottom {
	height: 8px;
	background: url(../images/wrap/wrapbottom-bsidebar.png) 50% 100% no-repeat;
	
}

#bottom {
	clear: both !important;
	height: 120px;
	padding: 0 10px;
	background: url(../images/wrap/wrapbg-footer.png) 50% -20px no-repeat;
}

#footer { 
	margin: 0 40px;
	padding: 20px 0 0;
}

#footer span {
	color: #888;
	text-align: left;
	font-size: .9em;
	line-height: 1.6em;
}

#footer .copyright {
	color: #666;
	font-size: 1.111em;
}

#footer #gototop {
	margin: 0;
}

#footer #gototop img {
	border: 0;
}


/* Auxiliary
***************************************************************************** */

/* Little classes */
.left { float: left; }
.right { float: right; }

.clear, .clearfix {
	clear: both;
	height: 0;
}
.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.myclass, div.note, span.note, div.info, span.info, div.alert, span.alert, div.download, span.download, div.tip, span.tip {
	color: #333;
	margin: 20px 0px;
	padding: 8px 10px 8px 40px;
	text-align: justify;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0,.2);
	}
	.myclass, div.note, span.note {
		padding: 5px 10px;
		background: #e4ebf1;
		border: 1px solid #d4d9de;
	}
	div.info, span.info {
		background: #e4ebf1 url(../images/icons/icon_info.png) no-repeat 5px 5px;
		border: 1px solid #d4d9de;
	}
	div.alert, span.alert {
	background: #ffdfdf url(../images/icons/icon_alert.png) no-repeat 5px 5px;
		border: 1px solid #ffcfcf;
	}
	.the-404 div.alert, .the-404 span.alert {
		padding-left: 50px;
		background-position-x: 10px;
		background-position-y: 8px;
	}
	div.download, span.download {
		background: #f5faeb url(../images/icons/icon_download.png) no-repeat 5px 5px;
		border: 1px solid #d6ebcd;
	}
	div.tip, span.tip {
		background: #fdf9e3 url(../images/icons/icon_tip.png) no-repeat 5px 5px;
		border: 1px solid #fae7be;
	}

.section {
	margin-top: 40px;
	clear: both;
}

.module {
	margin: 0 10px;
	line-height: 1.5em;
}

/* Premium classes */
.floatbox {	overflow: hidden;  }

.width25 { width: 23.69%; }
.width33 { width: 32%; }
.width40 { width: 39%; }
.width50 { width: 49%; }
.width60 { width: 59%; }

.oversize {
	overflow: hidden;
	margin-top: -20px;
	margin-left: -90px;
	margin-right: -90px;
	width: 1060px;
}
.oversize-left { position: relative; right: 40px; margin-right: 50px; margin-bottom: 20px; }
.oversize-right { position: relative; left: 39px; margin-left: -49px; margin-bottom: 20px; }

.column:first-child, .column.first { margin: 0 1% 0 0; }
.column { margin: 0 1%; }
.column:last-child, .column.last  { margin: 0 0 0 1%; }

