/*

Theme Name: Family Blog

Version: 1.0

Author: Susan R Grossman

adapted From: http://www.inspiredbuddy.com/

Tags: fixed width, two columns, archives, accessible, simple, clean, valid CSS, valid XHTML, orange, white, right sidebar, widgets, widget ready

*/


* {margin:0; padding:0; }

body {

	font:62.5% "arial", helvetica, sans-serif;

	line-height:1.7em;

	color:#444;
	
	background-color:#f26904;

}

a {

	color:#124AA8;

	text-decoration:none;

	font-weight:bold;

}

a:hover {

	color: #AB1013;

	text-decoration:underline;

}
a:visited  { color:#D80315; }

p {padding-top:10px;}



img {

	margin:1em .4em;

	}

input {vertical-align: middle}

h2 {

	font: normal 1.6em "arial", helvetica, sans-serif;

	margin: 0 0 12px;

}

blockquote {

	margin: 1em 1.5em;

	background: #f8e3d3;

	padding: .7em 2.5em;

	font-size: 1.3em;

	color:#000;

}

blockquote p {

	font-size: 1em !important;

}

blockquote p:first-letter {
  display      : block;
  font-size:200%;
  margin-bottom   : 1.6em; 
  height       : 3em;
  padding:.2em;
}

.aligncenter,

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;
}

#wrapper {
	width: 996px;
	margin: 0 auto;

}

#header {
	margin:0 0 15px 0;
	position:relative;
	overflow:hidden;
}

#header-bg {

	background:#E7E6E6 url(images/header-bg.jpg) no-repeat scroll 0 0;

	height:160px;

	position:relative;
	

}

h1 {margin: .4em 0 0}

#header-bg h1 {

	position:absolute;



	left:.7em;

	color:#fff;
	border-left:1px solid #f26904;
	border-top:1px solid #f26904;
	line-height: 0.85em;

	font-size:2.7em;

	margin: 1em 0 3em 1.5em 0;

	background:#fff;

	padding:1.2em 1.2em 1.5em 1.3em;
	z-index:0;

}

#header-bg h1 a {

	font-family:"Arial Black";

	font-weight:normal;

	color:#000;

	letter-spacing:-1px;

	}


#logo a:hover { text-decoration:none; }
#header-bg h1 span {

	display: block;

	font-size: 0.50em;

	font-weight: normal;

	text-transform: uppercase;

	color:#124AA8;

}

#navcontainer {

	background:transparent url(images/nav-bg.png) no-repeat scroll 0 0;

	height:60px;

	position:absolute;

	bottom:0;

	left:0;

	width:996px;

}

#navlist {
	list-style-position:outside;
	list-style-type:none;
}

#navlist img {
	padding:0;margin:0 .2em 0 0; border:0;
}


#navlist li {	
	border-right:1px solid #000;
	border-top:1px solid #000;
	float:left;
	width:100px;
	text-align:left;
}

#navlist li a {

	color:#000;

	display:block;
	text-decoration:underline;
	font-size:160%;

	height:54px;

	font-weight:bold;

	padding:.6em 1.5em 0 1.4em;

}

#navlist li a:hover {

	background-color:#fff;
	text-decoration:none;
	color:#000;

}

#navlist li.current_page_item a:hover {

	background-color:#f26904;

}

li.current_page_item {

	background:#f26904 !important;

	color:#000 !important;

}

#skip {
	list-style-image:none;
	list-style-type:none;
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}

/*#skip li {

	display:inline;

	font-size:120%;

	line-height:2.5;

	margin:0 1em 0 0;

	padding:0;

}

#skip a:link, #skip a:visited {

	background:transparent url(images/arrow-skip.gif) no-repeat scroll 100% 60%;

	border-color:#FFFFFF;

	color:#666666;

	font-weight:normal;

	padding-right:10px;

}

#skip a:focus, #skip a:active, #skip a:hover {

	background-color:#FFFDD5;

	color:#000000;

	text-decoration:underline;

}
*/

#divSearchForm {
	text-align:right;
	font-size:120%;
	vertical-align:top
}

#divSearchForm label {

	display:inline;
	color:#333;

	font-family:"arial", helvetica, sans-serif;

	text-transform:uppercase;

	font-weight:bold;

	vertical-align:middle;

}

label.hidLabel   {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
	}

p.pLables label  {float:left;width:26%;text-align:right; margin-right:.6em; }

#divSearchForm input.txt {

	display:inline;

	width:130px;
	margin:2px 0 0;
	padding:4px;

	border:1px solid #999;

	vertical-align:top;

}

#divSearchForm input.txt:focus {

	color:#000;

	background:#f6feda;

}

#divSearchForm input.btn {

	margin:0;
	vertical-align:middle;

}

#searchsubmit  {  padding:2px;vertical-align:top;margin:1px 0 0;height:26px; }

select.postform  { height:26px;	vertical-align:top;margin:2px 0 0;padding-top:2px}
#container {

	width: 100%;
	margin:0 0 1em 0;


}

#container:after {

	content: '.';

	display: block;

	clear: both;

	visibility: hidden;

	height: 0;

}

#content {

	width: 706px;
	background:#fff url(images/side.gif) repeat-y right top;
	float: left;
	padding: 1em 1.5em 0 1.2em;

	overflow: hidden;

}



#content h2 {

	font:normal 1.9em "arial", helvetica, sans-serif;

	padding: 0 0 4px;

	color:#000;

}

#content h2 a {

	font-weight:normal;

	text-decoration:underline;

	color:#000;

	}

#content h2 a:hover {

	color:#124AA8;

	}

#content h2.pagetitle {
	font-size:230%;
	padding: .5em 0;
	color:#f26904;

}

#content h3 {

	font:bold 1.7em "arial", helvetica, sans-serif !important;

	color:#000;

	margin-bottom:-5px !important;

}

#content p, ntent li {

	font-size: 1.3em;

	line-height: 1.4em;

}

#content h3 a {

	text-decoration:underline;

	}	

#content .post {
	border-bottom:2px dashed #f26904;
	padding-bottom:1.6em;
	margin: 1.2em 0 2.2em;
	clear:both;

}

#content .post h2 {

	font-size:2em;

}

#content .post h3 {

	margin-bottom:0px !important;

}

.post ul, .post ol {

	margin:0 0 6px 35px;

	font-size:12px;

}

.post li {

	padding:8px 25px 0 0;

	color:#000;

}

.post .postmetadata {
	font-size:1.4em;
	color:#999;
	text-align:right;
	margin-bottom:1em;
}

.postmetadata a {

	color:#999;

	text-decoration: underline;

}

.postmetadata a:hover {

	color:#000;

}

.entry {

  text-align: justify;

}

.entry h1 {

	font-size: 1.8em;

	margin: 15px 0 10px;

}

.entry h2 {

	font-size: 1.65em !important;

	font-weight: bold !important;

	margin: 15px 0 10px !important;

	padding: 0 !important;

	border: none !important;

}

.entry h3 {

	font-size: 1.45em !important;

	font-weight: bold !important;

	margin: 15px 0 10px !important;

	padding: 0 !important;

}

.entry h4 {

	font-size: 1.3em;

	margin: 15px 0 10px;

	font-weight: bold !important;

}

.nav {

	font-size: 1.3em;

	padding: 0 0 22px;

}

.navigation {

	font-size: 1.3em;

	margin:20px 0 5px 0;

	height: 1.3em;

}

.alignleft {float: left;margin:0 .9em .6em 0;}

.alignright {float: right;}

h3#comments,h3#respond {

	padding: 1px 0 4px;

	border-bottom: 1px solid #EEE;

}

.commentlist {

	margin: 20px 0 30px 18px;

	font-size:120%;

}

.commentlist img {

	float:none;

	padding:0;

	border:0;

	}

.commentlist li {

	padding:5px 0 20px;

	font-size:90%;

}

.cdata {

	background:#FFFDD5;

	border-top:1px solid #BFBC7D;

	padding: 3px 3px 3px 7px;

	height: 1%;

}

.cdata strong {

  display: block;

  color:#000;

}

#content img.avatar {

  	float: right;

	display: inline;

	border: 0;

	margin: 1px 1px 0;

}

.ctext {

  padding: 0 7px;

}



.commentlist li p {

	font-size: 1em !important;

}

.commentmetadata {

	font-size: 0.85em;

}

.commentmetadata a {

  color: #848144;

}

#comment {

	width: 676px;

	height: 170px;

}

/* sidebar

-----------------------------------------------------------------------------*/

#sidebar {

	float: left;
 	background-image: -moz-linear-gradient(top, #ffffff, #f26904); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #f26904)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f26904'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f26904')"; /* IE8 */

	width: 239px;

	padding: 2em 0 0 1.5em;
	margin-left:5px;
	font-size: 1.2em;
	line-height: 1.4em;

}

#sidebar ul	{

	list-style: none;

	margin:0 0 15px;
	
	font-size:11px;

	}

#sidebar ul li ul {

	margin:0;

	padding:0 0 0 4px;

	}	

#sidebar ul li ul li ul	{

	margin:5px 0 -12px 0;

	padding:0 0 0 4px;

	}	

#sidebar ul	li	{



	padding:6px 0 6px 5px;

	line-height: 15px;

	}		

#sidebar ul li a {

	background:url(images/arrow.gif) no-repeat center left;

	padding: 0 0 0 8px;

	text-decoration:none;

	color:#124AA8;

	font-weight:bold;

	}

#sidebar ul li a:hover {

	text-decoration:underline;

	color:#124AA8;

	}

#sidebar h2 {

	font:bold 1.2em "arial", helvetica, sans-serif;

	padding: .7em 0 .3em .2em;

	line-height:0.6em;

	color:#000;

	border-top: 2px solid #f26904;

}

#sidebar h3 {

	font: normal 1.4em/1.1em "arial", helvetica, sans-serif;

	padding: 0 0 3px;

}

#sidebar #youtube-widget-3 ul li a  {  background-image:none; }

.tags,

#tag_cloud {

	margin: 0 0 15px;

}

.tags {

  text-align:center;

  line-height:21px !important;

}


.cat-item  {  font-size:120%;  }
abbr, acronym {

border:medium none;

}

abbr[title], acronym[title] {

border-bottom:1px dotted #999;

cursor:help;

font-style:italic;

}

code, kbd, pre {

font-family: Monaco,"Courier New",Tahoma;

}

pre {

	padding:10px;

	background:#F6F7F5;

	font-size:120%;

}



code {

	color:#990000;

	font-family:"Courier New",Courier,mono;

}

.txtRed {

	color:#FF0000;

	font-size:130%;

}

.txtGrey {

	color:#999;

}

#footer {

	clear: both;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
	width: 735px;
	background:url(images/side.gif) repeat-y right top;
	overflow:hidden;

}

#footer p{

	text-align:center;

	color:#999;

	}

#footer p a{

	color:#999;

	}

#footer p a:hover{

	color:#000;

	}	

#base .baseHdr{

	font-size:1.5em;

	color:#000;

	font-weight:bold;

	margin-bottom:10px;

	border:none;

	padding:0;

}

.dateColor  { color:#D80315;  }
.fRight  {  float:right; margin-right:1em;  }

#base {display: inline; float: left; width:731px; clear:left; background:#F0F0F0; border-bottom:3px solid #000; border-top:3px solid #000; position: relative;  }

#base ul {margin:10px 10px; padding:10px 0 0 4px; width:330px; display:inline; float:left; list-style-type:none;background:transparent; }

#base li { border-top:1px solid #C0BDBD; line-height:3;}

 .facebook  {  background: url(images/facebook-logo-webtreatsetc.png) no-repeat 52% 0;  }
 .twitter  {   background: url(images/twitter-webtreatsetc.png) no-repeat 52% 0;  }
  .linkedIn  {   background: url(images/linkedin-logo-webtreatsetc.png) no-repeat 52% 0;  }

.grid12 h6 { margin: 10px 0 50px 0; }

.gallery dt {margin:.2em;padding:0;}

.gallery {border: 2px solid #cc000f;
color:#000;
text-align: center;
padding: 2px;
float: left;
margin: 1em 1em 0 0;}

.gallery dt img
{
border: 1px solid #cc000f;
}

.gallery dd
{
margin: 0;
padding: 0;
}

.clear  { clear:both;  }

.entry a {text-decoration:underline; }

.entry a:not([href^="http://www.mtplaces.com/wp/"]):not([href^="http://www.mtplaces.com"]):not([href^="http://www.mtplaces.com/wp/"]):not([href^="#"]):not([href^="/"]):not([href^="http://www.mtplaces.com/wp/wp-content/uploads/"]):not([href^="http://www.mtplaces.com/wp/wp-content/uploads/"]):not([href^="/wp/"]):not([class="linked"]):after {
content:"\279F";
}

 .gr_grid_container { /* customize grid container div here. eg: width: 228px; */ } .gr_grid_book_container { /* customize book cover container div here */ float: left; width: 60px; height: 80px; padding: 0px 0px; overflow: hidden; } 	
 

iframe  {  height:61px; width:50px;  }



.fancy gallery a {border:0;}

.fancy gallery a.linked:after {content:normal;}

#navlist .page-item-2 a {background:url(images/about.png) no-repeat center;}

#navlist .page-item-2 a:hover {background:#fff url(images/about2.png) no-repeat center;}
#navlist .page-item-2 {text-indent: -9999px;}