/**********************
CSS Color Map

	Light Gray  - #c7cacf
	Dark Gray   - #8e99ab
	Green       - #91c61a
	Ligh Blue   - #eff2f5
	
**********************/


/****************
 Header CSS
****************/

html { height: 100%; margin-bottom: 1px; }

body {
    margin: 0;
}

ul, ol {
    margin: 0 0 1.5em 0;
}

ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 2em;
}

a {
    color: #358FD3;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #96c5e8;
}

blockquote {
    font-size: 1.4em;
    font-weight: bold;
    color: #2577AF;
}

thead th {
    background: #78BCE1;
}

#header {

    background:#7bbee2;
    border-bottom:10px solid #edf5f9;
}

.logo{ 
	padding:15px 0 10px 108px;
	background:transparent url(../images/graph.gif) no-repeat scroll 0 0;
}
    .logo h1{
        margin:0;
        padding:0;
        font-size:0.2em;
     }
        
    .logo a {
        background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
        height:54px;
    }
	h2.tagline{
	    margin:0;
        padding:0;
		padding-left:30px;
	    color:white;
        font-size:1.2em;
        font-style:italic;
     }
.replace {
    display:block; 
    line-height:0pt; 
    text-indent:-10000px;
}


/****************
 Seach Bar CSS
****************/
#search {
    width: 835px;
    margin: 15px auto 0;
}

    #search p {
        margin: 0;
        font-size:1.3em;
        font-weight:bold;
        color: #8e99ab;
        padding-left: .3em;
    }

    #search div.border {
        border: 1px solid #c7cacf;
        padding: 3px;
        width: 823px;
    }
    
        #main-search {
            font-size: 2em;
            padding: .3em .3em .3em 60px;
            width: 750px;
            border: 3px solid #79bce2;
            background: white url(../images/search_icon.gif) no-repeat 3px 2px;
        }

    .button {
        background: url(../images/button_bg.gif) no-repeat;
        border: none;
        width: 137px;
        height: 39px;
        float: right;
        cursor: pointer;
        margin-top: 5px;
    }


/****************
 Content / Results CSS
****************/
.index-display{ 
    padding-top: 1em;
}
	.index-display h3 a{
		color:#2577AF;
		font-size:1.2em;
		font-weight:bold;
	}
	.index-display img{
		float:left;
		padding:0 15px 15px 0;
	}
	.index-display p{
		text-align:justify;
		margin:1.5em 0;
	}
	.index-display h5{
		margin:1em 0 0.5em;
	}
	
.content-display {
    padding-top: 1em;
}
	.content-display h3{ 
		font-size:1em;
		color:#c1c5c6;
	}
	.content-display h3 span{ 
		color:#2577AF;
		font-size:2em;
		font-weight:bold;
	}
	.content-display p{
		text-align:justify;
		margin:1.5em 0;
	}
	.content-display h5{
		margin:1em 0 0.5em;
	}

.cpa-ad{ 
	text-align:center;
}

.rss-results{
}
	.rss-results h5{
		margin:0;
		color:#0f55c3;
	}
	.rss-results p{
		margin:0;
	}
	.rss-results em{
		margin:0;
		color:#a0a0a1;
	}
.item{
	margin:0 0 1em;
}

	
/****************
 Sponsored Results
****************/

.sponsored-results {
    overflow: hidden;
    margin: 0 auto;
}

    div.span-6 .sponsored-results {
        width: 225px;
    }

    .sponsored-results p {
        margin-top: 0;
        margin-bottom: .4em;
    }
    
        .sponsored-results p strong {
            font-size: .85em;
        }

.sponsored-results ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .sponsored-results ul.large {
        font-size: 1.5em;
    }

    .sponsored-results li {
        cursor: pointer;
        margin-bottom: .8em;
    }
    .sponsored-results td {
    	width:33%;
    	padding:10px 20px 10px 0;
    	text-align:justify;
    	vertical-align:top;
    }

        .sponsored-results a {
            color: #358FD3;
            font-weight: bold;
            padding-bottom: .2em;
            text-decoration: none;
            display: block;
        }
        
            .sponsored-results a:hover {
                text-decoration: underline;
            }
        
        .sponsored-results em {
            color: #107B0D;
            font-style: normal;
            padding-top: .1em;
            display: block;
            font-size: 1em;
        }

/****************
 Sponsored Results (Variation A)
****************/

.article-links .sponsored-results a {
    font-weight: normal;
    padding: 0;
}




/****************
related articles CSS
****************/
ul.related-articles{
	margin:0;
	padding:0;
	list-style-type:none;
}
	ul.related-articles span{
		font-size:1.3em;
		font-weight:bold;
	}
	ul.related-articles li{ 
		margin:3px 0 3px 2em;
		padding:5px 0 5px 3px;
		width:80%;
		font-size:1em;
	}
		ul.related-articles li a{ 
			color:#0f55c3;
			text-decoration:none;
		}
			ul.related-articles li a:hover{ 
				text-decoration:underline;
			}
/****************
 Reasons UL CSS
****************/
ul.reasons{ 
	list-style-type:none;
}
	ul.reasons li{ 
		background:white url(../images/li_bg.gif) no-repeat scroll 0 50%;
		margin:3px 0;
		padding:12px 0 12px 50px;
		font-size:1.2em;
	}
	    ul.reasons li a {
	        color: #000000;
	        text-decoration: none;
	        font-size: 90%;
	        font-weight: bold;
	    }
		    ul.reasons li a:hover {
		        text-decoration:underline;
		    }

/****************
 Footer CSS
****************/

#footer {
    background: #78bce1;
    border-top: 1px solid #8e99ab;
    margin: 3em 0 0;
    padding: 2em;
    color:#ffffff;
    font-size:105%;
    text-align: center;
}
	#footer a{
	    color:#ffffff;
	}

/****************
 Survey CSS
****************/

#survey {
    display: none;
    border:5px solid #91C61A;
    margin:10% 30%;
    position:absolute;
    width:500px;
    background: #EFF2F5;
    padding: 20px;
    text-align: center;
}

    #survey p {
        font-size: 2em;
        margin-bottom: .4em;
    }
    
        #survey p.sub {
            font-size: 1.5em;
        }
    
    #survey span {
        font-size: 1.5em;
    }
    
        #survey span.last {
            margin-left: 30px;
        }
        
    #survey textarea {
        margin: 0;
        color: #91c61a;
        font-size: 1.5em;
        font-weight: bold;
    }
    
    .close {
        float: right;
        font-size: 2em !important;
        color:red;
        cursor: pointer;
    }

/****************
 Articles
****************/

div.article ul {
    margin-left: 1.3em;
}

.article-links {
    border-top:2px solid #79BCE2;
    padding:0.3em;
}

    .article-links h4 {
        font-weight:bold;
    }

    ul.small-list {
        list-style-type: none;
        padding-left: .4em;
    }

    ul.small-list a {

    }
    ul.small-list p {
        margin: 0 0 .2em 0;
    }

    a.author {
        color: #c1c5c6;
    }


/****************
 Seach Bar CSS
****************/
    
.clear  {clear: both;}
.floatr {float: right;}
.floatl {float: left;}
.mbottom {margin-bottom: 3em;}


#market-widget {
    margin-bottom: 30px;
}

#books iframe {
    margin-bottom: 20px;
}

.category-left h3 {
    border-top:2px solid #79BCE2;
    padding-top: 5px;
    text-align: center;
}


/****************
 404 Error Page
****************/

div.e404 h3 {
    color:#2577AF;
    font-size:2em;
    font-weight:bold;
}

div.e404 h4 {
    font-size:1.5em;
}

div.e404 ul {
    margin-left:35px;
}