/* 
	Theme Name: globeden.com
	Theme URL: http://globeden.com/
	Description: Globe Dental Consulting was formed to create an intermediary to help provide services to achieve accelerated success for dental graduates as they transition into the workplace.  Globe Dental Consulting aims to create opportunities for current practitioners to further advance their practice. Based on real life experience  and evidence based on facts, dental graduates lack a sense of direction after graduation and thus Globe Dental Consulting is bridging the gap to help bring resources that build value to dental graduates. This is to accelerate their transition in the workplace. 
	Author: Globe Dental Consulting
	Author URI: info@globeden.com
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #3a3a3a;
	background: #f0f0f0 url(images/body-bg.jpg) center top repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.3;
}

#wraper
{
	width: 941px;
	margin: 13px auto 0px auto;
	padding: 0px 18px;
	background: url(images/wraper-bg.jpg) center top repeat-y;
	overflow: hidden;
}

#header
{
	height: 70px;
	background: url(images/header-bg.jpg) center top repeat-x;
	overflow: hidden;
}

#header-logo
{
	float: left;
	width: 400px;
	height: 70px;
}

#header-menu
{
	float: left;
	width: 530px;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
}

#header-menu ul
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	height: 35px;
	margin: 0px;
	padding: 35px 15px 0px;
	background: url(images/header-menu-bg.jpg) right top no-repeat;
	list-style: none;
}

#header-menu a:link, #header-menu a:visited
{
	color: #8d8d8d !important;
}

#header-menu a:hover, #header-menu a:focus, #header-menu a:active
{
	color: #1AACDD !important;
}

#header-menu li.current_page_item
{
	background: url(images/header-menu-active-bg.jpg) center top repeat-x;
}


#featured
{
	width: 941px;
	margin: 5px 0px 20px;
	border-top: 1px solid #dddddd;
}


#page
{
	height: 100%;
	overflow: hidden;
}

#content
{
	float: left;
	width: 600px;
	padding-bottom: 20px;
}

.post
{
	padding: 4px 25px 10px;
	background: url(images/post-bg.jpg) center top no-repeat;
}

.posttitle
{
	margin: 0px;
	padding: 0px;
	color: #1AACDD;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
}

.postmeta
{
	padding: 10px 0px 0px;
	font-weight: bold;
}

.postcontent
{
	padding: 0px 0px 0px;
	text-align: justify;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #1AACDD;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 20px 10px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 20px 10px;
}


#sidebar
{
	float: left;
	width: 340px;
}

#search
{
	color: #777777;
}

.sidebar-widget
{
	width: 303px;
	margin-bottom: 15px;
}

.sidebar-header
{
	padding: 5px 0px 7px 20px;
	color: #E54345;
	background: #22A1D6;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.sidebar-content
{
	padding: 15px 20px 15px;
	border: 1px solid #D7D7D7;
	border-top: none;
	background: #EDEDED url(images/sidebar-content-bg.jpg) center top repeat-x;
	text-align: left;
}

.sidebar-content a
{
	color: #3a3a3a !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 7px 15px;
	background: url(images/sidebar-li.jpg) 0px 5px no-repeat;
	list-style: none;
}


#footer
{
	clear: both;
	padding: 35px 0px 0px;
	color: #686868;
	background: #dddddd url(images/footer-bg.jpg) left top repeat-x;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

#footer-menu ul, #footer-menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer-menu a
{
	padding: 0px 15px;
	color: #686868;
}

#footer-text
{
	padding: 5px 0px;
}


#footer-line
{
	width: 100%;
	height: 8px;
	font-size: 1px;
	background: url(images/footer-line-bg.jpg) center top repeat-x;
}


a, a:link, a:visited
{
	color: #1AACDD;
	text-decoration: none;
}
	
a:hover, a:focus, a:active, a.active
{
	color: #E54345 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #BCBCBC;
	font-family: Verdana, Arial, Sans-Serif;
}

input.submit
{
	border: none;
	color: #ffffff;
	background: #1AACDD;
	font-weight: bold;
	cursor: pointer;
}

#search input.submit
{
	padding: 1px 4px;
	border: none;
	color: #777777;
	background: #ffffff;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}


#breadcrumbs
{
	padding-left: 25px;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

