/*
Theme Name:     Netweight
Theme URI:      http://netweight.org/
Description:    Child theme for the Twenty Eleven theme 
Author:         Kellie
Template:       twentyeleven
Version:        0.1.0
*/

.assistive-text, .skip-link {
	display:none;
}

body, header, div, html, nav {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #222;
}

#branding {
	background: #c6c4da url('images/fractal_art400.jpg') no-repeat 100%;
	/*min-height: 400px;*/
	padding: 20px 50px;
}

#main {
	background: #fcfcfc;
	padding: 0 50px;
}

#access {
	background: #252241;
	overflow: hidden;
}

#nav-above {
	display: none;
}

h1#site-title a {
	color: #74718c;
	font-size: 60px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
}

h2#site {
	color: #252241;
}

ul.menu {
	height: 15px;
}
.menu li {
	list-style: none;
	float:left;
	margin-right: 20px;
}

.menu li a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

.main-info {
	/*
	border: 1px solid #252241;
	overflow: hidden;
	padding: 25px;
	width: 250px;
	border-radius: 8px;
	background: #ddd;
	*/
	font-family: 'Maven Pro';
	font-weight: bold;
	font-size: 25px;
	color: #74718c;
}

.main-info li {
	list-style: none;
	margin: 10px 0;
}

#content {
	width: 70%;
	float: left;
	margin-right: 20px;
}

.post {
	padding: 20px;
	border: 1px solid #74718c;
	border-radius: 8px;
	margin: 20px 0;
	background: #fff;
}

.entry-title a {
	font-family: 'Maven Pro';
	color: #252241;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6em;
}

#secondary {
	float: right;
	width: 20%;
}

.widget {
padding: 5px;
border: 1px solid #ddd;
margin: 20px 0;
border-radius: 8px;
background: #fff;
}

.widget-title {
margin: 0;
font-family: 'Maven Pro';
	font-weight: bold;
	font-size: 20px;
	color: #74718c;
}

.widget li {
	list-style: square;
}

.widget a {
	text-decoration: none;
	color: #252241;
}

h1, h2, h3 {
	color:#252241;
}

.copy {
	background: #252241;
	text-align: center;
	color: #c6c4da;
	font-size: .8em;
}

.frm_forms input[type='text'], .frm_full textarea {
	border: 1px solid #ddd;
	padding: .5em;
	width: 80% !important;
}

/*
* Tag cloud
* must be a better way to do this
*/
.tag-link-5 {
	font-size: 1.5em;
}
.tag-link-6 {
	font-size: 1.6em;
}
.tag-link-7 {
	font-size: 1.7em;
}
.tag-link-8 {
	font-size: 1.8em;
}
.tag-link-9 {
	font-size: 1.9em;
}
.tag-link-10 {
	font-size: 1.10em;
}


@media only screen and (max-width: 966px) {
  /* rules that only apply for canvases narrower than 768px */
  #branding {
  	background: #c6c4da;
  	min-height: 0;
  }

  #content {
  	width: 100%;
  	float: none;
  }

  #secondary {
  	width: 100%;
  	float: none;
  }

  .main-info {
  	display: none;
  }
}

