/* -------------------------------------------------------------- 

	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:#FDFDFD url(img/grid1.png);
	height:auto;
}

html>body {
	font-size: 12px;
}


/* -------------------------------- 
	Typography
-------------------------------- */

body, input, textarea {
	color: #5E6066;
    font: 12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
} 

/* -------------------------------- 
	Links
-------------------------------- */
a { -moz-transition: color 0.1s linear 0s; }

a, a:visited {
	color: #5E6066;
	text-decoration: none;
}

a:hover {
	color: #8FD2CA;
	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;
	font-weight: 500;
	font-size: 100%;
}

#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
-------------------------------- */

#header-search {
	float: right;
	margin: 14px 0 0 0;
	background: #f8f8f8;
}

#header-search:focus { background: #4a4b4f; }

#sidebar #q,
#header-search input {
	width: 180px;
	height: 20px;
	padding-right: 35px;
	padding-left: 10px;
	font-size: 12px;
}

.search-arrow-wrap { 
	position: relative; 
	z-index:2;
}

.search-arrow { 
	position: absolute;
	background: url(img/search.gif) no-repeat right;
	width: 20px;
	height: 20px;
	margin: -25px 0 0 200px;
}
input, textarea {
    padding: 5px;
}

input, textarea, button {
    background: none repeat scroll 0 0 #F4F4F4;
    border: medium none;
    color: #A4A5AA;
}

/* -------------------------------- 
	Gallery
-------------------------------- */

#main {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-top:2.5em;
	padding-bottom: .9166em;
}

.entry {
	padding-bottom: .5em;
}

.pagetitle {
	margin-bottom:.666em;
	padding:3.5em 0 0 0;
}


.post, .panel {
	background:#f4f4f4;
	margin-bottom:1.5em;
	height:22.5em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.thumb-overlay {
    height: 200px;
    position: absolute;
    width: 300px;
    z-index: 10;
}

.link-wrap {
    margin: 90px auto 0;
    opacity: 0;
    text-align: center;
    width: 180px;
}

.link-wrap a {
    background: #5E6066;
    color: #F3F3F5;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    margin-right: 9px;
    padding: 3px 7px;
}

.link-wrap a:hover {
	background: #8FD2CA;
}
.link-wrap .visit, .link-wrap .view-post {
    background-image: url("img/sprite.png"); 
}

.link-wrap .visit { 
	background-position: 0 -119px;
    float: right;
    height: 8px;
    margin: 6px 0 0 5px;
    width: 8px;
}

.link-wrap .view-post { 
	background-position: 0 -112px;
    float: right;
    height: 6px;
    margin: 7px 0 0 5px;
    width: 10px;
}

.thumb {
	width:300px;
	height:200px;
	overflow:hidden;
}

.info {
	padding: 1.75em 0 0 1em;
}

.image {
	text-align:center;
	max-height: 200px;
}

.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 {
	margin-bottom:2em;
	height:28em;
}

.paneltitle {
	border-bottom: 1px solid #f4f4f4;
	font-size:1em;
	padding: .75em .75em .666em .75em;
}

.panelthumb {
	width:280px;
	height:198px;
	overflow:hidden;
}

.panelimage {
	text-align:center;
}

.interview {
	background: #f4f4f4;
	margin-bottom:2em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-right: 20px;
}

.interviewtitle {
	border-bottom: 1px solid #f4f4f4;
	font-size:1em;
	padding: .75em .75em 0 .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;
}



/* Single posts */
.single .post { height: 450px; padding: 10px; }
.single .post p { margin: 0; float: right; }
.single .info { padding: 1em 0 0 0; }
.single .grid_8 { width: 600px; }
.single .image { min-height: 400px; height: 400px; }
.single .info img, .stBubble { display: none; visibility: hidden; }
.single .info a {
    background: #5E6066;
    color: #F3F3F5;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-right: 9px;
    padding: 3px 7px;
}

.single .info a:hover {
	background: #8FD2CA;
}
.single .info .visit {
    background-image: url("img/sprite.png"); 
}

.single .info .visit { 
	background-position: 0 -119px;
    float: right;
    height: 8px;
    margin: 6px 0 0 5px;
    width: 8px;
}



/* -------------------------------- 
	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:0 10px 10px;
}



#twitter_update_list li span
{
	display: block
}
/* -------------------------------- 
	Footer
-------------------------------- */

#footer {
	margin-top:1em;
}

#footer p {
	margin-top: .75em;
}

/*  ADS */
.ads { height: auto; }

/* page */
.page .panel p { padding: 10px; }
