/*
Theme Name: ncm
Theme URI: 
Description: WP theme designed by <a href="http://www.ncm.at">ncm.at</a>
Version: 1.2
Author: ncm
Author URI: http://www.ncm.at
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}
body {
	color: #000;
	font-size:12px;
    background:#f4f4f4 url(images/body-back.gif) 0 0 repeat-x;
}
/* Default fonts
*******************************/
body		  { font-family:Verdana, Arial, Helvetica, sans-serif; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
}
h1 {
    font-size: 24px;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 14px;
    font-weight:bold;
}
h4 { font-size: 13px; font-weight:bold; color:#00608a; }
h5 { font-size: 12px; font-weight:bold; color:#00608a; }
h6 { font-size: 11px; font-weight:bold; color:#00608a; }


/* Text elements
*******************************/
p			  { margin: 0 0 16px 0; text-align: left; line-height:20px; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }
blockquote    { margin: 0 0 2em 2em; border:1px dotted #666; padding:1em; }
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
small		  { font-size: .9em; }
code          { /*style*/ }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
sub           { vertical-align:sub;font-size: .9em; }
sup           { vertical-align:super;font-size: .9em; }
acronym       { border-bottom:1px dotted #666; }
abbr 		  { /*style*/ }
dfn 		  { font-style:italic; }
bdo           { /*style*/ }
q             { font-style:italic; }
cite          { font-style:italic;}
dl            {line-height:1.8;margin-bottom:1em;}
dd            {}
dt            {}
/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color:#303030; text-decoration: underline; cursor:pointer; }
a:hover		{ color:#555; }
a:visited	{}
a:active,
a:focus     { outline: 0; } /*remove border in ff*/
a:hover		{ text-decoration:none; }

/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}
#content .post ul {
    list-style-type:disc;
}
#content .post ol {
    list-style-type:decimal;
}
#content .post ul li,
#content .post ol li {
    line-height:2;
}
input, textarea{
	border:1px solid #cecece;
	font-size:12px
}
img {
    border:0;
    outline:0;
}
/* Wordpress aligning
*******************************/
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}
.alignright {
   float: right;
   margin: 0 0 1em 1em;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}
/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }
/* Other
*******************************/
.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.zoom {overflow:hidden;}


#root{
	width:780px;
	margin:0 auto;
    border-top:0;
    border-bottom:0;
}

#nav-search {
    overflow:hidden;
    padding-bottom:8px;
	color:#fff;
	font-size:11px;
}

#nav {
    height:21px;
    padding:9px 15px 0 15px;
    float:right;
    width:135px;
    background:url(images/nav-back.gif) 0 0 no-repeat;
}
#nav a{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
#nav a:hover{
    text-decoration:underline;
}

#search {
    padding-top:5px;
	padding-left:20px;
    float:left;
    height:25px;
    width:583px;
    background:url(images/search-back.gif) 0 0 no-repeat;
}
#search input {
    font-size:10px;
    border:1px solid #ababab;
	color:#ababab;
    vertical-align:middle;
}
#search input.text {
	width:265px;
}
#search input.submit {
    background-color:#eb8711;
	border:1px solid #be7927;
    width:105px;
	color:#fff;
	height:16px;
}
#search label{
	margin-right:20px;
	font-weight:bold;
}


#sidebar {
    width:203px;
    float:left;
    display:inline;
	color:#fff;
}

#sidebar .content {
    position:relative;
    padding:10px 20px;
    background:#00608a;
	border-left:1px solid #e6ebee;
	border-right:1px solid #e6ebee;
    min-height:300px;height:auto!important;height:300px;
}

#sidebar .header,
#sidebar .footer {
    font-size:0;
    line-height:0;
    display:block;
    height:10px;
    background-position:0 0;
    background-repeat:no-repeat;
}

#sidebar .header {
    background-image:url(images/sidebar-header.gif);
}
#sidebar .footer {
    background-image:url(images/sidebar-footer.gif);
}

#sidebar h1 a{
	text-decoration:none;
	background:url(images/logo.gif) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	width:122px;
	height:90px;
	margin:0 0 30px 15px;
}

#sidebar h3 {
	margin-bottom:8px;
}

#sidebar .box {
    margin-bottom:30px;
}

#sidebar .box ul {
    font-size:12px;
}
#sidebar li {
    padding-left:12px;
	margin-bottom:4px;
	font-size:11px;
}

#sidebar a {
    color:#fff;
}
#sidebar .tagcloud a{
	text-decoration:none;
}
#sidebar .tagcloud a:hover{
	text-decoration:underline;
}
#sidebar .tagcloud{
	margin-bottom:0;
}

.box input.text {
    border:0;
    background:#FFFFFF;
    padding:2px;
    color:#303030;
    width:120px;
}
.box input.button {
    font-size:11px;
}
.box .tags {
    line-height:1.4;
}
.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}
#recentcomments li {
    background:none;
    padding-left:0;
}
#wp-calendar {
    width:180px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:4px 0 4px 0;
    font-weight:bold;
}
#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}
#wp-calendar thead th {
    background:#000;
    color:#FFE400;
}
#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}
#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}

#header {
    height:240px;
	background:url(images/head-img.jpg) 0 0 no-repeat;
}

#main{
    overflow:hidden;
    width:570px;
    float:right;
}

#content {
    background:#fff;
    overflow:hidden;
    padding:22px;
	padding-bottom:0;
    background-color:#fff;
	border-left:1px solid #00608a;
	border-right:1px solid #00608a;
}

#content h2 {
    float:left;
}

#content .title {
    overflow:hidden;
    padding-bottom:4px;
    float:left;
    width:440px;
}

#content .date {
    padding-top:6px;
    float:right;
    height:31px;
    width:41px;
    text-align:center;
    background:url(images/date.gif) 0 0 no-repeat;
    color:#fff;
}
#content .date span {
    display:block;
}

#content h2 a {
    text-decoration:none;
    display:block;
    padding-bottom:4px;
	color:#00608a;
	margin-bottom:16px;
}
#content h2 a:hover {
    background:url(images/h2-a-back.gif) 0 100% repeat-x;
}

#content .postdata {
    clear:both;
    font-size:12px;
    padding-bottom:18px;
    color:#757575;
}
#content .postdata a {
    color:#757575;
	text-decoration:none;
}
#content .postdata a:hover{
	text-decoration:underline;
}

#content .categories, #content .comments {
    display:block;
	margin-bottom:2px;
}

#content .entry {
    clear:both;
}

#content .tags {
    background:url(images/tags-bottom.gif) 0 100% no-repeat;
    color:#fff;
    clear:both;
    font-size:11px;
    padding-bottom:6px;
}
#content .tags .top {
    background:url(images/tags-top.gif) 0 100% no-repeat;
    display:block;
    height:6px;
}
#content .tags .content {
    background:#00608a;
    padding:0 12px;
    line-height:1.1;
}
#content .tags a {
    color:#fff;
}


#content .post {
    margin-bottom:45px;
    overflow:hidden;
    clear:both;
}
.post h3 a{
	text-decoration:none;
	margin:20px 0 5px 0;
	display:block;
}


a.more-link,
a.more-link span {
    background-image:url(images/read-more.gif);
    background-repeat:no-repeat;
}
a.more-link {
    font-weight:bold;
    font-size:.92em;
    background-position:0 0;
    display:block;
    width:110px;
    text-decoration:none;
    line-height:1;
    float:right;
    margin-bottom:6px;
}

a.more-link:hover  {
    text-decoration:none;
    color:#000;
}

a.more-link span {
    background-position:100% -18px;
    height:15px;
    display:block;
    width:100px;
    padding:3px 5px 0;
    text-align:center;
}

/* Comments
 *******************************/

#comments {
}

#comments h3 {}

.comments-list {
    margin:12px 0;
}

.comments-list .avatar {
    margin-bottom:4px;
    vertical-align:middle;
}

.comments-list li {
    padding:5px;
    line-height:1.2;
}

.comments-list li {
    font-size:.92em;
}

.comments-list li.graybox {}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comment{
	border-top:1px solid #00608a;
}
.commentmetadata{
	float:right;
	margin-top:-10px;
}
.commentmetadata a{
	text-decoration:none;
}

.comments-list .comment {
    margin-top:8px;
}
#commentform {
    margin-top:12px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #eee;
    padding:2px;
    font-size:11px;
    border-radius: 6px;
}

#commentform input.text {
    width:250px;
}

#commentform input.button {
    text-align:center;
    width:150px;
    color:#fff;
    font-weight:bold;
    background-color:#eb8711;
	border:1px solid #be7927;
	cursor:pointer;
}

#commentform textarea {
    width:500px;
}

#recent{
    clear:both;
    color:#fff;
}

#recent .content {
    float:left;
    background:url(images/footer-back.gif) 0 0 no-repeat #00608a;
    overflow:visible;
    width:732px;
    min-height:170px;
    height:auto!important;
    height:170px;
    padding:15px 24px;
}
#recent h3{
	font-size:16px;
}
#flickr{
	margin-left:20px;
}
#flickr a img{
	border:1px solid #fff;
	margin:8px 0 0 8px;
}
#flickr a:hover img{
	border-color:#c7c7c7;
}

#footer{
    clear:both;
    padding:8px 24px;
    font-size:11px;
    overflow:hidden;
    background:#C7C7C7;
	color:#2c2c2c;
}
#footer .copyright{
    float:left;
    line-height:2;
}
#footer .links{
    float:right;
    line-height:2;
}
#footer .links a{
    padding-left:12px;
	color:#2c2c2c;
}

.navigation {
    font-weight:bold;
    font-size:.92em;
    line-height:1.2;
}

#content #searchform{
	clear:both;
	padding:25px 0;
}
#content #searchform #s{
	width:250px;
}
.hidden{
	display:none;
}
#twtr-profile-widget .twtr-doc, #twtr-profile-widget .twtr-hd a{
	font-size:12px;
}