/*  
Theme Name: UNIREJ
Description: Novo Site da UNIREJ
Version: 1.6
Author: Willian Jesus Nogueira
Tags: yellow, fixed-width, two-columns, left-sidebar

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/************ RESET CSS ***********/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a { text-decoration: none;}
h1,h2,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

h3 {
	color: #9e0b0f;
	padding: 15px 5px 15px 5px;
}

/******************************************/
	
/* main styles */
body {
	background:#000 url(images/bg_top.jpg) repeat-x;
	margin:0 auto;
	font-family:"Trebuchet MS";
}

#erro {
	width: 900px;
	height: 50px;
	float: left;
	background: url(images/404.jpg) no-repeat;
}


#page {
	width:900px;
	background:#000;
	margin:0 auto;
	margin-top: 37px;
	
}

#header {
	height:236px;
	width:900px;
	background: transparent url(headers/rotate.php) no-repeat;
}

#menu {
	width: 900px;
	height: 44px;
	float: left;
	margin: 6px 0;
	
}

#content_index {
	width:900px;
	float:left;
	background-color: #454547;
}

#content {
	width:900px;
	float:left;
	background-color: #fff;
	
}

#eventos_home {
	width: 500px;
	height: 680px;
	float: left;
	}
	
#smooth_eventos {
	margin-top: 20px;
}

#side_home {
	width: 400px;
	height: 680px;
	float: right;
}



#video_feat {
	width: 400px;
	height: 345px;
	float: right;
	text-align: center;
}

#side_bottom {
	width: 400px;
	height: 335px;
	float: right;
}

.red_menu {
	width: 340px;
	height: 45px;
	background: #C90009;
	float: right;
	border-left: #E9001F solid 6px;
}

p.red_p {
	color: #fff !important;
	text-transform: uppercase;
	padding: 13px 0 15px 18px;
	font-size: 17px;
	
}



a.link_home {
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
	margin-left: 70px;
	float: left;

}





	
#footer {
	clear:both;
	width:900px;
	height: 16px;
	background: url(images/footer.jpg) no-repeat;
	margin-bottom: 50px;
}

#footer a:link,#footer a:visited {
	color:#CCC;
	text-decoration:none;
}

#footer a:hover,#footer a:active {
	color:#000;
	text-decoration:underline;
}


	
/* header */
#header h1 {
	margin:0;
	color:#FFF;
	padding:45px 0 0 30px;
	font-size:36px;
	font-weight:normal;
	text-indent:-9999px;
}

#header h2 {
	margin:0;
	color:#FFF;
	font-size:16px;
	padding:0 0 0 30px;
	font-weight:normal;
	text-indent:-9999px;
}

#header a:link,#header a:visited,#header a:hover,#header a:active {
	color:#FFF;
	text-decoration:none;
}

p {
	font-size:14px;
	color:#000;
	line-height:18px;
	padding:10px 0;}
	
/* posts... */
.post {
	padding:20px;
	
}

.post h1 {
	font-size:28px;
	color:#000;
}

.post h2 {
	font-size:23px;
}

.post h1,.post h2 {
	padding:0;
	margin-bottom:0;
}

.post h1 a:link,.post h1 a:visited,.post h2 a:link,.post h2 a:visited {
	color:#000;
}

.post h1 a:hover,.post h1 a:active,.post h2 a:hover,.post h2 a:active {
	color:#ccc;
}

.post small {
	font-size:11px;
	padding:0;
	margin-top:0;
	color:#999;
}

.post blockquote {
	border-left:10px dotted #EEE;
	padding-left:10px;
	margin:0;
	
}



.entry {
	font-size:14px;
	color:#000;
	line-height:18px;
	padding:20px 15px;
}

.entry img {
	padding:10px;
	margin-left: -5px;
	clear: both;
}

.entry p {
	padding: 10px 5px;
	text-align: justify;
	
}

.entry br {
	margin-bottom: 20px;

}


img.wp-smiley {
	border:none;
}


.postmetadata {
	font-size:11px;
	text-align:right;
	margin-bottom:30px;
	color:#333;
	clear:both;
	padding-top:10px;
}

.more-link {
	font-style:italic;
}

.post .entry h1 {
	font-size:18px;
	text-align:left;
	line-height:24px;
}

.post .entry h2 {
	color: #000;
	font-size:16px;
	text-align:left;
}

.entry legend {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}

th,td {
	padding:5px;
}

cite {
	font-family:Georgia, "Times New Roman", Times, serif;
}

pre {
	overflow:scroll;
	padding:5px 10px;
	background-color:#EEE;
}



.no-result {
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px 20px;
	font-size:14px;
}

.multipages {
	text-align:center;
	font-size:12px;
	color:#333;
}


	
/* ...and comments */
#comments {
	text-align:center;
	font-size:16px;
	color:#333;
	padding-top:40px;
}

#commentform {
	padding-left:20px;
	padding-top: 20px;
}

#commentform p {
	font-size:12px;
}

.commentlist {
	font-size:11px;
	line-height:16px;
	padding:0 20px;
}

.commentlist li {
	padding:15px 15px;
	background: #e7e7e7 0 0 repeat-x;
	margin-top:10px;
}

.commentlist cite {
	font-weight:bold;
	font-size: 30px;
	font-family: "Trebuchet MS";
	color: #585858;
}

.commentlist a {
	color: #919193;
	}

.commentlist li .avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	background:#fff;
}

.comment_box {
	background: #efeff0;
	border: 1px #e2e2e2 solid;
	width: 800px !important;
	float: left;
	padding: 30px;
	margin-bottom: 20px;

}

.comment_box2 {
	background: #efeff0;
	border: 1px #e2e2e2 solid;
	width: 800px !important;
	float: left;
	padding: 30px;
	margin-bottom: 20px;
	clear: both;

}


input {
	height: 40px;
	border: 1px solid #ccc;
	font-size: 20px;
	color: #9d9d9d;
	background: #fff url(images/back_input.jpg) repeat-x;
	
}

input:hover {

	border: 1px solid #939393;
	
}

textarea {
	height: 100px;
	width: 765px;
	border: 1px solid #ccc;
	font-size: 20px;
	color: #9d9d9d;
	background: #fff url(images/back_input.jpg) repeat-x;
	font-family: "Trebuchet MS";
	font-style: italic;

}

textarea:hover {
	border: 1px solid #939393;


}

#respond {
	width: 900px;
	height: 50px;
	color:#333;
	float: left;
	background: url(images/back_comment.jpg) no-repeat;
}

#respond p{

	padding: 8px  0 10px 30px;
	font-size:30px;
	color: #fff;
	font-weight: bold;

}

.submit {
	width:765px;
	background:#9d9d9d;
	color: #fff; 
	cursor: pointer;
}

.submit:hover {
	background:#bebebe;
	color: #fff; 
	cursor: pointer;
}

.nocomments {
	text-align:center;
	padding:0 20px;
	font-size:11px;
	color:#999;
}

.tags {
	border:1px solid #CCC;
	background-color:#EEE;
	padding:3px;
	margin-right:20px;
}




	
/* other */
.navigation {
	text-align:center;
	font-size:12px;
	margin:0 20px;
	padding:10px;
}

#searchform {
	text-align:right;
	font-size:14px;
	color:#fff;
	font-family:"Trebuchet MS";
	padding-top:340px;
	padding-right:40px;
}

.libera {
	clear:both;
}


	
/* align */
.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}



/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 900px;
	height: 44px;
	overflow: hidden;
	float: right;
	
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 44px;
	width: 1200px;
	text-align: center;
	
	}

#imageMenu ul li {
	float: left;
	padding-top: 14px;
	font-family: "Trebuchet Ms";
	font-size: 15px;
	text-transform: uppercase;
	
}

#imageMenu ul li a {
	cursor:pointer;
	display:block;
	overflow:hidden;
	position: relative;
	width:150px;
	height: 44px;

}


.clear {
	clear: both;

}


#1 a {
	color: #646200 !important;

}





/*************************************************************/
