/*  
Theme Name: CubeMe.com
Theme URI: http://www.cubeme.com/
Description: The CubeMe.com WordPress Theme.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.wpelements.com/
*/

* {
margin:0;
padding:0;
}

html,body {
background: #E1E1D7 url(images/bg.jpg) top center repeat-y;
color: #777777;
}

body {
font: 12px arial,helvetica,verdana,sans-serif;
line-height: 1.3em;
}

p {
margin: 0 0 12px 0;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #777777;
}

img {
border: none;
}

h1 {
font-size: 20px;
font-weight: normal;
color: #000000;
}

h3 {
font-size: 14px;
color: #000000;
font-weight: normal;
}

ul li {
list-style: none;
margin: 0;
padding: 0;
}

/** begin header **/
#headwrap {
width: 988px;
height: 220px;
margin: 0px auto;
background: url(images/header.jpg) top center no-repeat;
padding: 10px 30px 0 30px;
}

#headleft {
float: left;
width: 728px;
height: 90px;
margin: 30px 0 0 15px;
}

#headleft img {
border: none;
}

#headright {
float: right;
width: 220px;
text-align: right;
padding: 0 20px 0 0;
}

#nav {
float: left;
width: 988px;
}

#catnav {
float: left;
width: 988px;
text-transform: lowercase;
font-size: 14px;
margin: 12px 0 0 0;
text-align: center;
}

#catnav ul {
list-style: none;
margin: 0;
padding: 0;
}

#catnav li {
padding: 0 7px 0 7px;
margin: 0;
display: inline;
}

li.first {
padding: 0 10px 0 0;
margin: 0 0 0 0;
display: inline;
}

li.green a {
color: #009900;
font-weight: bold;
}
li.lightgreen a {
color: #00CC00;
font-weight: bold;
}
li.yellow a {
color: #FFFF00;
font-weight: bold;
}
li.lightyellow a {
color: #FFFF66;
font-weight: bold;
}
li.lightorange a {
color: #FFCC33;
font-weight: bold;
}
li.orange a {
color: #FF6600;
font-weight: bold;
}
li.red a {
color: #FF0000;
font-weight: bold;
}
li.pink a {
color: #FF0066;
font-weight: bold;
}
li.darkpink a {
color: #FF0033;
font-weight: bold;
}
li.purple a {
color: #663399;
font-weight: bold;
}
li.darkpurple a {
color: #660066;
font-weight: bold;
}
li.darkblue a {
color: #3300CC;
font-weight: bold;
}
li.blue a {
color: #0066FF;
font-weight: bold;
}
li.lightblue a {
color: #0099CC;
font-weight: bold;
}
li.lightpurple a {
color: #666699;
font-weight: bold;
}

#catnav li a:hover {
color: #666666;
}

#pagenav {
float: right;
width: 230px;
text-transform: lowercase;
font-size: 14px;
margin: 12px 0 0 0;
}

#pagenav ul {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
text-align: right;
}

#pagenav li {
padding: 0 0 0 20px;
margin: 0;
display: inline;
}
/** end header **/

/** begin main content **/
#contentwrap {
width: 1048px;
margin: 0px auto;
}

#content {
float: left;
width: 988px;
background: url(images/contentbg.jpg) top center repeat-y;
padding: 0 30px 0 30px;
}

#sideleft {
width: 160px;
float: left;
margin: 0 10px 0 0;
padding: 10px;
}

#tagsblock {
font-family: georgia, "times new roman", times, serif;
margin: 0 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #444444;
text-align: center;
line-height: 1.5em;
}

#block {
margin: 0 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #444444;
}

#block h3 {
font-size: 14px;
margin: 0 0 5px 0;
}

#main {
width: 608px;
float: left;
}

#main h4 {
font-size: 36px;
line-height: 1em;
font-weight: normal;
margin: 0 0 5px 0;
padding: 0;
}

#featurednews {
margin: 0 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #444444;
}

#contentitem {
width: 608px;
}

#contentinfo {
width: 603px;
height: 25px;
background: url(images/infobg.gif) top left repeat-x;
margin: 15px 0 30px 0;
padding: 4px 0 0 5px;
}

#contentinfo a {
color: #777777;
}

#main img {
margin: 5px 0 5px 0;
padding: 6px;
background: #F1F2F4;
border: 1px solid #BBBCBE;
display: inline;
}

#sideright {
width: 160px;
float: left;
margin: 0 0 0 10px;
padding: 10px;
background: url(images/rss.jpg) top right no-repeat;
}

#rssblock {
margin: 0 0 15px 0;
font-size: 14px;
}

#rssblock a:link, #rssblock a:visited {
color: #990100;
text-decoration: underline;
}

#rssblock a:hover {
color: #777777;
}

#searchblock {
margin: 0 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #444444;
}

.searchtext {
margin: 0 0 2px 0;
color: #000000;
}

#searchwrap {
background: url(images/searchbg.jpg) top left no-repeat;
}

#searchwrap #s {
background: none;
color: #0F0F0D;
border: none;
margin: 0px 3px 0px 0px;
width: 122px;
}

#searchwrap input {
vertical-align: top;
padding: 7px 0 0 1px;
}

#contentbottom {
width: 988px;
height: 50px;
background: url(images/contentbottombg.jpg) top center repeat-y;
padding: 0 30px 0 30px;
float: left;
}

#pagination{
width:608px;
height: 25px;
margin:0px 15px 15px 0px;
float:left;
text-align:right;
}

#pagination a:hover{
border:none;
}

#pagination img{
border:none;
}

span.navback{
width:35px;
height:25px;
display:block;
float:right;
background:url(images/back.gif) top right no-repeat;
cursor:pointer;
}

span.navforward{
width:35px;
height:25px;
display:block;
float:right;
background:url(images/forward.gif) top right no-repeat;
cursor:pointer;
}
/** end main content **/

/** begin comment styles **/
#comment {
width:450px;
font:12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 20px 10px 10px 10px;
}

ol.commentlist li.alt {
padding: 10px 10px 5px 10px !important;
background: #F1F2F4;
border:1px solid #BCBDBF;
}

input#submit {
font-size: 14px;
color:#777777;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:10px 0 0 0;
text-align:center;
background: #F1F2F4;
border:1px solid #BCBDBF;
cursor:pointer;
}

#comment,#author,#email,#url {
background: #F1F2F4;
border:1px solid #BCBDBF;
padding:2px;
color:#777777;
margin:10px 0 0 0;
}
/** end comment styles **/

/** begin footer **/
#footer {
float: left;
width: 988px;
background: url(images/footerbg.jpg) top center repeat-y;
padding: 0 30px 0 30px;
min-height: 100px;
color: #ECECEC;
}

#footer h3 {
color: #FFFFFF;
font-size: 16px;
margin: 0 0 5px 0;
}

#footleft {
float: left;
width: 310px;
margin: 0 10px 0 10px;
padding: 0 10px 0 0;
background: top right repeat-y;
}

#footcenter {
float: left;
width: 305px;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
background: url(images/footerdiv.jpg) top right repeat-y;
}

#footright {
float: left;
width: 305px;
margin: 0 10px 0 0;
}

#copyright {
float: left;
width: 988px;
background: url(images/copybg.jpg) top center no-repeat;
padding: 32px 30px 40px 30px;
}
/** end footer **/




