/*
Theme Name: camfam.com blog
Theme URI: http://www.camfam.com/
Description: Personalized WordPress Theme
Version: 4.2
Author: Brian Campbell
Author URI: http://www.camfam.com/
*/

* {
  padding: 0;
  margin: 0;
}


/*============= used for blog only ============*/
/*                                             */

#user_login, #email, #submit {
	font-size: 1.7em;
}
	
#sidebar {
	float:right;
	width: 190px;
	background-color: #FCF1E2;
	color: #4A2C00;
	border: 1px solid #FDE5C3;
	padding-left: 2px;
	padding-right: 2px;
}

#sidebar ul h2 {
	background-color: #FDE5C3;
	border-bottom: 1px solid #FADA96;
	border-top: 1px solid #FADA96;
	font-size: 100%;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 5px;
}

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

#sidebar ul ul ul {
  margin-bottom: 0;
}
#sidebar a {
  text-decoration: none;
  color: #4A2C00;
}

#sidebar a:hover {
  text-decoration: underline;
}

#content {
	margin-right: 190px;
	margin-left:180px;
	vertical-align: top;
	float: none;
	min-height:200%;
}

#footer {
	clear: both;
	text-align: center;
}

#main{
	padding: 0px 10px 0px 0px;
	margin:0px 10px 0px 180px;
	border-left: 1px;
	background-color: #FFFFFF;
	height: 100%;
}

#author {
  border: 1px solid #999;
  margin: 10px auto;
  text-align: center;
  width: 130px;
  padding: 2px;
}

#author img{
  border: 0;
}
#searchform{
  text-align: center;
}

#searchform input{
  border: 1px solid #4A2C00;
  background-color: #FDE5C3;
}

#searchform #s {
  width: 50%;
  background-color: white;
}

 #wp-calendar {
  border: 1px solid #FDE5C3;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}

#wp-calendar th {
  background-color: #FDE5C3;
}

#wp-calendar a {
  border: 1px solid #4A2C00;
  background-color: white;
  display: block;
}

#prev a, #next a {
  border: 0;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}
.post a {
  color: #bd492a;
}

.post {
  margin-bottom: 25px;
  color: #4A2C00;
  padding-left: 5px;
}

.post p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.postmetadata {
  padding: 2px;
  border-top: 1px solid #FADA96;
}

.postmetadata a {
  color: #4a2c00;
}

.post li{
  margin-left: 20px;
}

.post ul {
  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}

.entry {
  margin-top: 10px;
  margin-bottom: 15px;
}

blockquote {
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #FADA96;
 /* background: #FCF1E2 url(images/blockquote.png) no-repeat   scroll top left; */
}

acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

a img {
  border: none;
}
 
  

/*                                              */
/*============== end of blog only ==============*/
/**************** HTML tag styles ***********************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("css_images/gn_grad.jpg") fixed;
	font-size: 78%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #334d55;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

h2{
 font: bold 136% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
 border-bottom: 1px solid #006699;
}

h2 a:hover, h2 a:visited, h2 a {
  text-decoration: none;
  color: #bd492a;
}

h3{
 font: bold 164% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 144% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 122% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.h6 {
	font-size: 167%;
	font-style: italic;
	font-weight: bold;
	color: #BBC0C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: -0.15em;
	position: absolute;
	left: 3em;
}
.titlebar2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 144%;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: .2em;
}
/*************** float tag styles **************/

div.float {
  float: left;
  	width: auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #fff;
	padding: 10px;
	color: #000000;
}
  
div.float p {
   text-align: center;
}

div.spacer {
  clear: both;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#master_content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#pagecell1{
	width:95%;
	background-color: #ffffff;
	position: relative;
	top: 0px;
	margin: 1% 2% 0%;
	min-width: 640px;
	min-height: 600px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	top: 0px;
	left: 2%;
	right: 2%;
	width:95%;
	margin: 0% 2% 0% 2%;
}



#pageNav{
	float: left;
 	width:170px;
	padding: 0px;
/*	background-color: #F5f7f7; */
	border-right: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}


#copyrite{
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 15px;
	right: 0px;
	color: #919999;
	left: 585px;
	width: 387px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 10px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h1{
	font: Arial,sans-serif;
	color: #387061;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 5px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	left: 822px;
	width: 81px;
	height: 82px;
	z-index: 450;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:     url("css_images/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 3px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 9px;
	z-index: 100;
	width: 282px;
	color: #333333;
	font-size: 1.5em;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:     url("css_images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	left: auto;
	width: 380px;
}

#search input{
  font-size: 100%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 100%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	min-height: 200px;
	height: 500px;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: none;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top: thin inset #999999;
	vertical-align: top;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:     url("css_images/bg_nav.jpg");
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #49917D;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 1em;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:     url("css_images/bg_nav.jpg");
	padding: 3px 0px 3px 10px;
	color: #666666;
}


.relatedLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #49917D;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


/**************** advert styles *****************/

#advert{
	text-align: center;
	color: #408080;
	font-weight: bold;
}

#advert img{
	display: block;
}

/**************** box styles ********************/
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pad {
	padding-left: 200px;
}
/*********************     **********************/
/********************* end **********************/
/*********************     **********************/
