﻿/* 

	Amazing Grades Podcasts Page CSS
	
	Author: Andy Fear 
	
	Copyright: Amazing Learning (c) 2009
	
*/

:focus 
{
    outline:0;
}

body
{
    font-family:Verdana, Helvetica, Sans-Serif;
    font-size:0.75em;
    color:#707070;
	text-align:center;
	background-color:#e6ebee;
}

a, a:visited
{
    color:#707070;
    text-decoration:underline;
}

a:hover
{
    color:#328d9b;
}

img
{
    border:none;
}

div
{
    text-align:center;
}

#podcastsWrapper
{
	width:778px;
	margin:auto;
}

#podcastsTop
{
	background-image:url(podcast_images/podcasts_header.jpg);
	height:170px;
}

#podcastsNav
{
	background-image:url(podcast_images/podcasts_nav.jpg);
	height:31px;
}

#podcastsMain
{
	background-image:url(podcast_images/podcasts_main2.gif);
	background-repeat:no-repeat;
	height:150px;
}

#podcastsBody
{
	background-image:url(podcast_images/podcasts_repeat.jpg);
	background-repeat:repeat-y;
}

#podcastsContent
{
   margin-left:40px;
   margin-right:40px;
   padding-bottom:18px;
   padding-top:10px;
}

#podcastsContent2
{
   padding-left:80px;
   padding-right:80px;
   padding-bottom:18px;
   padding-top:10px;
}

#podcastsFooter
{
	background-image:url(podcast_images/podcasts_footer.jpg);
	background-repeat:no-repeat;
	height:69px;
}

#homelink
{
    width:46px;
    height:32px;
    background-image:url(podcast_images/topLink_home.gif);
    background-repeat:no-repeat;
    position:absolute;
    display:block;
    top:159px;
    left:282px;
    z-index:1;
    cursor:pointer;
}

#trylink
{
    width:81px;
    height:32px;
    background-image:url(podcast_images/topLink_try.gif);
    position:absolute;
    display:block;
    top:159px;
    left:332px;
    z-index:1;
    cursor:pointer;
}

#helplink
{
    width:38px;
    height:32px;
    background-image:url(podcast_images/topLink_help.gif);
    position:absolute;
    display:block;
    top:159px;
    left:420px;
    z-index:1;
    cursor:pointer;
}

.podcastItem
{
    width:340px;
    height:160px;
}

.podcastItemImage
{
    margin-left:6px;
    margin-bottom:6px;
}

.podcastItemImage2
{
    width:300px;
    margin-left:12px;
    margin-bottom:6px;
}

.podcastItemButtons
{
    width:170px;
    height:33px;
    margin-left:9px;
    margin-top:9px;
}

.podcastItemText
{
    width:170px;
    text-align:left;
    margin-left:9px;
    font-size:0.9em;
}

.podcastItemText2
{
    width:285px;
    text-align:left;
    margin-left:15px;
    font-size:0.9em;
    border-right:1px solid #328d9b;
}

.podcastTextInner
{
    margin-right:30px;
    text-align:left;
}

.podcastDetail
{
    width:155px;
    font-size:0.9em;
    text-align:left;
}

.topSpace
{
    margin-top:10px;
}

.rightSpace
{
    margin-right:2px;
}

.toplinks
{
    margin-left:25px;
}

.orange
{
    color:#328d9b;
}

.fLeft
{
	float:left;
}

.fRight
{
	float:right;
}

.clear
{
	overflow:auto;
}

* html .clear { height:1%; }