/* -------------------------------------------------------------------- */
/* -----| GENERAL |---------------------------------------------------- */
/* -------------------------------------------------------------------- */

html {
    font-size: 100%;
}

body {
    background: #333 url(/images/bg.png) repeat top left;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .85em;
}

#pageWrap {
	background-color: #FFF;
	margin: 20px auto;
	padding: 20px;
	width: 760px;
}

a {
	color: #DD4814;
	text-decoration: underline;
}

a:hover {
	color: #DD4814;
	text-decoration: underline;
}

/* -------------------------------------------------------------------- */
/* -----| HEADER |----------------------------------------------------- */
/* -------------------------------------------------------------------- */

#siteHeader {
	background-color: #DD4814;
	color: #FFF;
	padding: 20px;
}

#siteTitle {
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#siteTag {
	font-size: 1em;
	margin: 14px 0 0;
}


/* -------------------------------------------------------------------- */
/* -----| NAVIGATION |------------------------------------------------- */
/* -------------------------------------------------------------------- */

#siteNavigationWrap {
	background: #555 url(/images/nav-bg.png) no-repeat -120px top;
	color: #FFF;
	margin: 0 0 20px;
	padding-top: 10px;
}

#siteNavigationWrap ul {
	float: left;
	margin: 0;
}

#siteNavigationWrap  ul li {
	float: left;
	list-style: none;
	position: relative;
}

#siteNavigationWrap ul li a {
	color: #FFF;
	display: block;
	font-size: .8em;
	padding: 10px 15px;
	text-decoration: none;
}

#siteNavigationWrap ul li:hover a {
	background-color: #444;
}

/* SUB NAVIGATION */

#siteNavigationWrap ul li ul {
    background-color: #444;
    display: none;
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
}

#siteNavigationWrap ul li:hover ul {
    display: block;
}

#siteNavigationWrap ul li ul li {
    display: block;
    float: none;
    margin: 0;
}

#siteNavigationWrap ul li ul li a {
    display: block;
    white-space: nowrap;
}

#siteNavigationWrap ul li ul li a:hover {
    background-color: #333;
    color: #FFF;
}

#siteNavigationWrap ul li:hover ul li a {
    background-image: none;
}

.externalLink {
    background: transparent url(/images/icons/external_link.png) no-repeat right center;
    display: inline-block;
    padding-right: 12px;
}

/* FEED ICON */

#feedIcon {
    background: transparent url(/images/icons/rss_16.png) no-repeat center center;
    display: block;
    float: right;
    font-size: .8em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 16px;
}

#feedIcon:hover {
	background-color: #444;
	text-decoration: none;
}


/* -------------------------------------------------------------------- */
/* -----| CONTENT |---------------------------------------------------- */
/* -------------------------------------------------------------------- */

#content {
}

#content h1 {
	font-size: 1.6em;
	margin: 0 0 20px;
}

#content h2 {
	font-size: 1.4em;
	margin: 0 0 20px;
}

#content h3 {
	font-size: 1.2em;
	margin: 0 0 20px;
}

#content h4 {
	font-size: 1em;
	margin: 0 0 20px;
}

#content h5 {
	font-size: .9em;
	margin: 0 0 20px;
}

#content p, #content ul, #content ol {
    font-size: .9em;
    line-height: 1.5em;
    text-align: justify;
}

.projectList {
    /* NULL */
}

.projectList li {
    list-style: none;
}

.projectList ul {
    margin: .5em 3em;
}

.projectList ul li {
    list-style: square outside none;
}

.projectList h4 {
    color: #DD4814;
    font-size: 1.1em;
    margin: 0 !important;
}


/* -------------------------------------------------------------------- */
/* -----| POST META DATA |--------------------------------------------- */
/* -------------------------------------------------------------------- */

.postMetaData {
	background-color: #DEDEDE;
	color: #333;
	margin: 20px 0;
	padding: 20px;
}

.postMetaData .postTags {
	background: transparent url(/images/icons/tag_green.png) no-repeat left 3px;
	font-size: .9em;
	margin-bottom: 10px;
	padding: 2px 0 2px 20px;
}

.postMetaData .postCategory {
	background: transparent url(/images/icons/application_view_list.png) no-repeat left center;
	padding-left: 20px;
}

.postMetaData .post-edit-link {
	background: transparent url(/images/icons/page_white_edit.png) no-repeat left center;
	padding-left: 20px;
}

.postMetaData .postComments{
	background: transparent url(/images/icons/comments.png) no-repeat left center;
	padding-left: 20px;
}


/* -------------------------------------------------------------------- */
/* -----| SIDEBAR |---------------------------------------------------- */
/* -------------------------------------------------------------------- */

#sideBar {
	float: right;
	width: 250px;
}

#sideBar ul {
    margin: 0;
    padding: 0;
}

#sideBar ul li {
    list-style: none;
    margin: 0 0 20px;
}

#sideBar ul li h2 {
    border-bottom: 3px solid #DEDEDE;
    font-size: 1.1em;
    margin: 0;
    padding: 0 0 2px;
}

#sideBar ul li ul {
    border-bottom: 2px solid #DEDEDE;
    margin: 0;
    padding: 0;
}

#sideBar ul li ul li {
    border-bottom: 1px solid #DEDEDE;
    font-size: .9em;
    margin: 0;
    padding: 2px 3px;
}

#sideBar ul li select {
    margin: 3px 0;
    width: 100%;
}

#searchform {
	background-color: #DEDEDE;
	margin-bottom: 20px;
	float: right;
	margin-top: -20px;
	padding: 10px;
	position: relative;
}

#searchform label {
    display: none;
}

#searchform #s {
    background: #FFF url(/images/icons/magnifier.png) no-repeat 3px center;
	border: 1px solid #555;
	float: left;
	font-size: 12px;
	height: 18px;
	padding: 4px 4px 4px 22px;
	width: 147px;
}

#searchform #searchsubmit {
	background-color: #555;
	border: none;
	color: #FFF;
	cursor: pointer;
	height: 28px;
	float: left;
	font-size: 11px;
	padding: 0 4px;
	width: 55px;
}

.widget_calendar h2 {
    display: none !important;
}

#wp-calendar {
    clear: both;
    width: 100%;
}

#wp-calendar caption {
    background-color: #DEDEDE;
    color: #333;
    font-weight: bold;
    padding: 5px;
    
}

#wp-calendar tbody td {
    border: 1px solid #DEDEDE;
}

#next {
    text-align: right;
}

#prev a, #next a {
    background-color: #555;
    color: #FFF;
    display: inline-block;
    font-size: .85em;
    margin-top: 5px;
    margin-right: 2px;
    padding: 4px 6px;
    text-decoration: none;
}

#prev a:hover, #next a:hover  {
    background-color: #444;
}


/* -------------------------------------------------------------------- */
/* -----| FOOTER |----------------------------------------------------- */
/* -------------------------------------------------------------------- */

#siteFooter {
    border-top: 1px dotted #999;
    color: #666;
    font-size: .8em;
    margin-top: 20px;
    padding-top: 10px;
}

#siteFooter a {
    color: #666;
    text-decoration: none;
}

#siteFooter a:hover {
    text-decoration: underline;
}

.footerLeft {
    float: left;
    line-height: 1.5em;
    width: 605px !important;
}

.footerRight {
    color: #999;
    float: right;
    line-height: 1.5em;
    text-align: right;
    width: 145px !important;
}

#networkingList {
    display: inline-block;
    margin: 0;
}

#networkingList li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 3px;
}

#networkingList li.title {
    font-size: .9em;
    font-weight: bold;
    margin: 1px 3px -1px 0;
}

#networkingList li a {
    display: block;
}

#networkingList li a img {
    display: block;
}

#copyrightLink {
    color: #999 !important;
}


/* -------------------------------------------------------------------- */
/* -----| NOTIFICATIONS |---------------------------------------------- */
/* -------------------------------------------------------------------- */

.notification {
    background: url("/images/transparent_white_bg.png") repeat scroll left top transparent;
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 3px #666;
    font-size: 0.9em;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}

.notification .dismissButton {
    position: absolute;
    right: 10px;
}


/* -------------------------------------------------------------------- */
/* -----| MISCELLANEOUS |---------------------------------------------- */
/* -------------------------------------------------------------------- */

#defineHacker {
    border-bottom: 1px dotted #333;
    cursor: pointer;
}

.image {
    border:1px solid #CCC;
    margin: 3px 10px;
    padding: 2px;
}

.image.left {
    margin-left: 0;
}

.image.right {
    margin-right: 0;
}

hr {
    border: 0;
    color: #DEDEDE;
    background-color: #DEDEDE;
    height: 2px;
}

/**
 *  ChrisKankiewicz.com styles by, Chris Kankiewicz (www.ChrisKankiewicz.com)
 */
