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

	Theme Name: Elakisto
	Theme URI: http://www.colectivo2.org
	Description: A Portfolio Theme by DO2.
	Author: Daro
	Author URI: http://www.colectivo2.org
	Version: 1.0
	Tags: portfolio, theme

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

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

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

* :focus {
	outline: 0;
}

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

html{
	min-height:101%;
}


body {
	font: .75em/1.5em Arial, Helvetica, sans-serif; /* font-size: 16px; line-height: 18px; */
	color:#000;
	height:auto;
	margin:3em 6em;
}

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

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

p {
	font-size: 1em;
	margin-bottom: 1.5em;
	margin-top: 1.5 em;
	text-align: left;
}

abbr, acronym {
	cursor: help;
}

code {
	display:block;
	font-weight: normal;
	overflow:auto;
	padding-left: 1em;
	text-align:left;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style:italic;
	padding: 1.5em 3em 1.5em 2em;
}

strong {
	font-weight: bold;
}

del	{
	text-decoration: line-through;
}

ul,ol {
	margin:0 0 0 20px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

table {
	border-collapse: collapse;
	margin: 0px;
}

th, td {
	text-align: left;
	border-width: 1px;
	border-style: solid;
}

th {
	font-weight: bold;
	padding:.75em;
}

td {
	padding: .666em 1em .75em 1em;
}
	

small {
	font-size:.75em;
}

.largetext {
	font: 2.25em Georgia, "Times New Roman", Times, serif;
	padding-top: .75em;
	margin-bottom: 1em;
	
}

#sidebar table {
	width: 100%;
}

#sidebar table td, #sidebar table th  {
	text-align:center;
	padding: 3px 2px 3px 2px;
}
/* -------------------------------- 
	Links
-------------------------------- */

a, a:visited {
	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: .75em;
}

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;
}

/* -------------------------------- 
	Header
-------------------------------- */

#header {
	padding:0 0 4.4166em 0;
}

#header a, #header a:visited {
	text-decoration: none
}

#header h1 {
	margin: 0;
}

.topMenu {
	font-size: .8333em;
	line-height: 1.8em;
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	text-transform: uppercase;
}

.topMenu {
	position:relative;
	float: right;
	list-style: none;
	margin: 0;
}

.topMenu ul {
	margin: 0px;
}

.topMenu li {
	display: block;
	float: left;
	margin-left:20px;
	position: relative;
}



.topMenu li ul {
	display: none;
	position: absolute;
	left: 0;
	width: 120px;
	z-index:20;
}

.topMenu li ul li {
	border: 0;
	margin-left:0px;
	margin-bottom: 2px;
	width:120px;
}

.topMenu li ul a {
	display: block;
	padding: .833em 10px .833em 5px;
}

.topMenu li > ul {
	top: auto;
	left: auto;
}

.topMenu li ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 122px;
}

.topMenu li:hover > ul,
.topMenu li.over > ul,
.topMenu li ul li:hover ul {
	display: block;
}

#mainMenu {
	margin-top: 2em;
}

#mainMenu ul {
	float: left;
	font-size:.75em;
	letter-spacing: 1px;
	list-style: none;
	position:relative;
	text-transform: uppercase;
}

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

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

#featured_projects {
	list-style: none;
	margin-top: .1666em;
	padding:3em 0 3em 0;
	overflow: hidden;
}

#featured_projects li {
	height: 450px;
	overflow: hidden;
}


/* -------------------------------- 
	Search
-------------------------------- */
#search {
	background: url(images/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 {
}

.posttitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pagetitle {
	margin-bottom:1.5em;
	padding:.75em 0 2.25em 0;
	text-transform: uppercase;
}

.pagetitle h1{
	margin: 0;
}

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

.thumb {
	width:200px;
	height:127px;
	overflow:hidden;
}

.info {
	font-size: .9133em;
	padding: .75em .833em 0 .833em;
}

.image {
	text-align:center;
}

.qtiptitle, .ptitle a, .titulo a:visited {
	font-weight: bold;
	text-decoration:none;
	
}

.qtipcat, .categories a, .categories a:visited {
	font-size: .8333em;
	padding-bottom: 0px;
	text-decoration:none;
	text-transform: uppercase;
}



/* -------------------------------- 
	Previous / Next Buttons
-------------------------------- */

#prev_next {
	margin-top:.75em;
	float: right;
	position: relative;
}
#prev_next .next {
	background: url('images/prev_next.gif') no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 27px;
	height: 27px;
	margin-right: 2px;
	line-height: 0;
	float: right;
}
#prev_next .next:hover {
	background-position: left -27px;
}
#prev_next .prev {
	background: url('images/prev_next.gif') no-repeat right top;
	text-indent: -9999px;
	display: block;
	width: 27px;
	height: 27px;
	line-height: 0;
	float: right;
}
#prev_next .prev:hover {
	background-position: right -27px;
}

/* -------------------------------- 
	Category menu
-------------------------------- */

#categoryList {
	margin-bottom:18px;
}

.catMenu {
	font-size: .8333em;
	text-transform: uppercase;
}

.catMenu {
	position:relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.catMenu li {
	display: block;
	float: left;
	margin-right:20px;
	position: relative;
}

.catMenu li a {
	border: none;
	text-decoration: none;
}



.catMenu li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 120px;
	z-index:20;
}

.catMenu li ul li {
	border: 0;
	margin-bottom: 2px;
	width:120px;
}

.catMenu li ul a {
	display: block;
	padding: 12px 10px 6px 5px;
}

.catMenu li > ul {
	top: auto;
	left: auto;
}

.catMenu li ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 122px;
}

.catMenu li:hover > ul,
.catMenu li.over > ul,
.catMenu li ul li:hover ul {
	display: block;
}

/* -------------------------------- 
	Blog
-------------------------------- */

.entry {
	padding-bottom: 1.5em;
	margin-bottom:0;
	min-height: 42em;
	overflow: hidden;
}

.blogposts {
	padding: 10px 10px 1.5em 10px;
	margin-bottom:1.5em;
	overflow: hidden;
}

.entry_content {
	padding-bottom: 1.5em;
	margin-bottom:0;
}

.searchresults {
	padding-bottom: 1.5em;
	margin-bottom:0;
}

.more-link {
	font-size: .833em;
	text-transform: uppercase;
}

.post_meta {
	padding-bottom: 2.8333em;
}

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

.meta_small a {
	text-decoration: none;
}

.comment_count {
	background: url(images/comments.gif) no-repeat 0;
	padding-left: 25px;
}

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

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

.alignleft {
	float: left;
	margin: 0 10px 8px 0;
	}
	
.alignright {
	float: right;
	margin: 0 0 8px 10px;
	}

.pageentry {
	margin-top:2px;
	margin-bottom:2.666em;
}

.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;
}

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

#comments {
	padding-top: 30px;
}

.commententry {
	position: relative;
	margin: 36px 0 40px 0;
}

.comments {
	position: relative;
	padding: 30px;
}

.commentlist li {
	position: relative;
	padding: 20px 20px 20px 15px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 20px;
}

.commentlist p {
	padding-bottom: 15px;
}

.comment-author {
	font-style: italic;
	margin-bottom: 15px;
}
		
.trackbacks .comment-author {
	padding-right: 40px;
}

.avatar {
	position: absolute;
	right: 0px;
	top: 0px;
}

.comment-meta {
	position:absolute;
	top: 5px;
	left: 15px;
	display:block;
	font-size: .625em;
	text-transform: uppercase;
	float: left;
}
					

/* -------------------------------- 
	Footer
-------------------------------- */

#footer {
	margin-top:1.5em;
}

#footer p {
	font-size:.833em;
	text-transform: uppercase;
}


/* -------------------------------- 
	Sidebar
-------------------------------- */

.smallheader {
	display: inline;
}
.sidebardiv {
	margin: 3.5em 0 3em 0;
}

#sidebar ul {
	margin-top:1.5em;
	list-style: none;
}

#sidebar li {
	list-style: none;
	position: relative;
}

#sidebar li a {
	font-size: .8333em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}


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

.wp-pagenavi {
	display: block;
	float: left;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
	text-decoration: none;
	font-size: .833em;
}

.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: #e1e1e1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration:none;
	color:#333333;
}

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



/* -------------------------------- 
	Breadcrumbs
-------------------------------- */

#breadcrumbs {
	font-size: .833em;
	line-height: 0;
	text-transform: uppercase;
	margin-bottom: 2.25em;
	padding-bottom: .25em;
}

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

/* -------------------------------- 
	Form
-------------------------------- */
.commentlist {
	list-style:none;
}	

fieldset {
	border:none;
	margin: 18px 0 0 0;
	padding:10px 20px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 10px;
}

fieldset input, fieldset textarea {
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:400px;
	margin:5px 0 20px 0;
}

fieldset input.submit {
	width:200px;
}

.required {
	text-transform: uppercase;
}