﻿/*
Theme Name: Collateral Damage 
Theme URI: http://www.collateralds.com
Description: An template focusing on displaying news articles in clear concise format
Author: Jacob Tan
Author URI: http://www.moeside.net/weblog
Version: 1.0
.
General comments/License Statement if any.
.
*/

/* Browser Reset */
*{padding:0;margin:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 10px;
	}
	
ul, ol {
	margin: 0 0 10px 10px;
	}
	
li {
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-position: inside;
	margin-bottom: 3px;
	}
	
img {
	border: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
	
h3, h4 {
	margin: 15px 0 2px 0;
	}
	
h4, h5, h6 {
	font-weight: bold;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: 
	}
	
a:hover, a:active, a:focus {
	text-decoration: underline;
	outline: none;
	}

/* End Browser Reset */

* {margin:0;padding:0;}

body {
background-color: #faf9f5;
color: #3d3d3d;
font-size:62.5%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* font-family: Georgia, "Times New Roman", Times, serif; */
}

/* BLUEPRINT CSS TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
/* /BLUEPRINT CSS TYPOGRAPHY */

#header {
	width: 950px;
	height: 200px;
	background-repeat: no-repeat;
}


h1#header {
margin-bottom: 20px;
}

#main-nav {
	list-style: none;	
}

#main-nav li {
	float: left;
	text-transform:capitalize;
	font-weight: bold;
	font-size: 2.0em;	
}

#main-nav li a {
	color: #333;
	background: #eee;
	display: block;
	padding: 12px 0 11px;
	text-decoration: none;
	text-align: center;
	width: 150px;
	border: 0;
}

#main-nav li a:hover {
	background: #333;
	color: #eee;
}

#content {
	width: 600px;
	float: left;
}

#content, #sidebar {
	margin-top: 30px;
}

.breaking, .recent, .breaking_content{
border-bottom: 1px solid #EFEFEF;
margin-bottom: 35px;
}

.breaking_content {
	padding: 20px 10px 10px 10px;
}

.postimg {
	width: 200px;
	height: 200px;
	background-color: #ccc;
	margin-bottom: 10px;
	/* Border-radius not implemented yet */  
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px;
	/* Drop shadow not implemented yet */
	-webkit-box-shadow: 3px 3px 3px #ccc;
}

.postimg-rand {
	width: 200px;
	height: 200px;
	/* Border-radius not implemented yet */  
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px;
	/* Drop shadow not implemented yet */
	-webkit-box-shadow: 3px 3px 3px #ccc;
}

.postimg-s {
width: 50px;
height: 50px;
padding-bottom: 10px;
}

.shoutout {
	float: left;
	width: 200px;
	margin: 10px;
}

.shoutout p {
	font-size: 1.2em;
	text-align: center;
}

.single_content {
	width: 960px;
	float: left;
	padding: 10px;
}

.breaking h2, .breaking_content h2 {
font-size: 3.6em;
line-height: 1.2em;

}

    .breaking h2 a, .recent h3 a, .breaking_content h2 a, breaking_title h2 a {
    text-decoration: none;
    color: #333;
    /*font-size: 3.6em;*/
    font-weight: bold;
    margin-bottom: 30px;
   /* line-height: 40px; */
    }

    .breaking h2 a:hover, .recent h3 a:hover, .breaking_content h2 a:hover, .breaking_title h2 a:hover {
    text-decoration: underline;
    }

.breaking_title {
float: left; 
width: 360px;
display: block;
}

.readmore {
	float: right;
	font-size: 1.8em;
	color: #575757;
}

.readmore a:link {
	color: #575757;
	text-decoration: none;
}

.readmore a:hover {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
	
p.datetime {
font-style: italic;
font-size: 0.9em;
}

p {
	font-size: 1.4em;
	color: #575757;

}

img.continue {
	float: right;
}

/* POST META */
.postmeta {
margin: 10px;
padding: 4px;
clear: both;
}

.postmeta_single {
	margin: 4px;
	font-style: italic;
}

    .postmeta p {
    margin: 0;
    padding-left: 6px;
    font-size: 1.0em;
    }
    
    .postmeta_single p {
    	font-size: 1.2em;
    }

    .postmeta span.comm {
    font-weight: normal;
    }
    
    .postmeta a, .postmeta_single a {
    color: #000;
    }

    .postmeta a:link, .postmeta a:visited, .postmeta_single a:link, .postmeta_single a:visited {
    color: #b55a48;
    text-decoration: none;
    }

    .postmeta a:hover, .postmeta a:active, .postmeta_single a:hover, .postmeta_single a:active {
    text-decoration: underline;
    }

#sidebar {
width: 300px;
margin-left: 620px;
}

/* Random Posts */
.random_posts {
	width: 900px;
	float: left;	
}

.random_single_post {
	width: 450px;
	float: left;
	}
	
.random_title {
	float: left; 
	width: 220px;
}

	.random_title h4 {
	font-size: 1.6em;
	margin-bottom: 30px;
	}
	
.clear {
	clear: both;
}

/* End Random Posts */

/* Comments Style */
.authorcomment {
	background: #EFEFEF;
}


.comment-author {
	font-size: 1.5em;
}

.comment-id {
	float: right;
}

.comment_custom {
	padding: 10px;
	font-size: 1.2em;
	border-bottom: solid 1px #EFEFEF;
	margin-bottom: 15px;	
}

.comment_custom a {
	color: #b55a48;	
}

h3 { /* For Title of post under comments */
	font-size: 3em;
	font-weight: bold;
}

.comment-meta {
	text-align: right;
}

.comment_mod {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}


/* End Comments Style */

/* Start Footer */

#footer {
	clear: both;
}

#footer div {
	float: left;
	width: 200px;
	margin: 0 10px;
	background: #EFEFEF;
	padding: 5px 10px;
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px;	
}

#footer p {
	padding: 0 1.0em 0; 
}

#footer h3 {
	color: #333;
}

#footer a {
	color: #b55a48;
	font-size: 1.4em;
}

#footer ul {
	list-style: none;
	
}

.clearfix{  
	display: block;  
	clear: both;  
	width: 1px;  
}  

/* End Footer */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#slider_container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:900px;
		/* background:#fff;		*/
		}	
		/*
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	*/
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:200px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:900px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#logo {
		margin-bottom: -200px;	
	}
	
/* // Easy Slider */

/* Start Sidebar */

#sidebar h2 {
	font-size: 2.5em;
	font-weight: bold;
	color: #333;
}

#sidebar a, li, p {
	font-size: 1.2em;
}

#sidebar li {
	text-decoration: none;
	list-style: none;
	padding: 2px;
}

#sidebar li a:link {
	color: #027ab4;
}

#sidebar li a:visited {
	color: #d3d3d3;
}


/* End Starbar */

/* Start Page Navigation */

.navi {
	width: 600px;
	font-size: 1.4em;
	margin-top: -30px;
}


.navi_left {
	float: right;
	text-align: right;
	padding: 10px;
}

.navi_left a:link {
	color: #fff;
}

.navi_right {
	float: left;
	text-align: left;
	padding: 10px;	
}

/* End Page Navigation */

/* Comments */

input, textarea {  
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 200px;  
    background: #FFFFFF url('bg_form.png') left top repeat-x;  
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    }  
  
textarea {  
    width: 960px;  
    max-width: 100%;  
    height: 150px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {  
    border-color: #C9C9C9;  
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
    }  
  
.form label {  
    margin-left: 10px;  
    color: #999999;  
    }  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    }  


/* End Comments Styling */
