/*
Theme Name: jaggededge
Theme URI: http://axistheme.com/
Description: Simple Responsive WordPress Theme.
Author: AxisTheme
Author URI: http://www.axisthemes.com/
Version: 1.0
*/
body {
    background-color: #000000;
    color: #cecece;
    font-family: "Lucida Sans Unicode","Lucida Grande",Tahoma,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.8em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
p{
	color: #cecece;}
a:link, a:visited, a:active {
    color: #fcfcfc;
    font-family: "Nothing You Could Do","sans-serif";
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
a:hover{
	color:#FF0000;}
ul li{
	list-style-type:none;
	text-align:left;}
input, textarea{
color: #000;}
/* #Wordpress Style
================================================== */
.alignleft, img.alignleft { float:left; margin: 5px 20px 20px 0px; }
.alignright, img.alignright { float:right; margin: 5px 0px 20px 20px; }
.aligncenter, img.aligncenter { display:block; margin: 5px auto; }
.alignnone, img.alignnone { margin: 5px 20px 20px 0; }
.wp-caption { text-align: center; padding: 8px 3px 5px;
 border-width: 1px; border-style: solid; background: #ffffff; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; max-width: 98.5%; width: auto; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.sticky{}
.bypostauthor{}
/**Header**/
.header{
	background:url(images/headerbg.jpg) no-repeat top;
	min-height:130px;
}
.navbar-default {
    background:none !important;
	background-image:none !important;
    border: none;
	box-shadow:none;
	padding-top:60px;
	z-index:100;
}
.navbar{
	margin-bottom:0;}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-family: "Architects Daughter","sans-serif";
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#FF0000;}
.navbar-toggle{
	float:left;
	margin-top: -20px;}
/**Banner***/
.banner img{
	margin-top:-120px;
	position:relative;
	z-index:99;
}
/***Content***/
.content{
	background:#111111;
	overflow:hidden;
	padding:40px 0;}

.content figure{
	margin:15px 0;}
.special-link{
	text-align:center;
	display:block;}
.title{
    color: #ffffff;
    font-family: "Nothing You Could Do","sans-serif";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 6px;
    padding-bottom: 5px;
	text-align:center;
}
.content-page{
	background:#111111;
	overflow:hidden;}
.page-content{
	padding:50px 15px;}
.page-title{
    background-image: url("images/backingh3.png");
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: "Cabin Sketch","sans-serif";
    font-style: normal;
    font-weight: normal;
    padding-left: 5px;
	font-size:20px;
}
.blank{
	padding:30px 0;
	background-color: #151615;
	margin:50px 0;
	text-align:center;}
.blank ul li{
	list-style-type:square;
	text-align:left;}
.red-bold{
	color:#FF0000;
	font-weight:bold;}
.nimble-portfolio-template-rect-1 .nimble-portfolio-filter ul li a:active, .nimble-portfolio-filter ul li.current a{
	color:#FF0000;}
.nimble-portfolio-filter ul li a{
	color:#333;
	font-weight:bold;
	}
/***sidebar***/
.sidebar{
	background:url(images/Chand.jpg) no-repeat center top;
	padding:70px 15px 0;
}
.sidebar p{
	background:#151615;
	padding:20px 5px;
	width:100%;}
.sidebar p img{
	display:inline-block;}

	
/***footer***/
.footer{
	background:#111111;
	text-align:center;
	padding:20px 0;
	}
/****Media Queries****/
@media (max-width:768px){
	.banner img{
		margin-top:-87px;
	}
}
@media (max-width:480px){
	.banner img{
		margin-top:-48px;
	}
}