/*  
Theme Name: JournalistInTurkey
Theme URI: http://www.peng.nl/
Description: WordPress theme for webzines.
Version: 1.0
Author: Lex Thoonen
Author URI: http://www.peng.nl/

*/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(./images/light_body.png) repeat-y top center;
  font-size: 80%;
  font-family:  verdana, 'Trebuchet MS', sans-serif;
  line-height: 170%;
  
  color: #000;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0px 0;
  padding: 0;
}

h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em 'Trebuchet MS', sans-serif;
  color: #6c3c1c;  /* 536C71 */
  border-bottom: 12px solid #fa7d02;  /* ddd  */
}

h2 {
  font-size: 1.7em;
  color: #de852e;
  line-height: 1.2em;
}

.datumondertitel {
  padding-bottom: 0.2em;
  font-family: 'Times New Roman',Times,serif;
  color: #999999;  /* 536C71 */
  font-style: italic;
  font-size: small;  
}

.homepage {
  margin: 0 0 10px 0;
}

.postmetadata {
  font-style: italic;
  color: #999999;  /* 536C71 */
	}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #de852e;  /*  5D6F73  */
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}

/* Links */
a {
  text-decoration: none;
  color: #760f00;    /*   3B5D77   */
}

a:hover {
  color: #ffffff;  /*  668FA3 */
  background: #fa7d02;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(./images/submenu2.gif);
line-height: 1.4em;
}

/* 
  ul li a:hover {
  color: #426F85;
  background: #B3C6C4 url(./images/submenu2-hover.gif) no-repeat 5px 7px;
}
*/

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #000;
  background: #fff;
  border: 1px solid #888;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #fff;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #000;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

.widget widget_search {
  padding: 10px;
}


 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
  background: #FFF url(./images/topbar.gif) repeat-x bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 5em;
	margin: 0 auto;
	background: #6a1201 url(./images/header.png) repeat-x bottom left;
	border-bottom: 2px solid #6a1201;
	background-color: #6a1201;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em 'Trebuchet MS', sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #cccccc;
  border-right: 1px solid #fa7d02;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #ffcc33;
  background: none;	  
}



/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(./images/header_image.jpg) no-repeat top left;
}





/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #6a1201 url(./images/menu.png) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%;
  height: 4.5em;
  font: 400 1.2em 'Trebuchet MS', sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  border-top: 7px solid #fa7d02;
  border-bottom: 15px solid #FFF;
  overflow: hidden;
}

.ster {
  background-image: url(/images/bruinblink.gif); 
  }

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #facd62;  /*  8C8D94  */
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #fab102;
  border-top: 7px solid #000000;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: 2em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #6a1201 url(./images/header.png) repeat-x bottom left;   /* 49525B */
}

#footer #bg ul {
  float: right;
  margin: 2em 1em 0 0 !important;
  margin: 2em 0.5em 0 0;
  padding: 0;

}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em 'Trebuchet MS', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2em !important; /* 0.8 */
  line-height: 1.4em;  /* 1 */

  color: #fab102;
  border-right: 1px solid #fa7d02;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #ffcc33;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}


/**************************************************************
   Leftbar
 **************************************************************/


#leftbar {
  margin-top: 31px;
}




/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CCCCCC;
}

.banner {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #760f00;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em 'Trebuchet MS', sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em 'Trebuchet MS', sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 5px 0 5px 0;

  font-size: 1.8em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 0.1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

.post .more-link {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

ul.thumbs li {
  margin: 0 0 25px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  border: 3px solid #fa7d02;
}

a:hover.thumb img {
  background: #fab102;
  border: 3px solid #fab102;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -3px !important;  /* -5  */ 
  margin-top: 0px;          /* -2  */ 
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(./images/submenu2.gif) no-repeat 5px 7px;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(./images/submenu2-hover.gif) no-repeat 5px 7px;
}

ul.submenu2 li a {
  color: #4b0b04;
  background: url(./images/submenu2.gif) no-repeat 3px 7px;
}

ul.submenu2 a:hover {
  color: #fff;
  background: #690d04 url(./images/submenu2-hover.gif) no-repeat 3px 7px;
}

/**************************************************************
   Photo captions
 **************************************************************/

.largecaptionleft {
  float: left;
  width: 500px;
  margin: 5px;
  padding: 5px;
  border: solid 1px #ddd;
  background: #ffddd3;
  font-size:90%;
  line-height: 100%;
  font-style: italic;
  color: black;
  }

.largecaptionright {
  float: left;
  width: 500px;
  margin: 5px;
  padding: 5px;
  border: solid 1px #ddd;
  background: #ffddd3;
  font-size:80%;
  line-height: 100%;
  font-style: italic;
  color: black;
  }

.smallcaptionleft {
  float: left;
  width: 250px;
  margin: 5px;
  padding: 5px;
  border: solid 1px #ddd;
  background: #ffddd3;
  font-size:80%;
  line-height: 100%;
  font-style: italic;
  color: black;
  }

.smallcaptionright {
  float: right;
  margin: 5px;
  padding: 5px;
  width: 250px;
  border: solid 1px #ddd;
  background: #ffddd3;
  font-size:80%;
  line-height: 100%;
  font-style: italic;
  color: black;
  }

/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #fbdcc6;  /*  EAF2F5  fbdcc6 */
}

.dark {
  color: #3f0c04;   /*   53E47   */
  font-weight: bolder;
}

td.hplinks {
	font-size:85%;
	line-height: 1em;
	} 
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

	
	/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

