/**
 * 
 * Changelog
 * 16/11/09 - 0.1.6
 * Fixed bug in file naming - renamed images/social/Google.png to images/social/google.png
 * 18/11/09 - 0.1.7
 * Fixed bug in title css styling
 * 21/11/09 - 0.1.8
 * Fixed theme name in footer
 * Fixed extra slashes appearing in the intro box if a single/double quote was entered.
 * Fixed one more bug in title css styling
 */

/* Get base CSS */
@import url('library/css/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');

/* Custom CSS */
@import url('custom.css');

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}


/*overwrite */
#page-nav li a {
padding: 2px 15px 2px 15px !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 0px solid #000;
padding: 10px;
margin-right: -10px !important;
}

#navigation (line 5)
{
/* margin-bottom: 2px !important; */
}

#page-nav li:hover ul, li.sfHover ul {
	top: 21px !important;
background-color: transparent !important;
	}

div#site-title {
padding-left: 0px !important;
}

div#site-description {
padding-left: 0px !important;
}

img#pac_logo {
position: relative;
width: 70px;
border: 0px solid Blue;
}