/*
 * Theme Name: Fight the Future
 * Theme URI: http://fighthtefuture.org
 * Version: 2.0
 * Author: Sumit Khanna
 * Author URI: http://penguindreams.org
 * License: Custon/Properitery 
 * */

body {
  background-color: #033;
  margin:0;
}


blockquote {
   margin: 40px 30px 40px 40px;
   padding-left: 20px;
   border-left: 5px solid #ddd;
}

/* NAV List */

ul#navlist {
  margin-left: 50px;
  padding-left: 0;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

#navlist li {
  display: inline;
  list-style-type: none;
}

#navlist a { 
  padding: 3px 10px; 
  font-weight: bold;
}

#navlist a:link, #navlist a:visited , div.navigation a:link, div.navigation a:visited {
  color: yellow;
  text-decoration: none;
}

#navlist a:hover , li.current_page_item a , div.navigation a:hover {
  color: black !important;
  background-color: yellow;
  text-decoration: nonoe;
}

.navigation {
  margin-left: 80px;
  margin-right: 60px;
  margin-top: 20px;
  border: 2px dashed #1F3E16;
  height: 2em;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: black; 
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  color: yellow;
}

.navsingle {
  margin-left: 70px !important;
  margin-right: 70px !important;
}


/* End Nav */


#title {
	float: left;
}

#heading {
	background-image: url("images/top_right_city.jpg");
	background-repeat: no-repeat;
	background-position: right;
	min-width: 1100px;
	width: 100%;
	height: 428px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -2;
}

#menubar {
	height: 24px;
	top:125px;
	background-image: url("images/asphalt.png");
	width: 100%;
	position: absolute;
	left:0;
	padding-top: 3px;
}

#sidebar {
	float:right;
	margin-right: 40px;
	margin-top: 25px;
	height: 490px;
	width:212px;
	background-image: url("images/menu.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:20px;
	text-align: left;
	color: white;
}

#sidebar li ,#sidebar ul, #comment li, ul.commentlist  {
  list-style-type: none;
  padding-left:0px;
  font-weight: bold;
  margin:0px;
}

.wp_dTreewp_dtree_Node, #searchform {
  padding-left: 25px;
}

.widgettitle {
  text-align:center;
}

#contentArea {
  margin-right:325px;
  text-align: center;
}

.pagetitle {
  margin-left: 65px;
  color: white;
}

.content {
   text-align: left;
	margin-left: 50px;
	margin-right:30px;
	margin-top: 25px;
	background-image: url("images/content_back.png");
	padding: 25px;
	color: white;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.contentIn {
   background-image: url("images/ftf_back.gif");
   background-repeat: no-repeat;
   background-position: center center;
}

.wide {
   margin-left: 25px !important;
   margin-right: 25px !important;

}

div.content a:link, #commentContent a:link {
  color: yellow;
}

div.content a:visited, #commentContent a:visited {
  color: #C5A709;
}

div.content a:hover , #commentContent a:hover {
  background-color: black;
  color:yellow;
}

#bodyArea {
   position: absolute;
   top: 175px;
   margin: auto;
   min-width: 1100px;	
   height: 100%;
   width: 99%;
}  

#bottomBuilding
{
  position: fixed;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("images/bottom_right_buildings.gif");
  height:126px;
  width:146px;
  z-index:-1;
}

#footer {
  height: 100px;
}


/* Start comments styles */

#commentlist {
  list-style-type: none;
  padding: 0;
}

#commentlist li {
  padding: 15px;
  margin: 25px 15px 25px 15px;
  border: 2px dashed #1F3E16;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color:gray;
}

#commentform, #respond {
  margin: 25px 15px 25px 15px;
}

#commentContent {
  color: white;
  text-align: left;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 20px;
  padding: 15px;
  border: 1px dashed yellow;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: url("images/comment_back.png");
}

/* end comments stuff */

/* Standard for Visual Editor */

/* http://codex.wordpress.org/CSS */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.alignright {
   float: right;
   margin-left: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
}


.wp-caption {
   /*border: 1px solid #ddd;*/
   text-align: center;
   /* background-color: #f3f3f3;*/
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: x-small;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* End Visual Editor */

