/*
Theme Name:	3dogblogs.com
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 .custom class. 


*/

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

body {
	background:#454545 url(images/body-bg.gif) repeat-x scroll 0 0;
}
a, .externallink {
	color: #990000;
	cursor:pointer;
	text-decoration: none;
}
a:hover, .externallink:hover {
	text-decoration: underline;
}
a.post_image_link {
	outline: none;
}
a img {
	border: none;
}
.widget p {
}
#page { 
      background: #FFF;
}

#header {
	padding:0;
	margin: 0 auto;
	
	background: #000 url(images/header-bg3.png) repeat-x;
	color: #FFF;
	height: 200px;
	border-bottom: none;
}
#header .title {
	margin-top: 60px;
}
#header .text {
	margin-top: 50px;
	color: #FFF;
	text-align: center;
	font-size: 1.6em;
}
#header .wplogo {
	background: url(images/wp-logo.png) no-repeat right;
	height: 200px;
	width: 15em;
	float: right;
}
#header .wplogo p {
	float: right;
	margin: 185px 20px 0 0;
}
div#text-content {
	float: left;
	height: 200px;
	width: 47em;
}
div#text-content h1 {
	font-size: 2.1em;
	text-align: center;
	color: #FFF;
}
div#text-content p {
	font-size: 1.5em;
	text-align: center;
	color: #FFF;
}
div#header .logo {
	background: url(images/3dmlogo-310r.png) no-repeat;
	height: 200px;
	width: 31em;
	margin-right: 1em;
	float: left;
}
div#header .logo p {
	margin: .5em 0 0 1em;
	font-size: 1.1em;
}
div#header .tag-line1 {
	width: 47em;
	float: left;
	margin-top: 60px;
}
div#header .tag-line2 {
	width: 47em;
	float: left;
	margin: 40px 0 0 0;
}
#topnav {
	padding: 0;
	margin: 0 auto;
	color: #FFF;
	background: #404040;
	height: 35px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#topnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnav li a, #topnav li a:link, #topnav li a:visited, #topnav .externallink{
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	padding: 9px 15px 8px 15px;
}
#topnav li a:hover, #topnav li a:active, #topnav .externallink:hover {
	background: #767676;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	width: 150px;
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
}
#topnav li li a:hover, #topnav li li a:active {
	background: #555555;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 7px 10px;
}
#topnav li ul {
	background: #FFFFFF;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}
#topnav li li {
}
#topnav li ul a {
	width: 140px;
}
#topnav li ul a:hover, #topnav li ul a:active {
}
#topnav li ul ul {
	margin: -32px 0 0 171px;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}
#topnav li:hover, #topnav li.sfhover {
	position: static;
}

a.edit-zone-header {
	color:#FFFFFF;
	position:relative;
	right:10px;
	top:-195px;
	float: right;
}
.edit-zone-after-header {
	float: right;
}

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



