/*   
Theme Name: Topart
Theme URI: http://www.vfxdude.com/downloads/
Description: A child theme for Big Feature
Author: Roger Grimstad
Author URI: http://www.vfxdude.com
Template: bigfeature
Version: 1.0.2
*/

body {
	/*background: #f9f9f9 url(images/flowers-butterflies.gif) no-repeat center top;*/
	background: #d0d4d9 url('images/bg.jpg') no-repeat fixed center 0;
	color: #fff;
}

#container {
	/*margin-top: 140px;*/
	margin-top: 100px;
	/*border: 1px #ddd solid;*/		
	background: url('images/container-bg.png') repeat 0 0;	
	position: relative;
	/*background: #e7e7e8;*/
}

#header {
  height: 95px;
  position: relative;
  
}
#header-slogan {
  position: absolute;
  /*left: 225px;
  top: -40px;*/
  left: 215px;
  top: -50px;
}
#header-images {
  position: absolute;
  right: -50px;
  top: -110px;
}

#logo {
  position: absolute;
  top: -75px;
  left: 0;
  float: none;
}

h1,h2,h3,h4 {
	color: #fff;
}



/* Home page styles */

#home-title-news {
  position: relative;
  margin: 0 0 -15px 0;
  width: 560px;
  height: 114px;
}
#home-title-news h2 {
  background: #ac3c2a url('images/news-title-bg.jpg') repeat-x 0 0;
  width: 400px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 0;
  color: #fff;
  font-size: 1.5em;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  position: relative;
  top: 25px;
}

body.is-front #content .post {
  
}
body.is-front #content .post .postimage {
  width: 230px;
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}
body.is-front #content .post-body-with-thumb {
  float: left;
  width: 275px;
  margin-top: -12px;
}
body.is-front #content .post .post-title {
  
}
body.is-front #content .post .post-title a {
  font-size: 30px;
}
body.is-front #content .post .meta {
  
}
body.is-front #content .post .post-content {
  margin-bottom: 25px;
}
a.more-link,
a.more-link:link,
a.more-link:visited,

.post a.comment-link,
.post a.comment-link:link,
.post a.comment-link:visited {
	font-size: 14px;
	padding: 5px 5px;
	background: #b23e2b url('images/nav-bg.jpg') repeat-x 0 0;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
}
a.more-link:hover,
a.more-link:active,

.post a.comment-link:hover,
.post a.comment-link:active {
	/*background: #000;*/
	text-decoration: none;
	opacity: 0.8;
}

.postdivider {	
	clear:both;
	/*border-bottom: 2px #ddd solid;*/
	border-bottom: 2px #eee solid;
	margin:25px 0;	
}


/*	Sidebar  */
#sidebar a {
  text-decoration: underline;
}
#sidebar .widgetheading {
  border: none;
}
#sidebar .widgetheading h2 {
  /*background: #003f9e;*/
  border: none;
}

#sidebar .widget_categories ul {
  margin-top: 15px;
}
#sidebar .widget_categories ul li, 
#sidebar .widget_archive ul li, 
#sidebar .widget_links ul li {
  width: 100%;
  background: none;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
  float: none;
  display: block;
}
#sidebar .widget_categories ul li a, 
#sidebar .widget_archive ul li a, 
#sidebar .widget_links ul li a {
  text-decoration: none;
}

.post .meta {
  border: none;
  color: #fff;
}
.post .meta a {	
  color: #fff;	
}

.comment-meta a {
  color: #fff;
}
.comment-date a, .comment-date a:visited {
  color: #fff;	
}

#sidebar .ngg-widget img { border: solid 2px #fff; padding: 0; }
#sidebar .ngg-widget a:hover img { border-color: #666; }

.wp-caption p.wp-caption-text {
  color: #000;
  line-height: 1.1em;
  text-align: center;
}


