/*
Theme Name: Mestrado Theme
Theme URI: http://www.uel.br/pos/mestradocomunicacao
Description:
Version: 1.0 (WP2.8)
Author: Uriá Fassina
Author URI: http://uriafassina.com
Tags: mestrado, comunicação, clean, basic, blue, grey
*/

/*
COLORS

	cinza escuro				main text (post entry)		#333
	cinza médio					category arrow				#666
	cinza claro					link visitado main txt		#808080
								hover post title (h2)			
	cinza mais claro			search form					#CCC
	cinza super claro										#E6E6E6							
	
	verde/azul escuro			link main txt				#7F7C17		#1B75BB		#7C2A0E
	verde/azul médio-escuro		link hover main txt			#99991A		#2066A6		#AB2A0E
	verde/azul claro			respond comment btn			#D6DE23		#29A7D3		#8A4F45
	verde/azul super claro	 								#EDE830		#04AFBC
	
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";


/* RESET ************************************************************************************************/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none;}
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

body {
	font-size: 62.5%;
	font-weight: 400;
	width: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #272727;
	background: url(imgs/bg-dark.jpg) top left repeat;
}

/* UTILITY **********************************************************************************************/

.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.small-caps							{ font-size: 0.8em !important }
.bold-and-italic					{font-weight: bold; font-style: italic}


/* MAINTENANCE MODE **************************************************************************************/

#wrapper-maintenance {
	width: 680px;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.body-maintenance {
	background: white !important;
}

#logo-maintenance {
	width: 580px;
	height: 200px;
	background: url(imgs/master-logo-503.png) left top no-repeat;
	margin: 150px 50px 0px 50px;
}

#graybar-maintenance {
	width: 680px;
	height: 35px;
	background-color: #e2e2e2;
	color: #AB2A0E;
	text-align: center;
	font-size: 1.8em;
	padding-top: 10px;
}

#extra-txt-maintenance {
	width: 680px;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	color: #404040;
}


/* GENERAL STRUCTURE ************************************************************************************/

#wrapper {
	width: 960px;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	background: url(imgs/16_col.gif) top left repeat-y white; */
	background: url(imgs/bg-gradient.jpg) top left repeat-x white;

}

#header {
	width:960px;
	height:300px;
	margin: 0px 0px;
	float:left;
}

#main {
	width:710px;
	float:left;
	padding-left: 10px
}

#sidebar {
	width:180px;
	float:left;
	padding: 25px 40px 0 20px;
	color: #666;
}

#nav-bar {
	width:960px;
	height:44px;
	float:left;
	background: url(imgs/nav-bar_bg.png) bottom left no-repeat white;
	padding: 30px 0 0 0;
}

#footer {
	width:960px;
	height:400px;
	float:left;
	padding-top:45px;
	color: #666;
	background: white;
}

#info-bar {
	width:auto;
	height:22px;
	background: url(imgs/info-bar-yellow-bg.png) left top repeat-x;
	padding: 12px 0px 0px 10px;
	font-size: 0.85em;
	letter-spacing:0.03em;
	color:#999;
	text-transform: uppercase;
	font-family: Verdana, 'Lucida grande', Geneva, sans-serif;
}

#vertical-spacer {
	width: 710px;
	height: 20px;
	float: left;
}

/* HEADER ***********************************************************************************************/

#header-logo {
	width:327px;
	height:260px;
	float:left;
	padding: 40px 0 0 33px;
}

.menu-block {
	width: 165px;
	height: 130px;
	padding: 128px 0 0 15px;
	float:left;
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

.menu-block ul h2 {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0 0 7px 5px;
	color: black;
}

.menu-block ul li {
}

.menu-block ul li a {
	color: #666;
	padding: 0px 5px 1px 5px;
	display: block;	
}

.menu-block ul li a:hover {
	background-color: #7C2A0E;
	color: #F2F2F2;
	text-decoration: none;
}

.current_page_item a {
	color: #AB2A0E !important;
	font-weight: bold !important;
}

.current_page_item a:hover {
	color: #F2F2F2 !important;
}

.coming-soon-link {
	color: #999 !important;
}

.coming-soon-link:hover {
	background-color: #E6E6E6 !important;
	color: #666 !important;
}

/* feeds link on top */

#feeds-top {
	width: 30px;
	height: 35px;
	background: url(imgs/rss-top-link.png) transparent top right;
	float: left;
	cursor: pointer;

}

#feeds-top:hover {
	background: url(imgs/rss-top-link.png) transparent top left;
}

/* BLOG ENTRIES *****************************************************************************************/

.post {
	width: 710px;
	margin: 0 0 25px 0;
}

/* sidebar in post entry */

.entry-meta{
	width: 130px;
	padding-top: 3px;
	float:left;
	text-align:right;
	text-transform:uppercase;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.category-arrow {
	width:110px;
	height:22px;
	background: url(imgs/category-arrow_bg.png) top right no-repeat;
	padding: 6px 20px 0 0;
	color: #666;
	font-size: 0.9em;
}

.category-arrow a {
	color:#E6E6E6;
}

.category-arrow a:hover {
	color:#CCC;
}

.comments-balloon {
	width:100px;
	height:28px;
	background: url(imgs/comments_balloon.png) top right no-repeat;
	float:left;
	padding: 5px 10px 0 0;
	color:#808080
	font-size: 0.9em;
}

.comments-balloon a {
	color:#808080
}

.comments-balloon a:hover {
	color:#333;
}

.post-meta-data {
	padding: 0px 20px 0 0;
	color:#808080
	font-size: 0.9em;
}

.post-meta-data a {
	color:#808080
}

.post-meta-data a:hover {
	color:#333;
}

.date {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color:#666;
	padding: 5px 20px 10px 0;
}

/* content of the post */

.entry-content .entry-author {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #808080;
}

.entry-content .entry-author a{
	color: #808080;
}

.entry-content .entry-author a:hover{
	color: #808080;
}

.entry-content .entry-author a:visited{
	color: #808080;
}

.entry-content {
	width: 580px;
	float:right;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

/* images */

.entry-content img.image-in-post {
	margin: 0 0 0 0;
}

.entry-content a img.image-in-post {
	border: transparent solid 1px;
}

.entry-content a img.image-in-post:hover {
	border: #666 solid 1px;
}

.image-spacing-left {
	margin-left: 20px !important; 
}

.image-spacing-bottom {
	margin-bottom: 0px !important; 
}

/* paragraphy */

.entry-content p {
	font-size: 1.3em;
	line-height: 1.6em;
	color:#333;
	margin: 0px 10px 1.6em 10px;
	text-align: justify;	
}

.entry-content p a {
	color: #7C2A0E;
}

.entry-content p a:hover {
	color: #000;
}

.entry-content p a:visited {
	color: #808080;
}

.capitularize p:first-child:first-letter {
/*
	font-size:5.8em;
	color:#CCC;
	float:left;
	margin: 5px 10px 0px 0px;
*/
}

/* headings */

.entry-content h2 {
	font-size:2.4em;
	font-weight: normal;
	color:#333;
	margin: 0 10px 20px 10px;
}

.entry-content h2 a {
	color:#333;
}

.entry-content h2 a:hover {
	color: #808080;
}

.entry-content h3 {
	font-size:1.8em;
	color:#7C2A0E;
	font-weight: normal;
	margin: 0px 10px 0.5em 10px;
}

.entry-content h4 {
	font-size:1.6em;
	color:#666;
	font-weight: normal;
	margin: 0px 10px 1.2em 10px;
}

.entry-content h5 {
	font-size:1.3em;
	font-style: normal;
	color:#666;
	font-weight: normal;
	margin: 0px 10px 1.2em 10px;
}

.entry-content h3 a, .entry-content h4 a, .entry-content h5 a{
	text-decoration:none;
	color:inherit;
	border-bottom:1px dotted;
}

/* lists */


.entry-content ul a, .entry-content li a, .entry-content dl a {
	color: #7C2A0E;
}

.entry-content ul a:hover, .entry-content li a:hover, .entry-content dl a:hover {
	color: #AB2A0E;
	border-bottom:1px dotted;
}

.entry-content ul a:visited, .entry-content li a:visited, .entry-content dl a:visited {
	color: #808080;
}

.entry-content ul, .entry-content dl {
	font-size:1.3em;
	line-height:1.6em;
	margin: 0px 60px 1.6em 45px;
	text-indent: -1em;
}

.entry-content dt {
	color:#7C2A0E;
}

.entry-content dd {
	margin-bottom: 1.6em;
}

.entry-content ul li{
	list-style: square url(imgs/little-grey-square-2px-space.png) inside;
	margin-bottom: 0.6em;
}

.entry-content ul li ul {
	font-size:1em;
	line-height:1.6em;
	margin: 0.6em 0px 0px 15px;
}

.entry-content ul li ul li{
	list-style: square url(imgs/little-grey-square-2px-space.png) inside;
	margin-bottom: 0.6em;
}

.entry-content ul li ul li ul li{
	list-style: square url(imgs/little-light-grey-square-3px-space.png) inside;
	margin-bottom: 0.6em;
}

.entry-content ol {
	font-size:1.3em;
	line-height:1.6em;
	margin: 0px 60px 1.6em 45px;
}

.entry-content ol li{
	list-style: decimal outside;
	margin-bottom: 0.6em;
}

.entry-content ol li ul {
	font-size:1em;
	margin: 0.6em 0px 0px 15px;
}

.entry-content ol li ul li {
	list-style: square url(imgs/little-light-grey-square-3px-space.png) inside;
}

/* quotes */

.entry-content blockquote {
	padding: 0px 0px 0px 30px;
	margin: 0px 60px 0px 10px;
	color:#666;
	background: url(imgs/quote-mark.png) left top no-repeat;
 }
 
.entry-content blockquote p {
	color:#666;
 }
 
.capitularize blockquote p:first-child:first-letter { /* previne capitularizar início do blockquote */
	font-size: inherit;
	color: inherit;
	float: inherit;
	margin:0;
}

 
.entry-content q:before {
	 content: open-quote;
 }
 
.entry-content q:after {
	 content: close-quote;
 }
 
/* <pre> and <code> */

.entry-content pre {
	font-size:1.5em;
	margin:0px 0px 1.6em 10px;
}

.entry-content code {
	font-size:1.3em;
}


/* post tags */

#post-tags {
	width: 550px;
	height:15px;
	background: url(imgs/tags_bg.png) left top no-repeat;
	padding: 14px 0 40px 45px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin-left: 10px;
	font: 0.9em/1 Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

#post-tags a {
	color: #AB2A0E;
}

#post-tags a:hover {
	color: #7C2A0E;
	border-bottom:dotted 1px;
}

/* special items */

.entry-content a.read-more-article {
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #E6E6E6;
	padding: 2px 5px 2px 5px;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.entry-content a.read-more-article:hover {
	background-color: #AB2A0E;
	border: none;
	color: #FFF !important;
}

.entry-content a.read-more-article:visited {
	color: #999;
}

/* SIDE BAR **********************************************************************************************/

#sidebar h2 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding: 20px 0 0px 0;

}

#sidebar ul li ul li {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px dotted #CCC;
	padding: 6px 10px;
}

#sidebar ul li ul li:hover {
	background-color: #f7f7f7;
}

#sidebar ul li ul li a {
	color: #666;
	display: block;
}

#sidebar ul li ul li a:hover {
	color: #AB2A0E;
}

/* SEARCH BAR ********************************************************************************************/

.search-form input {
	width:180px;
	height:17px;
	border: 1px solid #ccc;
	font-size: 0.9em;
	letter-spacing:0.1em;
	color: #808080;
	padding-top:6px;
	text-indent:7px;
}

.search-form input:focus {
	background-color: #F7F7F7;
}

/* NAVIGATION BAR ****************************************************************************************/

#nav-previous {
	width:175px;
	height:44px;
	float:left;
	padding-left: 140px;
	text-align:left;
}

#nav-next {
	width:200px;
	height:44px;
	float: right;
	padding-right: 250px;
}

#nav-previous, #nav-next {
	margin-top: 3px;
}

#nav-previous a, #nav-next a { /*navegação sempre será um link*/
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color:#666;
}

#nav-previous a:hover, #nav-next a:hover { 
	color:#AB2A0E;
}

.pointer-left {
	width:160px;
	height:12px;
	float:left;
	background: url(imgs/previous_arrow.png) center left no-repeat;
	padding: 0 0 0 10px;
}


.pointer-right {
	width:160px;
	height:12px;
	float:right;
	background: url(imgs/next_arrow.png) center right no-repeat;
	padding: 0 10px 0 0;
	text-align:right;
}

/* FOOTER ************************************************************************************************/

#footer-left {
	width:280px;
	height:300px;
	float:left;
	padding-left: 140px;
}

#footer-left li ul li {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px dotted #CCC;
	padding: 6px 10px;

}

#footer-left li ul li:hover {
	background-color:#f7f7f7;
}

#footer-left h2 {
	padding-left:10px;
}

#footer-center {
	width:100px;
	height:300px;
	float:left;
	padding-left:15px;
}

#footer-center h2 {
	padding-left:3px;
}

#footer-center ul li {
	font-size: 1em;
	font-weight: normal;
	text-transform: lowercase;
}

#footer-center ul li a {
	color:#666;
	display: block;
	padding: 3px 0px 3px 5px;
}

#footer-center ul li a:hover {
	color:#E6E6E6;
	background-color: #AB2A0E;
}

#footer-right {
	width:160px;
	height:300px;
	float:left;
	padding-left:20px;
}

#footer-right p { 
	padding-bottom:0.8em;
}

#footer-left h2, #footer-center h2, #footer-right h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform:uppercase;
	padding-bottom: 5px;
}

#footer-left a {
	color: #666;
	display: block;
}

#footer-left a:hover {
	color:#7C2A0E;
	display: block;
}

#footer-right a {
	color: #666;
}

#footer-right a:hover {
	color:#7C2A0E;
}


/* COMMENTS **********************************************************************************************/

#comments {
}

.comments-counter {
	height:20px;
	margin: 0 0 40px 130px;
	padding: 8px 0 0 10px;
	font-size:1em;
	color: #666;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	text-transform:uppercase;
}

.comments-counter a{
	color:#666;
}

.comments-counter a img {
	margin-top: -5px;
}

.comments-counter a:hover{
	color:#333;
	border-bottom:dotted 1px;	
}

.comments-counter a:visited{
	color:#666;
}

.comments-entry {
	width:680px;
	height:auto;
	padding:0 0 15px 30px;
}

.comments-entry-top {
	height:23px;
	width: 680px;
	background: url(imgs/comment-entry-top_bg.png) top left no-repeat;
}

.comments-entry-middle {
	width: 680px;
	height:100%;
	background: url(imgs/comment-entry-middle_bg.png) top left repeat-y;
	padding-bottom:23px;
}

.comments-gravatar {
	width:60px;
	height:60px;
	padding: 0px 0 0 20px;

	float:left;
}

.comments-text {
	width:540px;
	height:100%;
	float:right;
	padding: 0 20px 0 0;

	font-size:1.2em;
	line-height:1.5em;
	color:#666;
	margin-top:-6px;
}

.comments-entry-bottom{
	height:15px;
	width: 680px;
	background: url(imgs/comment-entry-bottom_bg.png) top left no-repeat;
	text-transform: uppercase;
	padding: 8px 0 0 150px;
}

.comments-entry-bottom a{
	color: #AB2A0E;
}

.comments-entry-bottom a:hover{

	color: #7C2A0E;
	border-bottom:dotted 1px;
}

.comments-entry-bottom a:visited{
	color: #808080;
}

/* Comments form */

#comment-form {
	width: 580px;
	padding:0 0 50px 130px;
	display: none;
}

#comment-form p {
	font-size: 1em;
	color:#808080;
	margin-bottom:10px;
	text-transform:uppercase;
}

#comment-form a {
	color: #AB2A0E;
}

#comment-form a:hover {
	color: #7C2A0E;
	border-bottom:dotted 1px;
}

#comment-form a:visited {
	color: #AB2A0E;
}

#comment-form .input-data {
	width: 580px;
	height:18px;
	border: none;
	background-color: #F5F5F5;
	font-size: 0.9em;
	letter-spacing:0.1em;
	color: #666;
	padding-top:6px;
	text-indent:5px;
	margin-bottom:15px
}

#comment-form textarea {
	width: 566px;
	border: none;
	font-size: 1em;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	letter-spacing:0.1em;
	line-height:1.5em;
	color: #666;
	background-color:#F5F5F5;
	padding:7px;
	margin-bottom:15px
}

#comment-form .input-data:focus, #comment-form textarea:focus {
	background-color: #EBEBEB;
}

#comment-form .submit-button {
	width:60px;
	height:30px;
	border-style:none;
	padding: 0 0 0 0;
	font-size:0.9em;
	letter-spacing:0.05em;
	background-color:#E6E6E6;
	color:#808080;
}

#comment-form .submit-button:hover {
	background-color:#AB2A0E;
	color:#E6E6E6;
}

#respond {
	width:152px;
	height:20px;
	background: url(imgs/comment-form-button-arrow.png) bottom right no-repeat #7C2A0E;
	margin:40px 0 20px 130px;
	padding: 10px 0 0 8px;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	color:#E6E6E6;
	cursor: pointer;
}

#respond:hover{
	background-color:#AB2A0E;
}

/* SEARCH RESULTS ***************************************************************************************/

.results-title {
	height:18px;
	margin: 25px 0 40px 130px;
	padding: 6px 0 0 10px;
	font-size:1em;
	color: #666;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;


	text-transform:uppercase;
}

.results-title-no-posts-found {
	height:18px;
	margin: 25px 0 40px 130px;
	padding: 6px 0 0 10px;
	font-size:1em;
	color: #666;
	background: url(imgs/no-posts-found-arrow.png) top right no-repeat #FFE5E5;
	text-transform:uppercase;
}

/* PAGES ***********************************************************************************************/

.pages-title {
	width:562px;
	height: 50px;
	background: url(imgs/title-pages-bg.png) left top no-repeat;
	margin: 0px 0px 30px 0px;
	padding: 23px 0px 0px 140px;
}

.pages-title h2 {
	font-size:2.4em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color:#AB2A0E;
}

.pages-title h2 a {
	color:#AB2A0E;
}

.pages-title h2 a:hover {
	color: #808080;
}

/* TABLE FORMATING FOR WP-TABLE-RELOAD PLUG-IN *******************************************************/

/* general table styles */
table.wp-table-reloaded {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #CDCDCD;
	margin:10px 10px 15px;
	font-size: 1.2em;
	font-weight: normal;
	width: 560px;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #D8D8D8;
	border: 1px solid #FFF;
	font-weight:bold;
	color: #333;
	padding: 5px 5px 5px 10px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(imgs/table-sort-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #333;
	padding: 5px 5px 5px 10px;
	background-color: #FFF;
	vertical-align: top;
}

/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}

table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}

/* Highlight table rows on mouse over (if alternating row colors is enable) */
table.wp-table-reloaded tbody tr.even:hover td, table.wp-table-reloaded tbody tr.odd:hover td {
	background-color: #B8DCDC;
}

/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(imgs/table-sort-asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(imgs/table-sort-desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #CCC;
}

/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}

/* Edit link button in the bottom of table (for admin)*/

table.wp-table-reloaded caption a {
	text-transform: uppercase;
	font-size: 10px;
	background-color: #999;
	padding: 1px 4px 2px 4px;
	color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

table.wp-table-reloaded caption a:hover {
	border: none;
	color: #fcfcfc;
	background-color: #8f8f8f;
}

table.wp-table-reloaded caption a:visited {
	color: white;
}


/* GALLERY OF IMAGES *********************************************************************/

.gallery {
}

.gallery-item {
	margin: 0 9px 19px !important;
	margin-top: 0 !important;
	text-indent: 0 !important;
	width: auto !important;
}

.gallery-icon {
	margin: 0 !important;
	text-indent: 0 !important;
}

.gallery-icon a img {
	margin: 0 !important;
	text-indent: 0 !important;
	border: 2px solid transparent !important;
}

.gallery-icon a img:hover {
	border: 2px solid #7C2A0E !important;	
}

.gallery-caption {
	margin-bottom: 0 !important;
	margin-top: 2px !important;
	font-size: 0.8em !important;
	font-family: Georgia, times, 'Times New Roman' !important;
	font-style: italic !important;
	color: #666 !important;
}

/* group of images non-generated by wp galley sistem */

.entry-content a img {
	margin: 0 22px 22px 0px;
	margin-top: 0;
	text-indent: 0;
	width: auto;
	border: 2px solid transparent;
}

.entry-content a img:hover {
	border: 2px solid #7C2A0E;	
}

/* NEXTGEN GALLERY Styling *********************************************************************/

.ngg-gallery-thumbnail img {
	padding: 0 !important;
}

.ngg-galleryoverview {
	margin-left: 8px !important;	
}
