/*   
Theme Name: Mincel
Theme URI: http://www.mincel.com/
Description: A WordPress theme created for mincel.com
Version: 1.0
Author: Mustafa Incel
Author URI: http://www.mincel.com/
*/

body  {
	background: #111;
	/* font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; */
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter, div.aligncenter  {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}

.navigation {
	display: block;
	font-weight: bold;
	margin: 0 0 1em;
}

.edit {
	background: url(images/edit.gif) no-repeat top left;
	margin: 0;
	padding: 1px 0 0 20px;
}

.time {
	background: url(images/calendar.gif) no-repeat top left;
	margin: 0;
	padding: 1px 0 0 20px;
	color: #666;
}

.comments {
	background: url(images/comments.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 20px;
}

.tags {
	background: url(images/tags.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 20px;
}

.category {
	background: url(images/category.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 20px;
}

/* Header */
#header  {
	width: 950px;
	margin: 0 auto;
	padding-top: 2em;
	text-align: left;
}

#header .logo  {
	float: left;
}

#header .description  {
	color: #999;
	font-size: 0.9em;
	padding-left: 2em;
	line-height: 56px;
	text-transform: lowercase;
}

#nav {
	clear: both;
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

#nav li {
	float: right;
	margin-left: 5px;
	font-size: 12px;
	height: 22px;
	padding: 6px 15px 0;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

#nav li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;	
}

#nav li.page_item {
	background: #ccc;
}

#nav li.current_page_item {
	background: #fff;
}

/* Content */
#content  {
	display: block;
	clear: both;
	color: #333;
	width: 950px;
	margin: 0 auto;
	padding: 1.75em;
	background: #fff;
}

#content h3.itemtitle  {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	border-bottom: 1px solid #eee;
}

#content a {
	color: #666;
	text-decoration:none;
}

#content a:hover {
	color: #333;
}

.container  {
	display: block;
}

/* Posts */
.post, .page, .entry {
	display: block;
	clear: both;
}

.postnav {
	overflow: hidden;
}

.posttitle {
	margin: 0 0 4px;
	line-height: 1em;
}

.pagetitle {
	margin-bottom: 0.5em;
	line-height: 1em;
}

.postmetadata-top, .postmetadata-bottom {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.postmetadata-bottom {
	padding: 8px;
	color: #999;
	background: #eee;
	font-size: 0.9em;
	line-height: 1.3em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.entry div.alignright {
	margin: 0 0 2px 10px;
}

.entry div.alignleft {
	margin: 0 10px 2px 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

.more-link {
	font-weight: bold;
	color:#666;
}

/* Comments */
.commentlist {
	padding: 0;
}

.commentlist p {
	margin: 0 0 1em;
}

.commentlist ul, ol {
	margin: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 8px 8px 8px 8px;
	list-style: none;
}

.commentlist li ul li { 
	margin: 8px -8px 0 8px;
	font-size: 1em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.comment-author {
	font-size: 0.9em;
}

.comment-meta {
	display: block;
	margin: 0 0 1em;
	font-size: 0.9em;
	font-weight: normal;
}

.reply {
	font-weight: bold;
}

.children {
	padding: 0;
}

.depth-1 {
	border: 1px solid #ddd;
}

.thread-odd {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: #fff;
}

.even, .odd {
	border-left: 1px solid #ddd;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#respond h3 {
	margin: 0.8em 0 0;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Form Elements */
input, textarea {
	padding: 3px;
	border: 1px solid #bbb;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#cform {
	padding-right: 8px;
	overflow: hidden;
	text-align: left;
}

#cform p {
	margin: 5px 0;
}

#cform input {
	width: 170px;
	margin: 5px 5px 0 0;
}

#cform textarea {
	width: 100%;
}

#cform #submit {
	margin-top: 1px;
	padding: 2px 5px;
	color: #666;
	font-weight: bold;
}

#cform #submit:hover {
	background: #ddd;
}

#searchform #s {
	background: transparent url('images/search.gif') no-repeat center left;
	color: #ccc;
	padding: 3px 0 3px 17px;
	width: 150px;
}

#searchform #s:hover, #searchform #s:focus {
	color: #333;
}

#searchform #searchsubmit {
	padding: 2px 5px;
	color: #666;
	font-weight: bold;
}

#searchform #searchsubmit:hover {
	background: #ddd;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

/* Captions */
.wp-caption  {
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text  {
	font-size: 0.8em;
	line-height: 17px;
	padding: 2px 0;
	margin: 0;
}

/* Sidebar */
#sidebar  {
}

#sidebar .item {
	margin: 0 0 2em;
}

/* Footer */
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 1.75em;
	color: #999;
	text-align: left;
}

#footer h3.itemtitle  {
	margin: 0 0 8px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
}

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

#footer a:hover {
	color: #fff;
}

/* WordPress.com Stats */
img#wpstats {
	display:none
}

/* SmoothGallery */
#myGallery,  #myGallerySet,  #flickrGallery  {
	width: 590px;
	height: 393px;
	margin: 0 0 15px;
	border: 0;
}

.jdGallery  {
	background: #000;
}

.jdGallery .slideInfoZone  {
	height: 80px;
}

.jdGallery .slideInfoZone h2  {
	font-size: 1.3em;
	color: #fff;
	margin: 5px 10px;
}

.jdGallery .slideInfoZone p  {
	font-size: 1em;
	margin: 2px 10px;
}

.jdGallery div.carouselContainer  {
	height: 130px;
}

.jdGallery .carousel  {
	height: 110px;
}

.jdGallery .carousel .carouselWrapper,  .jdExtCarousel .carouselWrapper  {
	height: 83px;
}

/* Contact Form 7 */
.wpcf7-form {
}

div.wpcf7 {
}

div.wpcf7-response-output {
	margin: 1em 0 0;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	z-index: 100;
	margin: 9px 0 0 5px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #ff0000;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 1em;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

