/*
Theme Name:	Titan
Theme URI: 	http://themes.jestro.com/titan/
Description: 	A refined, balanced, and exceptionally handsome WordPress theme. Features a robust theme options menu allowing you to integrate your Flickr photos, Twitter updates, and Feedburner email updates. Use the custom code box to include photos, video, or whatever else your heart desires. Designed and coded by <a href="http://www.jestro.com">Jestro</a>.
Version: 		1.12
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options
*/

/*
    Copyright 2009 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("css/undo.css");
@import url("css/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. See this tutorial for instructions:
     ----> http://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/ <----
 Any custom changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/* -------------------------------------*/
/* Stadtbilderklaerer.de-Logo einbinden */
/* -------------------------------------*/

h1#title, div#title {
  background-image: url(/wp-content/themes/titan/images/slogo.png);
  background-repeat: no-repeat;
  background-position:0px 30px;
  padding-left: 60px;
}



/* --------------------------*/
/* zusätzliche Einstellungen */
/* --------------------------*/

/* Acronyms */

acronym {
  cursor:help;
}

/* Dropdown-Menü über nextgen-Gallery Thumbnails */

#nav li ul {
  z-index: 1;
}



/* ----------------------*/
/* für Plugin Tweetbacks */
/* ----------------------*/

li.tweetback {
  padding-top: 20px;
  border-top: 1px solid #EFEAE4;
}

li.tweetback.depth-2 {
  margin-bottom: 10px;
}

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



/* -----------------------------*/
/* für Pingbacks und Trackbacks */
/* -----------------------------*/

li.trackback, li.pingback {
  padding-top: 20px;
  border-top: 1px solid #EFEAE4;
}



/* ---------------------------*/
/* für Plugin Link Summarizer */
/* ---------------------------*/

div.link-summarizer-loop {
  font-size: 85%;
  font-weight: normal;
  line-height: normal;
  color: #4265a7;
}

div.link-summarizer-loop h3 {
  color: #4265a7;
  margin: 0px;
  padding: 0px;
}

div.link-summarizer-loop ul {
  color: #4265a7;
  margin-left: 0px;
}

div.link-summarizer-loop ol {
  color: #4265a7;
  margin-left: 0px;
}

div.link-summarizer-loop li {
  color: #4265a7;
  font-weight: normal;
  line-height: normal;
}

div.link-summarizer-loop li a.liinternal, div.link-summarizer-loop li a.liexternal {
  color: #4265a7;
  font-weight: normal;
}



/* -------------------*/
/* für Plugin Pagebar */
/* -------------------*/

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	/* border: 1px solid #fff;
	background: #fff; */
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

/* -------------------------- */
/* Fuer Plugin google+        */
/* -------------------------- */

.wdgpo {

  float: left;
  margin: 0;
  padding: 0 0 0 2px; 

}

