/* @group Normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    color: #444;
    font: small Arial, Helvetica, sans-serif;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

ol, ul {
    list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.labeled-grid td.label {
    text-align: right;
    vertical-align: top;
}

fieldset, img {
    border: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

p {
    padding: 1em 0 .5em 0;
}

strong {
    font-weight: bold;
}

a:link, a:visited {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: silver;
    border-bottom: none;
}

a:link.subscribe, a:visited.subscribe {
    color: #f36a18;
}

a:hover.subscribe {
    color: silver;
}

/* @end */
/* @group Structure */ 
#page {
    font-size: .9em;
    line-height: 1;
    width: 800px;
    margin: 0 auto;
    position: relative;
} 

#header {
    text-align: left;
    margin: 20px 0 40px 0;
    height: 120px;
    font-size: 3em;
    font-variant: small-caps;
    border-bottom: #444444 3px solid;
    vertical-align: bottom;
} 

#header #logo-wrap {
    border: 0px solid #bebebe;
    text-align: left;
    float: left;
} 

#header #logo {
} 

#header .menu {
    text-align: right;
    vertical-align: middle;
    height: 35px;
    padding-top: 80px;
    float: right;
    font-size: 17px;
} 

#header .menu a.nav {
    display: inline-block;
    padding-right: 15px;
    line-height: 35px;
} 

.description {
    font-size: .5em;
}

/* @end */
/* @Sidebar */ 
#sidebar {
    float: right;
    text-align: left;
    width: 125px;
    padding: 10px 0px 25px 0px;
} 

#sidebar h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
} 

#sidebar a {
    border: none;
    font-weight: normal;
    line-height: 1.5;
} 

#sidebar ul {
    padding: 0px 0px 15px 10px;
} 

#sidebar li a {
    font-weight: normal;
} 

#sidebar h1 a {
    font-weight: bold;
    font-size: 1em;
    text-transform: none;
    line-height: 1.2em;
} 

#sidebar h1 {
    font-weight: bold;
    font-size: 2.05em;
    text-transform: none;
    line-height: 1.5em;
} 

#post-detail {
    font-size: .85em;
    margin: 15px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    border-top: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
} 

#post-detail a {
    font-weight: bold;
} 

#blog-footer {
    margin: 30px 0px 20px 0px;
    line-height: 1.5;
} 

.cat a:link, .cat a:visited {
    text-transform: uppercase;
    color: #f5467a;
} 

.cat a:hover {
    text-transform: uppercase;
    color: silver;
} 

.post li a {
    font-weight: bold;
}

/* @end */
/* @Page content */ 
#content {
    text-align: left;
} 

#content table.labeled-grid td.label {
    padding-right: 10px;
} 

#content h1 {
    font-size: 1.3em;
    line-height: 1;
    margin: 10px 0px 15px 0px;
    font-weight: bold;
    color: #444444;
} 

#content p {
    line-height: 2;
}

/* @end */
/* @Footer */
#footer {
    margin: 30px 0px 40px 0px;
    line-height: 1.5;
    clear: both;
}

/* @end */
/* @Page content */ 
#archive-list {
} 

#archive-list .post {
    margin-bottom: 40px;
} 

#archive-list .post .title {
    font-weight: bold;
    font-size: 1.5em;
	line-height: 1.5;
    margin: 0px 0px 10px 0px;
} 

#archive-list .post .entry {
    line-height: 2;
}

/* See #post .post .entry hr for #archive-list HR rules */ 
#archive-list .object img {
    padding: 2px;
    border: 1px solid silver;
} 

#archive-list .pull-right {
    float: right;
    padding: 15px 0px 20px 20px;
} 

#archive-list .morelink {
    text-align: right;
}

/* @end */
/* @group Lists */
ul {
    padding-bottom: 1em;
}

ul.related li a {
    display: block;
}

ul.related li {
    display: block;
}

ul.archive li {
    display: block;
    padding: 0 0 1em;
}

ul.archive p {
    display: block;
    padding: 0;
}

ul.archive li p {
    padding: 1em 0 .5em 0;
}

ul.archive {
    margin: 0;
    padding: 0;
}

/* @end */
/* @group Posts */ 
#post {
    text-align: left;
    margin-left: 0px;
    /*position: absolute;
     top: 170px;*/
    padding-bottom: 25px;
} 

#post .post .entry {
    margin-bottom: 40px;
    line-height: 2;
} 

#post .post .entry hr, #archive-list .post .entry hr {
    margin: 20px 0px;
} 

#post .pull-right {
    float: right;
    padding: 15px 0px 20px 20px;
} 

#post .object img {
    padding: 2px;
    border: 1px solid silver;
} 

#post .post-image {
    width: 45px;
    height: 45px;
    border: 1px solid #bebebe;
    content: url('images/m.jpg');
}

#post .post ol {
	margin: 0 0 0 45px;
}

#post .post ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 0 5px;
	margin: 1em 0 0.5em 0;
}

/*#post p:first-child {font-weight: bold; font-size: 1.4em; padding-top: 0; color: #f5467a;}*/
#post blockquote p:first-child {
    font-weight: normal;
    color: #444;
    font-size: inherit;
} 

#post blockquote {
    font-weight: normal;
    color: #444;
    font-size: 1.1em;
    border-left: 2px solid silver;
    margin: 1.2em 0 1.2em 2em;
    padding-left: 1em;
}

/* @end */
/* @group Miscellaneous */ 
.cat {
    text-transform: uppercase;
} 

.normal {
    font-weight: normal;
} 

.navigation {
    margin: 0 0 1em;
} 

.center {
    text-align: center;
} 

.borderless img, img.borderless {
    border: none;
} 

.imgleft {
    float: left;
}

em {
    font-style: italic;
} 

.alignleft {
    float: left;
} 

.alignright {
    float: right;
}

/* @end */
/* @group Comments */ 
#post div.bubble {
    width: auto;
    margin-bottom: 24px;
} 

#post div.bubble blockquote {
    margin: 0px;
    padding: 10px;
    border: 1px solid #c9c2c1;
} 

#post div.bubble blockquote p {
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
} 

#post div.bubble cite {
    position: relative;
    margin: -7px;
    padding: 7px 0px 10px 15px;
    top: 5px;
    background: transparent url('images/tip.gif') no-repeat 20px 0;
    font-style: normal;
    font-size: 1em;
    display: block;
} 

.alt {
    margin: 0;
    padding: 0;
} 

#commentform p {
    padding: 5px 0;
    font-size: 1.2em;
} 

#comment {
    width: 336px;
    height: 100px;
} 

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
} 

.commentmetadata {
    margin: 0;
    display: block;
} 

#commentPreview {
    font-size: .8em;
}

/* @end */
/* @group Calendar */ 
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 125px;
} 

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
} 

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
} 

#wp-calendar caption {
    text-align: center;
    width: 100%;
} 

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
} 

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
} 

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
} 

#wp-calendar a {
    text-decoration: none;
} 

#wp-calendar caption {
    font: bold 1.3em "Helvetica Neue", Helvetica, Arial, Sans-Serif;;
    text-align: center;
} 

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

/* @end */
/* @group Search */ 
#search_form {
    display: block;
} 

#applesearch .sbox_l {
    background: white url('/blog/wp-content/themes/ub_modicus2c/images/srch_l.gif') no-repeat top left;
    float: left;
    width: 19px;
    height: 19px;
} 

#applesearch .sbox_r {
    background: white url('/blog/wp-content/themes/ub_modicus2c/images/srch_r.gif') no-repeat top left;
    float: left;
    width: 19px;
    height: 19px;
} 

#applesearch .sbox input {
    background: white url('/blog/wp-content/themes/ub_modicus2c/images/srch_bg.gif') repeat-x top left;
    float: left;
    border: 0;
    height: 13px;
    width: 120px;
    padding: 3px;
    font: 11px / 13px arial;
    color: #000;
}

/* @end */