/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://www.puckjunk.com
Description:    Child theme for the Twenty Eleven theme 
Author:         Sal
Author URI:     http://www.puckjunk.com
Template:       twentyeleven
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");

body {margin-top: 0px;
		background-color:black;}


.entry-title a:hover {color:#2da7f8;}


a:hover {color:#2da7f8;}

/* Changes hover color of  */

.entry-title a:hover {
    color: 2da7f8;
}


/* This adds border and rounded corners to top image area */
#branding {border-top:1px solid black;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;}

/* Change size of heading image */
#branding img {
	height: 150px;
	overflow: hidden;
	margin-bottom: -7px;
	width: 100%;
	background-image:url ("/images/elements/masthead_1200x150.jpg");
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	
}

#page {margin-top:10px;
	min-width: 1200px;
	border-left: 1px solid black;
	border-bottom:1px solid black;
	box-shadow: 10px 10px 20px #000;
	border-radius:50px;
	background-color:#fff;
	padding: 0px;
	margin-bottom: 30px;
}


/* Style for Article/Content Area on Index page */
#content {background-color: #fff;
	width:600px;
	padding-left:29px;
	padding-right:29px;
	float:left;
	position:static;
	margin-left:0px;
	margin-right:0px;
	margin-top:-30px;
	margin-bottom:0px;
	webkit-border-left:1px dashed red;
	webkit-border-right:1px dashed red;
	border-left:1px dashed red;
	border-right:1px dashed red;
}

/* Style for Advertisement area */
#ads {background-color: transparent;
	width:180px;
	padding-left:30px;
	padding-right:20px;
	height:1200px;
	float:left;
	position:static;
	text-align:center;
}

/* Style for Content Container */
#primary {background-color:transparent;
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
		margin-right:0px;
		width:1200px;}

/* Style for Main (right) Sidebar */
#secondary {background-color:transparent;
	float:right;
	margin-left:0px;
	margin-right:0px;
	width:250px;
	padding-right:30px;
	padding-left:20px;
;}

/* Change the size of the Menu Links */
#access {
	float: left;	
	padding-left:110px;
	width:1090px;
	}






/* Change the styling of Footer text */
#site-generator {text-align:left;
				line-height: normal;
				background-color: #fff;
				padding-left: 250px;
				border-top: 1px dashed red;
				border-bottom: 1px solid black;
				border-left: 1px solid black;
				border-right: 1px solid black;
				border-bottom-left-radius: 50px;
				border-bottom-right-radius: 50px;
	}

/* Remove whitespace below <-- Previous and Next --> Links */
#nav-single {background-color:transparent;
			height:5px;
			padding-bottom:0px;
			margin-bottom:0px;}
			
.entry-header {background-color:transparent;
				padding-top:0px;
				margin-top:0px;}			
				
.entry-title {margin-top:0px;
				margin-bottom:0px;
				padding-top:0px;
				padding-bottom:0px;
	border:0px solid black;}		
	
.page-title {border: 0px solid red;
			margin-bottom:0px;}			


.wrapperbox {
	border: 0px;
	border-style: dashed;
	border-color: #cccccc;
	width: 120px;
	height: 190px;
	background-color: white;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 12px;
	text-decoration: none;
	line-height:1.25em;
	}


img {
background: white;
border: none;
padding: 0px;
}










