@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*  
	Theme Name: Global Press
	Theme URI: http://www.simonbouchard.com
	Description: A "News / Portal" Premium Wordpress Theme
	Version: 1.0
	Author: Simon Bouchard
	Author URI: http://simonbouchard.com

	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/simonbouchard/portfolio
	Copyright ©2009 Simon Bouchard <info@simonbouchard.com>
*/

/*	-------------------------------------------------------------
	Reset
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code, dfn, em, font, img, ins, kbd, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	margin:13px 0 13px 25px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	Hacks
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {clear:both;} 

/*	-------------------------------------------------------------
	Body
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment:fixed;
	background:#fff url("images/bg_body.gif") repeat-x top left; }

/*	-------------------------------------------------------------
	Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	outline: none;
	color: #c01f25;
	text-decoration:none; }

a:hover {
	color: #000; }

/*	-------------------------------------------------------------
	Heading
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

h1, h1 a, h1 a:visited, h1.title {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-family: Helvetica, Arial;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	text-decoration: none; }

	h1 a:hover {
		color: #c01f25; }

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color:#000;
	text-transform: uppercase; }

	h2 a, h2 a:visited {
		padding: 2px 4px;
		text-decoration: none;
		color:#fff;
		background:#242424;
		-moz-border-radius: 2px; }

	h2 a:hover {
		color: #fff; }

	h2 i {
		color: #999999;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		background:none; }

	h2 i a, h2 i a:visited {
		color: #999999;
		text-decoration: none;
		border:none;
		padding:0;
		background:none;
		border-bottom: 1px solid #dddddd; }

	h2 i a:hover {
		color: #000000; }

h3 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px; }

	h3 a, h3 a:visited {
		color: #c01f25;
		text-decoration: none; }

	h3 a:hover {
		color: #c01f25; }

	h3 a, h3 a:visited {
		color: #c01f25;
		text-decoration: none; }

	h3 a:hover {
		color: #c01f25; }

h4 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: Geneva, Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px; }

h5 {
	margin: 20px 0 15px 0;
	font-family: Helvetica, Arial;
	font-size: 24px;
	color:#000;
	letter-spacing:-1.5px; }

/*	-------------------------------------------------------------
	Common
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.dash {
	border-top:1px dashed #999;
	margin:10px 0;
	padding:0; }

/*	-------------------------------------------------------------
	Icons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.recentnews, .popularstories, .fromthecommunity, .globe, .tags, .allarchives, .feeds  {
	line-height:27px;
	padding:0 0 0 32px;	 }
		
/*	-------------------------------------------------------------
	Grid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left; }


/* Header */
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 130px;
	text-align: left;
	background:#20b477 url("http://vaicomtudo.com/wp-content/uploads/logo.png") no-repeat top center; }

	#header .wrapper {
		position:relative;
		width: 980px;
		margin:0 auto;
		text-align:left; }

/* Logo */
.logo {
	float:left;
	margin:40px 0 0 0;
	text-shadow:1px 1px 0 #000; }

.logo a, .logo a:visited {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #fff;
	text-decoration: none; }

.logo span {
	font-family:Arial;
	text-transform:uppercase;
	font-size:9px;
	text-align:right;
	color:#fff;
	display:block;
	margin:0;
	padding:0; }


#content {
	margin:10px auto; }
		
/*	-------------------------------------------------------------
	Top Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#submenu {
	margin: 0 auto;
	padding: 0;
	height: 35px;
	border-bottom:4px solid #d5d5d5;
	background:#eee; }


.cat-item a, .cat-item a:visited {
	color: #333;
	text-decoration: none;
	overflow:hidden;
	display:block;
	float:left;
	padding:0 10px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-0.5px;
	margin-left:0;
	margin-right:1px;
	position:relative;
	text-shadow:1px 1px 0 #fff; }

.cat-item a:hover {
	color: #c42127;
	text-decoration: none;
	background:transparent url("images/bg_nav_on.gif") repeat-x 0 0; }

.current-cat, .current-cat a, .current-cat a:visited {
	color: #c42127;
	text-decoration: none;
	background:transparent url("images/bg_nav_on.gif") repeat-x 0 0; }


/*	-------------------------------------------------------------
	Dropdown Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.sub_menu li.iehover ul {
	display:none; }



/*	-------------------------------------------------------------
	Contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Columns */
.primary_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 600px;
	float: left;
	background:#fff;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow:2px 2px 2px #333333;  }

.right_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 260px;
	float: right;
	clear:right;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px; }

.middle_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 260px;
	float: left;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px; }

.left_col {
	margin: 10px 20px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 260px;
	float: left;
	background:#fff;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px; }


/*	-------------------------------------------------------------
	Lists
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content ul {
	margin: 0;
	padding: 0; }

#content li {
	margin: 0;
	padding: 7px 0;
	line-height: 16px;
	list-style-type: none;
	border-bottom: 1px dashed #ddd; }

#content li:last-child {
	border-bottom:none; }

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

	.archives .title a, .archives .title a:visited {
		line-height:22px;
		font-size:1.2em; }

.title a:hover {
	color: #c01f25; }

/*	-------------------------------------------------------------
	Entries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	margin: 10px 0;
	padding: 0;
	color:#000;
	line-height: 18px; }

p a, p a:visited {
	color: #c01f25;
	text-decoration: none;
	border-bottom: 1px solid #dddddd; }

p a:hover {
	color: #000; }

#entry {
	margin: 20px 0; }

#entry p {
	font-size:1.15em;
	line-height:140%;
	color:#232323;
	margin:0 0 13px 0; }

#entry h2 {
	text-transform:none;
	font-family: Geneva, Arial;
	font-size: 24px;
	font-weight: normal; }

#entry h3 {
	font-family: Geneva, Arial;
	font-size: 20px;
	font-weight: normal; }


#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	border: none; }

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px; }

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	list-style-type: disc;
	border-bottom: none; }


/* Post Meta Data */
.postmetadata {
	margin:0 0 20px 0;
	line-height:160%;
	text-align:center; }

/* Meta */

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd; }

.meta a:hover {
	color: #000000; }

/*	-------------------------------------------------------------
	Entries - Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.comments {
	position: relative;
	width: 100%;
	padding: 1px;
	background: #f2f2f2;
	margin-bottom: 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px; }

.comments .contents {
	padding:20px; }

#commentform {
	padding:0;
	margin:0 15px 0px 0; }

#commentform label {
	position:relative !important;
	padding:0;
	margin:0 0 0 10px;
	font-size:10px;
	float:right;
	width: auto !important;
	display:inline !important;
	text-align:left !important; }

#commentform input, #commentform textarea  {
	border:1px solid #ccc;
	padding:6px;
	width: 35%;
	line-height: 150%;
	font-size: 12px;  }

#commentform textarea  {
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	width: 100%;
	height: 150px;}

#commentform p {
	width: 100%;
	margin: 5px 0;
	padding: 0; }

#commentform #submit {
  	padding:7px 6px 6px 6px;
  	width: auto;
  	cursor: pointer;
  	display: block;
	font-family:Helvetica, Arial;
  	font-size:12px;
	font-weight:bold;
	color:#fff;
  	text-align: center;
	text-shadow:1px 1px 0 #000;
	letter-spacing: normal;
	border:none;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	background:#242424; } 

/*	-------------------------------------------------------------
	Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.sidebar {
	clear:right; }

.sidebar li {
	padding:0 3px; }

.sidebar li a, .sidebar li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float:none;
	margin:0;
	padding:0; }

.sidebar li a:hover {
	color: #c01f25; }

.sidebar .page_item a, .sidebar .page_item a:visited, .sidebar .page_item a:hover  {
	border-bottom: none; }


.sidebar .cat-item a, .sidebar .cat-item a:visited {
	display:block;
	font-size:12px;
	letter-spacing:0; }

.sidebar .cat-item a:hover, .sidebar .current-cat, .sidebar .current-cat a, .sidebar .current-cat a:visited {
	background:none; }

/* Articles Thumbnails */ 

/* Text Widget */
.textwidget {
	margin:20px 0 0 0;
	line-height:150%; }

/*	-------------------------------------------------------------
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	margin: 30px auto 0 auto;
	padding: 20px 0;
	width: 100%;
	border-top:4px solid #d5d5d5;
	background: #242424; }

#footer p.left, #footer p.right {
	font-size: 11px;
	color: #ddd;	}

#footer p.left {
	float: left; }

#footer p.right {
	float: right; }

#footer p a, #footer p a:visited {
	color: #ddd;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #dddddd; }

#footer p a:hover {
	color: #fff; }

#footer .wordpress {
	line-height:24px;
	padding:0 0 0 30px;
	background:transparent url("images/icon_wordpress.png") no-repeat 0 0; }
	