/*
Theme Name: NadaMoo Custom Theme
Theme URI: http://wordpress.org/
Description: A custom theme developed for NadaMoo
Version: 1.0
Author: Moujaes
Author URI: http://moujaes.com/
Template: default
*/



/* Begin Typography & Colors */
body {
	color:#666666;
	font-family:"Trebuchet MS",Verdana,Tahoma,Helvetica,Arial;
	font-size:14px;
	background-image:url(images/element_bkgd_dots.png);
	margin-top: 0;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

h3 {
	margin: 0;
}

a, a:visited, a img {
	text-decoration: none;
	color: #53BCEA;
	border: 0;
}

a:hover {
	text-decoration: underline;
}

button {
	background:#F0F0F0 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	font-family:Verdana,Tahoma,Arial,Serif;
}

.pagetitle {
	padding-bottom: 20px;
}
	
#page {
	background-color: white;
	width: 880px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 100%;
	text-align:center;
}

#headerimg {
	text-align:center;
}

#title_bar {
	position:relative;
	width: 750px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 65px;
}

.title_bar_social {
	position:absolute;
	top:27px;
	left:684px;
}

#sidebar {
	float:left;
	padding-left: 20px;
	width:190px;
	line-height: 16px;
}

#sidebar ul li.feed	{
	list-style:none;
	background:url(images/feed.png) no-repeat left center;
	padding-left:18px;
	margin:0;
}

#sidebar h2 {
	background:transparent url(images/sideh2.gif) no-repeat scroll center top;
	border:medium none;
	color:#FAFAFA;
	font-size:16px;
	font-weight:bold;
	height:20px;
	margin:0 0 0px;
	padding:5px 10px 0;
	width: 100%;
}


#sidebar ul li {
	list-style-image:none;
	list-style-type:none;

}

#sidebar ul li ul {
	list-style-image:none;
	list-style-type:none;
	margin-bottom: 20px;
}

#sidebar li {
	padding: 5px;
}

#sidebar form, #sidebar .block, #sidebar ul {
	background:transparent url(img/sidebox.gif) no-repeat scroll center bottom;
	margin:0;
	margin-bottom: 20px;
	padding: 3px;
}

.title_bar_item {
	float: left;
}

.postmetadata {
	background:transparent url(images/comments-small.gif) no-repeat scroll left center;
	border-bottom:1px solid #EAEAEA;
	color:#666666;
	font-size:12px;
	margin:0;
	padding-left:12px;
}

#footer_text {
	width: 100%;
	text-align: center;
	height: 30px;
	color: #999999;
}

#footer2 {
	clear:both;
	position:relative;
	height:70px;
	margin:0;
	padding:0;
	text-align:left;
	background:url(images/element_footer_logo.png) transparent 50% 0 no-repeat;
}
#footer2 p.copy,
#footer2 p.links {
	position:absolute;
	top:33px;
	display:block;
	width:300px;
	margin:0;
	padding:0;
	color: #666;
	font:normal 14px/20px "Times New Roman", Times, serif;
}
#footer2 p.copy {
	left:82px;
}
#footer2 p.links {
	left:518px;
}
#footer2 p.links a,
#footer2 p.links a:link,
#footer2 p.links a:visited,
#footer2 p.links a:active {
	padding:0 10px;
	color: #666;
	font:normal 14px/20px "Times New Roman", Times, serif;
	text-decoration:none;
}
#footer2 p.links a:hover {
	text-decoration:underline;
}
#footer2 p.social {
	position:absolute;
	top:27px;
	left:718px;
	display:block;
	margin:0;
	padding:0;
	
}
p.cred {
	margin:0;
	padding:15px 0;
	color: #f4dfb5;
	text-align:center;
	font-size:13px;
}

#content {
	float:left;
	margin:0 0 0;
	padding:0 0 20px 45px;
	width:570px;
}

.newsPost {
	padding-bottom: 30px;
}

.eventPost {
	padding-bottom: 30px;
}

.newsPost h2 a {
	color: #6A3F10;
}

.eventPost h2 a {
	color: #53BCEA;
}
