/*
Theme Name: WordPress Rtd
Theme URI: http://wordpress.org/
Description: Custom Rtd theme
Version: 1.6
Author: Catalin Red
Author URI: http://www.red-team-design.com
Tags: red, custom header, fixed width, two columns, widgets3
*/

/* Begin Typography & Colors */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
    margin: 0; padding: 0;
}

body
{
 font-size: 62.5%;
 background: white url(images/body-bg.jpg) repeat-x;
 color: #3a3a3a;
 font-family: Verdana, sans-serif;
}

pre
{
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #777777 url(images/pre-grid.png) repeat;
  color: white;
}

a
{
  color: #3151A2;
}

a:hover
{
  color: #CC0000;
}

#content {
	font-size: 1.2em;
        padding: 0 15px;
	}

.widecolumn .entry p {
	font-size: 1em;
        margin: 0.5em 0;
        padding: 0.5em 0;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}

small span a{
        color: #323232;
        padding-left: 12px;
        background: url(images/comment.gif) left center no-repeat; 
	}

h1, h2, h3, h4 {
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
        margin-bottom: 0.2em;
	}

h1 {
	font-size: 2em;
	}
h2 {
	font-size: 2em;
	}

h1 a, h2 a, h3 a, h4 a{
	text-decoration: none;
        color: #2a2a2a;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
        color: #A90000;
        background: none; 
	}  

#sidebar h2 {
	font-size: 1.2em;
	}


h2.pagetitle{
        text-align: center;
	}

h3 {
	font-size: 1.4em;
        margin-top: 2.5em;
	}

h4 {
	font-size: 1.2em;
        margin-top: 1em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li.comment-author-admin, .commentlist li.comment-author-red
{
	background: #FFF0DA;
}


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	padding: 0;
        margin: 0 auto;  
	width: 902px;
        background: url(images/content-bg.png) repeat-y;
	}

.narrowcolumn {
	float: left;
        width: 621px;
        background:url(images/content-bg-right.png) repeat-y top right;
	}

.narrowcolumn p {
        font-size: 1em;
        margin: 0.3em 0;
        padding: 0.3em 0;
	}

.post {
	margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        position: relative;
	}

.narrowcolumn .post {
        margin: 0 10px 20px 0;
	}

/*border doar pt prima pagina si archieve*/
.home .post, .archive .post {
        border-bottom: 1px dashed #b6b4ad;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer
{
    height: 100px;
    line-height: 100px;
    text-align: left;
    background: url(images/footer-bg.png) no-repeat center right;
    color: #70625a;
    width: 902px;
    clear: both;
    margin: 0 auto;
}

#footer a
{
    color: #a39c99;
}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
        margin: 0;
	}

#sidebar ul li ul li a{
        display: block;
	padding: 7px 0;
        margin: 0;
        border-bottom: 1px solid #eaeaea;
        text-decoration: none;
	}

#sidebar ul li ul li a:hover{
       background: #eaeaea;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 6px 4px;
	margin: 5px 5px 1px 0;
        font: normal 1.4em 'trebuchet MS', Georgia;
        border: 1px solid #C1C1C1; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
         background:#f2f2f3;
	}


#commentform input[type="text"]:focus {
         background: white;
         border: 1px solid #777777;
	}

#commentform input[type="submit"] {
  border: 1px solid #777777;
  background: #6e9e2d;
  color: white;
  font: bold 14px 'Trebuchet MS';
  cursor: pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 6px 4px;
        font: normal 1.4em 'trebuchet MS', Georgia;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background:#f2f2f3;
        border: 1px solid #C1C1C1;
	}

#commentform textarea:focus {
         background: white;
         border: 1px solid #777777;
	}

#respond{
          width: 70%;    
          margin: 0 auto; 
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 15px 0 0;
	width: 230px;
        float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#header
{
    height:85px;
    line-height: 85px;
    position: relative;
    background: url(images/header-bg.jpg) top left;
    margin: 0 auto;
    width: 902px;
}

#title
{
    font-family: Century Gothic, sans-serif;
    text-transform: uppercase;
    color: #8e8d8d;
}

#title h1
{
    text-shadow: 0 1px 0 white;
    color: #7d7d7d;
}
#title h1 b
{
    text-shadow: 0 1px 0 white;
    color: #56a0ca;
}
#title h2
{
    color: #8e8d8d;
    font-weight: normal;
    font-size: 1.8em;
}


a#rtd {
    background:url(images/rtd.png) no-repeat 0 0;
    height:24px;
    width:72px;
    margin: 35px 0 0 0;
    padding: 0;
    display: block;
    float: left;
}

a#rtd:hover {
    background:url(images/rtd.png) no-repeat left bottom;
}

/*Menu*/

.nav {
    float: right;
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 80px;
}
.nav li {
    float: left;
    list-style: none;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 2px;
    position: relative;
}

.nav li a
{
    line-height: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    background: red;
    float: left;
    padding: 0 20px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    color: #4d4037;
    text-transform: uppercase;
    background: url(images/menu-bg.png) repeat-x 0 0;
    font-weight: bold;    
}
 .nav li a:hover
{
    text-decoration: none;
    background: url(images/menu-bg.png) repeat-x 0 -32px;
}

.nav li.current a
{
    color: white;
    background: url(images/menu-bg.png) repeat-x 0 -64px;  
}
 .nav li.current a:hover
{
    background: url(images/menu-bg.png) repeat-x 0 -64px;  
}

/**/
#nav-right
{
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 15px;
}

#nav-right a
{
    display: block;
    height: 25px;
    width: 25px;
    margin-top: 5px;
}

#nav-right a#contact
{
    float: left;
    background: url(images/contact.png) no-repeat center center;
    margin-right: 4px;
}   

#nav-right a#rss
{
    float: left;
    background: url(images/rss.png) no-repeat center center;
}
#main-top, #main-bottom
{
      height: 20px;
      width: 902px;
      margin: 0 auto;
}
#main-top
{
      background: url(images/main-bg.png) no-repeat 0 0;

}
#main-bottom
{
      background: url(images/main-bg.png) no-repeat 0 -20px;
}

/*sidebar inspire*/
div#inspire
{
  background: url(images/sidebar-inspire.png) no-repeat;
  width: 230px;
  margin:0 auto 20px auto;
  height: 136px;
}

div#inspire h2
{
  color: inherit;
  font-size: 14px;
  padding: 40px 15px 15px 15px;
  text-align: left;
  text-shadow: 0 2px 0 white;
}

div#inspire p
{
  padding: 0 15px;
}
/*Avout img*/
div.aboutimg
{
background: url(images/about.png) no-repeat;
width: 268px;
height: 236px;
}

/*portfolio*/
div.work-item
{
width: 600px;
height: 215px;
margin: 15px 0 15px 0;
}

div.work-item a
{
width: 600px;
height: 215px;
display: block;
position: relative;
font: normal 12px  'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #323232;
}

div.work-item a b
{
position: absolute;
bottom: 7px;
left: 14px;
}

.xdot
{
background: url(images/portfolio/xdot.png) no-repeat;
}

.totalc
{
background: url(images/portfolio/totalc.png) no-repeat;
}

.clubhavana
{
background: url(images/portfolio/clubhavana.png) no-repeat;
}

.mrtollak
{
background: url(images/portfolio/mrtollak.png) no-repeat;
}

.dalaneblues
{
background: url(images/portfolio/dalaneblues.png) no-repeat;
}

.globalnowinc
{
background: url(images/portfolio/globalnowinc.png) no-repeat;
}

.soccer-livescore
{
background: url(images/portfolio/soccer-livescore.png) no-repeat;
}

.too-write
{
background: url(images/portfolio/too-write.png) no-repeat;
}

.trafford
{
background: url(images/portfolio/trafford.png) no-repeat;
}

.semrhio
{
background: url(images/portfolio/semrhio.png) no-repeat;
}

.flynnweb
{
background: url(images/portfolio/flynnweb.png) no-repeat;
}

.bluenewtsports
{
background: url(images/portfolio/bluenewtsports.png) no-repeat;
}

/*Demo and download buttons*/
p.buttons-para
{ 
  margin: 15px 0 !important;
}

a.download, a.demo
{
   background: #a20000 url(images/btn-bg.png) repeat-x;
   color: white;
   font: bold 11px Verdana, Tahoma;
   padding: 10px;
   margin: 0 10px 0 0;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   text-decoration: none;
}
a.download:hover, a.demo:hover
{
   background: #2a2a2a;
}

div#author-info 
{
background: #eaeaec;
padding: 10px; 
margin: 15px 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
overflow: auto;
}

div#author-info div#author-image
{
float: left; 
margin: 0 10px 5px 0;
border: 5px solid #DCDCE1;
}

div#author-info a
{
color: #777777;
}
