/*
Theme Name: newTangled
Theme URI: http://newtangled.com
Description: Main website matching theme
Version: 1.0
Author: Chris Bennett
Author URI: http://newtangled.com/
*/

/*Global style to reset brouser*/
*
{
  padding: 0;
  margin: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6F6F6F;
	
  /*font-size:   13px;
  line-height: 18px;*/
  /*margin:      20px;*/
}
#header
{
  margin-bottom: 20px;
}
 
#headerimg
{
  font-size: 1.2em;
  /*height: 5.5em;*/
  
  color: #F3FB43;
  text-align: right;
  padding-left: 7.5%;
  padding-right: 7.5%;
  background: rgb(116,152,168) URL(images/croppedpointbreak1.jpg) no-repeat fixed top center;
}
 
#header a
{
  text-decoration: none;
  text-align: right;
  color: #F3FB43;
}
 
#header h1
{
  font-size: 3em;
}

#sidebar ul
{
	padding: 5px 5px 5px 5px;
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-image: url(images/listitem.png);
  list-style-type: circle;
  margin-left: 20px;

}

/*Reset margin for sub sub lists*/
#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar
{
	background-color: rgb(76, 147, 167);
  color: #FFFFFF;
  border: 1px solid #F3FB43;
}

#sidebar a
{
  text-decoration: none;
  color:  #F3FB43;
}
 
#sidebar li a:link {color: #F3FB43;background-color: rgb(76, 147, 167);}
#sidebar li a:visited {color: #F3FB43;background-color: rgb(76, 147, 167);}
#sidebar li a:hover {color: #F3FB43; background-color: rgb(114, 167, 185);}

#searchform
{
	padding: 5px 5px 5px 5px;
  text-align: center;
}
 
/*Describes search box and button*/
#searchform input
{
	
  border: 1px solid #F3FB43;
  background-color: rgb(114, 167, 185);
}
 
#searchform #s
{
  width: 50%;
  background-color: white;
}

#sidebar ul h2
{
  background-color: rgb(76, 147, 167);
  border-bottom: 1px solid #F3FB43;
  border-top: 1px solid #F3FB43;
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px;
  margin-bottom: 5px;
}



#wrapper
{
	font-size:   12px;
  	line-height: 17px;
  width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
}

#content
{
  width: 70%;
  float: left;
}

#sidebar
{
  width: 28%;
  margin-left: 70%;
}


#navbar2 {
	position: absolute;
	width: 100%;
	height: 30px;
	margin: 0; 
	/*margin-top: 5.5em; */
	border-top: solid rgb(76, 147, 167) 1px;
	border-bottom: solid rgb(76, 147, 167) 1px;
	border-left: solid rgb(76, 147, 167) 1px;
	border-right: solid rgb(76, 147, 167) 1px;
	background-color: rgb(76, 147, 167);
}
#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F3FB43;
	line-height: 30px;
	white-space: nowrap;
}
#navbar2 li {
	list-style-type: none;
	display: inline;
}
#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #F3FB43;
}
#navbar2 li a:link {color: #F3FB43;background-color: rgb(76, 147, 167);}
#navbar2 li a:visited {color: #F3FB43;background-color: rgb(76, 147, 167);}
#navbar2 li a:hover {color: #F3FB43; background-color: rgb(114, 167, 185);}

#footer
{
  clear: both;  /*Not allow elements either side of footer*/
  background-color: rgb(116,152,168);
  padding: 20px 20px 20px 7.5%;
  font-size: x-small;
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
  margin-top: 2em;
  height: 3em;
  color: white;
}

.post
{
  margin-bottom: 25px;
  color: #6F6F6F;
  padding-left: 5px;
  font-size: 1.1em;
}
 

h2
{
  font-size: 1.6em;
  /*border-bottom: 1px solid #6F6F6F;*/
}
 
h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #6F6F6F;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}
 
.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}
 
.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid rgb(76, 147, 167);
}
 
.postmetadata a
{
  color: rgb(76, 147, 167);
}

blockquote
{
	
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid solid #6F6F6F;
  color: #FFFFFF;
  background: rgb(76, 147, 167) url(images/blockquote.png) no-repeat   scroll top left;
}
 
.post li
{
  margin-left: 20px;
}
 
.post ul
{
  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}
 
acronym, abbr, span.caps
{
  cursor: help;
}
 
acronym, abbr
{
  border-bottom: 1px dashed solid #6F6F6F;
}
 
blockquote cite
{
  margin: 5px 0 0;
  display: block;
}
 
.center
{
  text-align: center;
}
 
a img
{
  border: none;
}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;
}
 
h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}
 
h5
{
  margin-top: 1em;
  font-size: 1em;
}
 
.post a
{
  color: rgb(76, 147, 167);
}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}
 
.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}
 
.alignright
{
  float: right;
  text-align: right;
  width: 50%;
}

.entrytext .postmetadata
{
  font-size: 1.1em;
  background-color: rgb(76, 147, 167);
  width: 70%;
  margin: 2em auto3.5em auto;
  border: 1px dotted solid #6F6F6F;
  padding: 5px;
  padding-left: 45px;
  background: rgb(76, 147, 167) url(images/metadata.png) no-repeat   scroll top left;
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}
 
ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #6F6F6F;
  padding: 5px;
  background-color: rgb(76, 147, 167);
}
 
ol.commentlist li.alt
{
  background-color: rgb(114, 167, 185);
}
 
ol.commentlist a
{
  color: #FFFFFF;
}
 
small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

.pagetitle
{
  color: rgb(76, 147, 167);
}