/*
Theme Name: Sife Ryerson Custom
Theme URI: http://www.brennanmceachran.com
Description: Not done yet, but meh
Author: Brennan McEachran
Author URI: http://www.brennanmceachran.com
Template:
Version: 0.4
.
Do whatever you want with it. It's the internet.
.
*/
*{padding:0;margin:0;}
body{
    background: #01265d url(images/main-bg.jpg) no-repeat fixed top center;
    width:100%;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
#wrapper{
    background-color:#ffffff;
    padding:10px;
    margin:10px auto 0 auto;
    width:950px;
}
#header{
    clear:both;
    border-bottom:3px solid #cccccc;
}
    #sife-logo{
        width:85px;
        height:75px;
        float:left;
        padding:0 0 5px 0px;
        border:0;
    }
    #search{float:right;height:25px;}
    #top-nav{
        padding:25px 0 0 0;
        height:50px;
        text-align: right;
    }
        #top-nav ul{
            height:50px;
            list-style: none;

            margin:0 0 0 150px;
            padding:0 0 0 5px;
        }
        #top-nav ul .tab{
            display:inline;
            line-height:60px;
            font-size: 16px;
            padding:0px 5px 0 5px;
            
        }
        #top-nav ul .tab a:link,#top-nav ul .tab a:visited{
            color:#666666;
            text-decoration:none;
            height:50px;
            padding:7px 10px 7px 10px;
            border-radius:5px;
            -moz-border-radius:5px;
            -webkit-border-radius:5px;
        }
        #top-nav ul .tab a:hover,#top-nav ul .tab a:active{
            color:#333333;
            background-color: #f4f4f4;
            text-decoration:underline;
        }
        #tab-active{
            height:60px;
            background-color:#cccccc;
            display:inline;
            line-height:50px;
            font-size: 16px;
            padding:7px 15px 14px 15px;
            color:#000000;
            border-radius-top-left:5px;
            border-radius-top-right:5px;
            -moz-border-radius-topleft:5px;
            -moz-border-radius-topright:5px;
            -webkit-border-top-left-radius:5px;
            -webkit-border-top-right-radius:5px;
        }
        #tab-active a:link,#tab-active a:visited, #tab-active a:hover, #tab-active a:active {
            cursor:default;
            color:#ffffff;
            text-decoration: none;
        }
#main-home{
    clear:both;
    margin: 10px 0 0 0;
}
#main-single{
    clear:both;
    margin: 10px 0 0 0;
}
    .entry-content, .entry-content-list{
        padding:0 10px 10px 10px;
        float:left;
        font-size:13px;
        width:580px;
    }
    .entry-content-list{
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
    }
    .pre-meta{
        background-color: #f4f4f4;
        border-top:1px solid #e4e4e4;
        border-bottom:1px solid #e4e4e4;
        font-size: small;
        color:#666666;
        padding:5px 20px 5px 20px;
        margin:5px -18px 5px -20px;
    }
    .pre-meta div{margin:0px; padding:0px;}
    .pre-meta a:link, .pre-meta a:visited{
        color:#999999;
        text-decoration: underline;
    }
    .pre-meta a:hover, .pre-meta a:active{
        color:#666666;
        text-decoration: underline;
    }
    .post-meta{
        clear:both;
        background-color: #f4f4f4;
        border-top:1px solid #cccccc;
        border-bottom:1px solid #cccccc;
        font-size: small;
        padding:5px 20px 5px 20px;
        margin:20px -20px 5px -20px;
        float:left;
        width:578px;
    }
    .post-meta a:link, .post-meta a:visited{
        color:#666666;
    }
    .post-meta a:hover, .post-meta a:active{
        color:#666666;
        text-decoration: none;
    }
    #post-popular{
        float:right;
        width:274px;
        margin:0 0px 0 10px;
        padding:0 5px 0 5px;
        border-left:1px solid #dddddd;
    }
    #post-related{
        float:left;
        width:273px;

        padding:0 5px 0 5px;
    }
    #post-popular h2, #post-related h2{
        margin:0;
        padding:0;
    }
    #post-popular ul, #post-related ul{
        margin:0;
        list-style: none;
        margin:0 0 0 5px;
    }
    #post-popular li, #post-related li{
        padding:5px 0 5px 0;
        margin:0;
        
    }
    #rotator{
        position: relative;
        float:left;
        width:600px;
        height:300px;
        background-color:#cccccc;
        margin:0 0 10px 0;
        overflow:hidden;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
    }
        #rotate-nav{
            position: absolute;
            top:0;
            right:0;
            z-index: 50;
            padding:0 0 0 0px;
            background-color: #cccccc;
            border-bottom-left-radius:3px;
            -moz-border-radius-bottomleft:3px;
            -webkit-border-bottom-left-radius:3px;
        }
        #rotate-nav-list{
            list-style: none;
        }
        #rotate-nav-list li{
            float:left;
            
        }
        #rotate-nav-list a{
            display:block;
            height:15px;
            width:15px;
            background-image: url(images/clear-circle.gif);
        }
        .activeSlide{
            display:block;
            height:15px;
            width:15px;
            background-color:#ffffff;
        }
        #rotator .slide{
            position: relative;
            width:600px;
            height:300px;
            border-radius:10px;
            -moz-border-radius:10px;
            -webkit-border-radius:10px;
        }
        #rotator .slide img{
            width:100%;
            border:0;
            border-radius:10px;
            -moz-border-radius:10px;
            -webkit-border-radius:10px;
        }
        #rotator .slide a:link,#rotator .slide a:visited{
            color:#ffffff;
            text-decoration:none;
        }
        #rotator .slide a:hover,#rotator .slide a:active{
            color:#ffffff;
            text-decoration:underline;
        }
        #rotator .slide p {
            position: absolute;
            bottom:0px;
            background:transparent url(images/50black.png) repeat scroll;
            color:#ffffff;
            width:580px;
            padding:10px;
            font-size:14px;
            border-radius-bottom-left:10px;
            border-radius-bottom-right:10px;
            -moz-border-radius-bottomleft:10px;
            -moz-border-radius-bottomright:10px;
            -webkit-border-bottom-left-radius:10px;
            -webkit-border-bottom-right-radius:10px;
        }
    .side-bar-contain{
        float: right;
    }
    .side-bar{
        background-color: #eeeeee;
        width:320px;
        margin:0 0px 10px 00px;
        padding: 10px;
        text-align:center;
        border:1px solid #cccccc;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
    }
    .side-bar ul{
        text-align: left;
        margin:0 0 0 20px;
    }
    #side-rotator{
        float:right;
        background-color: #eeeeee;
        width:320px;
        height:260px;
        padding: 20px 10px 20px 10px;
        text-align:center;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
    }
        #side-rotator h3, .side-bar h3{
            font-size: 18px;
            margin:0 0 5px 0;
            padding: 0 0 2px 0;
            border-bottom: 1px solid #cccccc;
            color:#666666;
        }
        #side-rotator .social-img img, .side-bar .social-img img{
            border:0px;
            outline:0px;
            margin:0 5px 0 5px;
            padding: 0;
        }
        #impactNumbers{
            font-size: 11px;
            text-align: left;
            width:320px;
            height:60px;
            overflow:hidden;
            margin:0px 0 0 0;
        }
    .bottom-box{
        float:left;
        width:230px;
        margin:0 10px 0 0px;
        font-size: 12px;
    }
    .bottom-box-r{
        float:left;
        width:230px;
        margin:0 00px 0 0px;
        font-size: 12px;
    }
        .bottom-box ul, .bottom-box-r ul{
            list-style: none;
            background-color: #f4f4f4;
        }
        .bottom-box h3, .bottom-box-r h3{
            width:228px;
            text-align:center;
            font-size:16px;
            /*background-color:#f4f4f4;*/
            background: #f4f4f4 url(images/bottom-box-bg.png) repeat-x scroll 0px 0px;
            border:1px solid #cccccc;
            color:#666666;
            /*border-top-left-radius:3px;
            border-top-right-radius:3px;*/
            -moz-border-radius-topleft:3px;
            -moz-border-radius-topright:3px;
            -webkit-border-top-left-radius:3px;
            -webkit-border-top-right-radius:3px;
        }
        #twitter_update_list{
            list-style: none;
        }
        #twitter_update_list li, #twitter_update_list li{
            padding:2px 3px 2px 20px;
            margin:0 0 2px 0;
            border-bottom: 1px solid #cccccc;
            background: #f4f4f4 url(images/twit.png) no-repeat scroll top left;
        }
        .cal-list{
            background: #f4f4f4 url(images/cal.png) no-repeat scroll top left;
            padding: 0px 0px 3px 20px;
            border-bottom: 1px solid #cccccc;

            margin:3px 0 3px 1px;
        }
        .news-list{
            background: #f4f4f4 url(images/news.png) no-repeat scroll top left;
            padding: 0px 0px 3px 20px;
            border-bottom: 1px solid #cccccc;

            margin:3px 0 3px 1px;
        }
            .bottom-box a, .bottom-box-r a{
                    color:#0000EE;
                    text-decoration: underline;
                }
            .bottom-box a:visited, .bottom-box a:link, .bottom-box-r a:visited, .bottom-box-r a:link{
                color:#0000EE;
                text-decoration: underline;
            }
            .bottom-box a:hover, .bottom-box a:active, .bottom-box-r a:hover, .bottom-box-r a:active{
                color:#0000EE;
                text-decoration: none;
            }
#commentlist{
    list-style: none;
    margin:0;
}
.commenter, .commenter-alt{
    clear:both;
    margin: 0 0 10px 0;
    padding: 5px 5px 10px 5px;
   
}
.commenter-alt{
    background-color: #f4f4f4;
     border: 1px solid #cccccc;
}
.commenter img, .commenter-alt img{
    float:left;
    margin:0 10px 5px 0;
}
.commenter p, .commenter-alt p{
    clear:both;
    margin:5px; 0 0 0;
}

#footer{
    clear:both;
    text-align: center;
    font-size: 10px;
    color:#666666;
    padding:10px 0 0 0;
}

.teir{
    width:950px;
    float:left;
    clear:both;
}
.callToAction{
    display: block;
    width:250px;
    height:50px;
    margin:25px auto 0 auto;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background: #0d2954 url(images/call-bg.png) repeat-x scroll 0px 0px;
    border:1px solid #001636;
    color:#f4f4f4;
    text-decoration: none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.callToAction:link, .callToAction:visited{
    background-position: 0px 0px;
    text-decoration: none;
    color:#f4f4f4;
    background-image: url('images/call-bg.png');
}
.callToAction:hover, .callToAction:active{
    background-position: 0px -50px;
    text-decoration: none;
    color:#ffffff;
    background-image: url('images/call-bg.png');
}

.list-title{
    color:#000000;
    text-decoration: underline;
}
.list-title:link, .list-title:visited{
    color:#000000;
    text-decoration: underline;
}
.list-title:hover, .list-title:active{
    color:#666666;
    text-decoration: underline;
}
a.the-read-more{
    clear:both;
    margin:5px 0 0 0;
    padding:1px 5px 1px 5px;
    color:#666666;
    background-color:#cccccc;
    background-image: url('images/bottom-box-bg.png');
    border:1px solid #666666;
    text-decoration: none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
a.the-read-more:link, a.the-read-more:visited{
    margin:5px 0 0 0;
    padding:1px 5px 1px 5px;
    color:#666666;
    background-color:#cccccc;
    background-image: url('images/bottom-box-bg.png');
    border:1px solid #666666;
    text-decoration: none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
a.the-read-more:hover{
    margin:5px 0 0 0;
    padding:1px 5px 1px 5px;
    color:#000000;
    background-color:#cccccc;
    background-image: url('images/bottom-box-bg.png');
    border:1px solid #000000;
    text-decoration: none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
a.the-read-more:active{
    margin:5px 0 0 0;
    padding:1px 5px 1px 5px;
    color:#000000;
    background-color:#cccccc;
    background-image: url();
    border:1px solid #000000;
    text-decoration: none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
span.list-cat-link a{
    color:#999999;
    text-decoration: underline;
}
span.list-cat-link a:link, span.list-cat-link a:visited{
    color:#999999;
    text-decoration: underline;
}
span.list-cat-link a:hover, span.list-cat-link a:active{
    color:#666666;
    text-decoration: none;
}
.grey-text{color:#999999;}


/* disqus */
.dsq-widget-thread{
	color:#000000;
}
.dsq-widget-thread:link, .dsq-widget-thread:visited{
	color:#000000;
	text-decoration:underline;
}
.dsq-widget-thread:hover, .dsq-widget-thread:active{
	color:#666666;
	text-decoration:none;
}
img.dsq-widget-avatar{
	float:right !important;
	margin:0px !important;
}
.dsq-widget-user{
	display:block;
	background-color:#dddddd;
	padding:3px;
	color:#666666;
	text-decoration:underline;
}
.dsq-widget-user:link, .dsq-widget-user:visited{
	color:#666666;
	text-decoration:underline;
}
.dsq-widget-user:hover, .dsq-widget-user:active{
	color:#666666;
	text-decoration:none;
}
.dsq-widget-item{
	/*border-bottom:1px solid #cccccc;*/
	padding:0 0 5px 0;
}
.dsq-widget-meta a{
	color:#666666;
	text-decoration:underline;
}
.dsq-widget-meta a:link, .dsq-widget-meta a:visited{
	color:#666666;
	text-decoration:underline;
}
.dsq-widget-meta a:hover, .dsq-widget-meta a:active{
	color:#666666;
	text-decoration:none;
}

/* SOCIABLE */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
