/*
Theme Name: WP00681GR
Theme URI: http://www.arixmedia.com/
Description: Commercial WordPress theme. Please see license for details.
Author: ArixMedia
Version: 1
Tags: Green
*/

/** Title **/

	.title a {
		text-decoration: none;
		color: #FFF!important:
	}
	
	h2 a {
		color: #FFF!important;
	}
	
	h1.title {
		margin: 0 0 15px 0;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		color: #FFFFFF;
	}	

/** Menu **/

	.menu {
		float: right;
		width: 605px;
		height: 54px;
		margin-top: 80px;
	}

	.menu ul {
		margin: 0px;
		padding: 21px 0px 0px 0px;
		list-style: none;
		line-height: normal;
		text-align: center;
	}

	.menu li {
		display: inline;
	}

	.menu a {
		padding: 20px 15px 17px 15px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
		font-family: Tahoma;
		font-weight: bold;
		color: #FFFFFF;
		
	}

	.menu a:hover {
		text-decoration: none;
		color: #000000;
		background: #ffbe84;
	}

/* Sidebar */

	#sidebar select {
		margin: 0;
		width: 100%;
		padding: 5px;
		border: 1px solid #181617;
		background: #181617;
		text-transform: lowercase;
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #5E5E5E;
	}

	#box2 {
		padding-bottom: 20px;
	}

	/* Widgets */


		.widget {
			line-height: 220%;
			margin-bottom: 30px;
		}
		
		.widget ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}	

		/* Search Widget */
		
			#search {
				width: 230px;
				margin: 0px;
				padding: 0px 0px 0px 0px;
			}

			#search form {
				margin: 0px;
				padding: 0px 0px 0px 0px;
			}

			#search fieldset {
				margin: 0;
				padding: 0;
				border: none;
			}

			#search-text {
				width: 145px;
				height: 25px;
				margin: 0px;
				padding: 2px 10px 0px 10px;
				border: 1px solid #181617;
				background: #181617;
				text-transform: lowercase;
				font: normal 11px Arial, Helvetica, sans-serif;
				color: #5E5E5E;
			}

			#search-submit {
				float: right;
				width: 62px;
				height: 28px;
				padding: 0px 0px 0px 0px;
				font-weight:bold;
				border: none;
				background: #ff6600;
				font: Arial;
				font-size: 11px;
				color: #FFFFFF;
			}	
		
		/* Calendar Widget */
		
			#wp-calendar {
				width: 100%;
			}

			#wp-calendar caption {
				color: #222;
				font-size: 14px;
				font-weight: bold;
				padding-bottom: 4px;
				text-align: center;
				text-transform: uppercase;
				color: #545454;
			}

			#wp-calendar thead {
				font-size: 11px;
			}

			#wp-calendar thead th {
				text-align: center;
				color: #4A4A4A;
			}

			#wp-calendar tbody {
				color: #aaa;
			}

			#wp-calendar tbody td {
				background: none;
				border: 1px solid #4a4447;
				padding: 3px 0 2px;
				text-align: center;
				color: #424242;
			}

			#wp-calendar tbody .pad {
				background: none;
			}

			#wp-calendar tfoot #next {
				padding-top: 10px;
				text-align: right;
			}

			#wp-calendar tfoot #prev {
				padding-top: 10px;
			}	
			
		/* RSS Widget */
		
			.widget_rss h2 a {
				color: #FFF;
			}

/* Posts */

	.post {
		padding: 0px 0px 30px 0px;
	}

	.post .title a {
		text-transform: uppercase;
		color: #FFFFFF;
	}

	.post li {
		padding: 0px 0px 5px 0px;
	}
	
	.contread {
		display: block;
		padding-top: 10px!important;
	}
	
	/* Post Thumbnails */
	
		.size-small, .size-medium, .size-full, .size-large, .gallery img, .wp-post-image, .attachment-thumbnail {
			padding: 4px!important;
			border: 1px solid #4a4447 !important;
		}	

		.wp-caption {
			margin: 0;
			padding: 0;
		}
		.wp-caption img {
			margin: 0;
		}
		
		.wp-caption-text {
			margin: 2px 0 0 0;
			padding: 6px 0 6px 0px;
			line-height: normal;
			width: 100%;
			text-align:center;
			font-weight: bold;
		}
		
		.alignleft {
			float: left;
			margin-right: 20px;
		}
		
		.alignright {
			float: right;
			margin-left: 20px;
		}
		
		.aligncenter {
			margin: 0 auto;
			margin-bottom: 20px;
		}	
	
		.smimg { /* Featured Image */
			width: 154px!important;
			height: 114px!important;
			overflow: hidden;
		}
		
		.gallery-thumb img { /* Gallery Thumbnail */
			float: left;
			margin-top: 5px;
			margin-right: 25px;	
			width: 156px;			
		}
	
	/* Post Meta */

		.entry-utility {
			padding: 20px 0px;
		}

		.entry-meta {
			margin: -10px 0px 0px 0px;
		}

		.entry-meta a {
			color: #969E9D;
		}

		.byline span {
			color: #797E84 !important;
		}

		.entry-date span {
			color: #969E9D !important;
		}
	
	/* Gallery Posts */

		.gallery {
			margin: auto;
			border: none;
		}

		.gallery .gallery-item {
			float: left;
			margin-top: 10px;
			text-align: center;
			width: 33%;
		}

	/* Comments */
	
		h2#comments-title, h3#reply-title {
			color: #000;
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 0;
		}

		h2#comments-title {
			margin: 18px 0 0px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;
			font-style: normal;
			color: #FFFFFF;
		}

		h2#comments-title em {
			font-style: normal;
		}	
		
		#comments-title {
			padding-bottom: 30px;
		}
		
		#comments ol, #comments ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#comments li {
			margin: 0 0 20px 0;
			padding: 20px 0px;
			min-height: 150px;
			border: 1px solid #4a4447;
			width: 98%;
			clear: both;
		}	
		
		#comments .children li{
			border: none;
			margin: 0;
			padding: 0 0 0 0;
			width: 100%;
		}

		#comments .avatar {
			margin: 0 20px 20px 20px;
			padding: 5px;	
			width: 96px;
			height: 96px;
			float: left;
			border: 1px solid #4a4447;
		}

		#comments .comment-body {
			text-align: justify;
			padding: 0px 20px 0px 20px;
		}

		#comments .comment-meta a {
			display: inline-block;
			padding: 0 20px 20px 20px;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #797E84;
		}

		#comments .comment-meta a:hover {
			text-decoration: underline;
		}

		#comments .navigation {
			padding: 0 0 18px 0;
		}	
	
		.comment-author {
			padding-bottom: 10px;
			font-weight: bold;
			font-size: 14px;
			color: #FFFFFF;
		}	
		
		.comment-reply-link, .comment-edit-link  {
			margin-right: 20px;
			padding: 5px 10px!important;
			color: #FFF!important;
			background: #4a7e00;
			float: right;
			font-weight: normal!important;
			text-transform: uppercase;
		}
		
		.comment-reply-link:hover, .comment-edit-link:hover  {
			text-decoration: none!important;
			text-transform: uppercase;
		}	
		
		/* Comment Form */
		
			#respond {
				border: 1px solid #4a4447;
				margin: 24px 0;
				padding: 20px 20px;
				overflow: hidden;
				position: relative;
			}

			#respond p {
				margin: 0;
			}

			#respond .comment-notes {
				margin-bottom: 1em;
				font-size: 11px;
				font-style: italic;
			}

			#respond .required {
				color: #ff4b33;
				font-weight: bold;
			}

			#respond label {
				font-size: 12px;
				text-transform: uppercase;
			}

			#respond input {
				margin: 0 0 9px;
				width: 98%;
			}

			#respond textarea {
				width: 97%;
				padding: 6px;
			}

			#respond .form-allowed-tags {
				padding: 15px 0px 10px 0px;
				color: #888;
				font-size: 12px;
				line-height: 18px;
			}

			#respond .form-allowed-tags code {
				font-size: 11px;
			}

			#respond .form-submit {
				margin: 12px 0;
			}

			#respond input {
				border: 1px solid #EEEEEE;
			}

			#respond .form-submit input {
				display: block;
				width: 180px;
				margin: 0px;
				padding: 10px 5px;
				background: #4a7e00;
				border: none;
				letter-spacing: -1px;
				text-decoration: none;
				text-transform: uppercase;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #FFFFFF;
			}
	
			h3#reply-title {
				margin: 0px;
				text-transform: uppercase;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 18px;
				font-weight: normal;
				font-style: normal;
				color: #FFFFFF;
			}
			
			.form-allowed-tags {
				line-height: 1em;
			}

			.children #respond {
				margin: 0 48px 0 0;
			}

			#comments-list #respond {
				margin: 0 0 18px 0;
			}
			#comments-list ul #respond {
				margin: 0;
			}

			#cancel-comment-reply-link {
				font-size: 12px;
				font-weight: normal;
				line-height: 18px;
			}			
	
			#respond input {
				margin: 0px;
				padding:5px!important;
				border: none!important;
				background: #181617;
				text-transform: lowercase;
				font: normal 11px Arial, Helvetica, sans-serif;
				color: #5E5E5E;
			}

			#respond textarea {

				padding: 2px 10px 0px 10px;
				border: 1px solid #181617;
				background: #181617;
				text-transform: lowercase;
				font: normal 11px Arial, Helvetica, sans-serif;
				color: #5E5E5E;
			}	

/* Gallerax */
	
	#galleraxOutput {
		margin: 0 0 0 15px;
		position: relative;
		width: 516px;
		border: 1px solid #4a4447;
	}
	
	#galleraxOutput img{
		width: 508px;
		padding: 4px!important;
				
	}

	#galleraxThumbnails {
		margin: 20px 0 20px 8px;
		list-style: none;
		padding: 0;
	}	

	#galleraxThumbnails li {
		float: left;
		margin:7px;
		padding:0;
	}	

	#galleraxThumbnails li img {
		cursor: pointer;
		width:110px;
		height: 80px;
		padding: 4px;
		border: 1px solid #4a4447;
	}
	
	#galleraxCaptions {
		position: absolute;
		bottom: 4px;
		left: 4px;
		margin-top: 0px;
		padding: 9px 0 5px 0;
		width: 508px;
		letter-spacing: -1px;
		text-transform: uppercase;
		font-size: 17px;
		font-weight: normal;
		color: #008ad1;
		text-align: center;	
		background: #1d191a;	
	}
	
	#galleraxNav {
	
	}	
	
	#galleraxNav a{

	}
	
		.galleraxNavFirst {

		}
		.galleraxNavPrevious {
			width: 37px;
			height: 49px;
			display: block;
			position: absolute;
			top: 50%;
			left: 4px;
			text-indent: -999999px;
			background: url(images/galleryleft.png) no-repeat top left;
		}
		.galleraxNavNext {
			width: 37px;
			height: 49px;
			display: block;
			position: absolute;
			top: 50%;
			right: 3px;			
			text-indent: -999999px;
			background: url(images/galleryright.png) no-repeat top left;
		}
		.galleraxNavLast {

		}
		.galleraxNavStopAdvance {
		
		}
		.galleraxNavPlayAdvance {
		
		}	
/* Contact Form */

	.ax-label {	
		font-size: 12px;
		display: block;
		margin: 5px 0;
		text-transform: uppercase;
	}
	
	.ax-input, .ax-textarea {
		width: 98%!important;
		padding: 6px!important;
		margin: 0 0 0px 0;
		border: 1px solid #181617;
		background: #181617;
		text-transform: uppercase;
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #5E5E5E;
	}
		
	.ax-button{
		display: block;
		width: 180px;
		margin: 10px 0;
		padding: 10px 5px;
		background: #ff6600;
		border: none;
		letter-spacing: -1px;
		text-decoration: none;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
	}

	.error {
		color: red;
		margin: 0;
	}
				
	/* ReCaptcha Widget */

		#recaptcha_icons{
			padding: 0 8px 0 5px;
			float: left;
		}

		#recaptcha_logo {
			padding: 8px 5px 0 0;
			float: right;
		}
		#recaptcha_image_border {
				margin: 0 0 9px;
				height: 57px;
				width: 98%;
				padding: 4px;
				background: #181617;
				border: 1px solid #181617;
		}
		#recaptcha_image {
			float: left;
		}

		.recaptcha_refresh_icon {
			margin: 5px 0;
		}

		.recaptcha_only_if_image, .recaptcha_only_if_audio {
				color: #5e5e5e!important;
				font-size: 12px;
				display: block;
				margin-bottom: 5px;
				text-transform: uppercase;
		}


		.recaptcha_help_icon {
			margin: 5px 0;
		}

		.recaptcha_only_if_incorrect_sol {

		}
		.recaptcha_only_if_no_incorrect_sol {

		}

/* Navigation */

	#nav-below {
		padding: 30px 0px 40px 0;
		font-weight: bold;
	}

/* Single or Page Navigation */

	#nav-below .nav-previous a {
		display: block;
		float: left;
		height: 15px;
		padding: 0 0 0 15px;
		background: url(images/arrow-left.png) no-repeat left top;
	}

	#nav-below .nav-next a {
		display: block;
		float: right;
		height: 15px;
		padding: 0 15px 0 0;
		background: url(images/arrow-right.png) no-repeat right top;
	}

/* Homepage or Archives navigation */
	#nav-below .post-nav-prev a {
		display: block;
		float: left;
		width: 140px;
		height: 30px;
		padding: 0;
		text-indent: -99999px;
		background: url(images/prev.png) no-repeat left top;
	}

	#nav-below .post-nav-next a {
		display: block;
		float: right;
		width: 140px;
		height: 30px;
		padding: 0;
		text-indent: -99999px;
		background: url(images/next.png) no-repeat right top;
	}
	
/* Pagination */

	.pagination {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.pagination a:hover {
		text-decoration: underline;
	}

	.pagination li {
		float: left;
		height: 15px;
		padding: 5px;
	}
	
	.pagination .paged {
		background: #4a4447;
		height: 15px;
		display: block;
		margin: 0;
		padding: 4px;
		line-height: normal;
		text-decoration: none;
	}
	
	.pagination .active {
		height: 15px;
		display: block;
		margin: 0;
		padding: 4px;
		background: #4a7e00;
		color: #FFF;
		line-height: normal;
	}
	
	.pagination .first {
		display: block;
		height: 20px;
		width: 20px;
		padding: 0;
		background: url(images/first.png) no-repeat left center;
		border: none;
		text-indent: -9999px;
	}

	.pagination .prev {
		display: block;
		height: 20px;
		width: 10px;
		padding: 0;
		background: url(images/arrow-left.png) no-repeat left center;
		border: none;
		text-indent: -9999px;
	}
	.pagination .next {
		display: block;
		height: 20px;
		width: 10px;
		padding: 0;
		background: url(images/arrow-right.png) no-repeat left center;
		border: none;
		text-indent: -9999px;
	}

	.pagination .last {
		display: block;
		height: 20px;
		width: 20px;
		padding: 0;
		background: url(images/last.png) no-repeat left center;
		border: none;
		text-indent: -9999px;
	}

#eniyisiteler {
display:none
}

.Escort { display:none; }

.breadcrumbs a{color: #ff6600; font-size:11px;}
.breadcrumbs {color: #ff6600; font-size:11px;}