/*
Theme Name: Urbing Ventures Corp
Theme URI: http://www.urbing.ca
Description: Urbing Ventures Corp Default Theme
Author: Ryan Van de Kamp
Version: 1.0
Tags: Blue and Red, two coloumns. 
*/

body {
	width: 100%;
	height: 100%;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 1.5em; 
}

/* Content Areas */
#page-wrapper {
	width: 900px;
	margin: 0 auto; 
}

#header {
	width: 900px;
	margin-bottom: 20px;
	text-align: center; 
}

#urbing-login {
	padding-bottom: 20px;
	text-align: center; 
}

#main {
	width: 100%;
	overflow: hidden;
}

#content-wrapper {
	width: 600px;
	clear: left; 
	float: left;
}

#wrapper {
	width: 600px;
	background-color: #f5f5f5;
	padding: 5px;
	border: 1px solid #d3d1c7;
}

#content {
	padding: 10px;
	margin: 5px;
	border: 1px solid #d3d1c7;
	background: #fff;
}

#featured {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	background-color: #f5f5f5;
	width: 100%;
	border: 1px solid #d3d1c7;
	margin: 20px 0 0 0;
}

#sidebar {
	margin: 0;
	float: right; 
	width: 250px;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	padding-bottom: 166px;
	background: url("images/urbing_footer.png") no-repeat;
	background-position: center bottom; 	
	margin-top: 20px;
	font-size: 0.8em;
}
/* Featured Area */

.featured-post {
	border: 1px solid #d3d1c7;
	width: 178px;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	height: 375px;
}

.featured-thumbnail {

}

.featured-text {

}

/* Navigation for Category, Search etc. */

#nav-below {

}

.navigation {

}

.nav-previous {

}

.nav-next {

}

/* Sidebar */
#sidebar, #sidebar  ul, #sidebar  li {
	list-style: none;
	list-style-position: outside;
}

#sidebar p {
	margin: 0px;
}

#sidebar  ul ul, #sidebar  li {
	padding-left: 0;
}

.sidebarbox {
	margin: 0px;
	border: 1px solid #d3d1c7;
	padding: 10px 10px 0px 10px;
	background-color: #f5f5f5;
}

.widget {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #d3d1c7;
}

.widget li {
	padding: 5px 0px 5px 20px;
	margin: 0;
	border-top: 1px solid #d3d1c7;
}

/* Font Styles */
h1 {/*Main Header */
	font-size: 1.6em;
	font-weight: strong; 
}

h2 {/*Sub Header */
	font-size: 1.25em;
	font-weight: strong; 
}

h3 {/*SideBar Header */
	color: #000;
	text-align: center;
} 

h4 {/*Featured Header */

} 
a, a:link, a:visited {
	color: #1E4E69;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}

/* Image Styles */
img {
	border: none; 
}

/* Center Classes */
.center {
	float:left;
	width:100%;
	position:relative;
}
.left {
	clear:left;
	float:left;
	position:relative;
	left:50%;
}
.right{
	display: block;
	float:left;
	position:relative;
	right:50%;
}

/* Entry Style */

.entry-content {

}

/* Search Form */
.searchform  { 
	border: 3px solid #383332; 
	background: #EFEFEF; 
	width: 190px; 
	padding: 6px 5px; 
	margin: 0; 
	height: 20px;
}

.searchform .s  { 
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	border: none; 
	background: #EFEFEF; 
	padding: 0; 
	margin: 0; 
	float: left; 
	width: 174px; 
}

.searchform .searchsubmit  { 
	background: url("images/searchsubmit.gif") no-repeat; 
	width: 16px; 
	height: 16px; 
	border: none; 
	float: left; 
	cursor: pointer;
	padding: 0;
	margin: 0; 
	text-indent: -9000px;
	}
.searchform .searchsubmit:hover  { 
	background: url("images/searchsubmit.gif") no-repeat; opacity: 1; 
}


/* Super Fish Skin */
#nav {
	height: 30px; 
	background-color:#5d87a1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ef3e42;
	margin-bottom: 10px;
}

.sf-menu {
	background-color:#5d87a1;
	float: none; 
	margin: 0px auto;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/	
	border-left: none;
	border-top:	none;
	background-color: #5d87a1;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	height: 10px;
}
.sf-menu li, .sf-menu li li li, .sf-menu li li  {
	background:	none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	background-color: #000;
	color: #fff;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 30px; /* match top ul list item height */
}

/* Search Results */

.search-result {
	margin-bottom: 20px;
	clear: both;
	width: 550px;
	overflow: hidden;
	padding: 20px 10px 20px 10px;
}

.search-text {
	float: left;
	width: 380px;
}

.search-thumbnail {
	padding-top: 20px;
	float: right;
}

/* IE 7 Hacks */
#wrapper {
	*padding-top: 10px;
}

#content {

}

#sidebar {
}

#sidebar  ul ul, #sidebar  li, #sidebar  li ul,.sidebarbox ul, .sidebarbox li, .sidebarbox ul ul {
	*padding-left: 0px;
}

.sidebarbox {
	*width: 210px;
}

.widget .searchform {
	*padding-left: 0px
}

.widget ul{
	*margin-left: 0px;
}

.searchform  { 
	*width: 174px; 
}

.searchform .s  { 
	*width: 158px; 
}

.searchform .searchsubmit  { 
	*text-indent: 0px;
}

.search-thumbnail {
	*padding-top: 0px;
}

/* Wordpress Built in Img Classes */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}