/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider
************************************************/
#slider-container {
	overflow: hidden;
	width: 479px;
	height: 253px;
        background: url(images/iphone.jpg) no-repeat 0 0;
	padding: 23px 83px 24px 56px;
	margin-top: 0;
	margin-bottom: 0;
}
#slider {
	overflow: hidden;
	width: 482px;
	height: 220px;
	}
#slider .content post, #slider .post, #slider #content .post, #slider .content .post, .slider .content .post{
	padding: 1px 5px 5px;
	height: 220px;
}
#slider .thumbnail{
	margin: 4px 10px 5px 5px;
	background-color: #fff;
	width: auto;
	height: 125px;
	overflow: hidden;
}
.feature {
	overflow: hidden;
	width: 470px;
	height: 220px;
	color: #ccc;
	border: none !important;
	background: none ! important;
	line-height: 1.5em;
	}
#slider-container a {
	color: #ddd;
	font-weight: normal;
}
#slider-container a:hover {
	color: #3a90fc;
	font-weight: bold;
}
#slider-container h3, #slider-container h3 a {
	margin: 0 0 5px;
		color: #e8cc34;
	white-space: pre;
	overflow: hidden;
	font: bold 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.feature img {

	margin-right: 15px;
	
	float: left;
	padding: 6px;
	border: 2px solid #7c0909;
}
#slider .feature .entry-title {
	font-size: 21px;
	margin-top: 10px;
}
#slider .feature .entry-title a {
	color: #eee;
	line-height: 1.1em;
}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.more-link, .more-link a {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	margin-top: 1px;
	margin-right: 25px;
	color: #e8cc34 ! important;
}

* {
	
}
.more-link:hover, .more-link a:hover {
	color: #3a90fc ! important;
}

/* Slider controls */
.slider-controls {
	width: 94px;
	height: 30px;
	margin: 0 auto;
	padding: 0 12px;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 30px;
	height: 30px;
	background: #7c0909 url(images/slider-prev.gif) no-repeat 0 0;
}
.slider-controls .slider-prev:hover {
	background: #7c0909 url(images/slider-prev.gif) no-repeat left -30px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 30px;
	height: 30px;
	background: #7c0909 url(images/pause.gif) no-repeat center 0;
	margin-left: 2px;
}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #7c0909 url(images/pause.gif) no-repeat center -30px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 30px;
	height: 30px;
	background: #7c0909 url(images/slider-next.gif) no-repeat right 0;
	margin-left: 2px;
}
.slider-controls .slider-next:hover {
	background: #7c0909 url(images/slider-next.gif) no-repeat right -30px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #fff;
}
.content .entry-title a, #content .entry-title a {
	color: #fff;
	}
.byline {
	margin-bottom: 3px;
	color: #a9a9a9;
}
.content .byline a, #content .byline a {
	color: #e8cc34;
}
.content .byline a:hover, #content .byline a:hover {
	color: #3a90fc;
}
.post {
	
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	font-size: 1.8em;
	font-weight: bold;
	overflow: visible;
	margin-bottom: 0;
}
.morecatlink {
	float: right;
	
	padding: 2px 4px 5px 10px;
	margin-right: 2px;
}
.morecatlink a{
	color: #1b1b1b;
	float: right;
	text-align: center;
	line-height: 17px;
	padding-top: 4px;
}
.morecatlink a:hover{
	color: #fffeff;
	text-decoration: underline;
}
#headlines .section-title {
	font-size: 1.8em;
	overflow: visible;

	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #1c5090;
	height: 30px;
	line-height: 1.5em;
	border-bottom: 2px dotted #424242;
	width: 60%;
}
#headlines {
	overflow: hidden;
	background: url(images/notebookbg.gif) 0 0;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #424242;
	border-left: 1px solid #424242;
}
#headlines h3, #headlines h3 a {
	color: #120077;
}

#headlines .odd {
	float: left;
	overflow: hidden;
	width: 290px;
	clear: both;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	padding-right: 14px;
	padding-left: 1px;
}
#headlines .even {
	float: right;
	overflow: hidden;
	width: 290px;
	clear: none;
		border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	padding-right: 1px;
	padding-left: 14px;
}
.headtitle {
	margin-bottom: 0;
	width: 200px;
	white-space: pre;
}
#headlines ul { 
	margin-left: 0px;
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 4px;
	}
#headlines ul li {
	margin-left: 0px;
	padding: 2px 5px 10px 0px;
}
#headlines ul li a {
	color: #424242;
	font: 1.3em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#headlines .headbyline, .headbyline p {
	color: #424242;
	margin: 0;
	font-size: 0.8em;
	padding: 0;
	font-style: italic;
	line-height: 1.2em;
}
#headlines .headbyline a, .headbyline a {
	color: #7c0909;
}

#content .post, .content .post {
	clear: both;
	background-color: #1b1b1b;
	padding: 5px;
	border: 1px solid #e8cc34;
	overflow: hidden;
	height: 110px;
	color: #fffeff;
	}
#content .post p, .content .post p {
	margin-bottom: 0;
}
.wp-pagenavi, .navigation-links {
	display: none;
	}
/* Thumbnail */
.thumbnail {
	float: left;
	width: 60px;
	height: 60px;
	padding: 2px;
	background: #fff;
	border: 1px solid #7c0909;
	margin: 0 5px;
}
#utility-after-content{
	width: 608px;
	height: auto;
	margin: 15px 0 0;
	padding: 5px;
	float: left;
	clear: none;
	background-color: #7c0909;
	border: 1px solid #fffeff;
	display: block !important;
}
#utility-after-content object, utlity-after-content p {
	margin: 5px 0 0;
	border: 1px solid #e8cc34;
	padding-bottom: 0;
	height: 530px;
}
.fbook {  
	display: block !important;  
	width: 604px;  
	height: 540px;  
	background: transparent;  
	margin: 0 auto 10px;  
	overflow: hidden;
	border: 2px solid #7c0909;
}  
