/*
Theme Name: Cross Roads OBGYN
Description: Cross Roads OBGYN is a clean and modern theme with a techy/corporate feel.
Version: 1.4
Author: Active Computer Services
Author URI: http://www.activecomp.ca

*/

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #404040;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}

#header {
	height: 110px;
	padding: 40px 50px 0 50px;
	background: url(images/headerbg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 40px;
	right: 50px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

#login {
	text-align: right;
}

#banner {
	width: 1000px;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background-color:#ffffff;
	width: 860px;
	height: 30px;
	margin: 10px 0 0 140px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #9D005A;
	display: block;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		border-style:solid;
		padding:2px 15px 2px 10px;
		border-width:0px 0px 0px 0px;
		border-color:#9D005A;
		text-align:right;
		font-weight:bold;
		background-color:transparent;
}

#nav a:hover {
	text-decoration:underline;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background-color: #ffffff;

	border-width:0px 1px 1px 1px;
	float: none;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	text-align:left;
	}

#nav li li a:hover, #nav li li a:active {
	background-color:#9D005A;
	text-decoration:none;
	color: #ffffff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 100;
	}


/************************************************
*	Post     								*
************************************************/


#posts {
	width: 700px;
	padding: 0 60px 0 0px;
	margin: 20px 0 20px 0px;
	float: right;
	text-align: justify;
}


.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 50px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.post h2 {
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #8F4F7A;
	
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #9D005A;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	text-decoration: underline;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}


/************************************************
*	Sidebar - Left							*
************************************************/

.sidebar {
	padding: 0px 10px 0px 10px;
	margin: 20px 0 20px 0;
	width: 180px;
	height: auto;
	float: left;
	background-color: #CFCDFF;
	font-size: 12px;
	text-justify: left;
}

.sidebar ul {
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar li {
	list-style-type: square;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #9D005A;
	border-bottom: 1px solid #cccccc;

}

.sidebar a {
	color: #9D005A;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #9D005A;
}


/************************************************
*	Footer							*
************************************************/

#footer {
	clear: both;
	height: 50px;

}

#footer p {
	text-align: center;
	font-size: 11px;
	position: relative;
	top: 18px;
}

#footer a {
	color: #9D005A;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}




#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
