/* -------------------------------------------------------------- 

	Theme Name: Grafikal
	Theme URI: http://www.colectivo2.org
	Description: Grafikal Magazine Theme.
	Author: Daro
	Author URI: http://www.colectivo2.org
	Version: 1.0

-------------------------------------------------------------- */

@import "css/grid.css";
@import "css/reset.css";

/* -------------------------------- 
	General
-------------------------------- */

* :focus {
	outline: 0;
}

* {
	margin:0px;
	padding:0px;
}

html{
	min-height:101%;
}

body {
	background:#f4f4f4;
	color:#000;
	height:auto;
}

html>body {
	font-size: 12px;
}


/* -------------------------------- 
	Typography
-------------------------------- */

body {
	font: 75%/1.5em Arial, Helvetica, sans-serif;
} /* font-size: 12px; line-height: 18px; */

/* -------------------------------- 
	Links
-------------------------------- */

a, a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: 0;
}

/* -------------------------------- 
	Headings
-------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size: 2em;
	line-height: .75em;
	margin-top: .75em;
	margin-bottom: .5em;
}

h2 {
	font-size:1.75em;
	line-height: .857em;
	margin-top: .857em;
	margin-bottom: .857em;
}

h3 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h4 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
}

h5 {
	font-size:1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}


.heading {
	padding-bottom:12px;
	margin-bottom:8px;
	border-bottom: 1px dotted #dddddd;
}

/* -------------------------------- 
	Blocks
-------------------------------- */

p, dl, ul, ol {
	color: #666666;
}

p {
	margin-bottom: 18px;
	text-align: left;
}

abbr, acronym {
	border-bottom: 1px dotted #666666;
}

ul {
	list-style:none;
}

/* -------------------------------- 
	Header
-------------------------------- */
#logo {
	padding-top: .5em;
}

#topMenu {
	padding-top: 1.5em;
	text-align:right;
}

#topMenu ul {
	position:relative;
	float: right;
	list-style: none;
}

#topMenu ul li {
	display:inline;
	margin-left:20px;
}

#topMenu ul li a {
	text-decoration: none;
	border: none;
}

#mainMenu {
	margin-top: 0
}

#mainMenu ul {
	position:relative;
	float: left;
	list-style: none;
}

#mainMenu ul li {
	display:inline;
	margin-right:30px;
}

#mainMenu ul li a {
	text-decoration: none;
	border: none;
	padding-bottom:3px;
}


/* -------------------------------- 
	Search
-------------------------------- */

#searchme {
	margin-top: .75em;
}

#search {
	background: url(img/searchbox.png) no-repeat;
	height:24px;
	width:220px;
	margin-top:5px;
	padding:0px;
	position:relative;
}

#search form {
	display:inline;
}

.searchbox {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:6px;
	left:9px;
	width:180px;
	height:20px;
}


/* -------------------------------- 
	Gallery
-------------------------------- */

#main {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-top:3em;
	padding-bottom: .9166em;
}

.entry {
	padding-bottom: .5em;
}

.pagetitle {
	margin-bottom:.666em;
	padding:3.75em 0 0 0;
}


.post {
	background:#fff;
	margin-bottom:1.5em;
	height:22.5em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.thumb {
	width:300px;
	height:198px;
	overflow:hidden;
}

.info {
	padding: 1.75em 0 0 1em;
}

.image {
	text-align:center;
	background:#000;
}

.titulo a, .titulo a:visited {
	text-decoration:none;
	color: #000;
}

.titulo a:hover {
	text-decoration:none;
	color:#999; 
}

.categories {
	color:#999999;
}

.categories a, .categories a:visited {
	text-decoration:none;
	font-style:italic;
	color: #999999;
}

.categories a:hover {
	color:#666666;
}

.panel {
	background: #fff;
	margin-bottom:2em;
	height:28em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.paneltitle {
	border-bottom: 1px solid #f4f4f4;
	font-size:1em;
	margin-bottom: 1.5em;
	padding: .75em .75em .666em .75em;
}

.panelthumb {
	width:280px;
	height:198px;
	overflow:hidden;
}

.panelimage {
	text-align:center;
}

.interview {
	background: #fff;
	margin-bottom:2em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.interviewtitle {
	border-bottom: 1px solid #f4f4f4;
	font-size:1em;
	margin-bottom: 1.5em;
	padding: .75em .75em 1.166em .75em;
}

.interview p, .interview h4 {
	padding: 0 2em 0 2em;
}

.post_meta {
	padding: 0 0 3em 2em;
}

.meta_small{
	font-size: .75em;
	text-transform: uppercase;
	float: left;
}

.meta_small a {
	text-decoration: none;
}

.retweet {
	background: url(img/retweet.gif) no-repeat 0 0;
	padding-left: 25px;
	padding-bottom: 3px;
	margin-right:20px;
}

.share {
	background: url(img/share.gif) no-repeat 0 0;
	padding-left: 25px;
	padding-bottom: 3px;
	margin-right:20px;
}

/* -------------------------------- 
	Comments
-------------------------------- */

#commenting {
	border-top: 1px solid #cccccc;
	margin-top:1em;
	padding-top:1em;
}

.comment_author {
	margin: 0 20px 20px 0px;
	padding: 0px;
	width: 150px;
	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 580px;
	float: left;
	border-bottom: 1px solid #dddddd;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	width:560px;
	padding: 20px;
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0 0 16px 0;
	padding: 6px 7px 5px 7px;
	width: 540px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	width: 220px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}


/* -------------------------------- 
	Pagination
-------------------------------- */

.wp-pagenavi {
	display: block;
	height: 3em;
	float: left;
	padding: 0;
	* padding: 10px 0;
	margin: 1em 0;
	text-decoration: none;
	font-weight: normal;
	line-height: 2.25em;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display: inline;
	margin: 0 2px;
	padding: 6px 10px;
	text-decoration: none;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration:none;
	color:#333333;
}

.wp-pagenavi a:hover {	
	background-color: #000;
	color: #fff;
}

.wp-pagenavi span.current, .wp-pagenavi a:active {
	display: inline;
	margin: 0 2px;
	padding: 6px 10px;
	background: #000;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/* -------------------------------- 
	Tweets
-------------------------------- */

#tweets
{	
    max-width:200px;
    padding:10px;
}


#twitter_update_list li
{
    list-style-type:none;
    color:black;
	padding:10px;
}



#twitter_update_list li span
{
	display: block
}
/* -------------------------------- 
	Footer
-------------------------------- */

#footer {
	margin-top:1em;
}

#footer p {
	margin-top: .75em;
}