body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	background-image: url(/templateimages/header-bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
}

a:link, a:visited {
	color: #185593;
}

a:hover {
	color: #69c;
}


#header {
	padding: 14px 0 0 0;
}

#skipNav {
	display: none;
}

#navigation, #subNavigation {
	margin-left: 7.5%;
	padding: 0 0 0 4%;
}

#navigation {
}

#navigation a {
	display: block;
	float: left;
	background-color: #09436b;
	color: #fff;
	font-size: 80%;
	padding: 0.3em 8px 0.4em 8px;
	font-weight: bold;
	margin: 0 3px 0 3px;
	text-decoration: none;
}

#navigation a.selected {
	background-color: #fff;
	color: #09436b;
	border: 1px solid #ccc;
	border-bottom-color: #fff;
	margin: 6px 5px -1px 5px;
}

#subNavigation {
	clear: both;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 66%;
	text-align: right;
	font-size: 70%;
	padding: 2px 5px 2px 0;
	min-height: 1em;
	margin-top: 32px;
}

#content, #secondary {
	margin-top: 1.5em;
	font-size: 80%;
}

#content {
	width: 61%;
	float: left;
	padding: 0 0 0 12%;
	color: #444;
	min-height: 170px;
}

#secondary {
	width: 27%;
	float: right;
    margin-right: 2%;
	/*background-color: #e9eef1;
	background-image: url(/templateimages/secondary-bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;*/
	/*padding: 0 1em 180px 1em;*/
	padding: 0 1em;
	color: #666;
}

#footer {
	clear: both;
	background-color: #e9eef1;
	color: #444;
	border-bottom: 10px solid #09436b;
	padding: 5px 0 5px 12%;
	font-size: 70%;
	margin-top: 2.5em;
	float: left;
	width: 88%;
}

#header #search {
	position: absolute;
	/*top: 16px;
	right: 5px;
	font-size: 90%;*/
}


h1 {
    font-weight: normal;
    font-size: 22px;
}


/* Messages */
#fabricMessages {
	width: 61%;
	float: left;
	padding: 0 0 0 12%;
	color: #444;
	font-size: 80%;
}

#fabricMessages .error, #fabricMessages .info {
	margin-top: 1em;
	min-height: 36px;
	padding: 8px 8px 8px 45px;
}

#fabricMessages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fabricMessages ul li {
	margin: 0;
	padding: 0;
}

#fabricMessages .error {
	background-image: url(/templateimages/icons/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #ffffe1;
	border: 1px solid #ddd;
}

#fabricMessages .info {
	background-image: url(/templateimages/icons/information.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #F2F9FF;
	border: 1px solid #DAEDF9;
}


/* Blog */
.blogEntry {
	margin-bottom: 3em;
	line-height: 1.4em;
}

.blogEntry h1 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-size: 160%;
	font-weight: normal;
}

.blogEntry h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	letter-spacing: -1px;
	font-size: 150%;
	font-weight: normal;
}

.blogEntry h3 a {
	text-decoration: none;
}

.blogEntry .meta, .blogEntry .extra {
	color: #888;
	font-size: 75%;
	margin: 0;
}

.blogEntry .meta {
	padding: 3px 0 2px 0;
	border-bottom: 1px solid #ffad33;
}

.blogEntry .extra {
	margin-top: 2.2em;
}

.blogEntry .meta img, .blogEntry .extra img {
	vertical-align: middle;
	margin-right: 2px;
}

pre {
    /*background-color: #f7f9fa;*/
    padding: 3px 6px;
    font-size: 12px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
}


.social-share {
	float: right;
	width: 220px;
	color: #888;
	height: 16px;
	text-align: right;
}

.social-share a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/static/module/social/bookmark-icons.png);
	margin-left: 1px;
	vertical-align: middle;
}

.social-share .delicious {
	background-position: -16px -16px;
}

.social-share .delicious:hover {
	background-position: 0 -16px;
}

.social-share .dzone {
	background-position: -16px -32px;
}

.social-share .dzone:hover {
	background-position: 0 -32px;
}

.social-share .stumbleupon {
	background-position: -16px -48px;
}

.social-share .stumbleupon:hover {
	background-position: 0 -48px;
}

.social-share .technorati {
	background-position: -16px -64px;
}

.social-share .technorati:hover {
	background-position: 0 -64px;
}

.social-share .facebook {
	background-position: -16px -80px;
}

.social-share .facebook:hover {
	background-position: 0 -80px;
}

.social-share .google {
	background-position: -16px -112px;
}

.social-share .google:hover {
	background-position: 0 -112px;
}

.social-share .reddit {
    background-position: -16px -128px;
}

.social-share .reddit:hover {
    background-position: 0 -128px;
}


/* Blogmarks */
#blogmarks {
}

#blogmarks h4 {
	margin: 1.4em 0 0 0;
	padding: 0;
}

#blogmarks p {
	margin: 0;
	padding: 0;
}


/* Comments */
.comment {
	margin: 1em 0 1.5em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f7f9fa;
}

.comment.owner {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.comment .meta {
	width: 11em;
	float: left;
}

.comment .meta .date {
	font-size: 75%;
}

.comment .meta, .comment .text {
	padding: 5px;
	min-height: 50px;
}

.comment .text {
	margin-left: 12em;
}

.comment .text p:first-child {
    margin-top: 0;
}

.comment .text p:last-child {
    margin-bottom: 0;
}

.comment .avatar {
    float: left;
    margin-right: 6px;
}


/* Forms */
.formRow {
	margin-bottom: 0.8em;
}

.formRow label {
	float: left;
	display: block;
	margin-right: 5px;
	width: 140px;
	text-align: right;
}

input[type=text], input[type=password], .formRow textarea {
    border: 1px solid #ccc;
}

.formRow .description {
	margin: 2px 0 0 145px;
	padding: 0;
	font-size: 12px;
}

.formRow ul.errors {
    list-style-type: none;
    margin: 3px 0 5px 145px;
    padding: 2px 6px 2px 24px;
    background-color: #ffffe1;
    background-image: url(/static/core/icons/16x16/warning.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    min-height: 18px;
    font-size: 13px;
    color: #555;
    display: inline-block;
}

.buttonRow {
    padding-left: 145px;
    margin-top: 25px;
}


/* Pretty printing styles. Used with prettify.js. */

/* SPAN elements with the classes below are added by prettyprint. */
.pln { color: #000 }  /* plain text */

@media screen {
  .str { color: #080 }  /* string content */
  .kwd { color: #008 }  /* a keyword */
  .com { color: #800 }  /* a comment */
  .typ { color: #606 }  /* a type name */
  .lit { color: #066 }  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun, .opn, .clo { color: #660 }
  .tag { color: #008 }  /* a markup tag name */
  .atn { color: #606 }  /* a markup attribute name */
  .atv { color: #080 }  /* a markup attribute value */
  .dec, .var { color: #606 }  /* a declaration; a variable name */
  .fun { color: red }  /* a function name */
}

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str { color: #060 }
  .kwd { color: #006; font-weight: bold }
  .com { color: #600; font-style: italic }
  .typ { color: #404; font-weight: bold }
  .lit { color: #044 }
  .pun, .opn, .clo { color: #440 }
  .tag { color: #006; font-weight: bold }
  .atn { color: #404 }
  .atv { color: #060 }
}

pre.prettyprint {
    background-color: none;
    padding: 4px 2px;
    font-family: Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
    overflow-x: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

code, tt {
    font-family: Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
}

tt {
    color: #000;
}

ol.linenums {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 35px;
}

/* Alternate shading for lines */
li.L0, li.L2, li.L4, li.L6, li.L8 {
    background-color: #f8f8f8;
}



@media screen and (max-width: 768px) {
    #secondary {
        display: none;
    }

    #content {
        width: 95%;
        padding: 0 2%;
    }

    #subNavigation {
        width: 90%;
    }
}
