/*
Theme Name: PastelAge
Theme URI: http://pastelage.ro/
Description: Wordpress theme for pasteage
Version: 1.7
Author: PastelAge
Author URI: http://pastelage.ro/
Tags: fixed width, three columns, custom

*/

/* General */

body {
  font: 12px "Trebuchet MS",Helvetica,Verdana,Arial,Tahoma,sans-serif;
  color: #000000;
  background: #fff;
  margin: 0;
}

table {
  margin: 0;
}
th,td {
  border: none;
  padding: 0;
}
a {
	text-decoration: none;
	color: #F47926;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
   
  width: 1070px;
  padding: 0px;
}

.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0;
}

h1 {
  font-size: 28px;
  color: #000;
}

h2 {
  font-size: 24px;
  color: #000;
}

h3 {
  font-size: 20px;
  color: #000;
}
strong {
  font-size: 13px;
}

/* --- Containers --- */
#content {
  padding: 0px;
}

#leftColumn {
  width: 610px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
#middleColumn {
  width: 170px;
  float: left;
  margin-right: 20px;
  _overflow: hidden;
}
#rightColumn {
  float: right;
  width: 250px;
  
  overflow: hidden;
}
#adviceTab {
  display: block;
  height: 41px;
  width: 229px;
  margin: 20px auto 0;
  background: url(images/adviceTab.gif) top left no-repeat;
}

#rightColumn #rightColumnContent {
	border: 1px solid #F47926;
	padding: 10px;
	background-color: #F47926;
}

/* ---- Header ---- */
#header {
	background: url(images/blogLogo.gif) top left no-repeat;
	height: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F47926;
}
#header #headerMarketing {
  float: left;
  line-height: 1em;
  background: url(images/newMarketing.gif) top left no-repeat;
  width: 190px;
  height: 40px;
}
#header #headerMarketing #headerMarketingBlog {
  display: block;
  float: right;
  font-size: 16px;
  margin:8px 13px 0 0;
  text-align:center;
  font-weight: bold;
  width:53px;
}
#header #headerMarketing #headerMarketingNew {
  display: block;
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 15px 0 0 9px;
}
#header #headerLogos {
  float: right;
  margin-right: 30px;
}
#header #headerLogos a {
  display: block;
  float: left;
  width: 100px;
  height: 110px;
  margin: 30px 0 0 43px;
  
  background: url(images/pastelLogo.gif) no-repeat;
}
#header #headerLogos a#age {
  background-position: 0 -10px;
  margin-left: 0;
}
#header #headerLogos a#sports {
  background-position: -140px -10px;
}
#header #headerLogos a#graphics {
  background-position: -290px -10px;
}
#header #subHeader {
  background: url(images/pastelLogo.gif) right 15px no-repeat;
  height: 100%;
}

#header #logo {
  display: block;
  float: left;
  clear: left;
  width: 1070px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  
  background: url(images/header.jpg) top left no-repeat;
}

/* --- Menu --- */
#menu {
  margin: 0 0 0 175px;
}

#menu li {
  list-style: none;
  float: left;
  
  margin: 0px 35px 0 0;
}
#menu li a {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  
  display: block;
}
#menu li a:hover {
  padding-top: 0;
  border-top: 5px solid #F47926;
  text-decoration: none;
}
#menu li a.active {
	padding-top: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F47926;
}

.meetingBadge {
  display: block;
  margin-top: 15px;
  width: 250px;
  height: 143px;
  background: url(images/pastel-way_badge.jpg) top left no-repeat;
}

.search {
  margin: 10px -10px 0 0;
}
.search .inputText {
	display: block;
	float: left;
	padding: 3px 5px 2px;
	width: 136px;
	margin-top: 9px;
	font-size: 12px;
	color: #aaa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F47926;
	border-right-color: #F47926;
	border-bottom-color: #F47926;
	border-left-color: #F47926;
}
.search .inputSubmit {
  display: block;
  float: left;
  
}
/* ---- Article ---- */
.article {
  margin-top: 35px;
}
.article .articlePicture {
  display: block;
  float: left;
  width: 170px;
}
.article .articleContent {
  float: right;
  width: 430px;
  margin-left: 5px;
}
.article .articleContent h2,.article .articleContent h1 {
  font-size: 30px;
  width: 90%;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.article .articleContent h2 span {
  font-size: 18px;
  font-weight: normal;
}
.article .articleContent h2 a, .article .articleContent h1 a {
  color: #000;
}
.article .articleContent .articleText {
  color: #333;
}
.article .articleContent .articleText h1 {
  font-size: 26px;
}
.article .articleContent .articleText h2 {
  font-size: 24px;
}
.article .articleContent .articleText h3 {
  font-size: 20px;
}
.article .articleContent .articleText h4 {
  font-size: 18px;
}
.article .articleContent .articleText h5 {
  font-size: 16px;
}
.article .articleBottom {
  float: right;
  clear: right;
  width: 430px;
  color: #333;
  
  background: url(images/articleGreenBottom.gif) bottom left no-repeat;
}
.article .articleBottom .articleDate {
  float: left;
  margin: 0 0 7px 12px;
  font-size: 30px;
  font-weight: bold;
  width: 70px;
}
.article .articleBottom .articleDate .left {
  float: left;
  line-height: 1em;
  margin-right: 2px;
}
.article .articleBottom .articleDate .small {
  float: right;
  padding-top: 5px;
  line-height: 1em;
  font-size: 12px;
  text-align: center;
}
.article .articleBottom .articleCategory {
  float: left;
  margin: 17px 0 0 20px;
  
  color: #fff;
  font-size: 10px;
  font-weight:bold;
}
.article .articleBottom .articleCategory a {
  color: #fff;
}
.article .articleBottom .articleComments {
  float: right;
  font-weight: bold;
  font-size: 30px;
  margin: 0 15px 5px 0;
  letter-spacing: -3px;
  line-height: 1em;
  width: 30px;
  text-align:center;
}
.article .articleBottom .articleComments a {
  color: #333;
}
.article .articleBottom .articleComments a:hover {
  text-decoration: none;
}

.article .authorAbout {
  background: #000 url(images/authorAboutBg.gif) bottom left no-repeat;
  margin: 0 20px 0 200px;
  padding: 10px;
  color: #fff;
}
.article .authorAbout .authorPicture {
  float: left;
  display: block;
  margin-right: 10px;
}
.article .authorAbout .authorContent {
  float: left;
  width: 270px;
  line-height: 1.2em;
}
.article .authorAbout .authorContent h4 {
  font-weight: bold;
}
.article .relatedArticles {
  float: left;
  width: 210px;
  margin: 0 10px 0 175px;
}
.article .bookmark {
  float: left;
  margin-top: 15px;
  width: 210px;
}
.article .bookmark h3 {
  margin: 0;
}
.article .bookmark ul {
  margin: 10px;
}
.article .bookmark ul li {
  float: left;
  list-style: none;
  padding: 9px;
}

.comments {
  padding: 15px 10px ;
  border: 1px solid #e5e5e5;
  margin: 15px 0 0 173px;
  background: #f2f2f2;
}
.comments h3 {
  margin: 0 0 10px;
}
.comments ul {
  margin: 0;
}
.comments ul li {
  list-style: none;
  margin-bottom: 15px;
}
.comments ul li .pictureLink {
  display: block;
  float: left;
  margin-right: 10px;
}
.comments ul li .comment {
  float: left;
  width: 311px;
}
.comments ul li .comment h4 {
  padding-left: 10px;
  font-size: 14px;
}
.comments ul li .comment h4 span {
  color: #aaaaaa;
  font-size: 10px;
}
.comments ul li .comment .commentContent {
  
  background: url(images/commentBg.gif) top left no-repeat;
}
.comments ul li .comment .commentBottom {
  background: url(images/commentBottomBg.gif) bottom right no-repeat;
  padding: 5px 5px 5px 20px;
}
.comments .response {
  
}
.comments .response h3 {
  margin: 0;
}
.comments .response textarea {
  margin-left: 100px;
  background: url(images/textareaBg.gif) top left no-repeat;
  padding: 5px 3px 5px 20px;
  width: 288px;
  height: 88px;
  
  border: none;
}
.comments .response label {
  display: block;
  float: left;
  
  width: 50px;
  margin-top: 5px;
  margin-left: 112px;
  padding: 1px 10px 1px 5px;  
  
  border: 1px solid #e1e1e1;
  border-right: none;
  background: #fff;
  
  color: #333333;
  text-align: right;
}
.comments .response .inputText {
  display: block;
  float: left;
  
  margin-top: 5px;
  padding: 1px 10px 1px 0px;
  width: 220px;
  
  background: #fff;
  border: 1px solid #e1e1e1;
  border-left: none;
  
}
.comments .response .inputSubmit {
  float: right;
  
  margin: 5px 5px 0 0;
  
  background: #333333;
  border: 2px solid #d7d7d7;
  color: #fefefe;
}
.comments .response .inputSubmit:active{
  background: #222;
  border: 2px inset #d7d7d7;
}
.comments .response .inputSubmit:hover{
  background: #444;
  border: 2px outset #d7d7d7;
}

.article.orange {
  background: url(images/articleOrangeLogo.gif) right top no-repeat;
}
.article.orange .articleBottom {
  background: url(images/articleOrangeBottom.gif) bottom left no-repeat;
}
.article.grey {
  background: url(images/articleGreyLogo.gif) right top no-repeat;
}
.article.grey .articleBottom {
  background: url(images/articleGreyBottom.gif) bottom left no-repeat;
}
.article.purple {
  background: url(images/articlePurpleLogo.gif) right top no-repeat;
}
.article.purple .articleBottom {
  background: url(images/articlePurpleBottom.gif) bottom left no-repeat;
}

.teamFooter {
}
.teamFooter h3 {
  margin: 0;
  font-size: 14px;
  color: #006f3b;
}
.teamFooter .bookmark {
  margin: 0;
  width: auto;
  float: none;
}
.teamFooter .bookmark li {
  padding: 5px;
}

.navigation {
  margin: 30px 0 0 180px;
}
.navigation .backLink {
  display: block;
  float: left;
  
  color: #333;
  font-weight: bold;
  line-height: 1.2em;
  
  padding-left: 40px;
  background: url(images/arrowLeft.gif) left top no-repeat;
}
.navigation .nextLink {
  display: block;
  float: right;
  
  color: #333;
  font-weight: bold;
  text-align: right;
  line-height: 1.2em;
  
  padding-right: 40px;
  background: url(images/arrowRight.gif) right top no-repeat;
}

/* ---- Newsletter ---- */
.newsletterBox {
	padding: 0px;
	color: #000;  /*background: #000 url(images/newsletterBg.gif) bottom left no-repeat;*/
}
.newsletterBox h3 {
	margin: 0px 0px 0px;
	padding: 0 0 0 0px;
	position: relative;
	color: #F47926;
	line-height: 1em;  /*background: url(images/newsletterIcon.gif) left -1px no-repeat;*/
}
.newsletterBox form input.inputText {
  width: 110px;
  padding: 2px 5px;
  float: left;
  border: 1px solid #666;
}
.newsletterBox form input.inputSubmit {
  display: block;
  float: left;
  padding: 4px 0 0 5px;
}
.newsletterBox p {
  margin-top: 5px;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}
.newsletterBox .rssLink {
  line-height: 0.8em;
  display: block;
  padding:10px 0 0 22px;
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  background: url(images/rssIcon.gif) bottom left no-repeat;
}

/* --- List box --- */
.listBox {
  margin-top: 15px;
}
.listBox h3 {
  margin: 0;
}
.listBox ul {
  margin: 0;
}
.listBox ul li {
  line-height: 1em;
  list-style: none;
  padding: 5px 0 1px;
  
  border-bottom: 1px solid #bcd9cc;
}
.listBox.colors ul li {
  padding-left: 18px;
  background: url(images/smallIconGreen.gif) left bottom no-repeat;
}
.listBox.colors ul li.orange {
  background: url(images/smallIconOrange.gif) left bottom no-repeat;
}
.listBox.colors ul li.grey {
  background: url(images/smallIconGrey.gif) left bottom no-repeat;
}
.listBox.colors ul li.green {
  background: url(images/smallIconGreen.gif) left bottom no-repeat;
}
.listBox.colors ul li.purple{
  background: url(images/smallIconPurple.gif) left bottom no-repeat;
}
.listBox ul li a {
  color: #333;
}

/* ---- Image list --- */
.imageList {
  margin-top: 10px;
}
.imageList h3 {
  margin: 0;
  font-size: 20px;
}
.imageList h3 span {
  float: left;
}
.imageList h3 a {
  float: right;
  display: block;
  line-height: 1em;
  padding-top: 11px;
  font-size: 12px;
  font-weight: normal;
}
.imageList ul {
  margin: 0px -10px 0;
}
.imageList ul li {
  float: left;
  width: 113px;
  list-style: none;
  padding: 5px 5px 0 5px;
}
.imageList ul li a {
  color: #333;
  line-height: 1em;
}
.imageList ul li a.pictureLink {
  display: block;
  border: 1px solid #006f3b;
  position: relative;
  z-index:99;
  margin-bottom: 5px;
}
.imageList ul li a.pictureLink:hover {
  padding: 5px 5px;
  margin: -4px;
  margin-bottom: 1px;
  border: none;
  background: url(images/picSmallBg.gif) top left;
}
/* ---- Tags ---- */
ul.tagCloud {
  list-style: none;
}
ul.tagCloud li {
  list-style: none;
  display: inline;
}
ul.tagCloud li.tag_popularity_1
{
  font-size: 90%;
}
ul.tagCloud li.tag_popularity_2
{
  font-size: 100%;
}
ul.tagCloud li.tag_popularity_3
{
  font-size: 130%;
}
ul.tagCloud li.tag_popularity_4
{
  font-size: 160%;
}
ul.tagCloud li.tag_popularity_5
{
  font-size: 200%;
}

/* ---- Progress Bar --- */
ul.progress {
  margin: 0px;
}
ul.progress li {
  list-style: none;
  float: left;
  margin-right: 30px;
  
  font-size: 17px;
  color: #c1c1c1;
  line-height: 19px;
}
ul.progress li span {
  display: block;
  float: left;
  
  width: 19px;
  height: 19px;
  margin-right: 5px;
  
  font-size: 12px;
  line-height: 19px;
  text-align:center;
  color: #fff;
  font-weight: bold;
  
  background: url(images/iconBullet.gif) top left no-repeat;
}
ul.progress li.active {
  color: #434343;
}
ul.progress li.active span {
  background: url(images/iconBulletActive.gif) top left no-repeat;
}
/* ---- Footer ---- */
#footer {
	margin: 30px 0 0 175px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 10px 40px;
	width: 400px;
	background-color: #F47926;
	background-image: url(images/footerBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
