/*********************************************************************************************

Theme Name: Roundabout
Theme URI: http://www.press75.com/
Description: Designed by Jason Schuller
Version: 1.1.6
Author: Press75.com
Author URI: http://www.press75.com/

**********************************************************************************************

Designed and Built by Jason Schuller - theSevenFive.com

CSS, XHTML and Design Files are all Copyright 2007-2011 Circa75 Media, LLC

Be inspired, but please don't steal...

**********************************************************************************************

0.  CSS Reset
1.  Basic Setup (Body, Fonts, etc.)
2.  Header Styles
3.  Navigation and Menu Styles
4.  Main Content Styles
5.  Content Column Styles
6.  Home Page
7.  Post & Page Content Styles
8.  Pagination Styles
9.  Post Comment Styles
10. Widget Styles
11. Footer Styles
	
**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset 

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
padding-bottom:20px;
}

h1.phone {
color:#FF0000;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/*********************************************************************************************

1. Basic Setup (Body, Fonts, etc.) 

*********************************************************************************************/
@font-face {
    font-family: 'ComicZineOTRegular';
    src: url('comic_zine_ot-webfont.eot');
    src: url('comic_zine_ot-webfont.eot#iefix') format('eot'),
         url('comic_zine_ot-webfont.woff') format('woff'),
         url('comic_zine_ot-webfont.ttf') format('truetype'),
         url('comic_zine_ot-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
width: auto;
height: auto;
background: #ffffff;
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
font-size: 14px;
line-height: 20px;
color: #555555;
}

h1 {font-size: 32px; font-weight:bold;color:#00038c;line-height:1.2em;}
h2 {font-size: 24px; font-weight:bold;color:#00038c;line-height:1.2em;}
h3 {font-size: 18px; font-weight:bold;color:#00038c;line-height:1.2em;}
h4 {font-size: 16px; font-weight:bold;color:#00038c;line-height:1.2em;}
h5 {font-size: 14px; font-weight:bold;color:#00038c;line-height:1.2em;}

h1.comic, h2.comic, h3.comic, h4.comic, h5.comic, h6.comic {
font-family: 'ComicZineOTRegular',verdana, arial;
}

h1, h2, h3, h4, h5, h6 {
letter-spacing: -1px;
}

strong {font-weight: bold;}

a:link, a:visited {
color: #3333cc;
}

a:hover {
color: #808080;
}

blockquote {
border-left: 1px dotted #EBEBEB;
padding: 0 0 0 15px;
font-style: italic;
}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

th,td {
border: 1px solid;
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
}

caption {
margin-bottom: 8px;
text-align: center;
}

p,fieldset,table {margin-bottom: 15px;}
a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


/*********************************************************************************************

2. Header Styles

*********************************************************************************************/
#header {
background: #e1bc58;
width: 100%;
height:280px;
float: left;
}

#header-inside {
background: url(images/LNGheader.png) no-repeat;
width: 980px;
margin: 0px auto;
padding: 0 0 280px 0;
}
/* For logo */
#header-left {
    width: 350px;
    float: left;
    margin-left: -10px;
    padding: 8px 0 0 0;
    text-align: center;
}

#header h1 {
font-size: 80px;
font-style: normal;
font-weight: bold;
}

#header h1 a {
color: #FFFFFF;
}

#header-right { /* For the Menu */
text-align: right;
width: 580px;
float: left;
}

#page-text {
width: 580px;
font-size: 24px;
line-height: 25px;
letter-spacing: -1px;
color: #FFFFFF;
float: left;
text-align: right;
margin-right:-130px;
}

#page-text p {
width: 500px;
float: right;
padding: 25px 5px 0 0;
}


/*********************************************************************************************

3. Navigation Wrapper and Menu Styles

*********************************************************************************************/
#navigation {
background: url(images/navigation-bg.png) top right no-repeat;
font-size: 1.2em;
letter-spacing: -1px;
width: 900px;
height: 44px;
float: left;
padding: 0 10px 0 0;
margin: 0 0 0 -150px;
}

.main-menu, .main-menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
list-style: none;
}

.main-menu { 
background: url(images/menu-ul-bg1.png) top left no-repeat;
line-height: 1;
height: 44px;
float: right;
padding: 0 10px 0 10px;
}

.main-menu a {
display: block;
position: relative;
}

.main-menu a, .main-menu a:visited  {
color: #FFFFFF;
}

.main-menu a:hover  {
color: #CCCCCC;
}

.main-menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.main-menu li:hover ul, 
.main-menu li.sfHover ul {
left: -15px;
top: 22px; /* Match Top UL List Item Height */
z-index: 10000;
}

ul.main-menu li:hover li ul, 
ul.main-menu li.sfHover li ul {
top: -15000px;
}

ul.main-menu li li:hover ul, 
ul.main-menu li li.sfHover ul {
left: 160px; /* Match ul width. */
top: 0;
}

ul.main-menu li li:hover li ul, 
ul.main-menu li li.sfHover li ul {
top: -15000px;
}

ul.main-menu li li li:hover ul, 
ul.main-menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.main-menu li {
background: url(images/menu-li-bg.png) top right no-repeat;
float: left;
padding: 11px 12px 15px 12px;
position: relative;
}

.main-menu li:hover {
visibility: inherit; /* Fixes IE7 Sticky Bug */
}

.main-menu li ul {
background: none;
font-size: 1em;
font-weight: 800;
width: 175px;
margin: 15px 0 0 24px;
padding: 11px 0 10px 0;
text-align: left;
}

.main-menu li ul a:link, .main-menu li ul a:visited {
width: 165px;
color: #cccccc;
padding: 5px 0 7px 10px;
}

.main-menu li ul a:hover {
background: #e2bc59;
color:#000000;
}

.main-menu li li {
background: #715e2c;
border-top: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
width: 175px;
margin: -1px 0 0 0;
padding: 0;
}

.main-menu li li ul {
background: #FFFFFF;
font-size: 12px;
width: 175px;
margin: -11px 0 0 -15px;
padding: 11px 0 10px 0;
text-align: left;
}

li.first {
padding-left: 10px;
}

li.last {
background: none;
padding-right: 10px;
}


/*********************************************************************************************

4.  Main Content Styles

*********************************************************************************************/
#content {
background: #FFFFFF;
width: 100%;
float: left;
padding: 10px 0;
}

#content-inside {
width: 980px;
margin: 0px auto;
}


/*********************************************************************************************

5.  Content Column Styles

*********************************************************************************************/
#one-of-three {
width: 420px;
float: left;
padding: 0 15px 0 15px;
}

.widget-one-of-three {
float: left;
margin: 0 0 20px 0;
}

#two-of-three {
width: 270px;
float: left;
padding: 0 15px 0 15px;
}

.widget-two-of-three {
width: 270px;
float: left;
margin: 0 0 20px 0;
}

#three-of-three {
width: 200px;
float: left;
padding: 0 15px 0 15px;
}

#one-of-two {
width: 635px;
float: left;
padding: 0 30px 0 15px;
}

#two-of-two {
width: 270px;
float: left;
padding: 45px 15px 0 15px;
}

.widget-two-of-two {
width: 270px;
float: left;
margin: 0 0 20px 0;
}

h2.column-title, h3.column-title {
font-family: 'Droid Sans', serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
color: #0006e3;
margin: 22px 0 50px 0;
}

#one-of-one {
width: 950px;
float: left;
padding: 0 15px 0 15px;
}

/*********************************************************************************************

6.  Home Page

*********************************************************************************************/
.content-home {
margin: -180px 0 0 0;
}

#home {
background: url(images/content-three.png) top left no-repeat;
width: 980px;
float: left;
}

.home-container {
margin: -50px 0 0 0;
}

.home-container-featured {
margin: 200px 0 0 0;
}

#one-of-three {
width: 420px;
float: left;
padding: 0 15px 0 15px;
}

.widget-one-of-three {
float: left;
margin: 0 0 20px 0;
}

#two-of-three {
width: 270px;
float: left;
padding: 0 15px 0 15px;
}

.widget-two-of-three {
width: 270px;
float: left;
margin: 0 0 20px 0;
}

#three-of-three {
width: 200px;
float: left;
padding: 0 15px 0 15px;
}


/*********************************************************************************************

7.  Post & Page Content Styles

*********************************************************************************************/
.content-multiple {  /** multiple post pages **/
margin: -30px 0 0 0;
}

#multiple {  /** multiple post pages **/
background: url(images/content-three.png) top left no-repeat;
width: 980px;
float: left;
margin: -52px 0 0 0;
}

.content-single {  /** single post pages **/
margin: 0 0 0 0;
}

#single {  /** single post pages **/
background: url(images/content-two.png) top left no-repeat;
width: 980px;
float: left;
margin: 0 0 0 0;
}

#single-full {  /** single post pages (full width) **/
background: url(images/content-one.png) top left no-repeat;
width: 980px;
float: left;
margin: -52px 0 0 0;
}

p img {
max-width: 100%;
}

.post-item {
border-bottom: 1px solid #EBEBEB;
width: 100%;
float: left;
margin: 0 0 20px 0;
}

.post-item-page {
border: none;
}

h2.post-title {
margin: 4px 0 0 0;
}

.post-item img {
background: #4277bb;
border: 1px solid #0006e3;
float: left;
margin: 0 20px 20px 0;
padding: 5px;
}

.post-item img.alignleft, .wp-caption.alignleft {
float: left;
margin: 8px 30px 20px 0;
}

.post-item img.alignright, .wp-caption.alignright  {
float: right;
margin: 8px 0 20px 30px;
}

p.post-meta, .wp-caption-text {
background: #4277bb;
border: 1px solid #0006e3;
float: left;
color: #ffffff;
font-size: 1em;
font-weight:bold;
margin: 12px 0 12px 0;
padding: 3px 10px 3px 10px;
}

.wp-caption-text {
width: 100%;
padding: 3px 0 3px 0;
text-align: center;
margin: 0;
}

p.post-meta a {
color: #808080;
}

p.post-meta a:hover {
color: #B0B0B0;
}

.post-content {
float: left;
padding: 5px 0 0 0;
}

.post-content ul {
margin: 0 0 20px 0;
list-style: disc;
}

.post-content ul li {
margin: 0 0 5px 16px;
list-style: disc;
}

.post-content ol {
margin: 0 0 20px 0;
}

.post-content ol li {
margin: 0 0 5px 19px;
}


/*********************************************************************************************

8.  Pagination Styles

*********************************************************************************************/
#paginate p {
margin: 0 10px 0 0;
float: left;
}

#paginate a {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
margin: 0 5px 0 0;
padding: 2px 6px 4px 6px;
text-align: center;
font-size: 11px;
line-height: 1.0;
color: #808080;
}

a.current-page {
background: #FFFFFF;
}


/*********************************************************************************************

9.  Post Comment Styles

*********************************************************************************************/
#comments, #comments h2 {
width: 100%;
float: left;
}

#comments-meta {
width: 100%;
float: left;
}

#comments-meta p {
background: #EBEBEB;
border: 1px solid #EBEBEB;
float: left;
color: #808080;
font-size: 10px;
margin: 12px 0 20px 0;
padding: 3px 10px 3px 10px;
}

#comments-meta a {
color: #808080;
}

#comments ol li {
list-style: none;
}

ol.commentlist li {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border-bottom: 1px solid #EBEBEB;
}

ol.commentlist li.alt {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border-bottom: 1px solid #EBEBEB;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li {
border-left: 1px dotted #EBEBEB;
border-bottom: none;
padding: 20px 0 0 20px;
}

ol.commentlist li ul.children li.alt {
border-left: 1px dotted #EBEBEB;
border-bottom: none;
padding: 20px 0 0 20px;
}

ol.commentlist li ul.children li.depth-2 {margin: 0;}
ol.commentlist li ul.children li.depth-3 {margin: 0;}
ol.commentlist li ul.children li.depth-4 {margin: 0;}
ol.commentlist li ul.children li.depth-5 {margin: 0;}

ol.commentlist li div.reply {
background: #EBEBEB;
border: 1px solid #CCCCCC;
cursor: pointer;
font-size: 9px;
width: 40px;
height: 20px;
text-align: center;
}

.avatar {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
margin: 0 20px 20px 0;
padding: 5px;
}

.comment-author {
width: 100%;
float: left;
font-size: 16px;
font-weight: normal;
letter-spacing: -1px;
}

.comment-author cite {
float: left;
margin-top: 3px;
}

.says {
display: none;
}

.comment-meta {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
color: #808080;
font-size: 10px;
margin: -54px 0 12px 88px;
padding: 3px 10px 3px 10px;
}

.comment-meta a {
color: #808080;
}

.comment-meta a:hover {
color: #B0B0B0;
}

#respond {
width: 100%;
padding: 20px 0 0 0;
}

.cancel-comment-reply a {
background: #EBEBEB;
border: 1px solid #CCCCCC;
cursor: pointer;
font-size: 9px;
padding: 4px 8px 5px 8px;
text-align: center;
color: #808080;
}

#author, #email, #url, #comment {
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 6px 4px 6px 4px;
width: 250px;
color: #555555;
font-size: 12px;
line-height: 20px;
}

#comment {
width: 98%;
max-width: 100%;
}

input#submit {
border: 1px solid #CCCCCC;
background: #EBEBEB;
cursor: pointer;
padding: 8px 15px 10px 15px;
text-align: center;
color: #808080;
}

input#submit:hover {
background: #CCCCCC;
}


/*********************************************************************************************

10. Widget Styles

*********************************************************************************************/
.tweet {
background: url(images/tweet.png) top left no-repeat;
border-bottom: 1px solid #EBEBEB;
width: 100%;
float: left;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
overflow: hidden;
}

.tweet img {
background: #EBEBEB;
border: 1px solid #CCCCCC;
width: 40px;
height: 40px;
float: left;
margin: 0 10px 0 0;
padding: 5px;
}

.username {
display: none;
}

p.text {
float: left;
overflow: hidden;
margin: 0;
padding: 0 0 0 30px;
}

.time {
display: none;
}

#s {
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 6px 4px 6px 4px;
width: 97%;
color: #555555;
font-size: 12px;
line-height: 20px;
}

#search-submit-wrapper {
width: 100%;
display: block;
text-align: right;
margin: -33px 0 0 0;
}

#search-submit {
border: 1px solid #CCCCCC;
background: #EBEBEB;
border: none;
cursor: pointer;
padding: 9px 15px 10px 15px;
text-align: center;
color: #808080;
}


/*********************************************************************************************

11. Footer Styles

*********************************************************************************************/
#footer {
background: #547FD5;
color: #FFFFFF;
width: 100%;
float: left;
}

#footer-inside {
width: 960px;
margin: 0px auto;
padding: 20px 10px 40px 10px;
}

#footer a {
color: #CCCCCC;
}

#footer a:hover {
color: #FFFFFF;
}

#footer h3 {
font-weight: normal;
font-size: 14px;
}

#footer p {
color: #CCCCCC;
}

#custom-menus {
border-bottom: 1px solid #999999;
width: 960px;
float: left;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
}

.custom-menu {
width: 192px;
float: left;
}