/*  
Theme Name: Facebook Lover
Theme URI: http://www.tobacamp.com
Description: Facebook Lover, theme for you who love Facebook
Version: 1.0
Tags: fixed width, widgets, valid CSS, valid XHTML, SEO, SEO friendly, adsense, three columns, right sidebar, widget ready
Author: Dani Gunawan
Author URI: http://blog.danigunawan.com

The CSS/XHTML is released under GPL
*/

/* import */

/**/

@import url(screen.css);
@import url(ie.css);
@import url(fancy-type.css);

/*************************************
 +Containers
 *************************************/
body
{
  color:#222;
  font-family:Verdana, Georgia, "Times New Roman", Times, serif;
  font-size:72.5%;
  line-height:1.4;
  text-align:left;
  margin:0;
  padding:0;
}

blockquote {
	background: #edeff4;
	border-top: 1px solid #d8dfea;
	border-bottom: 1px solid #d8dfea;
	padding: 10px;
}

a:link {
	color: #3b5998;
	text-decoration: none;
}

a:active {
	color: #3b5998;
	text-decoration: none;
}

a:visited {
	color: #3b5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
        background: transparent url(images/linkback.gif) repeat-x scroll 0 0;
}

/* begin: pre-header 

#dg-pre-header-container {
	background: #edeff4;
	margin: 0 auto;
}

#dg-pre-header-container-center {
	background: url(images/pre-header-bg.gif) top left no-repeat;
	width: 960px;
	height: 28px;
	margin: 0 auto;
}

#dg-pre-header {
	padding: 0px 0;
}

#dg-pre-header ul {
	list-style: none;
	margin: 0;
	margin-left: 12px;
}

#dg-pre-header li {
	float: left;
	padding: 4px 10px 0px 10px;
	height: 23px;
}

#dg-pre-header li:hover {
	background: #5c75aa;
	display: block;
}

#dg-pre-header a:link {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
}

#dg-pre-header a:active {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
}

#dg-pre-header a:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
}

#dg-pre-header a:hover {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	background: #5c75aa;
	text-decoration: none;
}
*/
#dg-pre-header-container {
	margin: 0 auto;
	background-color:#EDEFF4;
}

#dg-pre-header-container-center {
	background: url(images/pre-header-bg.gif) top left no-repeat;
	width: 960px;
	height: 28px;
	margin: 0 auto;
}

#dg-pre-header {
	padding: 0px 0;
}

#dg-pre-header ul {
	list-style: none;
	margin: 0;
	margin-left: 12px;
	background-color:#3B5998;
}

#dg-pre-header li {
	float: left;
	padding: 5px 10px 0px 10px;
	height: 23px;
}
	#dg-pre-header li:hover {
		background: #5c75aa;
		display: block;
	}

	#dg-pre-header li ul {
			position: absolute;
			width: 10em;
			left: -999em;
	}
		#dg-pre-header li:hover ul {
			left: auto;
			display: block;
			}
		
			#dg-pre-header li:hover ul, #dg-pre-header li.sfhover ul {
				left: auto;
				}
	
				#dg-pre-header li ul li a {
					color:#fff;
					width:100px;
					}
				#dg-pre-header li li a:hover, #dg-pre-header li li a:active {
					color: #FFF;
					
					}

#dg-pre-header ul ul  {
	margin-top:7px;
	margin-left:-10px;
}
#dg-pre-header ul ul ul {
	margin-top:4px;
	/*margin-left:-10px;*/
}
#dg-pre-header ul ul ul li {
	padding-left:20px;
	width:130px;

	/*margin-left:-10px;*/
}

#dg-pre-header ul ul li {
	background-color:#3B5998;
	width:140px;
}

#dg-pre-header ul ul li:hover {
	background-color:5C75AA;
}

#dg-pre-header a:link {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
}

#dg-pre-header a:active {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
}

#dg-pre-header a:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
}

#dg-pre-header a:hover {
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
	background: #5c75aa;
	text-decoration: none;
}

#dg-search-form {
}

#searchform {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
}

#searchform input {
	color: #999;
	font-size: 9pt;
	padding: 2px;
	border: none;
}

/* end: pre-header */

/* begin: header */
#dg-header-container {
	background: #edeff4;
	margin: 0 auto;
}

#dg-header-container-center {
	width: 960px;
	margin: 0 auto;
	background: #edeff4;
}

#dg-header {
	padding: 10px 0 0 10px;
}

#dg-header h1 {
	font-size: 190%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #203360;
	margin: 0 0 5px 0;
}

#dg-header-tagline {
	font-size: 100%;
	font-style: italic;
	color: #203360;
}

/* end: header */

/* begin: headline */

#dg-headline-container {
	background: #edeff4;
	margin: 0 auto;
	border-bottom: 1px solid #d8dfea;
}

#dg-headline-container-center {
	width: 960px;
	margin: 0 auto;
	background: #edeff4;
	padding: 10px;
}

#dg-headline {
	padding: 20px 10px;
}


/* end: headline */

/* begin: featured */

#dg-featured {
	width: 380px;
	float: right;
}

#dg-featured ul {
	list-style: none;
	margin: 0;
	padding-right: 5px;
}

.dg-featured-title {
	font-size: 155%;
	font-weight: 400;
	color: #203360;
	padding: 5px0 0 0;
}

.dg-featured-title h2 {
	font-size: 95%;
	font-weight: 400;
	color: #203360;
	background: url(images/right-arrow.gif) left no-repeat;
	padding-left: 20px;
	margin: 0;
}

.dg-featured-box {
	display: block;
	padding: 7px;
	margin-top: 7px;
	background-color:#fff;
	border: 1px solid #d8dfea;
	border-left: 5px solid #d8dfea;
}

.dg-ftitle a:link {
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
}

.dg-ftitle a:active {
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
}

.dg-ftitle a:visited {
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
}

.dg-ftitle a:hover {
	text-decoration: underline;
}

.dg-fsubtitle {
	color: #999;
	font-size: 80%;
}

.dg-fsubtitle a:link {
	color: #3b5998;
	text-decoration: none;
}

.dg-fsubtitle a:active {
	color: #3b5998;
	text-decoration: none;
}

.dg-fsubtitle a:visited {
	color: #3b5998;
	text-decoration: none;
}

.dg-fsubtitle a:hover {
	text-decoration: underline;
}

/* end: featured */

/* begin: content */

#dg-content-container {
	background: #fff;
	margin: 0 auto;
}

#dg-content-container-center {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
}

#dg-content {
	padding: 0 10px;
}

.entry {
	margin-top: 0px;
}

.entry h1, .entry h2 {
	color: #203360;
	font-size: 170%;
	margin: 0px 0 3px 0;
}

.entry a:link {
	color: #3b5998;
	text-decoration: none;
}

.entry a:active {
	color: #3b5998;
	text-decoration: none;
}

.entry a:visited {
	color: #3b5998;
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
}

.dg-meta {
	font-size: 95%;
	color: #999;
}

.dg-post {
	margin-top: 10px;
	padding-bottom: 46px;
	border-bottom: 1px solid #ddd;
}

.dg-post-single {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.more-link {
	margin-top: 20px;
	float: right;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	height: 20px;
	width: 95px;
	padding-top: 5px;
	border: 1px solid #d4dae8;
	background: #edeff4;
}

#dg-navigation {
	margin-top: 30px;
}

#dg-left-navigation {
	float: left;
}

#dg-right-navigation {
	float: right;
}

/* end: content */

/* begin: sidebar */

#dg-top-top-sidebar {
	background: url(images/top-top-sidebar.gif) top center no-repeat;
	
	height: 10px;
}

#dg-middle-top-sidebar {
	background: url(images/middle-top-sidebar.gif) top center repeat-y;
}

#dg-middle-top-sidebar-content {
	padding: 0px 10px 10px 10px;
}

#dg-bottom-top-sidebar {
	background: url(images/bottom-top-sidebar.gif) top center no-repeat;
	height: 5px;
}

#dg-middle-top-sidebar h4 {
/*	margin: 10px 0px 0px 0px; */
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	color:#203360;
	padding-bottom: 5px; 
	border-bottom: 1px solid #3b5998;
}

#dg-left-sidebar h4, #dg-right-sidebar h4 {
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	color:#808080;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#dg-middle-top-sidebar ul, #dg-middle-top-sidebar ul, #dg-left-sidebar ul, #dg-right-sidebar ul {
	list-style: none;
	margin: 0;
}

#dg-middle-top-sidebar li, #dg-middle-top-sidebar li, #dg-left-sidebar li, #dg-right-sidebar li {
	color: #3b5998;
	padding-top: 5px;
}

#dg-middle-top-sidebar a:link, #dg-left-sidebar a:link, #dg-right-sidebar a:link {
	color: #3b5998;
	text-decoration: none;
}

#dg-middle-top-sidebar a:active, #dg-left-sidebar a:active, #dg-right-sidebar a:active {
	color: #3b5998;
	text-decoration: none;
}

#dg-middle-top-sidebar a:hover, #dg-left-sidebar a:hover, #dg-right-sidebar a:hover {
	color: #3b5998;
	text-decoration: underline;
}

#dg-middle-top-sidebar a:visited, #dg-left-sidebar a:visited, #dg-right-sidebar a:visited {
	color: #3b5998;
	text-decoration: none;
}

/* end: sidebar */

/* begin: footer */

#dg-footer-container {
	background: #fff;
	margin: 0 auto;
}

#dg-footer-container-center {
	border-top: 1px solid #ddd;
	width: 960px;
	margin: 0 auto;
}

#dg-left-footer a:link, #dg-right-footer a:link {
	color: #3b5998;
	text-decoration: none;
	border: none;
}

#dg-left-footer a:active, #dg-right-footer a:active {
	color: #3b5998;
	text-decoration: none;
	border: none;
}

#dg-left-footer a:visited, #dg-right-footer a:visited {
	color: #3b5998;
	text-decoration: none;
	border: none;
}

#dg-left-footer a:hover, #dg-right-footer a:hover {
	text-decoration: underline;
	border: none;
}

#dg-left-footer, #dg-right-footer {
	padding-top: 5px;
	color: #999;
	font-size: 95%;
}

#dg-right-footer {
	float: right;
}

/* end: footer */

.dg-border {
	border: 1px solid #333;
}

.dg-padding {
	padding: 10px;
}

.clear {
	clear: both;
}

/* begin: comments */

/* wp comment */
.dg-commentsblock,contactform
{
  	font-size:12pt;
  	clear:both;
 	padding-top:20px;
  	
}

.dg-commentsblock textarea,.contactform textarea
{
  width:39em;
}

.dg-commentsblock input,.dg-commentsblock textarea,.contactform input,.contactform textarea
{
  border:1px solid #d1d1d1;
}
/* end of wpcomment */

#dg-comments-container {
	margin-top: 20px;
}

.dg-comment-headings {
	font-size: 105%;
	font-weight: 400;
	color: #333;
}

.dg-commentlist {
	list-style-type: none;
	margin: 0;
}

.dg-commentlist li {
	padding: 10px;
}

.dg-comment-tag {
	font-size: 8pt;
}

.dg-comment-author {
	color: #333;
	font-size: 105%;
}

.dg-comment-meta {
	font-size: 8pt;
}

.dg-comment-text {
	margin-top: 10px;
	font-size: 10pt;
}

.dg-comment-text-bg {
	background: #edeff4;
}

.dg-comment-logged-in {
	font-size: 10pt;
}

#dg-respond {
	background: #edeff4;
	display: block;
	padding:5px;
}

/* end: comments */

/* begin: caption */
.wp-caption {
	background: #edeff4;
	border: 1px solid #d8dfea;
	padding: 9px 5px 0px 5px;
}

.wp-caption-text {
	margin-top: 3px;
	font-size: 8pt;
	color: #999;
	text-align: center;
}

.aligncenter {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	margin: 0 auto;
	text-align: center;
}

.alignright {
	margin: 0 auto;
	text-align: center;
}


/* end: caption */