/* 
Theme Name: Like It Love It
Theme URL: http://madcraic.com/
Description: Blue & Orange Theme for Madcraic.Com
Author: Jewels
Author URI: http://madcraic.com
Version: 0.9

*/
@import url("header-footer.css");
@import url("main-styles.css");
@import url("sidebar.css");
@import url("comments.css");


/*  The CSS Reset    */  

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike,text, strong, sub, sup, tt, var,dl, dt, dd,fieldset, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
      font-size:100%;
      font-family:inherit;
      vertical-align:
      baseline;
      margin:0;
      padding:0;
      border:0;
      outline:0;
      font-weight:inherit;
      font-style:inherit;
      }

caption, th, td {
           text-align:left;font-weight:normal;
            }

table {
       border-collapse:separate;border-spacing:0;
      }

blockquote:before,blockquote:after,q:before,q:after {
       content: "";
       }

blockquote, q {
        quotes: "" "";
      }

* {
     margin:0;
     padding:0;
  }



.clear{ clear: both; }

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
blockquote {
       background: #173369 url(images/quote.jpg) no-repeat top left;
       font-style: italic;
       margin-top:10px;
       margin-bottom:10px;
       padding:15px 15px 15px 30px;
       }


/* BODY */

body { 
        font-size: 80%; 
        font-family: Century Gothic, Trebuchet MS, Arial; 
        color: #fff; 
	background-color: #2B519A;
      }

a:hover { text-decoration:none; 
          color:#fff}	

a { 
    text-decoration:none; 
    color:#fff
   }		
p {
    margin-top: 0px;
    margin-bottom: 15px;
   }

p, li { 
      line-height: 150%; 
      }
/*- Search -*/
#search{
	height: 30px;
	width:300px;
	margin: 3px 0px 0px 10px; !important;
	padding:3px !important;
        background: url(images/searchicon.png) no-repeat top left;
}
* html #search{
	margin-right: 8px;
}

#search input{
	color: #000000;
	float: left;
	font-size: 11px;
	width:150px;
	margin:2px 10px 0px 40px;
	padding: 3px 4px 4px;
        background: #ffffff;
	border: 1px solid #808080;
}
#search .btn{
	padding: 0;
      	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}

/* Archives */

#category-archive {
         float:left;
         margin:15px 5px 10px;
         padding-bottom:10px;
         width:225px;
         display: inline;
         }

#date-archive {
         float:right;
         margin:15px 5px 10px;
         padding-bottom:10px;
         width:225px;
         display: inline;
         }


#archive h2 { 
      font-size: 16px;
      font-family: Century Gothic, Arial;
      font-weight:bold;
     
         }

#archive-title { 
      background-color: #2B519A;
      border:1px solid #4089C9;
      height: 30px;
    
      padding: 0px;
           }

.catrss {
	background: url(images/ico-rss.png) center left no-repeat;
	padding-left: 30px;
        padding-right: 4px;
        float: right;
        
}

.catname{
	float: left;   
}

