/* Blog Stylesheet */

/* Colors

PINK		#e80c7a
GOLD		#6d6603
GREEN		#8ac33e
ORANGE		#f58300
BLUE		#1b9fb2
PURPLE		#8f268c

*/

body {
	margin:0;
	background:#000;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#8f268c;
}
a:hover {text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	position:relative;
	z-index:2;
	margin:0 auto;
	width: 1000px;
}
/*header*/
#header {
	padding-left:26px;
	position:relative;
	height:1%;
	overflow:hidden;
}
/*logo*/
#header strong {float:left;}
#header strong a{
	display:block;
	width:187px;
	height:73px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
/*main-menu*/
#header ul {
	padding:0;
	margin:0;
	list-style:none;
}
#header ul li {float:left;}
#header ul li a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#header ul li a.film {
	background:url(../images/film.gif) no-repeat;
	width:66px;
	height:59px;
}
#header ul li a.gallery {
	background:url(../images/gallery.gif) no-repeat;
	width:66px;
	height:55px;
}
#header ul li a.mustache {
	margin-right:1px;
	background:url(../images/mustache-me.gif) no-repeat;
	width:102px;
	height:50px;
}
#header ul li a.irritans {
	background:url(../images/irritants.gif) no-repeat;
	width:75px;
	height:43px;
	margin-right:2px;
	background-position:0 -61px;
}
#header ul li a.blog {
	background:url(../images/blog.gif) no-repeat;
	width:64px;
	height:38px;
}
#header ul li a:hover { background-position:0 -61px;}
/*content*/
.container {
	overflow:hidden;
	width:100%;
}
#content {
	width:685px;
	float:left;
	padding:13px 0 0;
}
.png {display:block;}
.png img {display:block;}
.content-text {
	width:550px;
	padding:0 0 0 70px;
	margin:-10px 0 0;
}
.content-text p a {text-decoration:none; color:#8f268c;}
.content-text p a:hover {text-decoration:underline;}
#content .content-text .box-text,
.content-text em {
	color:#474747;
	font-style:normal;
}
.content-text strong {text-transform:uppercase;}
.box-text {
	height:1%;
	overflow:hidden;
	padding:0 0 12px 73px;
}
.content-text .title {
	background:url(../images/h2.gif) no-repeat;
	padding:14px 0 0 16px;
	position:relative;
	margin-left:-16px;
}
.content-text p {
	line-height:14px;
	margin:0 0 14px;
}
.content-text .title h1 {
	margin:0;
	font-size:24px;
	line-height:30px;
	color:#8f268c;
}
.box-text h3 {
	margin:0;
	float:left;
	font-size:11px;
	color:#fff;
	margin:0 7px 0 0;
	background:url(../images/marker.gif) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
.box-text ul {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}
.box-text ul li {
	display:inline;
	color:#8f268c;
}
.box-text ul li a {text-decoration:none; color:#8f268c;}
.box-text ul li a:hover {text-decoration:underline;}
#content .content-text .box-text a {text-decoration:none;}
#content .content-text .box-text a:hover {text-decoration:underline;}
a.read-comments {
	background:url(../images/marker2.gif) no-repeat 100% 50%;
	padding:0 11px 2px 0;
}
ul.arrows {
	padding:80px 0 6px 156px;
	margin:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
ul.arrows li {
	float:left;
	padding-left:5px;
}
ul.arrows li.prev,
ul.arrows li.next {
    width:82px;
    height:27px;
}
ul.arrows li a {
	float:left;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
}
ul.arrows li.prev a {
	width:82px;
	background:url(../images/prev.gif) no-repeat;
	background-position:0 0;
}
ul.arrows li.prev a:hover {
	width:82px;
	background:url(../images/prev.gif) no-repeat;
	background-position:0 -27px;
}
ul.arrows li.all a {
	width:66px;
	background:url(../images/alll.gif) no-repeat;
	background-position:0 0;
}
ul.arrows li.all a:hover {
	width:66px;
	background:url(../images/alll.gif) no-repeat;
	background-position:0 -27px;
}
ul.arrows li.next a {
	width:82px;
	background:url(../images/next.gif) no-repeat;
	background-position:0 0;
}
ul.arrows li.next a:hover {
	width:82px;
	background:url(../images/next.gif) no-repeat;
	background-position:0 -27px;
}
span.shadow {
	display:block;
	overflow:hidden;
	width:370px;
	height:60px;
	background:url(../images/shadow.png) no-repeat;
	margin:0 0 0 100px;
}
/*sidebar*/
#sidebar{
	padding:5px 0 10px;
	width:315px;
	float:right;
	margin-right:-5px;
}
.box {
	width:305px;
	background:url(../images/box.gif) repeat-y;
	margin-bottom:14px;
	position:relative;
}
.box .bottom {
	width:265px;
	background:url(../images/box-bottom.gif) no-repeat 0 100%;
	padding: 3px 36px 8px 4px;
}
.box .blue-box{
	width:305px;
	background:url(../images/box-top-blue.gif) no-repeat;
}
.box .violet-box {
	width:305px;
	background:url(../images/box-top-violet.gif) no-repeat;
}
.box .green-box {
	width:305px;
	background:url(../images/box-top-green.gif) no-repeat;
}
.box .orange-box {
	width:305px;
	background:url(../images/box-top-orange.gif) no-repeat;
}
.box .box-top {
overflow:hidden;
	width:305px;
	background:url(../images/box-top.gif) no-repeat;
}
.title-blue-point {
	overflow:hidden;
	background:url(../images/blue-poin-left.gif) no-repeat;
	padding: 0 0 0 11px;
	height:1%;
	overflow:hidden;
}
.box .title-blue-point div {
	height:1%;
	overflow:hidden;
	float:left;
	background:url(../images/blue-poin-right.gif) no-repeat 100% 0;
}
.title-violet-point {
	overflow:hidden;
	background:url(../images/violet-poin-left.gif) no-repeat;
	padding: 0 0 0 17px;
	height:1%;
	overflow:hidden;
}
.box .title-violet-point div {
	height:1%;
	overflow:hidden;
	float:left;
	background:url(../images/violet-poin-right.gif) no-repeat 100% 0;
}
.title-green-point {
	overflow:hidden;
	background:url(../images/green-point-left.gif) no-repeat;
	padding: 0 0 0 17px;
	height:1%;
	overflow:hidden;
}
.box .title-green-point div {
	height:1%;
	overflow:hidden;
	float:left;
	background:url(../images/green-point-right.gif) no-repeat 100% 0;
}
.title-orange-point {
	overflow:hidden;
	background:url(../images/orange-poin-left.gif) no-repeat;
	padding: 0 0 0 17px;
	height:1%;
	overflow:hidden;
}
.box .title-orange-point div {
	height:1%;
	overflow:hidden;
	float:left;
	background:url(../images/orange-poin-right.gif) no-repeat 100% 0;
}
.box h2.portagoitc-tt{
	padding: 7px 8px 14px 0;
	margin:0;
	float:left;
}
.box h2.portagoitc-tt span {float:left;}
.box .text {padding:0 0 22px 11px;}
.box .violet-box .text div {padding:0 18px 0 0 ;}
.box .green-box .text {
	padding-left:90px;
	width:175px;
}
.box .green-box .text .png {
	position:absolute;
	bottom:5px;
	left:4px;
}
.box .text p {
	font-size:11px;
	line-height:14px;
	color:#474747;
	margin:0 0 2px;
}
.box div.portagoitc-tt {
	font-size:12px;
	height:18px;
}
.box div.portagoitc-tt a {
	color:#474747;
	text-decoration:none;
}
.box .text div.portagoitc-tt {
	position:absolute;
	background:url(../images/arrow.gif) no-repeat 100% 0;
	padding:16px 40px 0;
	width:300px;
	overflow:hidden;
	right:-5px;
	bottom:10px;
}
div.portagoitc-tt span {float:right;}
span.portagoitc-tt a:hover { color:#e80c7a;}
.button {
	background:url(../images/button.png) no-repeat;
	padding:12px 0 0 130px;
	width:240px;
	height:114px;
	margin:0 -29px 0 -21px;
}
.button a {
	cursor:pointer;
	font-size:24px;
	line-height:28px;
	color:#000;
}
.button span {	position:relative;}
.title-inner {
	position:relative;
	background:url(../images/marker3.gif) no-repeat;
	padding: 0 0 0 40px;
	height:1%;
	overflow:hidden;
}
.title-inner a.rss {
	left:11px;
	top:12px;
	position:absolute;
	width: 22px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
}
.title-inner h2 {font-size:10px;}
.box-holder {
	width:276px;
	overflow:hidden;
	padding:0 0 20px 10px;
	margin-bottom:2px;
	background:url(../images/box-holder.gif) repeat-y 146px 0;
}
.box-holder .column1 {
	width:130px;
	float:left;
}
.box-holder .column2 {
	width:128px;
	float:right;
}
.box-holder h3 {
	font-size:11px;
	line-height:14px;
	color:#8f268c;
	margin:0;
}
.box-holder ul {
	padding:0 0 3px;
	margin:0;
	list-style:none;
}
.box-holder ul li {
	background:url(../images/marker4.gif) no-repeat 0 5px;
	color:#474747;
	padding: 0 0 0 10px;
}
.box-holder ul li a {
	color:#474747;
	text-decoration:none;
}
.box-holder ul li a:hover {color:#e80c7a;}
.table {padding:0 0 4px 63px;}
.table table {
	border-collapse:collapse;
	padding:0;
	margin:0;
}
.table table th {
	color:#6d6603;
	font-size:11px;
	line-height:15px;
	text-align:center;
}
.table table td {
	text-align:center;
	color:#5a5a5a;
	font-size:11px;
	line-height:12px;
	width:21px;
}
.table table td.active {border:1px solid #474747;}
.table table  a{
	color:#e80c7a;
	text-decoration:none;
}
ul.mans {
	position:absolute;
	width:264px;
	padding:2px 0 0 10px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
ul.mans .prev {
	float:left;
	background:url(../images/marker5.gif) no-repeat 0 50%;
	padding-left:10px;
}
ul.mans .next {
	float:right;
	padding-right:10px;
	background:url(../images/marker4.gif) no-repeat 100% 50%;
}
ul.mans a{
	color:#5a5a5a;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
}
ul.mans a:hover {text-decoration:underline;}
.table table a:hover {text-decoration:underline;}
/*footer*/
#footer {
	margin:-121px 0 0;
	position:relative;
	z-index:1;
	width:100%;
	min-width:1000px;
	background:url(../images/footer.gif) no-repeat 50% 0;
	padding:160px 0 20px;
}
.footer-holder {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.footer-holder div {
	width:520px;
	float:left;
	padding:0 0 0 25px;
}
.footer-holder p {
	font-size:10px;
	color:#474747;
	line-height:12px;
	margin:0;
}
.footer-holder p span {margin-left:6px;}
.footer-holder p a {
	color:#fff;
	text-decoration:none;
	margin:0 6px;
}
.footer-holder p a:hover {color:#e80c7a;}
.footer-holder div ul {
	padding:2px 0 12px;
	margin:0;
	width:100%;
	overflow:hidden;
	list-style:none;
	overflow:hidden
}
.footer-holder div ul li {
	float:left;
	padding-right:17px;
}
.footer-holder div ul li a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	color:#fff;
}
.footer-holder div ul li a.active,
.footer-holder div ul li a:hover {color:#e80c7a;}
.social {
	padding: 20px 0px 0px;
	margin:0;
	list-style:none;
	float:right;
}
.social li {
	float:left;
	padding-right:13px;
}
.social li a {
	position:relative;
	height:17px;
	overflow:hidden;
	float:left;
}
.social li a:hover {
	position:relative;
	border:0;
}
.social li a:hover img {
	position:relative;
	top:-19px;
}

/*sIFR*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash object,
.sIFR-hasFlash embed  {
	padding:0;
	margin:0;
}
.sIFR-hasFlash #sidebar h2.portagoitc-tt {
	visibility: hidden;
	font-size: 24px;
	letter-spacing:-5px;
	line-height:30px;
}
.sIFR-hasFlash div.portagoitc-tt {
	height:18px;
	overflow:hidden;

	text-align:right;
}
.sIFR-hasFlash div.portagoitc-tt span a {font-size:18px;}
.sIFR-hasFlash .button {
	font-size:24px;
	line-height:32px;
	letter-spacing:-4px;
}
.sIFR-hasFlash .content-text h1.portagoitc-tt {
	font-size:24px;
	height:28px;
	overflow:hidden;
	margin-bottom:10px;
}
.sIFR-hasFlash  .content-text .title {margin-bottom:-9px;}
.sIFR-hasFlash .title-inner h2.portagoitc-tt {height:30px;}

.sIFR-hasFlash .title-inner h2.portagoitc-tt span.long {
	position:relative;
	margin-right:-100px;
}

/* Twitter */

.twitter_div {
	color:#333333;
}

.twitter_update_list {
	color:#333333;
}

/*table.nav*/
table.nav td {width:33%;}
#prev a {
	font-weight:bold;
	margin:0 10px;
	color:#5a5a5a !important;
	text-decoration:none;
    text-transform: uppercase;
}
table.nav{
    height:24px;
}
#next a {
	font-weight:bold;
	color:#5a5a5a !important;
	text-decoration:none;
    text-transform: uppercase;
}
#next a:hover,
#prev a:hover {text-decoration:underline;}
/*data*/
#wp-calendar table {
	border-collapse:collapse;
	padding:0;
	margin:0;
    width:100%;
}
#wp-calendar  table caption a {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#5A5A5A;
	line-height:22px;
}
#wp-calendar  table tr {
    width: 100%;
    overflow: hidden;
    padding: 0;
}
#wp-calendar  table th {
	color:#6d6603;
	font-size:11px;
	line-height:15px;
	text-align:center;
}
#wp-calendar table td {
	text-align:center;
	color:#5a5a5a;
	font-size:11px;
	line-height:12px;
    padding:1px !important;
    overflow: hidden;
}
#wp-calendar table td.active {
border:1px solid #474747;
padding:0;
}
#wp-calendar table a{
	color:#e80c7a;
	text-decoration:none;
}
#wp-calendar{
    margin-bottom:5px;
}


/*data end*/


