/*   
Theme Name: PLURAL+
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart modified by Raquel Wilson for United Nations Alliance of Civilizations
Author URI: http://unaoc.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body, input, textarea {
    -x-system-font:none;
    font-family:Arial, Helvetica,sans-serif;
    font-size:15px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:22px;
    color:#333;
}

a:link {
    color:#660099;
}
a:visited {
    color:#333;
}
a:active,
a:hover {
    color: #66CCFF;
}

#branding {
    padding:44px 0 44px;
}

#header {
    background:white url('http://pluralplus.unaoc.org/wp/wp-content/uploads/img/pluralplus-banner.jpg') no-repeat top center;
}

#blog-title a {
    background:url('http://pluralplus.unaoc.org/wp/wp-content/uploads/img/pluralplus-logo.png') no-repeat top center;
    display:block;
    text-indent:-9000px;
    width: 315px;
    height: 55px;
}

#blog-description {
    display:none;
}

#access {
    /*background:#33CCFF none repeat scroll 0 0;*/
    border-top:1px dotted #333;
    border-bottom:1px dotted #333;
    font-size:20px;
    height:42px;
    overflow:visible;
    z-index:100;
    text-transform: uppercase;
}

.menu {
    margin:0 auto;
    width:940px;
    height:44px;
}

.sf-menu {
    border-right:0px solid #CCCCCC;
    float:left;
}

.sf-menu a {
    /*background:#33CCFF none repeat scroll 0 0;*/
    border-bottom:0px solid #CCCCCC;
    border-left:0px solid #CCCCCC;
    border-top:0px solid #CCCCCC;
    padding:13px 13px;
    text-decoration:none;
    color:#333;
    font-size:14px;
    font-weight:bold;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:#333;
}

.entry-content {
    padding-top:8px;
}

h6 {
    font-size:14px;
    margin-top:10px;
    margin-bottom:20px;
    word-spacing:20px;
}

.wp-caption p.wp-caption-text {
    margin:0 5px 0 0;
    padding:5px;
    text-align:right;
    font-size:10px;
}

table {
    border-width:0;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px;
    text-align:left;
}

tr {
    border-bottom:0px solid #CCCCCC;
}

th, td {
    vertical-align:top;
}

#primary {
    background:white; /*was #66ff66 */
    border: 3px solid #33CCFF;
    clear: right;
    margin: 0 0 15px;
    padding: 16px 0 0;
    width: 294px;
}

#primary h3 {
    font-size:20px;
    color:#333;
    margin-bottom:10px;
    font-style:normal;
    font-weight:bold;
    text-transform:uppercase;
}

#secondary {
    background:#333 /* url(http://raquelwilson.com/preview/pluralplus/img/aside-bg.gif) no-repeat bottom center */;
    border:0px dotted #333;
    margin-bottom:22px;
    padding:18px 0 18px 0;
    color:#FFF;
}

#secondary h3 {
    font-size:20px;
    color:#FFF;
    margin-bottom:10px;
    font-style:normal;
    font-weight:bold;
    text-transform:uppercase;
}  

#page-top {
/*    background:#333;	*/
    border:0px;
    margin-bottom:0;
    padding:0;
    color:#FFF;
    float: right;
    position:relative;
	right:10px;
	height: 635px;/*was55px before Facebook added*/
	width:300px;
}
#page-top .socialmedia {
    height: 63px;
}
#page-top .socialmedia ul{
float: right;
} 
#page-top .socialmedia ul li{
display: inline;
padding: 2px;
color: #333;
}

.aside {
    color:#333;
}

.textwidget ul {
    list-style-type:square;
}

.textwidget li a {
    color:#999;
}

#footer {
    /*background:#333 none repeat scroll 0 0;*/
    border-top:1px dotted #333;
    margin-top:44px;
}

#footer .footnav {
    margin-bottom:3px;
    word-spacing:16px;
    font-size: 13px;
}

#footer .jury {
    word-spacing:normal;
}

#siteinfo {
    color:#666666;
    font-size:11px;
    line-height:18px;
    padding:44px 0 44px;
}

/* added for Universal Subtitles */
iframe {
	margin-bottom: 25px;
}
span.unisubs-videoplayer {
	margin-bottom: 25px;
}
