/*  
Theme Name: Nouice 1
Theme URI: http://nouice.com/nouice-1-a-free-wordpress-theme/
Description: Simple & Clean Theme. 
Version: 1
Author: Jason
Author URI: http://www.nouice.com/

	Blueprint CSS Framework
	http://code.google.com/p/blueprintcss/

	Valid XHTML 1.0 Strict & CSS2

*/


* {
margin: 0;
padding: 0;
}

body {
color: #000;
background: #F5F5F5;
font-family: Helvetica, arial, sans-serif;
font-size: 75%;
line-height: 1.6;
background-image: url("http://thisiscolossal.com/wp-content/themes/colossal/images/header-june.jpg");
background-repeat: no-repeat;
background-position: top center;
}

h1, h2, h3, h4, h5, h6 {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-weight: bold;
}

h1 {
font-size: 3em;
position: relative;
top: 15px;
left:0px;
}

h1 a {display: block;width: 900px;height: 80px;background: url(/images/photodonuts.png);text-indent: -9999px;}
h1 a:hover {background: url(/images/photodonuts.png) bottom left;}
 
h2 {
font-family: helvetica, arial, sans-serif;
font-size: 20px;
margin-bottom: 10px;
}

h3 {
font-size: 1.5em;
line-height: 1;
margin-bottom: 1em;
}

h4 {
font-size: 1.2em;
line-height: 1.25;
margin-bottom: 1.25em;
}

h5 {
font-size: 1em;
font-weight: 700;
margin-bottom: 1.5em;
}

h6 {
font-size: 1em;
font-weight: 700;
}

p {
font-size: 1.1em;
margin: 0 0 0.7em;
}

blockquote {
color: #999;
margin: 15px;
padding-left: 25px;
}

em {
font-style: italic;
}

strong {
font-weight: 700;
}

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}

pre {
background: #fff;
border-top: 1px solid #ccc;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

img {
border: none;
}

p img {
padding: 0px;
}

a:focus, a:hover {
color: #FC7F3C;
text-decoration: none;
}

a {
color: #2F332E;
font-weight:bold;
outline: none;
text-decoration:none;
-webkit-transition: all 300ms ease-in;
}

ul, ol {
margin: 0 2.5em 1.5em;
}

ul li, ol li {
margin-bottom: 0.5em;
}

ul {
list-style-type: circle;
}

ol {
list-style-type: decimal;
}

input, textarea {
font-family: "Lucida Grande", Verdana, sans-serif;
}

.clear {
clear: both;
}

.container {
width: 1000px;
margin-top:100px;
margin: 0 auto;
}

#header {display: block;width: 900px;height: 80px;
}



ul.menu {
list-style-type: none;
position: relative;
float: right;
top: 25px;
height: 35px;
margin-top: 10px;
margin-bottom: 10px;
font-weight:bold:
text-transform: normal;
}

li.page_item {
float: left;
display: inline;
font-size: 1.2em;
background: none;
height: 35px;
padding: 0 15px 0 16px;
}

li.page_item_1 { background: none; padding-left: 15px; }

li.page_item a {
color: #666;
display: block;
text-decoration: none;
padding: 5px 15px 5px 0;
}

li.page_item a span {
padding: 5px 0 5px 15px;
}

li.page_item a:hover{
color: #000;
background: #e7e7e7;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


li.current_page_item a {
color: #fff;
background: #aa0c2b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}
#leftcolumn, #rightcolumn {
position: relative;
top: 230px;
}

#leftcolumn {
float: left;
width: 700px;
overflow: hidden;
}

#rightcolumn {
float: right;
width: 280px;
}

.post {
font-size: 1.1em;
padding: 15px 15px 15px 15px;
}
.post_c {
background: #fff;
}
.post_b {
background: #fff;
width: 100%;
margin-bottom: 20px;
}

.title h2 {
color: #000;
padding-left: 10px;
}

.title h2 a {
color: #000;
text-decoration: none;
}

.title h2 a:hover {
color: #FC7F3C;
text-decoration: none;
}

.postdata {
font-size: 11px;
color: #333;
margin-left: 0.8em;
margin-bottom: 5px;
}

.postdata a {
color: #333;
font-weight: bold;
}


.entry {
clear: both;
margin: 0 0.5em 0 0.8em;
}

.entry h3 {
font-size: 1.3em;
}

.more-link {  }

#related h3, h3#comments {
padding: 8px 15px 5px 38px;
}

.pagers {
width: 100%;
margin: 0 auto;
height: 60px;
}

.pagers a {
color: #FC7F3C;
}

/* -------------------
*      Sidebar
------------------- */

ul#sidebar {
list-style-type: none;
font size: 1em;
font-weight:bold;
line-height: 1.6em;
margin: 0;
padding: 0;
}

#sidebar h2 {
color: #000;
font-weight: bold;
padding-left: 0px;
font-size: 16px;
margin-bottom: 0.5em;
}

.widget {
padding: 5px 5px 0px 5px;
}
.widget_c {
background: #transparent;
}
.widget_b {
background: #transparent;
height: 0px;
margin-bottom: 5px;
}

.widget ul {
list-style-type: none;
margin: 5px 5px 0 0;
width: 100%;
}

.widget ul li {
color: #aaaaaa;
padding-left: 0px;
}

#sidebar a {
color: #2F332E;
text-decoration: none;
}

#sidebar a:hover {
color: #ff4ea3;
}
#menu {clear:both;} 
#menu ul {list-style-type:none;margin:0 0 5px 0 ;padding:0;}
#menu a:hover {color:#2F332E;}
#home a:hover {color:#ff4ea3;}
#about a:hover {color:#AEEE00;}
#contact a:hover {color:#C9001A;}
#rss a:hover {color:#FC7F3C;}
#twitter a:hover {color:#01B0F0;}
#facebook a:hover {color:#3B5998;}
#menu ul li {float:left;margin-left:6px;}
#menu ul li a {color:#2F332E;font-weight:bold;text-decoration:none;float:left;} 

.tagcloud {
font-family: calibri, Arial, Helvetica, sans-serif;
word-spacing: 5px;
}

.feedcountdiv p{
margin-top:5px;
margin-left:10px;
}
.feedcount {
text-align:left;
padding:3px;
background-color:#000;
color:#ffffff;
font-weight:bold;
font-family: arial;
-moz-border-radius:3px;
border:0px solid #cc5b00;
}
.subscribers {
font-weight:bold;
font-size: 1.6em;
font-family: georgia;
background-color: #000;
color:#ffffff;
padding:0px 2px 0px 2px;
}

.tumblr {
        list-style: none;
        width: 300px;
        padding-bottom: 1px;

}
.tumblr li {
        margin-bottom: 1px;
        margin-left: 6px;
        margin-right: 1px;
text-align:center;
}
.tumblr p {
        margin: 0;
}
.tumblr img {
margin:auto;
}
.tumblr em {
        display: block;
        margin-top: 0.2em;
}
.tumblr .tumblr-post-date{
        display: block;
        font-size: 0.9em;
        margin-top: 0.5em;
}

/* Search */
.widget_search {
text-align: left;
}
#searchform input {
width: 50px;
margin-bottom: 1em;
padding: 3px;
}
input#s {
font-size: 1.2em;
width: 140px;
color: #000;
background: #ffffff;
border: 1px solid #DDDDDD;
}

/* Comment Area */

.commentlist {
font-family: Calibri, Arial, Helvetica, sans-serif;
margin: 0 0 0 2em;
}

.commentlist .body {
font-family: Calibri, Arial, Helvetica, sans-serif;
padding: 0 1em;
overflow: hidden;
}

.commentlist li {
width: 100%;
padding: 0 0 .5em;
}

.commentlist li .top {
color: #555;
background: #000;
padding: 5px;
font-weight: bold;
width: 93%;
}

.commentlist li .top a {
color: #ccc;
}

.commentlist li .top span {
float: right;
font-size: 0.8em;
font-weight: 400;
margin-top: 2px;
}

img.gravatar {
float: right;
margin: 0 .5em 1em 1em;
padding: 1px;
border: 2px solid #e7e7e7;
}

.theform {
border-top: 1px solid #222;
padding: 1.5em 0 2em;

}

.theform label {
font-size: 0.9em;
vertical-align: middle;
}

#remember, #forget, #txpCommentHelpLink {
margin-left: 2em;
}

#commentform {
margin-left: 1em;

}

#commentform input:focus, #commentform textarea:focus {
border: 1px solid #444;
color: #cdcdcd;
background: #fff;
}

.comment_input {
vertical-align: middle;
width: 260px;
border: 1px solid #111;
background: #fff;
padding: 0.3em;
margin-right: 5px;
}

.message_input {
font-size: 1em;
width: 90%;
height: 200px;
border: 1px solid #111;
margin-top: 0.2em;
background: #fff;
padding: 0.3em;
}

.commentlist_error {
color: #c00;
}

/* Footer */

#footer {
background: transparent;
position: relative;
color: #2F332E;
width: 100%;
padding: 20px 0 0;
display: block;
margin-bottom: 20px;
}

#footer span {
color: #999;
float: right;
}

#footer a {
color: #2F332E;
}

#footer a:hover {
color: #FC7F3C;
text-decoration: none;
}

.postdata a:hover, .pagers a:hover {
color: #FC7F3C;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}
