/*
THEME NAME: SCUpdate Iteration2
DESCRIPTION: Developed for Southwestern College using the thematic framework, along with masonry and s3slider jquery.
AUTHOR: Tony Marolf, John.Marolf@gmail.com
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

@import url('library/new.css');
/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.pdf_widget2 {padding:48px 0px; width:870px; min-height:376px; margin:0px auto 50px; position:relative; overflow:hidden;}

.pdf_widget2 h1{margin-top:100px; margin-bottom:10px; font-size:18px; line-height:24px; position:relative; float:left; width:280px; padding:0px 20px;}

.pdf_widget2 a{ margin-left:20px; margin-top: 10px; color:#3c103d; border-bottom:1px solid #3c103d; text-decoration:none; position:relative; float:left; clear:left; }

.pdf_widget2 ul{clear:right; float:right; position:absolute; top:60px; right:0px; margin:0px; padding:0px;}

.pdf_widget2 ul li{background-color:#fff; width:129px; margin-left:12px; display:inline; float:left; list-style:none;}

.pdf_widget2 ul li img{margin:0px; padding:0px;}

.pdf_widget2 ul li a{margin:0px; padding:0px; text-decoration:none; border:0px; outline:0px; float:none; width:auto;}

.pdf_widget2 ul li p {padding:0px; margin:6px 8px; color:#333; background: url('../images/pdf_icon_tiny.jpg') left center no-repeat; font-size:12px; line-height:14px; color:#3c103d; }

.pdf_widget2 ul li p a{padding:6px 6px 6px 30px;}


.navbar li {
display:inline;
margin:0px;
float:left;
width:7em; 
left:0px !important;
top:2px !important;
}

.navbar li a{
display:block;
text-align:center;
width:7em;
padding-left:0px !important;
padding-right:0px !important;
}

.navbar li ul {
margin-left:0px;
color:#52463a;
position:absolute;
width:7em;
left:-999em;
z-index:2;
}

.navbar li ul li a{
background-color:#b872ff;
margin-bottom:2px;
}

.navbar li:hover ul{
left:auto;
}


