/* Gonzague.tv
 * CSS
 */
 
/* Reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;} 

/* Main */

::selection {
	background: #BCF;
}

::-moz-selection {
	background: #BCF;
}

.clear {
	clear: both;
}

body {
	background: #272A33;
}

#center {
	width: 960px;
	margin: auto;
}

/* Header */

#header {
	width: 960px;
	height: 150px;
	margin: 120px auto 0 auto;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: url("../images/header.png");
}

#header #left {
	width: 210px;
	height: 120px;
	padding: 30px 0 0 30px;
	float: left;
}

#header p {
	margin-bottom: 10px;
	text-shadow: 0 1px 1px #000;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS, sans-serif;
}

#header #left a {
	display: block;
	width: 200px;
	height: 50px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 1px #000;
	font-size: 18px;
	background: url("../images/purpose.png") 0 0;
}

#header #left a:hover {
	background: url("../images/purpose.png") 0 100px;
}

#header #left a:active {
	background: url("../images/purpose.png") 0 50px;
}

#header #logo {
	width: 480px;
	height: 254px;
	margin-top: -105px;
	float: left;
	background: url("../images/logo.png");
}

#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#header #logo h1 {
	color: #FFF;
	text-align: center;
	text-shadow: -1px -1px 1px #000;
	font-size: 48px;
}

#header #right {
	width: 240px;
	height: 150px;
	padding: 0;
	float: right;
}


#header #right a {
	display: block;
	width: 220px;
	height: 150px;
	background: url("../images/header_fb.png") -40px;
}

#quotes {
	width: 960px;
	min-height: 30px;
	margin: 0 auto;
	text-align: center;
	color: #999;
	line-height: 30px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

/* Menu */

#menu {
	width: 660px;
	height: 40px;
	margin-top: -30px;
	background: url("../images/menu.png");
}

#menu li {
	display: block;
	float: left;
	position: relative;
}

#menu li a.link{
	cursor: default;
}

#menu li ul {
	display: none;
}

#menu .submenu {
	width: 220px;
	position: absolute;
	margin-top: 30px;
	z-index: 999;
}

#menu .submenu li {
	display: block;
	float: none;
}

#menu .submenu li a {
	text-indent: 10px;
	text-align: left;
	z-index: 999;
}

#menu li a {
	display: block;
	width: 220px;
	height: 30px;
	float: left;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	font-size: 16px;
	font-family: Verdana, sans-serif;
}

#menu li:hover a.link {
	background: url("../images/menu.png") 0 31px;
}

#menu li:hover .submenu {
	display: block;
}

#menu .submenu a {
	font-size: 12px;
	background: url("../images/menu.png") -220px 30px;
}

#menu .submenu a:hover {
	background: url("../images/menu.png") -440px 30px;
}

#menu .submenu a.last {
	background: url("../images/menu.png") -220px 30px;
}
#menu .submenu a.last:hover {
	background: url("../images/menu.png") -440px 30px;
}

/* Content */

#content {
	width: 660px;
	margin: 0 10px 40px 0;
	float: left;
	background: #7E8599;
}

#content.menu {
	margin-top: 30px;
}

#content .video {
	margin-bottom: 40px;
}

#content .video, #content .video object, #content .video embed {
	z-index: -999;
}

#content .video.only {
	margin: 0;
}

#content h2 {
	min-height: 40px;
	margin-bottom: 20px;
}

#content h2.first {
	margin-top: -10px;
}

#content h2 .top {
	height: 10px;
	background: url("../images/title.png");
}

#content h2 .title {
	padding-left: 10px;
	color: #333;
	line-height: 20px;
	text-shadow: 0 1px 1px #EEE;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, sans-serif;
	background: url("../images/title.png") 0 -10px;
}

#content h2 a {
	display: block;
	width: 540px;
	float: left;
	color: #333;
	text-decoration: none;
}

#content h2:hover a {
	color: #666;
	text-decoration: none;
}

#content h2 .bottom {
	height: 10px;
	clear: right;
	background: url("../images/title.png") 0 10px;
}


#content .video p {
	padding: 0 20px 10px 20px;
	color: #FFF;
	letter-spacing: 0px;
	text-align: justify;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	background: none !important;
}

#content .video p.fix {
	min-height: 50px;
	/*min-height: 115px;*/
}

#content .video .embed {
	/*width: 480px;
	margin: auto;*/
	margin-left: 20px;
}

#content .video .embed .watlinks {
	color: #666;
	font-size: 10px !important;
	font-family: Verdana, sans-serif;
}

#content .video .embed .watlinks a {
	color: #000;
}

#content .video .links {
	height: 20px;
	margin: 20px 20px 0 20px;
	padding-bottom: 15px;
	line-height: 20px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border-bottom: 1px solid #666;
}

#content .video .links a {
	display: block;
	margin-right: 10px;
	float: left;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#content .video .links a.comment {
	display: block;
	height: 18px;
	margin-right: 10px;
	padding: 0 5px;
	float: left;
	color: #FFF;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	background: #AC011B;
	border: 1px solid #700012;
}

#content .video .links a:hover {
	text-decoration: underline;
}

#content .video .links a.share {
	display: block;
	width: 100px;
	height: 20px;
	color: #FFF;
	text-indent: 20px;
	text-align: center;
	line-height: 20px;
	background: url("../images/share.png");
}

#content .video .links iframe.fb_ltr {
	margin-bottom: 2px;
}

#content .video #related {
	height: 125px;
	margin: 10px;
}

#content .video #related h3 {
	height: 25px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}

#content .video #related a {
	display: block;
	width: 145px;
	height: 100px;
	margin-right: 20px;
	float: left;
	position: relative;
	text-decoration: none;
	background: #FFF;
}

#content .video #related a.last {
	margin: 0;
}

#content .video #related a p {
	display: none;
	width: 141px;
	margin: 0;
	padding: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background: #272A33 !important;
}

#content .video #related a:hover p {
	display: block;
}

#content .video #related img {
	/*width: 100px;
	height: 70px;*/
	width: 145px;
	height: 100px;
}

#content .video #comments {
	width: 640px;
	margin: auto;
	color: #FFF;
}

#content #pagination {
	width: 530px;
	margin: 0 auto;
}

#content #pagination .page {
	display: block;
	width: 25px;
	margin: 0 10px 10px 0;
	padding: 5px 0 5px 0;
	float: left;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #272A33;
}

#content #pagination .page:hover {
	background: #2F3342;
}

#content #pagination #active.page {
	background: #000;
}

#content p.first {
	margin-top: -10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background: #7E8599;
}

#content p, #content form {
	padding: 10px;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#content p a {
	color: #FFF;
}

#content form label {
	width: 150px;
	float: left;
	line-height: 26px;
}

#content form input[type=text] {
	width: 200px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

#content form textarea {
	width: 400px;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

#content form input[type=submit] {
	margin: 10px 0 0 150px;
	padding: 5px 7px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #EEE;
	border: 1px solid #666;
}

#content form input[type=submit]:hover {
	background: #FFF;
	border: 1px solid #333;
}

#content form input[type=submit]:active {
	background: #DDD;
	border: 1px solid #000;
}

#content #links {
	width: 90%;
	margin: 0 auto 30px auto;
	padding-top: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	border-top: 1px solid #666;
}

#content #links a {
	color: #000;
}

#content .purpose {
	margin-bottom: 5px;
}

#content .purpose .like {
	width: 50px;
	height: 40px;
	margin-left: -1px;
	float: left;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #FFF;
	border: 1px solid #272A33;
}

#content .purpose .like span {
	color: #293863;
	line-height: 20px;
	font-weight: bold;
}

#content .purpose .like a {
	color: #333;
	line-height: 15px;
}

#content .purpose .like a:hover {
	color: #000;
}

#content .purpose span {
	color: #000;
}

#content .purpose p {
	padding-left: 0;
	margin-left: 60px;
	font-size: 10px;
}

#content .purpose .author {
	margin-right: 10px;
	float: right;
	color: #333;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#content #bottom {
	width: 660px;
	height: 11px;
	margin-bottom: -11px;
	background: url("../images/content_bottom.png");
}

/* Sidebar */

#sidebar {
	width: 290px;
	min-height: 300px;
	float: left;
}

#sidebar .box {
	width: 290px;
	margin-bottom: 10px;
}

#sidebar .box.facebook {
	height: 92px;
	background: #FFF;
}

#sidebar .box.facebook h3 {
	color: #FFF;
	background: #3B5998;
}

#sidebar .box.top sup {
	line-height: 0px;
}

#sidebar .box.top span {
	color: #AC011B;
	vertical-align: top;
}

#sidebar .box.top p {
	min-height: 50px;
	padding-bottom: 10px;
}

#sidebar .box.top a {
	color: #000;
	text-decoration: none;
}

#sidebar .box.top a:hover {
	color: #333;
}

#sidebar .box.top img, #sidebar .box.academy img {
	width: 80px;
	height: 50px;
	margin-right: 10px;
	float: left;
}

#sidebar .box.dedicace img {
	width: 120px;
	height: 100px;
	margin-right: 30px;
	float: left;
}

#sidebar .box.academy img {
	margin-right: 15px;
}

#sidebar .box.dedicace img.last, #sidebar .box.academy img.last {
	margin: 0;
}

#sidebar .box.dedicace a {
	height: 100px;
}

#sidebar .box.academy a {
	height: 50px;
}

#sidebar .box.dedicace a, #sidebar .box.academy a {
	display: block;
	width: 270px;
	
}

#sidebar .box.quotes a, #sidebar .box.purpose a {
	display: block;
	width: 270px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background: url("../images/post.png") no-repeat;
}

#sidebar .box.quotes a:hover {
	background: url("../images/post.png") no-repeat 0 -30px;
}

#sidebar .box.quotes a:active {
	background: url("../images/post.png") no-repeat 0 -60px;
}

#sidebar .box.purpose a {
	background: url("../images/post.png") no-repeat -270px 0;
}

#sidebar .box.purpose a:hover {
	background: url("../images/post.png") no-repeat -270px -30px;
}

#sidebar .box.purpose a:active {
	background: url("../images/post.png") no-repeat -270px -60px;
}


#sidebar .box h3 {
	height: 30px;
	padding-left: 10px;
	color: #272A33;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	background: url("../images/sidebar.png");
}

#sidebar .box .middle {
	width: 270px;
	min-height: 20px;
	padding: 10px 10px 0 10px;
	color: #272A33;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #B1B8CC;
}

#sidebar .box .bottom {
	height: 10px;
	background: url("../images/sidebar.png") 0 -30px;
}

#sidebar .icon {
	width: 64px;
	height: 84px;
	margin-right: 39px;
	float: left;
	background: white;
}

#sidebar .icon a {
	display: block;
	width: 64px;
	height: 64px;
}

#sidebar .icon span {
	display: block;
	width: 100%;
	line-height: 20px;
	text-align: center;
}

#sidebar .icon:hover span {
	text-decoration: underline;
}

#sidebar .icon.twitter {
	background: url("../images/icon_twitter.png") no-repeat;
}

#sidebar .icon.rss {
	background: url("../images/icon_rss.png") no-repeat;
}

#sidebar .icon.email {
	margin: 0;
	background: url("../images/icon_email.png") no-repeat;
}


/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: auto;
	padding-top: 10px;
	background: url("../images/footer.png");
}

#footer p {
	color: #272A33;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#footer a {
	color: #FFF;
}
