﻿/*
Theme Name: DynaiComRed
Theme URI: http://www.joyologo.com/
Description: <a href="http://www.joyologo.com/">joyologo</a> design shop 2.0 
Author: joyologo.com
Author URI: http://www.joyologo.com/
*/


/* Site Genel */

body {
	margin: 0;
	background-color: #9e0b0f;
	background-image: url('images/bg.gif');
	background-position: top;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Harici linkler Genel - External links */

a[href$='.rar'] {
	background:url("images/winrar.png") no-repeat right top;
	padding:0 21px 5px 0;
}

a[href$='.rar'][href^='http'] {
	background:url("images/winrar.png") no-repeat right top;
	padding:0 21px 5px 0;
}

a[href$='.pdf'] {
	background:url("images/pdf.gif") no-repeat right top;
	padding:0 30px 12px 0;
}

a[href$='.pdf'][href^='http'] {
	background:url("images/pdf.gif") no-repeat right top;
	padding:0 30px 12px 0;
}

a[href$='.doc'] {
	background:url("images/word.gif") no-repeat right top;
	padding:0 30px 12px 0;
}

a[href$='.doc'][href^='http'] {
	background:url("images/word.gif") no-repeat right top;
	padding:0 30px 12px 0;
}

a[href$='.docx'] {
	background:url("images/word.gif") no-repeat right top;
	padding:0 30px 12px 0;
}

a[href$='.docx'][href^='http'] {
	background:url("images/word.gif") no-repeat right top;
	padding:0 30px 12px 0;
}

a[href$='.xls'] {
	background:url("images/excel.png") no-repeat right top;
	padding:0 16px 2px 0;
}

a[href$='.xls'][href^='http'] {
	background:url("images/excel.png") no-repeat right top;
	padding:0 16px 2px 0;
}

a[href$='.xlsx'] {
	background:url("images/excel.png") no-repeat right top;
	padding:0 16px 2px 0;
}

a[href$='.xlsx'][href^='http'] {
	background:url("images/excel.png") no-repeat right top;
	padding:0 16px 2px 0;
}

a[href$='.ppt'] {
	background:url("images/powerpoint.png") no-repeat right top;
	padding:0 16px 2px 0;
}

a[href$='.ppt'][href^='http'] {
	background:url("images/powerpoint.png") no-repeat right top;
	padding:0 16px 2px 0;
}

a[href$='.pptx'] {
	background:url("images/powerpoint.png") no-repeat right top;
	padding:0 16px 2px 0;
}

a[href$='.pptx'][href^='http'] {
	background:url("images/powerpoint.png") no-repeat right top;
	padding:0 16px 2px 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Site Page */

#page {
	margin: 0 auto;
	width: 1000px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1000px;
	background: url("images/head.jpg") no-repeat;
}

#page-bot {
	width: 1000px;
	background: url("images/bottom.jpg") no-repeat left bottom;
}


/* Baslik - Header */

#header {
	width: 1000px;
	height: 179px;
	position: relative;
}

/* baslik - welcome */
	
	#header #header-welcome {
	position: absolute;
	top: 21px;
	left: 28px;
	padding-left: 21px;
	height: 28px;
	font: normal 17px/28px "Century Gothic", Calibri, Sans-Serif, Arial;
	color: #000000;
}

	/* Baslik Aciklama - Header Info */
	
	#header #header-info {
	position: absolute;
	top: 55px;
	left: 55px;
	text-transform: capitalize;
}
	
	#header #header-info h1 {
	color: #000000;
	font: normal 12px Calibri, Sans-Serif, Arial;
	margin-bottom: 2px;
}
	
	#header #header-info h1 a {
	color: #000000;
	font: bold 14px Calibri, Sans-Serif, Arial;
	text-decoration: underline;
}
	
	#header #header-info .desc {
	color: #000000;
	font: normal 14px Calibri, Sans-Serif, Arial;
}
	
						
	/* Arama Kutusu - Search */
	
	#header #header-search {
		position: absolute;
		top: 62px;
		left: 730px;
		width: 260px;
		height: 28px;
	}
	
	#header #header-search #sform {
		margin: 0;
		padding: 0;
		width: 262px;
		height: 28px;
	}
	
	#header #header-search #s {
	width: 248px;
	height: 28px;
	border: 0;
	padding: 6px 7px;
	font: normal 14px Calibri, Sans-Serif, Arial;
	color: #000000;
	background: transparent;
	float: left;
}
	
	#header #header-search #ssubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 28px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* baslik RSS E-mail */
	
	#header #header-rss {
		left: 678px;
	}
	
	#header #header-email {
		left: 791px;
	}
	
	#header #header-rss,
	#header #header-email {
	position: absolute;
	top: 21px;
	padding-left: 21px;
	margin-left: 48px;
	height: 21px;
	font: normal 14px/21px Calibri, Sans-Serif, Arial;
	color: #000000;
	background: url("images/rss.png") no-repeat;
}
	
	#header #header-rss a,
	#header #header-email a {
	color: #000000;
	text-decoration: underline;
}
	
	/* menu kategoriler - categories */
	
	#header #header-cats {
		position: absolute;
		top: 117px;
		left: 28px;
		width: 960px;
		height: 32px;
	}
	
	#header #header-cats ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 960px;
	height: 32px;
}
	
	#header #header-cats ul li {
	float: left;
	height: 32px;
	width: auto;
	font: normal 18px/31px Calibri, Sans-Serif, Arial;
	color: #000000;
	margin-right: 3px;
}
	
	#header #header-cats ul li a {
	color: #000000;
	text-decoration: none;
	padding: 0 5px;
	display: block;
}
	
	#header #header-cats ul li a:hover {
	color: #D20F14;
}
	
		#header #header-cats ul li:hover {
	background: #F4D7D7;
}
			
		
		/* alt basliklar - Submenus */
				
		#header #header-cats ul li ul {
			display: none;
		}

/* Genel - Main */

#main {
	width: 1000px;
	padding: 0 12px 0 23px;
}

			.post-date {
			    width: auto;
				float: left;
				padding-left: 5px;
				line-height: 22px;
			}
			
			.post-comments {
			    width: auto;
			    float: left;
				padding-right: 5px;
				line-height: 22px
				}

			.post-readmore {
			    width: auto;
				float: right;
				background: url("images/go.gif") no-repeat;
				padding-left: 23px;
				padding-right: 5px;
				line-height: 22px;
			}
	
			
	/* Genel icerik - Main Content */
	
	#content {
		float: left;
		width: 1000px;
		padding: 0px 10px 0 10px;
		overflow: hidden;
	}
	
	/*projeler - projects */
	
	#content .proje01 {
	display: block;
	border: 0;
	padding: 0px 10px 8px 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 264px;
	height: 170px;
	background: transparent url("images/girneprojesi.jpg") no-repeat;
	text-decoration: none;
	overflow: hidden;
}

	#content .proje02 {
	display: block;
	border: 0;
	padding: 0px 10px 8px 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 264px;
	height: 170px;
	background: transparent url("images/gonyeliprojesi.jpg") no-repeat;
	text-decoration: none;
	overflow: hidden;
}

	#content .proje03 {
	display: block;
	border: 0;
	padding: 0px 10px 8px 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 264px;
	height: 170px;
	background: transparent url("images/hamitkoyprojesi.jpg") no-repeat;
	text-decoration: none;
	overflow: hidden;
}


		/* Genel icerik kucuk - Content Post Medium */
		
		#content .post-med {
	float: left;
	width: 288px;
	margin: 0 35px 5px 0px;
	background: url("images/postm.gif") repeat-y;
	color: #000000;
	font: 12px/18px Calibri, Sans-Serif, Arial;
}
		
		#content .post-med a {
	color: #000000;
}
		
		#content .post-med-top {
			width: 288px;
			background: url("images/post.gif") no-repeat;
		}
		
		#content .post-med-bottom {
			width: 288px;
			background: url("images/postb.gif") no-repeat left bottom;
			padding-top: 7px;
			padding-bottom: 4px;
		}
		
		#content .post-med h2 {
	padding-left: 7px;
	color: #000000;
	font: normal 17px/28px "Trebuchet MS", Calibri, Sans-Serif, Arial;
}
		
		#content .post-med h2 a {
	color: #000000;
}
		
				#content .post-med h2 a:hover {
	color: #D20F14;
}

		
		#content .post-med .post-med-entry {
	padding: 0px 10px 8px 8px;
	width: 264px;
	height: 170px;
	overflow: hidden;
}
		
		#content .post-med .post-med-inf {
	margin: 0 9px 0 6px;
	border-top: 1px #9e0b0f solid;
	height: 21px;
}
	
	/* Yazi - Post */
	
	#main .post {
	width: 880px;
	margin-bottom: 15px;
	padding: 0 0 0 0px;
}
	
		/* Yazi Baslik - Post Title */
		
		#main .post .post-title {
	width: 880px;
	color: #000000;
	font: normal 10px Calibri, Sans-Serif, Arial;
}
		
		#main .post .post-title a {
	color: #000000;
	text-decoration: none;
}
		
		#main .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title h2 {
	background: #F4D7D7;
	color: #9e0b0f;
	font: bold 23px/30px "Trebuchet MS", Calibri, Sans-Serif, Arial;
	border-bottom: 1px solid #9e0b0f;
	padding: 0 0 0 5px;
}
		
		#main .post .post-title h2 a {
	background: #F4D7D7;
	color: #9e0b0f;
	text-decoration: underline;
}
		
		#main .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title-inf {
			width: 550px;
			height: 22px;
		}
		
		/* Yazi Kayit - Post Entry */
		
		#main .post .post-entry {
	font: normal 12px/18px Calibri, Sans-Serif, Arial;
	color: #000000;
	width: 880px;
	padding: 0px 10px 0px 10px;
}
		
		#main .post .post-entry a {
	color: #D20F14;
	text-decoration: underline;
}
		
		#main .post .post-entry a:hover {
	color: #000000;
	text-decoration: underline;
}
		
		#main .post .post-entry blockquote {
	border-left: 8px #F4D7D7 solid;
	margin: 0px 30px;
	padding-left: 12px;
}
		
		#main .post .post-entry img {
	padding: 2px;
	border: 4px #F4D7D7 solid;
}
		
		
		/* Yazi Altbaslik - Post Subtitle */
		
		#main .post h3 {
	margin: 20px 0 5px 0;
	color: #D20F14;
	font: bold 14px "Trebuchet MS", Calibri, Sans-Serif, Arial;
}
		
		/* Yazi Yorumlar - Post Comments */
		
		#main .post .comments {
	font: normal 12px/18px Calibri, Sans-Serif, Arial;
	color: #000000;
	width: 880px;
}
		
		#main .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#main .post .comments ol li {
			padding: 5px;
		}
		
		#main .post .comments ol li a {
	color: #D20F14;
	text-decoration: none;
}
		
		#main .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li.alt {
	border-top-color: #F4D7D7;
	border-top-style: solid;
	border-top: 2px;
	}
		
		#main .post .comments ol li cite {
	color: #D20F14;
	font-style: normal;
	font-weight: bold;
}
		
		#main .post .comments ol li cite a {
	color: #D20F14;
	text-decoration: none;
}
		
		#main .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li .commentmetadata a {
	color: #000000;
	text-decoration: none;
}
		
		#main .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Yazi Yorum Formu - Post Comment Form */
		
		#main .post #cform {
	background: #F4D7D7;
	font: normal 12px/18px Calibri, Sans-Serif, Arial;
	color: #D20F14;
	width: 460px;
	margin: 0;
	border: 1px #D20F14 solid;
	padding-left: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
}
		
		#main .post #cform a {
	color: #000000;
	text-decoration: none;
}
		
		#main .post #cform a:hover {
			text-decoration: underline;
		}
	
/* Alt Footer */

#footer {
	width: 930px;
	height: 50px;
	padding: 18px;
	color: #000000;
	font: normal 12px/30px "Trebuched MS", Calibri, Sans-Serif, Arial;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*
+----------------------------------------------------------------+
|																					
|	WordPress 2.8 Plugin: WP-PageNavi 2.50										
+----------------------------------------------------------------+
*/

.navi {
	padding: 5px;
	margin-bottom: 7px;
    float: left;
	width: 570px;
	color: #000000;
	font: 12px/18px Tahoma, Arial, Sans-Serif;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px #D20F14 solid;
	color: #D20F14;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px #D20F14 solid;
	color: #D20F14;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px #E6A4A4 solid;
	color: #E6A4A4;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px #D20F14 solid;
	color: #D20F14;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #E6A4A4;
	border: 1px #E6A4A4 solid;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #D20F14;
	color: #D20F14;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #D20F14;
	color: #D20F14;
	background-color: #FFFFFF;
}


