/*  
Theme Name: UUPC4
Theme URI: http://podcast.ubuntu-uk.org/
Description: Custom theme for the Ubuntu UK Podcast Season 4. Based on a design by <<credit here>> 
Version: 1.0
Author: Mark Johnson
Author URI: https://launchpad.net/~and471
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/).
*/

/* Main Styles */

html {
    background-color: #F7F6F5;
    font-family: Ubuntu, Arial, Helvetica, Geneva, sans-serif;
}

body {
	color: #666;
    font-family: Ubuntu, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.1em;
}


#container {
	padding-top: 10px;
}

#sidebar {
    background-color: #f7f6f5;
	width: 15em;
	float: left;
	font-size: .8em;
	line-height: 1.4em;
	padding: 1em;
}

#sidebar ul li {
    list-style: none;
}

#sidebarleft {
	width:180px;
	float: left;
}

#sidebarright {
	width: 125px;
	float: right;
}

#entries {
	padding-left: 15em;
}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: .64em;
}

.post {
	margin-bottom: 1em;
}

.post > p:first-child {
    margin-top: 1em;
    }

a {
	color: #dd4814;
	text-decoration: none;
	font-weight: bold;

}

a:link h3 {
	color: #aaaaaa;
	border: none;
}

a:link img {
	border: none;
}

ul {
	list-style: square;
	margin-left: 2em;
	padding-left: 0px;
	margin-top: 0px;
}

#sidebar ul {
        list-style: none;
        margin-left: 0px;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: none;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #DEE4E5;
}



h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
}

#entries h1 a {
    color: #2E3436;
    font-weight: normal;
}

.title {
	border-bottom: 1px solid silver;
}


h3 {
	font-weight: bold;
	font-size: 1em;
	text-transform: capitalize;
	margin-bottom: .2em;
	letter-spacing: .05em;
	color: #3e3e3e;
	border-bottom: 1px solid silver;
}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}

#sidebar h3 {
    font-size: 1.5em;
    font-weight: normal;
}
    

blockquote {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 15px 0;
}

/* Nav bar */

.skip-link a {
    position: absolute;
    top: -1000px;
    }
    
.skip-link a:focus, .skip-link a:active {
    display: block;
    position: static;
    }
/* Page */
div#shadow_container { /* Keep the shadows from the header and menu constrained*/
    width:100%;
    overflow:hidden;
    height:175px
}

    .menu { height: 0px; }

    #header {
        position:relative;
        width:100%;
        height:120px;
        background-color:#f7f7f7;
        -moz-box-shadow: 0 0 5px 6px rgba(0,0,0,0.4);
        box-shadow: 0 0 5px 6px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 0 5px 6px rgba(0,0,0,0.4);
        z-index:2
    }

            #logo {
                margin: 2em;
            }

    #nav {
        font-family: Arial, sans-serif;
        width:100%;
        height:45px;
        background:url('http://podcast.ubuntu-uk.org/wp-content/themes/uupc4/images/menu.png') repeat-x 0px 0px;
        margin:0;
        padding:0;
        -moz-box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
        box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
    }


        #nav ul {
        height:45px;
        list-style:none;
        display:inline
        }

            #nav ul li {
            display:inline;
            font-size:15px;                    

            }

                #nav ul li a {
                float:left;
                color:#fff;
                font-weight:normal;
                text-decoration:none;
                padding: 20px;
                padding-top: 15px;
                padding-bottom: 12px;
                background:transparent;
                border-right: 1px solid;
                border-right-color:rgba(255, 255, 255, 0.2)
                
                }

                #nav ul li a:hover {
                background:url('http://podcast.ubuntu-uk.org/wp-content/themes/uupc4/images/menu.png') repeat-x 0px -45px;
                box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
                    -moz-box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
                    -webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
                    
              }
                
                #nav ul li span {
                position:absolute;
                z-index:1;
                cursor:pointer;
                opacity:0;
                background:transparent;
                box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
                    -moz-box-shadow: 0 0 5px 4px rgba(0,0,0,0.4);
                    -webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.4)
                }

        #nav div#searchbox {
        float:right;
        margin:10px 20px 10px 10px;
        height:18px;
        width: 150px;
        border-radius:15px;
        -moz-border-radius:15px;
        -webkit-border-radius:15px;
        border:1px solid #6C0C3D;
        padding: 3px 9px 3px 10px;
        background: url('http://podcast.ubuntu-uk.org/wp-content/themes/uupc4/images/searchbox.png') repeat-x;
        }
             
            #nav div#searchbox input[type="search"] { 
            font-size: 12px;
            width: 120px;
            border:0px;
            background:transparent;
            }
             
            #nav div#searchbox input[type="submit"] {
            border:0;
            margin-left: 5px;
            height: 16px;
            width: 16px;
            background: url(http://podcast.ubuntu-uk.org/wp-content/themes/uupc4/images/search.png) no-repeat top center;
            cursor: pointer;
            }

            #nav div#searchbox input[type="submit"]:hover {
            background:url(http://podcast.ubuntu-uk.org/wp-content/themes/uupc4/images/search.png) no-repeat bottom center;
           }       
           
           
/* Big Download Buttons */
table.download_buttons {
        width:60%;
        margin:20px auto;
        -moz-box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);
        box-shadow: 0 0 5px 6px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px 6px rgba(0,0,0,0.2);
    }

        table.download_buttons tr:first-child td {
            width:50%;

        }

        table.download_buttons tr td h5, table.download_buttons tr td a {
            text-align:center
        }
        
        table.download_buttons tr td a{
            display: block !important;
            width: 50%;
            margin-left:auto;
            margin-right: auto;
        }

        table.download_buttons * {
            border:0;
        }

        table.download_buttons td {
            border:1px solid #E4E4E4;
        }
        
        .button {
            -moz-border-radius:0.5em 0.5em 0.5em 0.5em;
            -webkit-border-radius:0.5em 0.5em 0.5em 0.5em;
            -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
            cursor:pointer;
            display:inline-block;
            font:14px/100% arial,helvetica,sans-serif;
            outline:medium none;
            padding:0.5em 2em 0.55em;
            text-align:center;
            text-decoration:none;
            text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
        }
        
        .orange {
            background-color: #dd4814;
            background: -moz-linear-gradient(center top , #F47A20, #dd4814) repeat scroll 0 0 transparent;
            border:1px solid #DA7C0C;
            color:#F7F6E5;
        } 

        .orange:hover {
            background-color: #F06015;
            background: -moz-linear-gradient(center top , #F88E11, #F06015) repeat scroll 0 0 transparent;
            color:#F7F6E5;
        }

        .button:hover {
            text-decoration:none;
        }

           
/* Begin Comments*/

.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px solid silver;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	margin-top: 0px;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

small {
    font-size: .8em;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */

#countdown_container {
	float: right;
        -moz-border-radius:0 0 0.5em 0.5em;
        -webkit-border-radius:0 0 0.5em 0.5em;
        -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
        font:14px/100% arial,helvetica,sans-serif;
        outline:medium none;
        padding:0.5em 2em 0.55em;
        text-align:center;
        text-decoration:none;
        text-shadow:0 1px 1px rgba(0, 0, 0, 0.1);

        background-color: #dd4814;
        background: -moz-linear-gradient(center top , #F47A20, #dd4814) repeat scroll 0 0 transparent;
        border:1px solid #DA7C0C;
	color: #F7F6E5;
}

#countdown a {
	text-decoration: underline;
	color:black;
}


#countdown a:hover {
	text-decoration: none;
color:black;	
}
.command_line_love h3{
	margin-bottom: 1em;
}
.command_line_love .command{
	font-family:monospace;
}
