/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Add the following wrapper css into the basic layout CSS to turn layout into a fixed width */

#wrapper {
  margin: 0 auto;
  width: 982px;
}

body
{
	background-color: #EAEAEA;
}
a {
	color: #0099FF;
	text-decoration:none;
}
a:active
{
  outline: none;
}
a:hover {
	color: #0099FF;
	text-decoration:underline;
}
:focus
{
  -moz-outline-style: none;
}
div.clearer {
	clear: both;
}

#header
{
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	height: 115px;
	text-align: left;
	padding: 0px 5px;
	font-family: 'Verdana';
}
#verytop
{
	float:right;
	height:67px;
	padding-top:5px;
	text-align:right;
	width:480px;
	color: #888888;
	font-size: 11px;
	font-weight: bold;
	
}
#verytop a {
	color: #888888;
	line-height: 34px;
}
#verytop a:hover {
	color: #0099FF;
}
#livechat_button {
	float: left;
	margin-left: 220px;
}
.navwrap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.virtualcollegefairs.com/images/newlayout/menu.png) no-repeat scroll right bottom;
	
}

.navwrap {
	font-size:12px;
	height:50px;
	line-height:50px;
	padding-right:18px;
	float: right;
	z-index:6;
	position: relative;
	
}

#header #nav {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.virtualcollegefairs.com/images/newlayout/menu.png) no-repeat scroll left top;
	
}

#header #nav {
	height:50px;
	line-height:50px;
	padding-left:13px;
	display: block;
	position: relative;
	width: auto;
}

#nav, #nav ul {
	line-height:50px;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}
#header #nav ul {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

#header #nav ul {
	display:none;
	left:-1px;
	position:absolute;
	top:33px;
	width:192px;
}

#header #nav li {
	float:left;
	margin-top:11px;
	position:relative;
	z-index:20;
}
#header #nav a {
	display:block;
	/*float:left;*/
	height:33px;
	line-height:28px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0 21px;
	position:relative;
	text-align:center;
	text-decoration:none;
	z-index:35;
}

#header #nav .current_page_item a {
	color:#555555;
}

#header #nav a {
	color:#888888;
}

#header #nav li ul a {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #DFDFDF;
}

#header #nav li ul a {
	float:left;
	height:auto;
	padding:0 21px;
	text-align:left;
	width:150px;
}

#header #nav ul a, #header #nav ul li {
background-color:#F5F5F5;
background-image:none;
}

#header #nav li li {
border-left:medium none;
margin-top:0;
}

#header #nav li ul ul {
left:172px;
top:0;
}

#header #nav ul ul {
border-top:medium none;
top:auto;
}

#header #nav ul a:hover, #header #nav ul a:focus {
background-color:#FFFFFF;
color:#555555;
}

#header #nav a:hover, #header #nav a:focus {
color:#555555;
}

#titlebar
{
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	text-align: left;
	padding: 5px;
	background: transparent url(http://www.virtualcollegefairs.com/images/newlayout/bg_slice.png) no-repeat scroll left top;

}


#main
{
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	text-align: left;
	background: transparent url(http://www.virtualcollegefairs.com/images/newlayout/bg_slice2.png) repeat-y scroll center top;
}
.maincross
{
	padding: 10px 20px;
}
div.main_section_bottom {
	background:transparent url(http://www.virtualcollegefairs.com/images/newlayout/bg_slice2.png) no-repeat scroll right bottom;
	height:20px;
	width:965px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}

div.post {
	padding-bottom: 20px;
	padding-top: 7px;
}
div.entry-meta {
	padding-bottom: 10px;
}
div.entry-content {
	font-size: 13px;
	line-height: 20px;
}
#branding {
	width: 660px;
	float:left;
}
#vcf_ad {
	width: 200px;
	float: right;
}
#blog-title{
	font-size: 20px;
	color: black;
}
#blog-description {
	font-size: 15px;
	padding-left: 84px;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
h2, h1.entry-title {
	font-size: 22px;
	padding: 11px 0px;
}
h2.entry-title a {
	color: black;
}

.RSS {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.virtualcollegefairs.com/images/32px/rss.png) no-repeat scroll 0 0;
	font-weight:bold;
	height:53px;
	margin:0 auto 5px;
	padding-right:18px;
	padding-top: 6px;
	text-align:right;
	width:140px;
	float: right;
	color: #747474;
	margin-top: 7px;
}

/*Digg-Digg Plugin Styling*/
#digg_digg table td {
	padding-right: 10px;
	vertical-align: middle;
}
#digg_digg {
	width: 220px;
	float: right;
	margin-top: 40px;
}

div.blog_ads_side {
	width: 200px;
	float: right;
	padding-bottom: 15px;
}
div.ad_side {
	margin-bottom: 5px;
}

div.entry-utility {
	padding: 6px 0px;
}
#social_text {
	width: 400px;
	margin-top: 40px;
	float: left;
}
#social_text h3 {
	font-size: 28px;
	font-weight:normal;
	margin:0;
	line-height: 48px;
}
div.sexy-bookmarks {
	padding-bottom: 40px;
	padding-top: 10px;
}

/*sidebar*/

div.widget-area ul {
	list-style: none;
}
div.widget-area li {
	list-style: none;
}
div.widget-area li h3.widget-title {
	font-size: 16px;
	line-height: 22px;
	color:#333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

/*Comments*/
#comments {
	width: 650px;
	padding: 20px 10px;
	background: #EDEDED;
	border: 1px solid #A0A0A0;
}
#comments h3 {
	font-size: 28px;
	font-weight:normal;
	margin:0;
	line-height: 48px;
}
#comments ul {
	list-style: none;
	margin: 0 0.5em 1.5em 1.35em;
}
#comments ul li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px solid #DDDDDD;
}
#comments div.vcard {
	width: 105px;
	float: left;
}
#comments a.comment-link {
	float: right;
	display: block;
	margin-top: -50px;
}


#footer
{
	background: #404040 url(http://www.virtualcollegefairs.com/images/newlayout/footer_bg.jpg) repeat-x;
	height: 500px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Verdana';
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
#footer a:hover {
	text-decoration: underline;
}
#foot_top
{
	text-align: right;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	background: transparent url(http://www.virtualcollegefairs.com/images/newlayout/new_logo.png) no-repeat;
	height: 57px;
	line-height: 150%;
	padding-top: 15px;
	font-weight: bold;
}

#foot_bottom
{
	font-size: 13px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 972px;
}
#foot_bottom div.box {
	float:left;
	margin-right:43px;
	width:200px;
	z-index:99;
	text-align:left;
}
div.box h1 {
	color:#FFFFFE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
}
#foot_bottom ul {
	list-style: none;
}
#foot_bottom li {
	padding: 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
	height: 32px;
	line-height: 32px;
}
#foot_bottom li img {
	float: left;
	margin-right: 10px;
}
#foot_bottom h3 {
	font-size: 14px;
	font-weight: bold;
}
#foot_bottom input {
	border: 1px solid white;
	padding: 2px;
	width: 170px;
}
#foot_bottom input.submitbutton {
	width: 100px;
	cursor: pointer;
}
#foot_bottom p {
	line-height: 200%;
	padding: 5px 0px 15px 5px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 15px;
}




#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
        left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}
