/*
Theme Name:		3dogdefault
Theme URI:		http://www.3dogblogs.com
Description:	Default 3 Dog Child Theme for the Thesis Framework. All new sites should use this as the base theme.
Template: thesis1.6
*/

/*
THIS IS YOUR CUSTOM CSS FILE

On the 3 Dog System, the default style sheet resides in the parent theme, whch means you can't screw it up even if you wanted to. :)

This style sheet is specifically for your site. That means you can edit this CSS directly without having to add a  class. 


*/

/*---:[ Begin Custom CSS]: ---*/
/* 3 Dog Header Nav (Replicating the stock Thesis Nav) */


a, .externallink { 
color: #2361a1; 
cursor:pointer;
text-decoration: none; 
}
a:hover, .externallink:hover { 
text-decoration: none; 
}




#topnav {
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	background: #fff;
	height: 27px;
}
#topnav ul {
	list-style-type:none;
}
#topnav li {
	margin-bottom: -.1em;
	background: #efefef;
	border: 1px solid #ddd;
	border-left: 0;
	float:left;
	position:relative;
}
#topnav li.first {
	border-left: 1px solid #ddd;
}
#topnav li.current {
	padding-bottom: 0.1em;
	background: #fff;
	border-bottom: 0;
}
#topnav li a, #topnav li .externallink {
	display: block;
	line-height:inherit;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:1.1em;
	padding:0.545em 0.818em;
}
#topnav li a:hover, #topnav li .externallink:hover {
	color: #111;
	text-decoration:underline;
}
#topnav li li:hover {
	background-color:#fff;
}
#topnav li ul {
	list-style:none;
	position:absolute;
	width: 170px;
	left:-9999px;
	margin-left: -1px;
	border:1px solid #ddd;
	border-top:0;
	float:left;
	background-color:#efefef;
	overflow:hidden;
}
#topnav li:hover ul {
	left:auto;
	display:inline-block;
	margin:0;
	padding:0;
}
#topnav li ul li {
	margin:0;
	padding:0;
	float:left;
	display:block;
	clear:both;
	border:0;
}
#topnav li ul li a {
	width:100%;
	color:#111111;
	display:block;
	font-size:1.1em;
	letter-spacing:2px;
	line-height:inherit;
	padding:0.545em 0.818em;
	text-transform:uppercase;
}
#topnav li ul li a:hover {
	color: #111;
	text-decoration: underline;
	background-color:#efefef;
}
#topnav li ul li + li {
	border-top:0px solid #ddd;
}

/* Tabbed Page Snippet */

.format_text .domtab ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
}
#tabs {
	list-style-type:none;
}
.format_text .domtab h2, .format_text .domtab h3 {
	font-size:1.308em;
	line-height:1.176em;
	margin:0;
}
#tabs.format_text h2, #tabs.format_text h3 {
	font-size:1.308em;
	line-height:1.176em;
	margin:0;
}
.format_text .domtab div{
	border:1px solid #DDDDDD;
	clear:both;
	padding:1em;
}
.format_text .gallery div{
	border:none;
	clear:both;
	padding:1em;
}

/*Snippet Boxes */

/* Four Content Boxes */
#four-boxes .box1, #four-boxes .box2, #four-boxes .box3 {
	float: left;
	width: 22%;
	margin-right: 4%;
}
#four-boxes .box4 {
	float: left;
	width: 22%;
	margin-right: 0;
}
/* Three Content Boxes */
#three-boxes .box1, #three-boxes .box2 {
	float: left;
	width: 30.66%;
	margin-right: 4%;
}
#three-boxes .box3 {
	float: left;
	width: 30.66%;
	margin-right: 0;
}
/* Two Content Boxes */
.two-boxes .box1 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.two-boxes {
margin:0 2.2em;
}
	



.two-boxes .box2 {
	float: left;
	width: 48%;
	margin-right: 0;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
/*-- Danny's Bio --*/

#authorpic {
	float:left;
	margin:3px 12px 10px 0;
}
p.insideComments {
	margin:0 0 15px;
}
.insideComments {
	color:#6E6E6E;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:15px;
}


/*---: [End Custom CSS]: ---*/



