/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: C.R.O.C WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author URI: http://core-industries.com/
*/


/**********GLOBAL************/
body{
background: #5b92cd url('../../../../img/global/background.jpg') repeat;   
padding: 0px; 
margin: 0px;
}
body, p{
	font-family: helvetica, arial, sans-serif;
/*	font-size: 12px;
*/	
}

h1, h2, h3, h4, h5,{
	
}

h1{
  	font-family: arial, sans-serif;
    font-size: 18px;
	font-weight: bold;
}
a, a.active, a.hover{   
	color: #5b92cd;     
	text-decoration: underline;
}


img{
	border: none;
}

#content{
/*	border: solid 1px black;
*/	/*padding: 20px;        */         
	margin: 10px 0px 0px 0px;	
}


#temp{
	position: absolute;
	top: -7px;
	left: 590px;  
	width: 108px;
	height: 92px; 
	z-index: 10; 
	background-image: url('../../../../img/global/temp.png');
}  

#temp p{
	padding: 15px;
} 

img#short_divide{
	margin-left: -10px;
}

/***sidebar***/
#sidebar{
	width: 165px;
}
      
#sidebar p{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


#sidebar ul{
	padding: 0px 0px 0px 10px;
	list-style: none;
	margin: 0px;
}
#sidebar ul li a{
	padding: 10px 0px 0px 0px;
	
}
#logo{ 
	padding: 5px 0px 0px 0px;  
	margin-left: -3px;    
	width:165px;
}

#calculator_sidebar, #messages_sidebar{

}  

#takeaction{
	margin-left: -20px;
/*	z-index: 10;      
*/	overflow: visible;
}

/**************STRUCTURE***********/

#wrapper{
	width: 900px;
}     


#left-border{
	float: left;
	width: 51px; 
	    
	vertical-align: right;
}    

.container_12, .grid_12{
	 background: url("../../../../img/border/y_axis.png") top left repeat-y;

}  
   

.grid_12{
	*background: transparent;
	
}   
.drop_shadow{
	   background: url("../../../../img/border/bottom.png") top left no-repeat;
		margin-left:auto;
		margin-right:auto;
		width:1002px;
		height: 57px;
	
}

/****footer****/

#footer, #sitemap{
	text-align: center;
	margin: 10px;
}

#sitemap a{
	margin: 0px 10px;
}
#footer a,{
	margin: 0px 2px;
}
/**********Devistation Cal************/

#calculator table{
}
#calculator table tr{
	margin-left: 2px;
}

#calculator table tr td{
	padding: 0px;     
	border: #dee9f5;
}

#calculator table{
/*	border: solid 2px black;
*/	
}

#calculator{
	
}  

#nav_calculator a img{
	padding: 10px 45px 0px 25px;
}   

#nav_calculator a img.end{
	padding: 10px 0px 0px 25px;
}
    
#checkbox_container{
	background: #fff url('../../../../img/calculator/check_background.gif') no-repeat top left;    
	height: 270px;
	
}   

#checkbox_container p{
  	height: 50px;
line-height: 50px;    
	margin: 0px; 
/*	padding-top: 15px;
*/	padding-left: 10px; 
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
}
/**********HOME PAGE**********/
   

#bottom_container{
  	background: url('../../../../img/global/content_background.gif') repeat-y top left;
	margin-left: -10px;  
}
#wordpress{
	width: 690px;   
    margin-left: 10px;
}

.right{
	float: right;
	width: 160px;
	
}
#wp_info{
	float: right;
	width: 160px;
}

#blog{
	float: left;
	width: 514px;  
} 

#social p{
	padding: 0px;
	margin: 0px;  
	text-align: center;
} 
  
ul#newtagcloud, ul#newtagcloud li, ul#newtagcloud li a{
	color: #000;    
	list-style-image: none;     
	list-style: none;
	text-decoration: none;
}           

ul#newtagcloud{
	padding: 0px;
}
#videoplayer{
   background: url('../img/home/videoplayer.png') no-repeat top left;  
	width: 700px;
	height: 333px;
	margin-left: -5px;
    
}
   
#videoplayer table{
/*	padding: 20px 0px 0px 15px;   
*/	vertical-align: top;
}  

#videoplayer td.vid{
/*	padding-left: 27px;
*/	padding: 20px 0px 0px 27px;
	
}
 
#videoplayer td#embed{
	padding: 20px 0px 0px 15px;
}
#videoplayer td.vid p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 10px;  
	text-decoration: underline;
}   

#videoplayer td.vid p a, #videoplayer td.vid p a:active{  
	text-decoration: underline;     
	color: #000;
}

{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 10px;  
	text-decoration: underline;
}

#vid_object1, #vid_object2, #vid_object1{
	background-color: #fff;

}    


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
}


