/*  
Theme Name: TrxBox Edition
Theme URI: http://www.trxbox.com/
Description: TrxBox Edition
Version: 1.2.3
Author: Themes
Author URI: http://www.trxbox.com/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #666666;
	background: #000000 url(../images/trxboxbg.jpg) repeat-x fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 18px;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
small {
font-size:1.1em;
}
input, textarea{background:#fff;border:1px solid #C4DB47;}
textarea:hover{background:#fff;border:1px solid #99CC33;}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	width: 990px;
	background-color: #FFFFFF;
	margin:5px auto;
	border: 1px solid #CCCCCC;
}
/*--- Main Columns ---*/
#columns{
	padding:15px 15px 25px;
	background-color: #FFFFFF;
	margin: 0px;
}
.col1{
	float: right;
	width: 673px;
	padding-left:15px;
}
.col2{
	float: left;
	width: 270px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 270px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #666666;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 960px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:600px;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #FFFFFF;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      

/*- Category Navigation -*/

/*- Nav / Dropdowns-*/
#nav2 {
	margin:0 0 15px 15px !important;
	margin:0 0 7px 7px;	 
}

#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
	padding: 0;
	font-size:13px;
	float:left;
	width:960px;
	border-top: 2px solid #99CC33;
	font-weight:bold;
}
#nav2 a {
	display: block;
	padding-left:16px;
	padding-right:15px;
	border-right: 1px solid #99CC33;
}
#nav2 li {
	float: left;
	line-height:30px;
}

#nav2 .catci a{
	display: block;
	padding-left:15px;
	padding-right:15px;
	border-right: 0px solid #99CC33;
}
#nav2 li a:hover {
	background: none;
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 


/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:310px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #666666;
	float: left;
	font-size: 11px;
	width:223px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/*- Header -*/
#header{
	height: 100px;
	background-color: #ffffff;
	margin: 0 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
	color: #666666;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 268px;
	padding:20px 13px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:305px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:250px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #666666;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
    color:#99CC33;
	}
.video-right h3 a{
    color:#99CC33;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/


/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
		font-size:16px;
		font-family:georgia, 'palatino linotype',palatino,'times new roman',times,serif;
		letter-spacing:-1px;
		font-weight:bold;
	display:block;
	color:#8f8f8f;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
	padding-left:5px;
	margin-bottom:7px;
	letter-spacing:-1px;
	font-size:17px;
	font-weight:bold;
	background: url(images/baslikbg.gif);
	border-left: 5px solid #99CC33;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #666666;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #666666;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 5px;
	font-size: 10px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #f9f9f9;
	padding: 5px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	clear:both;
}
h3.posted a {
	color: #666666;
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #666666;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:595px;
	margin-bottom:15px;
	float:left;
}
.navigation a {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.entry {
padding:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#666666; }
.entry p{
	font-size:12px;
	line-height:18px;
	}
.entry p img {
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	background-color:transparent;
	border:0px solid #DDDDDD;
	padding:5px;
    max-width:540px;
    max-height:424px;
	}

.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
    max-width:540px;
    max-height:424px;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#666666;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#666666;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment {
	width: 583px;
}

/*========= SIDEBAR =========*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:258px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #666666;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #ddd;
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 246px !important;
	padding:5px !important;
	border:1px solid #ddd !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	}
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #666666;
	font-size: 12px;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
#tagcloud {
	float:left;
	width:306px;
	padding-top:10px;
}
/*- Ads -*/
.ads{
	border: 1px solid #ddd;
	height: 125px;
	width:308px;
	padding: 5px;
	margin:0 0 15px;
}
.ads img{
	float: left;
	margin:0 5px 0 0;
}
.ads img.last{
	margin: 0;
}
/*- Flickr -*/
.flickr{
	border: 1px solid #ddd;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr .flickr_badge_image img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
	float:left;
}
/*=== Styling Widget Lists ===*/

.widget {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:15px;
	padding:5px;
}	
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:1px solid #DDDDDD !important;
	background:#FFFFFF none repeat scroll 0 0;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #666666;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}



.widgetb {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:15px;
	padding:5px;
}	
.widgetb h2 {
	padding: 5px;
}
.widgetb ul {
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #DDDDDD !important;
	background:#FFFFFF none repeat scroll 0 0;
}
.widgetb ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widgetb ul li a {
	color: #666666;
}
.widgetb select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}


/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #666666;
	height: 35px;
	line-height: 35px;
	margin:0px 15px 15px;
	padding:0px 15px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

#footer img {
	vertical-align:middle;
	margin-left:5px;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #dddddd;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:583px !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#666666; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

/* Before footer */

.fotlink {
  padding: 5px;
  color: #666666;
  width:970px;
  }
.fotlink a {
  text-decoration: underline;
  color: #99CC33;
  }
.fotlink a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot {
  background: #EEEEEE;
  border: 1px solid #dddddd;
  padding: 15px;
  color: #666666;
  margin: 0 0 10px 0;
  width:930px;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #99CC33;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #666666;
  letter-spacing: -1px;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 330px;
  background:#FFFFFF;
  padding:10px;
  border:1px solid #DDDDDD !important;
  }
#morefoot .col2 {
  margin: 0 25px;
  background:#FFFFFF;
  padding:10px;
  border:1px solid #DDDDDD !important;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 240px;
  background:#FFFFFF;
  padding:10px;
  border:1px solid #DDDDDD !important;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }



/* footer*/
#footer {
background-color:#F7F7F7;
border:3px solid #99CC33;
clear:both;
color:#666666;
height:35px;
line-height:35px;
margin:0 15px 15px;
padding:0 15px;
}
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */


  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

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

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

.postrenk {color: #777777}



table.timer {
font: bold 24pt Tahoma, Arial, Helvetica;
color: white;
}
table.timer.td {
padding: 0;
margin: 0;
}
table.timer tr.labels td {
font-size: 8pt;
}


#relevant_replacement {
 font-size: 11px;
 width: 70%;
 border-top:1px dotted #BBBBBB;
 margin-top: 0px;
 margin-right: 25px;
 margin-left: 0px;
 margin-bottom: -7px;
 padding: 4px;
}
.storycontent img {
max-width: 460px;
width: expression(this.width > 460 ? 460: true);
}


#entryMeta { 
		display:block;
		border-left:5px solid #99CC33;
		color:#8f8f8f;
		padding-top:6px;
		padding-bottom:8px;
		padding-left:6px;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
	}
	#entryMeta p {
		font-size:.9em;
		margin-top:10px;
		padding-bottom:0;
		line-height:1.3em;
	}
	#entryMeta h2 {
		font-size:16px;
	}
	#entryMeta img {
		float:left;
		padding:0;
		border:0;
		margin:3px;
	}
	#entryMeta a {
		color:#8f8f8f;
		text-decoration:none;
	}
	#entryMeta a:hover {
		text-decoration:none;;
	}

#entrycate { 
		font-size:16px;
		font-family:georgia, 'palatino linotype',palatino,'times new roman',times,serif;
		letter-spacing:-1px;
		font-weight:bold;
	display:block;
	color:#8f8f8f;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
	padding-left:5px;
	margin-bottom:7px;
	letter-spacing:-1px;
	font-size:10px;
	font-weight:bold;
	background: url(images/baslikbg.gif);
	border-left: 5px solid #99CC33;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee
	}
	#entrycate p {
		font-size:.9em;
		margin-top:10px;
		padding-bottom:0;
		line-height:1.3em;
	}
	#entrycate img {
		float:left;
		padding:0;
		border:0;
		margin:3px;
	}
	#entrycate a {
		color:#8f8f8f;
		text-decoration:none;
	}
	#entrycate a:hover {
		text-decoration:none;;
	}

h3#comments {
	display:block;
	font-size:1.7em;
	font-weight:normal;
	clear:both;
	display:block;
	color:#010d37;
	padding-left:30px;
	margin-bottom:10px;
	padding-top:15px;
	background:url(images/cevaplar.gif) no-repeat;
	height:69px!important;
	height:84px;
	height/**/:/**/69px;
}
h3#comments span.respondEntryTitle {
	display:block;
	color:#898989;
	padding-top:10px;
	font-size:14px;
}


#latestTwitter				{ background: #ebf5fb; padding: 15px; margin-bottom: 15px; border: 1px solid #bbdef3; }
#twitterGreeting			{ background: #ebf5fb; padding: 15px; margin-bottom: 15px; border: 1px solid #bbdef3; }

#rssSubscribe				{ background: #fbebd9; padding: 15px; margin-bottom: 15px; border: 1px solid #f2bb7f; }
.RSSicon					{ vertical-align:middle; margin-right: 5px; }



.clouds_xsmall {
	font-size: x-small;
}
.clouds_small {
	font-size: small;
}
.clouds_medium {
	font-size: medium;
}
.clouds_large {
	font-size: large;
}
.clouds_xlarge {
	font-size: x-large;
}

.lastcomm {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
   
}

.lastcomm_over {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
	background:#F5F5F5;
	cursor: hand;
}
#hintbox {
	text-align:left;
 	width:150px;
	font-size: 11px;
 	border: 1px solid #000000;
	background-color: #FFFFFF;
 	filter:alpha(opacity="95");
	font-family: tahoma;
 	layer-background-color:#a396d9;
	color:#000;
	z-index: 3;
	margin: 0px 15px 0px 0px;
	-moz-opacity : 0.9;
	-moz-border-radius : 5px;
	margin: 10px 0 0 10px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;
	z-index: 3;
} 

.entry {
	font-size: 12px;
}
.entry img {
	border:1px solid #dddddd;
    padding:5px;
    margin-right:5px;
}
.entry p {
	margin:0px;
    padding:0px;
    font-size: 12px;
}
.postmetadata {
	float:right;
	line-height:1.6em;
	margin:5px 0;
}

.benzer_konu { background: #E2ECEE url(../images/benzerpslogo.jpg) 14px 50% no-repeat; border-top:1px solid #9DDAE6; border-bottom:1px solid #ecc1c1; width: 85%; padding: 10px 6% 10px 9%; color:#ff0000; margin-top: 20px; }
.benzer_konu h3 { color: #e51b23; font-size: 1.4em; margin-bottom: 2px; }
.benzer_konu ul { margin:0; padding: 0; }
.benzer_konu li { font-size:1.2em; list-style-type:none; margin-left:5px; margin-top:3px;}


.pstn_link { background: #fdf0f0 url(../images/linkpslogo.jpg) 14px 50% no-repeat; height:80px; border-top:1px solid #ecc1c1; border-bottom:1px solid #ecc1c1; width: 85%; padding: 10px 6% 10px 9%; color:#ff0000; margin-top: 20px; }
.pstn_link h2 { color: #e51b23; font-size: 1.2em; line-height: 1.3em; }
.pstn_link h3 { color: #e51b23; font-size: 1.4em; margin-bottom: 2px; }
.pstn_link ul { margin:0; padding: 0; }
.pstn_link ul li { font-size: 1.2em; list-style: disc; display: list-item; margin-left: 30px; line-height: 1.2em; margin-top: 6px;}

.pstn_konusol {
display:inline;
float:left;
width:150px;
}
.pstn_konusol ul { margin:0; padding: 0; }
.pstn_konusol ul li { font-size: 1.2em; list-style: none; display: list-item; margin-left: 5px; line-height: 1.2em; margin-top: 6px;}

.pstn_konusag {
display:inline;
float:right;
width:68%;
}
.pstn_konusag ul { margin:0; padding: 0; }
.pstn_konusag ul li { font-size: 1.2em; list-style: none; display: list-item; margin-left:50px; line-height: 1.2em; margin-top: 6px;}

.a_kelime { background: #e5fdc8 url(../images/kelimepslogo.jpg) 14px 50% no-repeat; border-top:1px solid #ecc1c1; border-bottom:1px solid #ecc1c1; width: 85%; padding: 10px 6% 10px 9%; color:#ff0000; margin-top: 20px; }
.a_kelime h2 { color: #e51b23; font-size: 1.2em; line-height: 1.3em; }
.a_kelime h3 { color: #e51b23; font-size: 1.4em; margin-bottom: 2px; }
.a_kelime ul { margin:0; padding: 0; }
.a_kelime ul li { font-size: 1.2em; list-style: disc; display: list-item; margin-left: 30px; line-height: 1.2em; margin-top: 6px;}


.small_info {
background:#EEFCFF none repeat scroll 0;
color:#0EBFEB;
font-size:1em;
padding:6px 12px;
}

.editor_button {
cursor:pointer;
float:left;
padding-left:2px;
padding-right:2px;
}

.accueil-titre {
	color: #FF0042;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
    font-family: trebuchet MS,georgia,Century gothic,  Arial, sans-serif;
    border-bottom:1px solid #EEEEEE;
    margin-left:10px;
}
.accueil-titre a, .accueil-titre a:link, .accueil-titre a:visited {
	color: #FF0042;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
    font-family: trebuchet MS,georgia,Century gothic,  Arial, sans-serif;
}
.block-central-middlee {
	color:#333; 
	width:130px; 
	border:1px solid #ECC1C1; 
	padding:2px 5px 4px; 
	margin:7px; 
	text-decoration:none; 
	background-color:#FDF0F0;
}
.block-central-board {
	clear: both;
	width: 20px;
	height: 300px;
	background: url(../images/pm_bord.png) no-repeat;
    margin-left:5px;
}
#dle-comments-form{
	background:#F6F5F1 none repeat scroll 0;
margin-top:20px;
overflow:hidden;
padding:4% 5%;
width:90%;
}





.accueil-comment-1 {
	float: left;
	margin-top: 10px;
	padding-bottom: 5px;
	background: transparent none repeat scroll 0;
    color:#FF0042;
    font-family:arial;

}
.accueil-comment-1 a, .accueil-comment-1 a:link, .accueil-comment-1 a:visited {
	color: #FF0042;
	text-decoration: none;
}
.accueil-comment-1 a:active, .accueil-comment-1 a:hover {
	color: #FF0042;
	text-decoration: underline;
}
.accueil-comment-2 {
	margin-top: 10px;
	padding-bottom: 5px;
	float: right;
}
.accueil-comment-2 a, .accueil-comment-2 a:link, .accueil-comment-2 a:visited {
	color: #C21317;
	text-decoration: none;
}
.accueil-comment-2 a:active, .accueil-comment-2 a:hover {
	color: #FF0042;
	text-decoration: underline;
}
.accueil-comment-3 {
	background: url(../images/bulle.png) no-repeat 0px 2px;
	padding-left: 18px;
}

#dle-content {
	padding:0;
	margin:0;
}

.post_list:hover { background:#f5f5f5; }
.post h2 { font-size: 2.0em; margin-bottom:10px; padding-bottom:5px; border-bottom:1px solid #EEEEEE;}
.post { background: #ffffff; padding:5px 10px; margin-bottom:20px; border:1px solid #cccccc; width:650px; overflow: hidden; }
.post hr { display: block; }

.giris_panel {
margin-bottom:0px;
overflow:hidden;
width:100%;
}
.sol_giris {
display:inline;
float:left;
width:320px;
}

.sag_giris {
background:transparent;
display:inline;
float:left;
width:220px;
padding-top:7px;
}
.sol_giris2 {
display:inline;
float:left;

width:170px;
}

.sag_giris2 {
background:transparent;
display:inline;
float:left;
width:400px;
}
.giris_cikis {
background:#99CC33 none repeat scroll 0 50%;
border:1px solid #DDDDDD;
color:#FFFFFF;
font-size:1.1em;
text-align:center;
width:55px;
height:25px;
padding:0 8px;
}

.weekday-active-v {
	color: #4b73d4;
}
.day-active-v {
	color: #4b73d4;
}
.calendar {
width:220px;
color: #757575;
font-family: verdana;
font-size: 11px;

}
.calendar td, th {
	 font-family: verdana;
	 text-decoration: none;
/* - */
	 padding-left: 5px;
 	 padding-right: 4px;
	 padding-top: 3px;
	 padding-bottom: 4px;
/* - */
}
.weekday {
	color: #804040;
	font-family: verdana;
}
.weekday-active {
	color: #804040;
	font-family: verdana;
}
.day-active {
	color: #804040;
	font-family: verdana;
}
.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {
	text-decoration: underline;
}
.monthlink {
	color: #5078d6;
	text-decoration: none;
}

.cizgitop {
border:1px solid #dddddd;
margin:0px;
padding:5px;
}

/* Rotator
--------------------------------------------------------------------------------------- */

.rotator_box { overflow: hidden; width:948px; height:300px; margin:0 auto; padding:5px; border:1px solid #DDDDDD;} 
.rotator { width: 715px; height: 300px; float: left; display: inline; }
.rotator_side { width:220px; height: 290px; padding:10px 10px 0 0; float: right; display: inline; background: transparent url(../images/bg_rotator_side.gif) top right repeat-y; }

.rotator_nav { width: 100%; }
.rotator_side_row { border-top: 1px solid #585654; padding: 0; position: relative; width: 195px; height:48px; margin-left: 24px;}
.rotator_nav li h6 { float: left; display: inline; color: #ff0042; font-size: 1.4em; width: 20px; font-weight: normal; margin-top: 9px;}
.rotator_nav li h4 { float: right; display: inline; color: #888888; width: 174px; font-weight: normal; font-size: 1.4em; margin-top: 9px; }
.rotator_nav li a { font-weight: normal; text-decoration: none;}
.rotator_nav li a.activeSlide { color: #ffffff; }
h2.title_featured { width: 195px; height: 22px; text-indent: -9999px; background: transparent url(../images/title_featured.gif) 0 0 no-repeat; margin: 0 0 10px 25px; }




.title_quote {
	background: #FEFFBD;
	border: 1px dotted rgb(190,190,190);
	border-bottom: 0;
	color: #222;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

 .quote {
	color: #000000;
	FONT: 10pt Verdana; 
	text-align:justify;
	background-color: #fbf5f5; 
	border: 1px dotted rgb(190,190,190);
	padding: 5px;
	}

 .scriptcode {
	color: #000000;
	FONT: 8pt Verdana; 
	text-align:left;
	background-color: lightyellow; 
	border-width:1; 
	border-color:rgb(190,190,190); 
	border-style:dotted;
	padding: 5px;
	}

#newpm {
	position:absolute;
	height:250px;
	width:400px;
	padding:4px;
	background-color:#FDFDFD;
	border:1px solid #BBB;
	font-family: Verdana;
	font-size: 11px;
	line-height: 135%;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	}

#newpmheader {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height:20px;
	color: #000;
    font-weight: bold;
	background-color:#E3C0C0;
	font-family:verdana, sans-serif;
	font-size:11px;
	cursor:move;
	}

#newpm a{
	background: transparent;
	color: #4D6A8A;
	text-decoration: none;
}

#newpm a:hover{
	background: transparent;
	color: #4D6A8A;
	text-decoration: underline;
}
