/*
Theme Name: Bossy Glossy
Description: Custom designed for the author's Portfolio website.
Version: 1.3
Author: Bruno Abrantes
Author URI: http://www.brunoabrantes.com/
*/

/* GENERAL AND TYPESETTING */

html {
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
}

body {
	font-size: 1.2em;
	color: #fff;
	background: #222 url(images/bg.jpg) repeat-x;
	padding: 0;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}


img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #8aff00;
	text-decoration: none;
}

a:hover {
	color: #222;
	background-color: #8aff00;
}

small {
	font-size: 80%;
}

p {
	margin: 20px 0;
}

h1 {
	font-size: 2em;
	padding-top: 15px;
}

h2 {
	font-size: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 140%;
	text-align: left;
}

h3 {
	font-size: 130%;
	margin: 20px 0;
}

input[type=text], textarea {
	border: none;
	padding: 5px;
	color: #999;
}

textarea {
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	padding: 2px;
	width: 390px;
}

input[type=text]:focus, textarea:focus {
	color: #222;
}

input[type=submit] {
	border: 1px solid #666;
	background-color: #525051;
	color: white;
	padding: 3px;
}

input[type=submit]:hover {
	background-color: #333;
	cursor: pointer;
}

.green {
	color: #8aff00;
}

.small {
	font-size: 75%;
	margin: 0;
	padding: 0;
}

.searchPhrase {
	color: white;
	font-style: italic;
}

.clear {
	clear: both;
}

.oldPosts {
	float: left;
}

.newPosts {
	float: right;
}

#master {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */

#header {
	padding: 10px 0 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid white;
}

#logo {
	float: left;
	padding-top: 5px;
}

#logo h1 a {
	font-size: 100%;
	color: #fff;
	display: block;
	position: relative;
	width: 220px;
}

#logo h1 a:hover{
	background: transparent;
}

#logo h1 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:url(images/logo.png) top left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}

#header .searchForm {
	float: right;
	margin-top: 20px;
}

.searchForm input[type=text] {
	background: #fff url(images/search.png) no-repeat 5px 2px;
	padding-left: 25px;
	margin-bottom: 5px;
}

.searchForm input[type=text]:focus {
	background: #fff url(images/search.png) no-repeat 5px -19px;
}

/* HIGHLIGHTS */

#highlights .promo {
	width: 320px;
	float: left;
	margin-top: 35px;
}

#highlights .promo h2 {
	line-height: 140%;
	font-size: 235%;
	height: 160px;
	margin-top: 10px;
	display: block;
	text-indent: -9000px;
	background: url(images/promo2.png) top left no-repeat;
}

/* NAVIGATION */

#nav {
	white-space: nowrap;
	padding: 10px 0 0 0;
	margin: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 80px;
	list-style-type: none;
}

#nav li {
	display: inline;
	width: 175px;
	float: left;
	height: 60px;
	margin: 0;
}

#nav li small {
	margin-top: 8px;
	font-size: 55%;
	display: block;
	color: #ccc;
}

#nav li a.active small {
	color: #333;
}

#nav li a {
	display: block;
	height: 40px;
	width: 155px;
	color: #fff;
	font-size: 150%;
	padding: 5px 10px 25px 10px;
}

#nav li a:hover {
	color: #fff;
	background-color: #161616;
	margin: 0;
	padding: 5px 10px 25px 10px;
}

#nav li a.active {
	background-color: #8aff00;
	color: #222;
}

/* CAROUSEL
css adapted from http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/ */

.carousel {
	width: 295px;
	float: right;
}

.slider-wrap
{ 
	background: url(images/feature_imac.png) no-repeat;
	margin:0;
	overflow: hidden;
	height: 222px;
}			
.panelContainer .panel ul
{
	margin: 0;
}
.stripViewer
{ 
	position: relative; 
	overflow: hidden; 
	width: 153px; 
	height: 230px; 
	left: 48px;
	top: 46px;
}

.stripViewer .panelContainer
{ 
	position: relative; 
	width: 419px;
	height: 97px; 
}
.stripViewer .panelContainer .panel	
{ 
	float: left; 
	height: 97px; 
	position: relative; 
	width: 153px;	
}
	
.stripNavL, .stripNavR, .stripNav
{ 
	display: none; 
}

.sliderControls
{
	padding: 0;
	margin: 0 0 0 90px;
	font-size: 80%;
}

.sliderControls li
{
	display: inline;
	padding: 0;
	margin: 0;
}

.sliderControls li a
{	
	padding: 3px 6px;
	color: white;
}

.sliderControls li a.active-thumb, .sliderControls li a:hover
{
	background-color: #8af000;
	color: #333;
}


/* Non-JS Carousel */
ul#noJsCarousel {
	padding: 50px 0 0 30px;
	font-size: 80%;
}


/*
	NEW CAROUSEL
*/
/*
.carousel {
	width: 400px;
	float: right;
}

.carousel a:hover {
	background: none;
}

.slider-wrap {
	position: relative;
	margin: 0 auto;	
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 350px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 350px;
}

.stripNavL, .stripNavR, .stripNav {
	display: none;
}

.nav-thumb {
	margin-right: 5px;
}

#movers-row {
	margin: -43px 0 0 62px;
}

#movers-row div {
	width: 20%;
	float: left;
}

#movers-row div a.cross-link {
	float: right;
}

.cross-link {
	display: block;
	width: 60px;
	margin-top: -14px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;
	border-bottom: 5px solid transparent;
}

.active-thumb, .cross-link:hover {
	border-bottom: 5px solid #8aff00;
}

.sliderControls {

}

*/

/* CONTENT */

#content.narrowColumn {
	float: left;
	width: 450px;
	padding: 13px 0 10px 0;
}

#content.wideColumn {
	width: 700px;
	padding: 13px 0 10px 0;
}

#content .post {
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



#content .postTop h2 {
	margin: 0;
	padding: 0 0 15px 0;
}

#content .postTop small {
	color: #aaa;
}

#content.narrowColumn .entry {
	margin-bottom: 5px;
	text-align: justify;
	line-height: 2em;
}

#content .postmetadata {
	clear: both;
}

#content .postmetadata a {
	color: #aaa;
}

#content .postmetadata a:hover {
	background: transparent;
	text-decoration: underline;
}

#content .postmetadata .tags {
	float: left;
	width: 300px;
}

#content .postmetadata .comments {
	float: right;
}

#content .wp-caption {
	border: 1px solid #000;
	background-color: #161616;
	padding: 5px 6px 5px 5px;
	margin: 0;
}

#content .entry img {
	margin: 0;
	border: 5px solid #161616;
}

#content .entry ol, #content .entry ul {
	padding-left: 30px;
}

#content .entry ol li, #content .entry ul li {
	padding-left: 5px;
	margin-bottom: 10px;
}

#content .entry ol li {
	list-style-type: decimal;
}

#content .entry ul li {
	list-style-type: disc;
}

#content .entry img:hover {
	border: 5px solid #333;
	background: transparent;
}

#content h4 {
	text-transform: uppercase;
	color: #8af000;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	font-size: 105%;
	margin: 40px 0 -10px 0;
	padding: 0 0 0 0;
}

#content .wp-caption img {
	padding: 0;
	margin: 0;
	background: transparent;
}

#content .wp-caption p {
	padding: 10px 0 5px 0;
	margin: 0;
	font-style: italic;
	font-size: 90%;
}

#content .aligncenter {
	text-align: center;
}

#content .more-link {
	display: block;
	margin: 10px 0;
	clear: both;
	float: right;
	width: auto;
	font-size: 90%;
}

#content .pagetitle {
	margin-bottom: 35px;
}

/* Roundup Lists */

#content .roundUpList div {
	float: left;
	width: 100%;
	padding: 10px;
}

#content .roundUpList div h4{
	float: left;
	width: auto;
	display: inline;
}

#content .roundUpList div img {
	float: right;
}

#content .roundUpList .even {
	background-color: #161616; 
}

#tooltip {
	position: absolute;
	/*

background: url(images/tooltip.gif) no-repeat;*/
	background-color: #222;
	border: 1px solid #666;
	color: #8aff00;
	/*

width: 121px;
	height: 51px;
	*/
	z-index: 2;
	text-align: center;
}

#tooltip small {
	padding: 5px;
	display: block;
}

.singlePost h2 {
	color: #8af000;
}

.relatedPosts {
	margin-bottom: 40px;
}

.relatedPosts ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted black;
}

.relatedPosts li {
	border-top: 1px dotted black;
}

.relatedPosts li a {
	display: block;
	background: #222 url(images/star.png) no-repeat 2px 5px;
	padding: 1px 0px 1px 20px;
}

.relatedPosts li a:hover {
	color: #8af000;
	background: #161616 url(images/star.png) no-repeat 2px 5px;
;
}

#content div.sociable {
	margin-top: 40px;
}

#content div.sociable img {
	border: none;
	background: transparent;
}

#content div.sociable a:hover, #content div.sociable img:hover {
	background: transparent;
	border: none;
}

#content div.sociable .share {
	padding-left: 20px;
	margin-bottom: 5px;
	display: block;
	background: url(images/heart.png) no-repeat 0 0;
}

/* WORKS */

.tagsPortfolio {
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 5px 5px 2px;
	background-color: #333;
	width: 155px;
	border: 1px solid #666;
}

.tagsPortfolio li {
	position: relative;
	left: -8px;
	display: inline;
	padding-left: 8px;
}

#content .entry .tagsPortfolio img, #content .entry .tagsPortfolio img:hover {
	background: none;
	padding: 0;
	border: none;	
}

/* ABOUT */

.about {
	float: left;
	width: 450px;
	padding: 0px 0 10px 0;
}

.about .entry {
	padding: 0;
	margin-bottom: 5px;
	text-align: justify;
}

.about .entry ul {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted black;
}

#content.about .entry li {
	list-style-type: none;
	background: url(images/star.png) no-repeat 2px 8px;
	padding: 5px 0;
	padding-left: 20px;
	border-top: 1px dotted black;
}

.aboutSidebar {
	padding: 15px 0;
}


.aboutSidebar .pdf {
	background: url(images/pdf_icon.png) no-repeat 0 3px;
	padding-left: 18px;
}

.aboutSidebar .portuguese {
	background: url(images/pt_icon.png) no-repeat 0 5px;
	padding-left: 18px;
}

.aboutSidebar .english {
	background: url(images/en_icon.png) no-repeat 0 5px;
	padding-left: 18px;
}

.aboutSidebar .download {
	background: url(images/download.gif) no-repeat -2px -1px;
	padding-left: 18px;
}

.aboutSidebar .email {
	background: url(images/mail_icon.png) no-repeat 0 2px;
	padding-left: 18px;
}

.aboutSidebar .twitterSmall {
	background: url(images/twitter_icon.png) no-repeat -3px 2px;
	padding: 2px 0 0 22px;
	display: block;
	height: 22px;
}

.aboutSidebar .facebook {
	background: url(images/facebook_icon.png) no-repeat 0 2px;
	padding-left: 25px;
	display: block;
	height: 20px;
}

/* CONTACT */

.contact textarea {
	width: 450px;
}

.contact input[type=text] {
	width: 390px;
}

.contact .wpcf7-captcha-captcha-719 {
	float: right;
	position: relative;
	top: -5px;
}

.contact .captcha-719 input[type=text] {
	float: left;
	width: 300px;
}

/* ARCHIVES */

ul.archiveListMaster {
	list-style-type: none;
	white-space: nowrap;
	border-bottom: 1px dotted black;
	margin: 0;
	padding: 0;
	font-size: 120%;
}

ul.archiveListMaster li {
	display: block;
	border-top: 1px dotted black;
}

ul.archiveListYear {
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 30px;
	background-color: #161616;
}

ul.archiveListYear li {
	display: inline;
	border-top: none;
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 20px;
}

ul.categoryArchive {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.categoryArchive li {
	display: block;
	width: 110px;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}

ul.categoryArchive a {
	display: block;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 5px;
}

ul.categoryArchive a:hover {
	border: 1px solid #8af000;
}

/* COMMENTS */

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol.commentlist li {
	padding: 10px 10px 20px 10px;
}

ol.commentlist .alt {
	background-color: #161616;
}

ol.commentlist img {
	float: left;
	margin-right: 15px;
}

ol.commentlist p {
	float: right;
	width: 335px;
	margin-right: 30px;
}

.wideColumn ol.commentlist p {
	width: 613px;
	float: right;
}

#content .post blockquote {
	margin: 10px 25px 0 25px;
	padding: 1px 10px 0 30px;
	font-family: Georgia;
	background: url(images/quotes.png) no-repeat;
	color: #ccc;
	display: block;
}

#content .post blockquote p {
	background: url(images/quotes_inverted.png) no-repeat bottom right;
	padding: 0 30px 20px 0;
	font-style: italic;
}

.wideColumn ol.commentlist blockquote {
	width: 480px;
}

ol.commentlist blockquote p {
	float: none;
	padding-left: 25px;
	font-style: italic;
	color: #ccc;
	width: 250px;
}

#comments {
	margin-bottom: 20px;
}

.commentMetaData {
	color: #ccc;
}

#commentform label {
	clear: both;
	display: block;
}

#commentform .subscribe-to-comments label {
	clear: none;
	display: inline;
	font-size: 80%;
}

#commentform input[type=text] {
	margin-bottom: 20px;
}

#commentform .secondaryText {
	color: #ccc;
}

#commentform .info {
	font-size: 90%;
	margin-bottom: 10px;
}

#commentform .info ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #ccc;
}

#commentform .info li {
	padding-bottom: 5px;
}

/* SIDEBAR */

#sidebar {
	float: right;
	width: 160px;
	text-align: left;
	font-size: 95%;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	padding: 0;
	margin: 0;
	line-height: 2em;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 135%;
	margin: 0 0 10px 0;
	text-align: left;
}

#sidebar .badge {
	float: left;
}

#sidebar .badge a {
	height: 75px;
	width: 75px;
	display: block;
	text-indent: -9000px;
}

#sidebar .badge a.twitter {
	background: url(images/twitter_badge2.png) 0 18px no-repeat;
	height: 70px;
}

#sidebar .badge a.rss {
	background: url(images/rss_badge2.png) -4px 20px no-repeat;
	margin-right: 10px;
	height: 62px;
}

#sidebar .badge a.twitter:hover {
	background-position: 0 -74px;
}

#sidebar .badge a.rss:hover {
	background-position: -4px -56px;
}



#sidebar .widget {
	padding: 15px 0;
}

.widget_recent_entries li.odd, #freepress-recent-comments li.odd, #popular-posts li.odd, #downloadsList li, #socialList li, #contactList li {
	background-color: #161616;
}

.widget_recent_entries li, #freepress-recent-comments li, #popular-posts li, #downloadsList li.odd, #socialList li.odd, #contactList li.odd {
	background: transparent;
}

.widget_recent_entries a, #freepress-recent-comments a, #popular-posts a, #downloadsList a, #socialList a, #contactList a {
	display: block;
	width: 140px;
	color: #fff;
	font-size: 100%;
	padding: 10px;
}

.widget_recent_entries a:hover, #freepress-recent-comments a:hover, #popular-posts a:hover, #downloadsList a:hover, #socialList a:hover, #contactList a:hover {
	color: #222;
	background-color: #8af000;
}

.widget_recent_entries a small, #freepress-recent-comments a small, #popular-posts a small, #downloadsList a small, #socialList a small, #contactList a small {
	margin-top: 3px;
	font-size: 75%;
	display: block;
	color: #aaa;
}

.widget_recent_entries a:hover small, #freepress-recent-comments a:hover small, #popular-posts a:hover small, #downloadsList a:hover small, #socialList a:hover small, #contactList a:hover small {
	color: #444;
}

#ctc {
	padding-top: 10px;
}

#ctc a {
	color: white;
	line-height: 30px;
}

#ctc a:hover {
	background: transparent;
	text-decoration: underline;
}

#ctc .ctc {
	text-align: center;
}

/* FOOTER */

#footer {
	clear: both;
	border-top: 1px solid white;
	padding: 10px 0px;
	color: #525051;
	font-size: 80%;
}

#footer p {
	position: relative;
	margin: 5px 0;
}

#footer .date {
	padding-left: 40px;
}

#footer .date a {
	color: #ccc;
}

#footer .date a:hover {
	background: transparent;
	text-decoration: underline;
}

#footer a.cc {
	position: absolute;
	top: -4px;
	left: 0px;
	float: left;
	display: block;
	width: 40px;
	height: 28px;
	background: url(images/cc.png) no-repeat;
	overflow: hidden;
}

#footer a.cc:hover {
	background-position: 0 -29px;
}

#footer a.rss {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: url(images/rss.png) no-repeat;
	overflow: hidden;
}

#footer a.rss:hover {
	background-position: 0 -28px;
}