/*
Copyright 2008, 2009 Copyleft S. de R.L. de C.V.

This file is part of Gatopardo.

Gatopardo is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Gatopardo is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Gatopardo.  If not, see <http://www.gnu.org/licenses/>
*/
body { 
	margin: 10px 10px 10px 10px; 
	padding: 0px; 
	background-color: #fff;
	font-family: Arial, sans-serif; 
	color: #4d4d4d;
	font-size: 11px;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
form {
	margin: 0px;
}
input {
	font-family: Arial, sans-serif; 
	color: #4d4d4d;
	font-size: 11px;
}
form {
	margin: 0px;
}


/* container box*/
#container {
	width: 945px;
	margin: auto;
}


/* header */
#header {
	height: 92px;
	border-bottom: 1px #bfbfbf solid;
	display: none;
}
#header div {
	float: left;
}
#banner-header {
	height: 100%;
	padding-right: 9px;
	border-right: 1px #bfbfbf solid;
}
#nav-wrapper {
	width: 182px;
	margin-left: 8px;
	background-color: #d92400;
}
#navbar {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: none;
}
#navbar li {
	float: left;
	display: inline;
	margin-left: 8px;
}
#navbar li img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 24px;
}
#search {
	width: 170px;
	padding: 8px 6px 8px 6px;
	background-color: #ff4d00;
	border-top: 1px #ec3900 solid;
}
#term {
	width: 122px;
	height: 13px;
	border: 1px #bfbfbf solid;
	padding: 1px 2px 1px 2px;
	margin: 0px;
	float: left;
}
#btnsearch {
	margin-left: 7px;
	width: 32px;
	height: 12px;
}
#btnadvsearch {
	float: left;
	margin-top: 6px;
}


/* menu */
#menu {
	height: 178px;
	border-bottom: 1px #bfbfbf solid;
	display: none;
}
#menu div {
	float: left;
}
#menu-wrapper {
	width: 755px;
	padding: 6px 0px 0px 0px;
}
#menu-wrapper img {
	float: left;
}
#sections {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sections li {
	float: left;
	display: inline;
	margin-top: 7px;
}
#sections li img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 27px;
}
#cover {
	width: 182px;
	padding: 7px 0px 0px 8px;
	color: #9e640a;
	font-size: 12px;
	display: none;
}
#magazine {
	width: 50px; 
	height: 100%; 
	margin: 100px 0px 0px 12px;
}
#magazine img {
	margin-top: 5px;
}


/* content container */
.clear {
	clear: both;
}
.outer {
	/*margin-left: 193px;  L 
	margin-right: 190px; /* R 
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;*/
}
.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
	margin-bottom: -1px;   /* for the AP boxes in IE/Win */
}
.left {
	float: left;
	position: relative;
	width: 193px;  /* L */
	margin-left: -194px;  /* -L-1 */
	margin-right: 2px;
	display: none;
}
.right {
	float: right;
	position: relative;
	width: 190px;  /* R */
	margin-right: -191px;  /* -R-1 */
	margin-left: 2px;
	display: none;
}
.inleft, .inright, .incenter {
	width: 100%;
	overflow: hidden;
	padding-top: 12px;
}
.wrap-cl {
	position: relative;
}
.wrap-cl {
	margin-right: 0;
}
.center {
	margin-left: 0;
}
.left {
	margin-right: 1px;
}
.right {
	margin-left: 1px;
}
.left, .right {
	padding-bottom: 0px; /* H */
}
.outer {
	word-wrap: break-word;
}
.inright ul {
	list-style: none;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
.inright ul li {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.inright img {
	float: left;
}
#welcome {
	padding: 0px 9px 14px 0px;
	line-height: 14px; /* safari */
}
#welcome strong, #welcome span {
	color: #b9ce46;
}
#welcome strong {
	font-size: 13px;
}
#downloads-wrapper {
	background-color: #dae473;
	padding: 8px 7px 8px 9px;
	margin-right: 9px;
}
#downloads {
	font-size: 9px;
}
#downloads h3 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #fff;
	font-size: 11px;
}
#downloads ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#downloads ul li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 12px;
}
#downloads ul li a {
	color: #672c03;
}
#downloads ul li span {
	color: #3a1902;
}
#more-downloads {
	text-align: right;
}
#whatsnew {
	margin: 12px 9px 0px 0px;
}
#whatsnew div {
	padding-bottom: 7px;
	border-bottom: 1px #bfbfbf solid;
	margin-bottom: 8px;
	line-height: 14px; /* safari */
}
.whatsnew-first, .whatsnew-last {
	padding-bottom: 1px !important;
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.whatsnew-last {
	padding-bottom: 7px !important;
}
#whatsnew div span {
	color: #b3b3b3;
	text-transform: uppercase;
	font-size: 10px;
}
#content {
	width: 740px;
	padding: 0px 13px 13px 13px;
}
#content a {
	color: #488194;
}

.main {
	border-collapse: collapse;  /* Op8- */
	display: table;
	width: 538px;
}
.row {
	display: table-row; /* Gecko */
}
.col1, .col2 {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 12px;
}
.col1 {
	width: 168px;
}
.col2 {
	width: 370px;
	line-height: 14px; /* safari */
}
.col1 img {
	float: left;
}
.mainimg {
	padding-bottom: 12px;
}
#currentnumber {
	padding-bottom: 8px;
}
#pastnumber {
	padding: 13px 0px;
}
.pastarticles {
	padding-bottom: 23px;
}
.pastarticles h2 {
	color: #7d8e2e;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
}
.pastarticles h2 a {
	color: #7d8e2e !important;
}
#paging {
	text-align: center;
	color: #7d8e2e;
	font-size: 12px;
	font-weight: bold;
}
#paging a {
	color: #7d8e2e;
	padding: 0px 2px;
}
#paging a:hover, #paging a.on {
	background-color: #7d8e2e;
	color: #fff;
}


/* footer */
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	border-top: 1px #bfbfbf solid;
	padding-top: 10px;
	display: none;
}
#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	display: inline;
	margin-left: 4px;
	line-height: 14px;
}
#footer a {
	color: #aaa;
	background: url(../../images/frontend/footer-sep.jpg) no-repeat 0px 2px;
	padding-left: 8px;
}
#footer a.first {
	color: #aaa;
	background: url(../../images/frontend/footer-sep.jpg) no-repeat -10px 0px; /* hide the pipe */
}
#footer p {
	margin: 0px;
	color: #aaa;
	line-height: 16px;
}

#pagetitle {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	color: #488194;
	font-family: Tahoma, Verdana, Arial;
}
.homearticle, #numberarticle {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #788631;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
}
.homearticle a, #numberarticle a {
	color: #788631 !important;
}
.whatsnew {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
}
.whatsnew a {
	color: #333;
}
#sectiontitle {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 26px;
	color: #488194;
	font-family: Tahoma, Verdana, Arial;
}

.covers {
	width: 118px;
	display: inline;
	float: left;
	margin: 20px 15px 0px 0px;
}
.coversfirst {
	width: 118px;
	display: inline;
	float: left;
	margin: 0px 15px 0px 0px;
}

.covers span, .coversfirst span {
	color: #9e640a;
	font-size: 12px;
}

.coversrow {
	clear: both;
}

#dataentry fieldset {
	border-top: 1px #aaa solid;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	color: #000;
}
#dataentry fieldset legend {
	font-weight: bold;
	color: #194c79;
}
#dataentry fieldset label {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	color: #666;
}
select.text, input.text, textarea.text, select.textsection {
	width: 220px;
	padding: 2px 2px;
	font-family: Verdana, Arial, sans-serif; 
	font-weight: normal;
	font-size: 11px !important;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../../images/backend/fieldbg.gif) repeat-x top;
	color: #333;
}
select.text {
	padding: 1px 0px 1px 0px;
	width: 224px;
}
textarea.text {
	width: 524px;
}
option {
	border-bottom: 1px dotted #ddd;
}
#submit {
	font-weight: bold;
}
.size-xs {
	width: 50px !important;
}

#numberarticle {
	float: left;
	margin: 3px 0px 0px 0px; 
}
#extras {
	float:right; 
	list-style: none; 
	margin: 0px 0px 3px 0px; 
	padding: 0px;
}
#extras li {
	display: inline; 
	margin: 0px 0px 0px 13px; 
	padding: 0px;
	float: left;
}
#extras li a {
	filter: alpha(opacity=66); 
	-moz-opacity: 0.66; 
	opacity: 0.66;
}
#extras li a:hover {
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

#imagearticle {
	clear: both;
	font-size: 10px;
	margin-bottom: 15px; 
}
#imagearticle span {
	font-style: italic;
}
#briefarticle {
	font-family: Georgia, Times, Arial; 
	font-size: 15px;
	margin-bottom: 5px; 
	font-weight: bold;
}
#contentarticle {
	width: 660px;
	font-family: Georgia, Times, Arial;
	font-size: 12px;
}
#metaarticle {
	margin-bottom: 20px; 
}
#metaarticle span {
	margin: 0px 5px; 
}
#tags {
	margin-bottom: 10px; 
	display: inline;
}
#tags img {
	float: left;
	margin-right: 4px; 
}

/*
#imagearticle a, #tags a, #metaarticle a {
color: #4d4d4d;
}
#imagearticle a:hover, #tags a:hover, #metaarticle a:hover {
 color: #488194;
}
*/