/*
Theme Name: UNC - Nursing News
Theme URI: 
Description: 
Version: 2009
Author: 
Author URI: 


*/

/* 
------------------------------------------------
MAIN SECTION STYLES 
------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
	background-color:#fff;
}
#wrapper {
	width:950px; 
	margin-left:auto; 
	margin-right:auto;
}
#header {
	font-size:11px;
	background-color:#333; 
	text-align:right; 
	padding:5px; 
	color:#fff;
}
#main {
	background-image:url(images/bg-strip.jpg); 
}
#sidebar-left {
 	width:230px; 
	padding:10px; 
	float:left; 
	color:#000; 
	line-height:130%; 
	font-weight:normal;
}
#sidebar-left p.welcome {
	font-weight:normal;
}
#sidebar-right {
	width:180px; 
	float:left; 
	padding:10px;
}
#sidebar-float {
	float:right; 
	padding:0 0 15px 15px; 
	width:150px;
	font-size:11px; 
	color:#666; 
	font-style:italic; 
	line-height:130%;
}
#column-middle {
 	width:450px; float:left; padding:25px;
}
#column-middle-overview {
 	width:450px; float:left; padding:25px;
}
.sidebar-header {
	margin: 8px 0 8px 0;
}

#sidelinks {
	padding-left: 0;
}
#link-homepage {
	margin-bottom:5px; background-image: url(images/icon-homepage.jpg); padding-left:20px; background-repeat:no-repeat; background-position: left;
}
#link-blog {
	margin-bottom:5px; background-image: url(images/icon-blog.jpg); padding-left:20px; background-repeat:no-repeat; background-position:left;
}
#link-twitter {
	margin-bottom:5px; background-image: url(images/icon-twitter.jpg); padding-left:20px; background-repeat:no-repeat; background-position:left;
}
#link-flickr {
	margin-bottom:5px; background-image: url(images/icon-flickr.jpg); padding-left:20px; background-repeat:no-repeat; background-position:left;
}
#link-fb {
	margin-bottom:5px; background-image: url(images/icon-fb.jpg); padding-left:20px; background-repeat:no-repeat; background-position:left;
}

#footer {
	font-size:11px;
	color:#fff;
	text-align:center;
	background-color:#333; 
	padding:10px;
}

/* 
------------------------------------------------
OVERARCHING STYLES 
------------------------------------------------
*/


body {
	font-size: 13px; 
	color: #333;
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
	clear: both
}

img {
	border:none;
}

a, a:link, a:visited {
	font-weight:100;
	color:#999;
	text-decoration:none;
}

a:hover, a:active {
	font-weight:100;
	color:#981B1E;
	text-decoration:none;
}

#header a, #header a:link, #header a.visited {
	color:#fff;
	text-decoration:underline;
}

#header a:hover, #header a:active {
	color:#fff;
	text-decoration:none;
}
#sidebar-left a, #sidebar-left a:link, #sidebar-left a.visited {
	color:#6699cc;
	font-weight:bold;
	text-decoration:underline;
}

#sidebar-left a:hover, #sidebar-left a:active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar-right a, #sidebar-right a:link, #sidebar-right a.visited {
	color:#6699cc;
	font-weight:bold;
	text-decoration:underline;
}

#sidebar-right a:hover, #sidebar-right a:active {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#footer a, #footer a:link, #footer a.visited {
	color:#fff;
	text-decoration:underline;
}
#column-middle-overview a, #column-middle-overiew a:link, #column-middle-overiew a.visited {
	color:#6699cc;
	font-weight:bold;
	text-decoration:underline;
}

#column-middle-overview a:hover, #column-middle-overiew a:active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration:none;
}

h1, h2 {
  margin: 0;
}

h1 {
 	font-size: 26px;
 	font-weight: 100;
 	color:#29649d;
	margin-bottom:5px;
	line-height: 130%;
}

input.text {
	color: #CCC;
}

.textfield, td.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	background-color: #FAFAFA;
	color:#f60;
}
ul, li {
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	padding-left:0;
	margin-left:0;
}
ul {
	padding-left:15px;
}
.small {
	font-size:10px;
	color:#CCC;
}

.divider-top {
	border-top: 1px solid #CCC;
}

.divider-bottom {
	border-bottom: 1px solid #CCC;
}


#sidebar-left h2,
#sidebar-right h2 { 
	font-size: 13px;
	margin: 0;
}
#column-middle-overview ul { margin-bottom: 5px;}
#sidebar-right ul { margin-bottom: 10px; }
ul.no-dot { list-style: none; }



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

