/*
Theme Name: movieposter
Author: Esther Nowack
Theme URI: http://www.cinematic.de
*/


/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
  background: #000 url(images/transition.gif) top left repeat-x;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	color: #2f2f2f;
}
a:active, a:focus {
 outline: none;
}
#wrapper {
    background: #fff url(images/back-cont3.gif) top left repeat-y;
  position: absolute;
  width: 900px;
  left: 50%;
  top: 80px;
  margin-left: -450px;
  padding:0;
}
/* header */
#header {
position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
  background: #000 url(images/back.gif) bottom left repeat-x;
  }
#header h1 {
  position: absolute;
  font-size: 1.7em;
  color: #990000;
  left:50%;
  margin-left:-430px;
  margin-top: .3em;
  width: 430px;
  height: 50px;
  padding-left: 65px;
  padding-top: .5em;
  background: url(images/headerback.gif) top left no-repeat;
}
#header #search {
text-align: right;
  position: absolute;
  font-size: 1.2em;
  color: #990000;
  left:50%;
  top: 1.5em;
  margin-right:-430px;
  width: 430px;
}
#header h1 a {
  font-size: 1.3em;
  color: #e7be5d;
  text-decoration: none;
}

#header h1 a:hover {
  color: #990000;
  text-decoration:none;
}
#search {
text-align: right;
  position: absolute;
  font-size: 1.2em;
  color: #990000;
  left:50%;
  margin-right:-430px;
  width: 430px;
}
#searchform input {
border: 1px solid #990000;
background: #f4f4f4;
color: #2f2f2f;
}
#searchform #searchsubmit {
background: #990000;
color: #e7be5d;
}
/* end header */

#container { 
background: #fff url(images/back-cont3.gif) top left repeat-y;
position: absolute;
 left:50%;
 /*top: 113px;*/
  margin-left:-450px;
  width: 900px;
}
#main {
float: left;
    background: #fff url(images/back-cont3.gif) top left repeat-y;
width: 900px;
}
#content {
	width: 515px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
min-height: 600px;
}
#sidebar {
	width: 250px;
	float: right;
	margin: 10px 5px 0 0;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
        overflow: hidden;
}

#footer p  {
  text-align: center;
	font-size: 1em;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 800px;
	margin-left: 50px;
	line-height: 2;
}
#footer p span {
       text-align: right;
}


/*some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
width: 515px;
	padding: 5px 10px 5px 20px;
	font-size: 1.2em;
	line-height: 1.5;
	
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
  padding: 1.2em;
  margin-bottom: 1em;
}




/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
  position: relative;
  top: 0;
  left: 50%;
  margin: 10px 0; 
  height: 23px;
  margin-left: -450px;
  }
#menu ul {
  
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 15px 0 0;
	border-right: 1px solid #666;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  font-size: 1.2em;
  color: #004D99;
  font-weight: bold;
  text-decoration: none;
  padding-right: 20px;
}
#menu ul li a:hover {
  color: #666;
  text-decoration: underline;
}
#menu li.page_item.current_page_item a,
#menu li.page_item.current_page_item a:visited {
  color: #666666;
  border: none;
  }

#subnav {
padding-right: 3em;
}
#subnav li {
font-size: 1.2em;
padding-left: 8px;
padding-right: 10px;
background: url(images/arrow2_e.gif) center left no-repeat;
list-style: none;
display: inline;
}
#subnav li a:hover {
color: #666;
}
/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.5em;
}
#sidebar h2 {
	font-size: 1.3em;
	background: #990000;
	border: 1px solid #e7be5d;
	width: 80%;
	padding: .2em;
	color: #e7be5d;
	}
.post h2 {
	font-size: 1.3em;
	margin: 0;
	}
.post h3 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #666;
}
h2.pagetitle {
  padding: 1em 1.5em;
  font-size: 1.2em;
}
/*style the post date*/
.entry-date {
line-height: 1;
	height: 50px;
	width: 50px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #666;
	color: #666;
}
.entry-month {
line-height: 1;
	font-size: 13px;
	width: 50px;
	text-align: center;
	
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 13px;
	text-align: center;
	
	width: 50px;
	margin: 4px 0 0 0;
	font-weight: bold;
	
}

/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#content h2 a, content h2 a:visited {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover {
   color: #2f2f2f;
	text-decoration: none;
}

/*style sidebar links*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	font-size: 1.2em;
	width: 80%;
}
#sidebar li a:hover {
color:#990000;
background: #fff;
}
#sidebar ul ul {
  margin-left: 10px;
  list-style:url(images/bullet.gif);
 }
#sidebar ul ul ul {
  list-style:url(images/bullet.gif);
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar ul li h2 {
  margin: .5em 0;
}
ul li a, 
ul li a:link, ul li a:visited, li ul li a, li ul li a:visited,
li.categories a, li.categories a:visited,
li.linkcat a, li.linkcat a:visited, li.page_item a, li.page_item a:visited {
color: #333;
font-weight: bold;
text-decoration: none;
}
ul li.page_item.current_page_item a {
color: #990000;
text-decoration: none;
border-bottom: 0px solid #ddd;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost  {
  text-align: center;
	font-size: .9em;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}


/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: normal 1.2em Georgia, "Times New Roman", Times, serif;
}



/*time to fancy up the commenting form and stuff*/
#respond {
 margin-left: 20px;
}
#respond p {
	font-size: .9em;
}
#commentform input {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
}
#commentform textarea {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

a img, a:link img, a:visited img {
  border: 2px solid #666;
}
a:hover img {
  border: 2px solid #990000;
}
#footer a img, a:link img, a:visited img {
  border: none;
}
#footer a:hover img {
  border: none;
}
a, a:link, a:visited {
 text-decoration: underline;
 color: #666;
 font-weight: bold;
}
a:hover {
 text-decoration: underline;
 color: #990000;
 font-weight: bold;
}
.postmetadata {
	text-align: center;
	}

input.addtocart {
  border: 1px solid #666;
background: #f4f4f4;
color: #2f2f2f;

}

div.breadcrumb a, div.breadcrumb a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
div.breadcrumb a:hover {
	color: #666;
	text-decoration: none;
}

.ngg-albumtitle a, .ngg-albumtitle a:visited {
	color: #990000;
	font-size: 1em;
	text-decoration: none;
}
.ngg-albumtitle a:hover {
	color: #666;
	text-decoration: underline !important;
}
li.widget_links ul li {
	list-style: url(images/outlink.gif);
}
li.widget_links ul.bookmarks {
	margin-left:0 !important;
	padding-left: 0 !important;
}
li.widget_links ul.bookmarks li {
	list-style: none;
	padding-left: 20px;
	margin-left: 0px !important;
	}

.adsense-post {
	background: #fbfbfb;
	float: left;
	width: 520px;
	margin: 0px 0px 10px 30px;
	padding: 0px;
	}
.adsense-sidebar {
	background: #f8f8f8;
	width: 205px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
		}

/* Nexgen Gallery */

	.ngg-gallery-thumbnail-box {
		width:120px;
		height: 120px;
		text-align: center !important;
	}
	.ngg-gallery-thumbnail a {
		width: 120px;
		display: block;
                text-align: center !important;
	}
.ngg-gallery-thumbnail img {
background-color:#d4d4d4 !important;
border:1px solid #A9A9A9;
display:block;
margin:4px auto !important;
padding:4px;
position:relative;}
.ngg-gallery-thumbnail img:hover {
background:#a9a9a9 !important;}
	.ngg-navigation {
		padding-bottom: 15px;
	}
		
	.slideshowlink {
		margin-bottom: 10px;
	}
	.ngg-imagebrowser-desc {
	clear: both;
	padding: 5px 50px;
	text-align: center;
		}
	.carousel p.label {
	display: none;
	}
	.myGallery {
		margin-bottom: 10px;
	}
.ngg-widget a {
	display: inline !important;
	background: #fff !important;
	padding: 0px !important;
	border-top: 0px !important;
}
.ngg-imagebrowser img {
	width: auto !important;
	margin: 0 auto !important;
}
.ngg-imagebrowser-nav {
	width: 500px !important;
	margin: 0 auto !important;
}
li#slideshow object {
	margin-top: 5px;
}
div.ngg-album {
	background: #f8f8f8;
}
/* greetings cards */
.wp-greet-form form {
  margin-top: 20px;
}
tr.wp-greet-form  {
  border-spacing: 5px !important;
}
td.wp-greet-form input, td.wp-greet-form textarea {
  border: 1px solid #ccc;
  margin-right: 5px;
}
