/*
Theme Name: Theme for Newswire 2.0
Theme URI: http://www.cuny.edu
Description: The CUNY.edu version 5 Design for Newswire now mobile/tablet friendly. Powered by Dox/Hub 2010
Version: 1.0
Author: Jordan Rome/Eri Sahagun
Author URI: http://www.cuny.edu
Tags:
*/

/***********************************
Copyright 2008-2010
The City University of New York
Office of University Relations
Office of Communications and Media
Eri Sahagun, Web Developer
www.cuny.edu
*************************************
*** mu/themes/cuny5-newswire2/style.css ****
***********************************

**********************************
border: solid 1px magenta;
**********************************/

/***********************************
Styles in this section may overide 
global CUNY5 CSS; as of 2010-02-25
************************************/

/***
#title 
*************/

#subtitle .auto-subtitle {
	min-height: 19px;
	margin: 0px 0px 7px 0px;
	padding:0px 0px 1px 0px;
	float: none;
	width: 480px;
	border-color: #d6dbde;
}

/***
#left-bar - (width=270px + margin-right=20px)
*******/
#left-bar {
	float: left;
	width: 270px;
	padding: 0 20px 0 0;

}
#left-bar .auto-menu {
	float: none;
}

#left-bar #menu .auto-menu ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url();
	padding: 0 1px 0 0;
	margin:0;
}

#left-bar #menu .auto-menu ul li {
	font-size: 9pt;
}

#left-bar #menu .auto-menu ul li a span {
    font-size: 8pt;
    color:#353a3d;
}

#left-bar .auto-menu ul li ul {
	margin: 0 0 0 15px;
}
#left-bar .auto-menu ul li ul li {border:0;}


#left-bar ul li a:hover {
	background-color:#d6dbde;
	color: #1d3a83;
}
#left-bar ul li.menu-current a,
#left-bar ul li.current_page_item a {
	background-color:#d6dbde;
}

#left-bar ul li.menu-current li a,
#left-bar ul li.current_page_item ul li a  {
	background-color:#ffffff;
}

#media-menu {
	margin-top: 30px;
}

ul.media-links {
	margin: 0 0 0 0 ;
	padding:0;
	border-top: solid 1px #d6dbde;
	width: 270px;
}
ul.media-links li {
	list-style-type: none;
	background-image: url(images/triangle-right-gray-light.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 5px 0 5px 6px;
	font-size: 10pt;
	line-height: 12pt;
	border-bottom: solid 1px #d6dbde;
	width: 264px;
}
ul.media-links li a {
	color: #666f74;	
	display: block;
	padding: 0 0 0 2px;
}
ul.media-links li a:hover {
	background-color: #d6dbde;	
}

ul.media-links li a span.h4 { 
	font-weight: bold;
	color: #1d3a83;
}


/***
#right-bar - (width=200px + margin-left=20px)
*******/
#right-bar {
    float:right;
    margin: 0 0 20px 20px;
    padding: 19px 0 0 0;	
    width: 165px;
}

#right-bar #categories,
#right-bar #archives {
	margin:0 0 20px 0;
}

#right-bar ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url();
	padding: 0 1px 0px 0;
	margin:0;
}
#right-bar ul li {
	background:none;
	border-bottom: solid 1px #d6dbde;
	padding: 2px 0 2px 0px;
    font-size: 9pt;
}
#right-bar #archives ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url();
	padding: 0 1px 0 0;
	margin:0;
}
#right-bar #archives ul li {
	background:none;
	padding: 1px 0 2px 0px;
    font-size: 9pt;
}

#right-bar a {
	display:block;
	color: #1d3a83;
}
#right-bar a:hover {
	background-color:#d6dbde;
	color: #1d3a83;
}

#right-bar #categories ul li a span { 
    font-size: 8pt;
    color:#353a3d;
}
#right-bar ul li ul {
	margin-left: 15px;
}
#right-bar ul li ul li {
	border: 0px;
}

#right-bar #years {
	margin: 15px 0;
	line-height: 13pt;
}
#right-bar #years a {
	display: inline;
}
#right-bar #years span {
	color: #d6dbde;
	text-align: center;
	padding: 0 1px 0 4px;
}




/***
#search
*******/
#search {
	padding: 0 0 15px 0;
	margin: 0px 0 0px 0;
	width: 165px;
}
#search h4,
#search form {
	margin: 0;
	padding:0;
}
#search #s {
	width: 135px;
	height: 18px;
	margin: 0 3px 0 0;
	border: solid 1px #d6dbde;
}

#search .search-form-title {
	font-weight: normal;
	text-transform: none;
}

#search #searchsubmit {
	position: relative;
	top: 7px;
}

/***********************************
Post List
************************************/
#middle-bar {	
	margin: 0px 0px 10px 0px;
	float: left;
	width: 480px;
	overflow: auto;
}

#post-list {
	width: 480px;
	margin: 0px;
	padding: 0px;
}

.post {
	border-bottom: solid 1px #d6dbde;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0;
}
.post ul {
	list-style-type: none;
	list-style-image: url(images/bullet-body.gif);
	list-style-position: outside;
	padding-left: 12px;
}
.post div {
	max-width: 480px;
}
.post img {
	max-width: 480px;
	display: inline;
}
.post .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.post .alignright {
	float: right;
	padding: 0 0 10px 10px;
}
.post .aligncenter {
	margin: auto;	
}

.post .alignleft img,
.post .alignleft p.wp-caption-text { 
	float: left;
	clear: both;
}

.post .alignright img,
.post .alignright p.wp-caption-text { 
	float: right;
}

.post .wp-caption-text,
.post .img-caption {
	font-size: 8pt;
	line-height: 9pt;
	color: #666f74;
	padding: 2px 0;
	width: 95%;
}

.post .img-caption {
	margin-bottom: 10px;
}

/***********************************
Post Pagination
************************************/
#pagination {
	width:480px;
	overflow: auto;
	height: auto;
}

#pagination .pagination-older {
	float: left;
}
#pagination .pagination-newer {
	text-align: right;
	float: right;
}

/***********************************
Content/Media
************************************/

.BrightcoveExperience {
	float: left;
	margin: 0 15px 10px 0;
}

#post-list .addthis_default_style{width:480px; padding: 0px; float:left; margin: 5px 0px 10px 0px;}

#post-list .addthis_default_style .at300b { padding: 0px 0px; display:block; }

#post-list .addthis_default_style a:hover { background-color: transparent; }

#post-list .addthis_default_style ul { padding: 0px 20px 0px 0px; margin: 0px; list-style-image: none; display:block;}
	
#post-list .shareList li {
	list-style:outside none;display:inline;
}
#post-list .shareList a{
	margin-right:5px;
}


