@font-face {
	font-family:Helvetica;
	src: local(Helvetica), url(fonts/Helvetica.ttf);
}

@font-face {
	font-family:HelveticaBold;
	src: local(Helvetica), url(fonts/HelveticaBold.ttf);
}

@font-face {
	font-family:"Lucida Sans Unicode";
	src: local("Lucida Sans Unicode"), url(fonts/LucidaSansUnicode.ttf);
}

/* tekinozbek.net Fifth Edition
 * Written by Tekin Ozbek
 * April 2010
 *
 * Copyright (C) 2010 Tekin Ozbek
 * tekin@tekinozbek.net
 */

body {
	overflow-y:scroll;
	background-color:#FFF;
	margin:0;
	background-image:url(images/topline.png);
	background-repeat:repeat-x;
}

#container {
	margin:0 auto;
	width:1000px;
}

#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:51px;
	text-align:center;
	padding-top:25px;
}

	#header a {
		display:block;
		color:#000;
		text-decoration:none;
	}

#navmenu {
	text-align:center;
	padding-bottom:10px;
	padding-top:30px;
}

	#navmenu a {
		display:inline-block;
		text-decoration:none;
		border-bottom:2px solid #F0F0F0;
		width:95px;
		text-align:left;
		color:#C0C0C0;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		padding-left:5px;
		margin-right:10px;
	}
	
	#navmenu a:hover {
		color:#333;
		border-bottom:2px solid #A0A0A0;
	}
	
	#navmenu a.active {
		color:#333;
		border-bottom:2px solid #A0A0A0;
	}

#content-container {
	margin:20px auto 0px;
	width:730px;
}

#content {
	float:left;
	width:500px;
	margin-bottom:10px;
}

#content.single {
	width:730px;
}

#content.main {
	margin-bottom:40px;
}
	
	#content h1 {
		font-family:"Helvetica Neue", Helvetica, Arial, sans;
		letter-spacing:-2px;
		font-weight:bolder;
		font-size:65px;
		margin:0 0 15px 0;
		cursor:default;
	}
	
	#content h2 {
		font-family:"Helvetica Neue", Helvetica, Arial, sans;
		font-weight:bolder;
		font-size:20px;
		letter-spacing:-1px;
		margin:0;
		cursor:default;
	}
	
	#content h2 a {
		font:inherit;
		letter-spacing:inherit;
		margin:0;
		color:#000;
		text-decoration:none;
	}
	
	#content h2 a:hover {
		color:#ec1333;
	}
	
	#content h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:normal;
		font-size:16px;
		color:#000;
		margin:0;
		cursor:default;
	}
	
	#content h3 a {
		text-decoration:none;
		color:#000;
	}
	
	#content h3 a:hover {
		color:#ec1333;
	}
	
	#content div.post {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		margin-top:5px;
		margin-bottom:25px;
		text-align:left;
	}
	
	#content .post p {
		margin-top:17px;
		margin-bottom:10px;
		font-size:14px;
		line-height:19px;
		text-align:justify;
	}
	
	#content p.postMeta {
		font-family:"Helvetica Neue", Helvetica, Arial, sans;
		font-size:11px;
		color:#000;
		margin-bottom:30px;
		text-transform:uppercase;
	}
	
	#content p.postMeta a:hover {
		text-decoration:none;
	}
	
	#content p {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		margin-top:5px;
		margin-bottom:25px;
		cursor:default;
		line-height:16px;
	}
	
	#content p.loose {
		line-height:22px;
	}
	
	#content p.less-loose {
		line-height:16px;
	}
	
	#content p a {
		color:#000;
		text-decoration:none;
		font-weight:bold;
	}
	
	#content p a:hover {
		color:#ec1333;
		text-decoration:underline;
	}
	
	.welcome {
		font-family:Helvetica, Arial, sans;
		font-size:15px;
		line-height:27px;
		width:500px;
	}
	
	.welcome a.helvetica {
		font-family:"Helvetica Neue", HelveticaBold, Arial, sans;
		font-weight:bold;
		text-decoration:none;
		color:#000;
	}
	
	.welcome a.helvetica:hover {
		color:#999;
	}
	
	.welcome em a {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		text-decoration:none;
		color:#000;
	}
	
	.welcome em a:hover {
		color:#999;
	}

#sidebar {
	font-family:"Helvetica Neue", Helvetica, Arial, sans;
	float:right;
	width:200px;
	margin-left:30px;
	margin-bottom:10px;
}

	#sidebar h1 {
		font-family:"Helvetica Neue", HelveticaBold, Arial, sans;
		font-size:13px;
		font-weight:bold;
		letter-spacing:-1px;
		text-transform:uppercase;
		color:#999;
		cursor:default;
	}
	
	#sidebar h2 {
		font-size:170px;
		margin:-40px 0 0 0;
		cursor:default;
	}
	
	#sidebar h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#999;
		font-size:11px;
		margin:-6px 0 0 0;
		font-style:italic;
		font-weight:normal;
		cursor:default;
	}
	
	#sidebar p, #sidebar div.right {
		margin: 5px 0 20px 0;
		font-size:12px;
		color:#999;
		cursor:default;
	}
	
	#sidebar div.right {
		text-align:right;
		margin-top:-15px;
	}
	
	#sidebar p a {
		color:#999;
		text-decoration:none;
	}
	
	#sidebar p a:hover {
		color:#ec1333;
	}
	
	#sidebar ul, #sidebar li {
		list-style:none;
		margin:0;
		-webkit-padding-start:0px;
		-moz-padding-start:0px;
	}
	
	#sidebar ul {
		font-size:13px;
		letter-spacing:-1px;
		color:#999;
		text-transform:uppercase;
		margin-bottom:17px;
		font-weight:bold;
	}
	
	#sidebar li a {
		font-size:12px;
		letter-spacing:0px;
		font-weight:normal;
		text-decoration:none;
		text-transform:none;
		padding-left:10px;
		color:#999;
	}
	
	#sidebar li a:hover {
		color:#ec1333;
	}
	
#footer {
	clear:both;
	padding-top:7px;
	padding-bottom:30px;
	border-top:1px solid #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#999;
}

	#footer a {
		color:#999;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#333;
	}
	
	#footer span.warning {
		color:#F00;
	}
	
	#footer span.warning a {
		color:#F00;
		text-decoration:none;
	}

.left {
	float:left;
	text-align:left;
	width:650px;
}

.right {
	float:right;
	text-align:right;
	width:350px;
}

.listheading {
	font-family:"Helvetica Neue", HelveticaBold, Arial, sans;
	font-size:13px;
	font-weight:bold;
}

.list {
	font-family:"Helvetica Neue", Helvetica, Arial, sans;
	font-size:13px;
	font-weight:normal;
}

.disposition {
	font-family:"Helvetica Neue", Helvetica, Arial, sans;
	color:#000;
}

.dispositionheading {
	font-size:14px;
	font-weight:bold;
}

.dispositionlist {
	font-size:12px;
}

.disposition-reedlist {
	color:#C00;
}

.search-button {
	padding:4px;
	border:1px solid #999;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.search-button:active {
	background-color:#333;
	color:#FFF;
}

.contact-form {
	font-family:"Helvetica Neue", Helvetica, Arial, sans;
	font-size:14px;
	background-color:#F8F8FF;
	border:1px solid #DDD;
	padding:10px 11px 10px 10px;
	margin-bottom:20px;
}

.contact-form tr.spam-check {
	background-color:#FFE8E8;
}

.contact-input {
	padding:5px;
	border:1px solid #BBB;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
}

.contact-input-100, textarea {
	width:98%;
}

.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
}

.contact-button {
	background-color:#CCC;
	border:1px solid #BBB;
	font-size:13px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px 10px;
	margin-bottom:0px;
}

.topspace {
	margin-top:10px;
}

.contact-button:hover {
	border:1px solid #888;
}

.contact-button:active {
	background-color:#333;
	color:#FFF;
}

.charsrem {
	font-family:"Helvetica Neue", Helvetica, Arial, sans;
	font-size:13px;
}

#twitter ul, #twitter li {
	list-style:none;
	margin:0;
	padding:0;
}

#twitter ul {
	margin-top:20px;
	margin-bottom:20px;
}

#twitter li {
	margin-bottom:20px;
}

#twitter div.tweet {
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor:default;
}

#twitter div.tweet-time {
	font-size:12px;
	margin-top:15px;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#twitter div.tweet-border {
	background-color:#F0F0F0;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	border-left:3px solid #AAA;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*background-image:url(images/twitter-bird.png);
	background-position:bottom left;
	background-repeat:no-repeat;*/
}

#twitter a {
	color:#000;
	text-decoration:none;
}

#twitter div.tweet a {
	font-weight:bold;
	text-decoration:none;
}

#twitter a:hover {
	color:#ec1333;
}

#twitter div.single {
	margin-top:-13px;
	margin-bottom:30px;
}

a.twitter-image {
	display:block;
	width:200px;
	height:240px;
	background-image:url(images/twitter-bw.jpg);
	background-repeat:no-repeat;
}

a.twitter-image:hover {
	background-image:url(images/twitter.jpg);
	background-repeat:no-repeat;
}

#preloader {
	display:none;
}

#warning {
	width:590px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	padding:5px;
	margin:10px auto 0;
	text-align:left;
	border:1px solid #F00;
	background-color:#FFE8E8;
}

#warning a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#warning a:hover {
	color:#E00;
	text-decoration:underline;
}

#warning b.ohmy {
	font-family:"Helvetica Neue", Helvetica, Arial, sans;
	font-size:31px;
}

#err-ok {
	width:800px;
	padding:3px;
	margin:10px auto 0;
	text-align:left;
	border:1px solid #090;
	background-color:#E8FFE8;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	cursor:pointer;
}

#err-ok div.errmsg {
	padding-top:3px;
	padding-left:5px;
}

#err {
	width:800px;
	padding:3px;
	margin:10px auto 0;
	text-align:left;
	border:1px solid #F00;
	background-color:#FFE8E8;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	cursor:pointer;
}

#err div.errmsg {
	padding-top:3px;
	padding-left:5px;
}

#comments {
	width:500px;
	margin-top:10px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans;
	font-size:13px;
}

#comments ul, #comments li {
	list-style:none;
	margin:0;
	padding:0;
}

#comments li {
	padding:5px;
	margin-bottom:2px;
	background-color:#E8E8FF;
}

#comments li.insert-comment {
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
}

#comments li div.date {
	font-size:10px;
	margin-top:4px;
	color:#999;
	text-align:left;
}

.comment-indent {
	margin-left:3px;
}

.comment-input {
	padding:3px;
	background-color:#FFF;
	border:1px solid #999;
}

tr.repitem:hover {
	background-color:#E0E0E0;
	cursor:default;
}

tr.odd {
	background-color:#F2F2FF;
}

tr.even {
	background-color:#FFF;
}

table.organ {
	cursor:default;
}

.header {
	background-color:#555;
	color:#FFF;
}

/*BLOG SECTION*/

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

  #header h1,
  #header h4 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0 10px 0;
  }
    /** the tagline is a span within the h1 or h4 */
    #header h1 span,
    #header h4 span { }

  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
  #nav,
  #subNav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #subNav {
    margin-top: 10px;
  }
    #nav li,
    #subNav li {
      display: inline;
      padding: 0 10px 0 0;
    }
    /* Currently selected page nav item (and parent) if applicable */
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }

/**      main content     */
#primaryContent {
  width: 540px;
  float: left;
  padding: 0 20px 0 0;
  margin: 0;
}
  #primaryContent h1 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /* titles are h2 on homepage and h1 for internal */

  #primaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  ol#posts {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    li.postWrapper,
    div.postWrapper { border-left:3px solid #DDD; padding-left:10px; }

      .postWrapper img { }

      div.post { }

      p.postMeta { }

  #pagination {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  
  	#pagination a {
		color:#000;
	  	font-size:13px;
	  	text-decoration:none;
	}
	
	#pagination a:hover {
		color:#ec1333;
	}
	
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }

/**       sidebar          */
#secondaryContent {
  width: 200px;
  float: left;
}
  #secondaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    #secondaryContent > ul > li {
      margin: 0 0 10px 0;
    }

  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 500px;
}

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}