/*
Theme Name: Manifest
Theme URI: 
Description: A clean and streamlined theme that focuses on the content and not the distractions.
Version: 1.01
Author: Jim Barraud
Author URI: http://jimbarraud.com
Tags: simple, clean, single column

*/

/* Reset All Styles
-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
  min-width: 900px;
  background: #fff;
  color: #333;
  font: 65% "Century Gothic", palatino, "times new roman", serif;
}
strong{
  font-weight: bold;
}

/* Links */

a:link,
a:visited{
  color: #9C8A6A;
  text-decoration: none;
}
a:hover,
a:active{
  color: #3E372B;
  text-decoration: underline;
}

/* Headers */

h1{
  margin: 10px 0 20px;
  text-transform: uppercase;
  word-spacing: .2em;
  letter-spacing: .05em;
  font-weight: normal;
  font-size: 3.3em;
}
h1 a:link,
h1 a:visited{
  color: #000;
}
h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: underline;
}
h2{
  margin-top: 30px;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.4em;
}
h3{
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 2.3em;
}
h3 a:link,
h3 a:visited{
  color: #333;
}
h3 a:hover,
h3 a:active{
  text-decoration: underline;
}
h4{
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 1.5em;
}
h5{
  position: relative;
  top: -35px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #999;
  font-weight: normal;
  font-size: 1.2em;
  font-family: "helvetica neue", helvetica, arial;
}
h5 abbr{
  position: relative;
  top: 8px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
}

/* Form Elements */

input[type=text],
textarea{
  padding: 3px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  padding: 3px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 12px;
  border-radius: 10px;
  background-color: #8EA7AA;
  background-image: url(images/button.png);
  background-position: left top;
  background-repeat: repeat-x;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
}
input[type=submit]:hover,
input[type=submit]:focus{
  border-color: #666;
  background-color: #697D80;
}


/*  HEADER2 */
#wrapper {
     background: url("http://www.rudibedy.com/wp-content/themes/manifest_v1.1/imgs/RGBmiddle.jpg") no-repeat left bottom black;
     box-shadow: 0px 0px 10px #000000;
     color: white;
     min-height: 700px;
     position: relative;
}

.innerwrapper {
     font-family: 'century gothic';
     margin: 0px auto;
     width: 900px;
}

.logo {
     margin-left: 280px;
}

.subtitleblack {
     font-size: 12px;
     line-height: 1.4;
     margin-bottom: 20px;
     margin-top: 0px;
     text-align: center;
}

.innerwrapper h2 {
     color: #FFFFFF;
     font-size: 24px;
     font-weight: normal;
     line-height: 20px;
}

.columns {
     margin: auto;
     min-height: 400px;
     text-align: center;
     width: 600px;
}

.colblog {
     float: left;
     text-align: center;
     width: 150px;
     margin-left: 20px

}

.colblog h2 {
     color: #FFFFFF;
     text-align: left;
}

.colblog h2 span {
     color: #FFFFFF;
     font-size: 12px;
     text-align: center;
     text-transform: lowercase;
}

.colblog p {
     font-size: 16px;
     line-height: 30px;
     padding-right: 70px;
     text-align: center;
}

.colblog a {
     clear: both;
     color: #FFFFFF;
     float: left;
     font-size: 16px;
     margin-bottom: 25px;
     text-decoration: none;
}

.colblog a:hover span {
     color: yellow;
     font-size: 16px;
     text-decoration: underline;
}

.colsocial {
     float: left;
     width: 250px;
}

.colsocial a {
     clear: both;
     color: #FFFFFF;
     float: left;
     font-size: 16px;
     margin-bottom: 25px;
     margin-left: 35px;
     text-decoration: none;
}

.colsocial a:hover span {
     color: yellow;
     font-size: 16px;
     text-decoration: underline;
}

.colsocial a img {
     box-shadow: 0px 0px 5px #FFFFFF;
     float: left;
     margin-right: 10px;
}

.colsocial a span {
     float: left;
     line-height: 28px;
}


.colcv {
    float: left;
    width: 180px;
}
.colcv h2 {
    color: #FFFFFF;
    text-align: center;
}
.colcv h2 span {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    text-transform: lowercase;
}
.colcv a {
    clear: both;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    margin-left: 35px;
    text-decoration: none;
}

.colcv a:hover span {
    color: yellow;
    font-size: 16px;
    text-decoration: underline;
}
.colcv a img {
    box-shadow: 0 0 5px #FFFFFF;
    float: left;
    margin-right: 10px;
}
.colcv a span {
    float: left;
    line-height: 28px;
}

.flag {
    box-shadow: 0 0 5px #FFFFFF;
    display: block;
    margin-bottom: 25px;
    padding: 0px 0px;
}


a.roflag {
     background: url("/wp-content/themes/manifest_v1.1/imgs/ro.png") no-repeat scroll left top transparent;
     box-shadow: 0px 0px 5px #FFFFFF;
     display: block;
     margin-bottom: 25px;
     padding: 14px 27px;
}



/* Structure */

#siteWrapper{
  position: relative;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  
}
#siteDescription{
  margin: 10px auto 60px;
  padding: 11px 0 13px;
  width: 450px;
  color: #999;
  font-style: italic;
  font-size: 1.2em;
}

/* Main Navigation
-------------------------------------------------------------------*/

#mainNav{
  margin-top: 10px;
  padding: 5px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: url("http://www.rudibedy.com/wp-content/themes/manifest_v1.1/imgs/categories.jpg") repeat scroll 0 0 white;
}

#mainNav ul{
  margin: 0 auto;
  width: 490px;
  text-align: center;
}
#mainNav li{
  display: inline;
  text-transform: uppercase;
  font-size: 1.5em;
  color: white;
}
#mainNav li:last-child{
  margin-right: 0;
}
#mainNav a:link,
#mainNav a:visited{
  color: white;
  white-space: nowrap;
}
#mainNav a:hover,
#mainNav a:active{
  color: yellow;
  text-decoration: underline;
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  color: #2A2D1A;
  font-weight: bold;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  color: #2E301C;
}

/* Sub Navigation
-------------------------------------------------------------------*/

#subNav{
  padding: 5px 3px 3px;
  border-bottom: 1px solid #F4F4F4;
}
#subNav ul{
  margin: 0 auto;
  width: 45em;
  text-align: center;
}
#subNav li{
  display: inline;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 1.2em;
}
#subNav li:last-child{
  margin-right: 0;
}
#subNav a:link,
#subNav a:visited{
  color: #999;
  white-space: nowrap;
}
#subNav a:hover,
#subNav a:active{
  color: #2E301C;
  text-decoration: underline;
}
#subNav .current_page_parent a:link,
#subNav .current_page_parent a:visited,
#subNav .current_page_item a:link,
#subNav .current_page_item a:visited{
  color: #2A2D1A;
  font-weight: bold;
}
#subNav .current_page_parent a:hover,
#subNav .current_page_parent a:active,
#subNav .current_page_item a:hover,
#subNav .current_page_item a:active{
  color: #2E301C;
}
/* Main Content Body
-------------------------------------------------------------------*/

#coreContent {
    float: left;
    width: 660px;
}
/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}
.postContent h4{
  position: relative;
  top: 0;
  border-bottom: none;
  color: #999;
  font-weight: normal;
  font-style: italic;
  font-size: 1.2em;
  font-family: constantia, palatino, times new roman;
}
.postDate ~ .postContent{
  margin-top: -30px;
}
#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1.7em;
  color: #333;
  text-align: justify;
  font-size: 1.4em;
  line-height: 1.5em;
}
#coreContent p{
  text-align: justify;
}
#coreContent li{
  margin-left: 17px;
  list-style: square;
}
#coreContent dt{
  color: #333;
  font-size: 1.3em;
}
.entry-content{
  margin-top: 24px;
  text-align: left;
}
.entry-content a:link,
.entry-content a:visited{
  text-decoration: underline;
}
.hentry{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 37px;
  border-bottom: 1px dotted #ddd;
}
#coreContent .postMeta{
  margin: 40px auto 0;
  color: #999;
  font-size: 1.3em;
}
#coreContent .postMeta div{
  margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  color: #666;
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  color: #666;
}
#coreContent .postMeta span{
  text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  position: static;
  margin: 0 0 5px;
  padding: 0;
  border: none;
  color: #333;
  font-weight: bold;
  font-style: normal;
  font-family: constantia, palatino, times new roman;
}

.entry-content h1{
  letter-spacing: 0;
  font-size: 2em;
}
.entry-content h2{
  font-size: 1.8em;
}
.entry-content h3{
  font-size: 1.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1.4em;
}
.entry-content strong{
  color: #000;
}
.entry-content pre{
  margin-bottom: 15px;
  color: #666;
  font-size: 1.5em;
  line-height: 18px;
}
.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}
.entry-content ol li{
  list-style-type: decimal !important;
}
.entry-content li{
  margin-bottom: 5px !important;
}
.entry-content blockquote{
  margin: 0 20px 20px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
  color: #7D7D7D;
  font-style: italic;
  font-size: 1.4em;
  line-height: 1.5em;
}
#coreContent .entry-content blockquote p{
  color: #7D7D7D;
  font-size: 1.1em;
  line-height: 1.3em;
}
.entry-content .alignleft{
  float: left;
  margin: 4px 10px 10px 0;
}
.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{
  margin-bottom: 0;
  color: #666;
  font-style: italic;
  font-size: 1.1em;
}
.hentry img{
  margin: 0 auto;
  border: 1px solid #ccc;
}
.share a{
  display: inline-block;
  padding: 2px 0 2px 19px;
}
.share_twitter{
  background: url(images/twitter_16.png) no-repeat;
}
.share_facebook{
  background: url(images/facebook_16.png) no-repeat;
}

/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-top: 30px;
  margin-bottom: 5px;
}
.single h5{
  position: static;
  border-bottom: none;
  background: #fff;
  color: #999;
  font-weight: normal;
  font-size: 1.2em;
  font-family: "helvetica neue", helvetica, arial;
}
.single.hentry{
  margin-top: -50px;
  padding-bottom: 0;
  border-top: 1px solid #efefef;
  border-bottom: none;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

#zebox {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #EAEAEA;
    padding: 1px;
}
/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  margin-left: 0;
  list-style-type: none;
}
#coreContent .entry-content #linkList li li{
  margin-bottom: 20px !important;
  margin-left: 15px;
  list-style-type: square;
  font-size: .9em;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.comment{
  margin-top: 25px;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #ccc;
}
.children .comment{
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#coreContent #comments li{
  position: relative;
  margin-left: 0;
  padding-left: 58px;
  list-style: none;
  font-size: inherit;
}
#coreContent .comment p{
  color: #666;
}
#coreContent .comment .says{
  display: none;
}
.avatar{
  position: absolute;
  left: 0;
}
#coreContent .comment-body{
  padding-right: 10px;
  padding-bottom: 10px;
}
#coreContent #comments .comment .leaveComment{
  border-top: 1px dotted #ccc;
}
#coreContent #comments .comment .children li{
  margin: 5px 0 0;
  padding: 10px 0 0 52px;
}
#coreContent #comments .comment .children li .comment-body{
  margin-left: -52px;
  padding: 10px 10px 10px 52px;
  border-left: 2px solid #ccc;
  background: #F2F2F2;
}
#coreContent #comments .comment .children li #respond{
  background: #F2F2F2 url(images/commentReply.gif) no-repeat;
}
#coreContent #comments .comment .children li .leaveComment{
  
  background: url(images/commentBottom.png) repeat-x left bottom;
}
#coreContent #comments .comment .children li.depth-3 .comment-body{
  border-left: 2px solid #ccc;
  background-color: #F6F6F6;
}
#coreContent #comments .comment .children li.depth-3 #respond{
  background-color: #F6F6F6;
}
#coreContent #comments .comment .children li.depth-4 .comment-body{
  border-left: 2px solid #ccc;
  background-color: #F9F9F9;
}
#coreContent #comments .comment .children li.depth-4 #respond{
  background-color: #F9F9F9;
}
#coreContent #comments .comment .children li.depth-5 .comment-body{
  background-color: #FcFcFc;
}
#coreContent #comments .comment .children li.depth-5 #respond{
  background-color: #FcFcFc;
}
#coreContent #comments .comment .children li .avatar{
  left: 10px;
  width: 32px;
  height: 32px;
  
}
#cancel-comment-reply{
  float: left;
  margin-top: 15px;
  text-transform: capitalize;
}
.comment-reply-link{
  display: block;
  padding-left: 13px;
  background: url(images/icon_reply.png) no-repeat left 2px;
}
.comment-author{
  margin-bottom: 10px;
  font-size: 1.4em;
}
.comment-author cite{
  font-weight: bold;
  font-style: normal;
}
.comment-meta{
  position: absolute;
  top: 0px;
  right: 10px;
  font-style: italic;
  font-size: 1.2em;
  
}
#coreContent #comments .comment .children .comment-meta{
  top: 20px;
}
.comment .reply{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
}
.commentContent{
  float: left;
  margin-left: 22px;
  width: 415px;
}
.nocomments{
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
}

/* Comment Form */

fieldset{
  position: relative;
  padding: 0 0 10px;

}
legend{
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 4px 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.4em;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
}
#comments h3{
  font-size: 1.4em;
}

#comments h3,
legend span{
  padding: 0 0 .7em;
  width: 600px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
}
.comment legend span{
  position: relative;
  top: 3px;
  padding: .5em 0 .7em;
  width: auto;
  border: none;
  text-align: left;
  font-weight: bold;
}


.leaveComment{
  padding: 8px 0 19px;
  
}
#coreContent #comments .comment.depth-1 fieldset{
  padding-right: 10px;
  padding-left: 54px;
}
#coreContent #comments .comment .children fieldset{
  padding-right: 10px;
  padding-left: 54px;
}
.commentAuthorInfo{
  float: left;
  margin-right: 20px;
  width: 230px;
}
#coreContent #comments .comment .commentAuthorInfo{
  float: none;
  margin-right: 0;
  width: auto;
  
}
.commentForm{
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1em;
}
.commentForm em{
  color: #999;
  text-transform: lowercase;
  font-style: italic;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 15px;
  width: 220px;
  font-size: 1.2em;
}
#coreContent #comments .comment .commentForm input[type=text],
#coreContent #comments .comment .commentForm textarea{
  max-width: 500px;
  width: 100%;
}
.commentForm textarea{
  max-width: 242px; /* Restricts the resizing capability in webkit bases browsers */
  width: 242px;
  height: 121px;
  font-size: 1.2em;
}
.commentForm textarea.loggedIn{
  max-width: 500px; /* Restricts the resizing capability in webkit bases browsers */
  width: 500px;
}
.commentForm input[type=submit]{
  float: right;
  margin-top: 8px;
}
.comment #respond{
  margin-left: -52px; /* Shift inline comment box to accomodate for gravatar */
}

/* Image Gallery
-------------------------------------------------------------------- */

#galleryNav{
  margin: 20px auto 0;
  width: 258px;
  height: 90px;
  background: url(images/galleryNav_bg.png) no-repeat;
}
#galleryNav_controls{
  position: relative;
  margin: 0 auto;
  padding: 12px 0;
  width: 140px;
}
#galleryNav_prev,
#galleryNav_next{
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
}
#galleryNav_prev{
  left: 0;
  margin-right: 10px;
}
#galleryNav_next{
  right: 0;
}
.galleryNav_prevArrow,
.galleryNav_nextArrow{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.galleryNav_prevArrow{
  background: url(images/galleryNav_prev.png) no-repeat 50% 50%;
}
.galleryNav_nextArrow{
  background: url(images/galleryNav_next.png) no-repeat 50% 50%;
}
.galleryNav_return{
  display: inline-block;
  margin-top: 5px;
  font-size: 1.3em;
}
.galleryImage{
  text-align: center;
}


/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-bottom: 90px;
}
.pageNav a:link,
.pageNav a:visited {
  font-size: 1.5em;
}
.pageNav .prev,
.pageNav .next{
  display: block;
}
.pageNav .prev{
  float: left;
}
.pageNav .next{
  float: right;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: -50px;
}
h2.archiveTitle{
  margin: -30px 0 70px;
  color: #666;
}
h2.archiveTitle strong{
  color: #000;
}
#archives h3,
#coreContent li h3{
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.6em;
  font-family: constantia, palatino, times new roman;
}
#coreContent li h3{
  font-size: 1.2em;
}
#archives label{
  color: #333;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4em;
  font-family: constantia, palatino, times new roman;
}
#archives #date{
  float: left;
  width: 235px;
}
#archives #cattags{
  float: left;
  margin-left: 30px;
  width: 235px;
}
#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}
#archives ul li{
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #999;
  white-space: nowrap;
  font-size: 1.3em;
  line-height: 1.5em;
}
#archives li a{
  margin-right: 5px;
}
#archives #date ul li{
  display: block;
  margin: 0;
  border-bottom: 1px solid #efefef;
  list-style-type: none;
}
#archives #date ul li a{
  display: inline-block;
  min-width: 210px;
}
.tagArchives li{
  float: left;
  margin-right: 10px;
}
.categories li{
  margin-bottom: 5px;
  font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

ul#recentPosts li{
  display: block;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  list-style: none;
}
#recentPosts a{
  float: left;
  font-size: 1.1em;
}
#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  margin-top: -35px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  margin: 0 0 40px;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.searchpanel input[type=text]{
  width: 250px;
  font-size: 1.7em;
}
.searchpanel input[type=submit]{
  -webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  background-position: left 5px;
  font-weight: normal;
  font-size: 1.4em;
  
}

/* Footer
-------------------------------------------------------------------- */

#footer{
   background: url("http://www.rudibedy.com/wp-content/themes/manifest_v1.1/imgs/logofoot.png") no-repeat black;
    box-shadow: 0 0 10px #000000;
  margin: 40px auto 0;
  padding: 20px 0 5px 0;
  color: #ffffff;
  text-align: center;
}

.footerContent{
  clear: left;
  margin: 20px auto 0;
  width: 500px;
}
#footer p{
  line-height: 1.4em;
}
#footer #search{
  margin: 15px 0 30px;
}
#footer h5{
  position: relative;
  top: 0;
  margin-bottom: 8px;
  border-bottom: none;
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.3em;
  font-family: constantia, palatino, times new roman;
}
#footer .elsewhere{
  margin-bottom: 30px;
}
#footer .elsewhere li{
  display: inline;
  margin: 0 5px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px dotted #ccc;
  font-size: 1.2em;
}
#footer .elsewhere li:last-child{
  margin: 0;
  padding: 0;
  border-right: none;
}
#footer #search input[type=text]{
  border-color: #ccc;
  font-size: 1.4em;
}
#footer #search input[type=text]:focus{
  border-color: #999;
}

/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #f00;
  text-decoration: underline;
  font-weight: bold;
}
#coreContent p.loggedin{
  padding: 0;
  font-size: 1.1em;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#subNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after,
#galleryNav:after,
#galleryNav_controls:after{ 
  display: block; 
  visibility: hidden; 
  clear: both; 
  height: 0;
  content: ".";
}

/* CV  
-------------------------------------------------------------------- */
#CVbody {
    position: relative;
    margin: 0 auto 100px auto;
    padding-top: 30px;
    width: 900px;
    text-align: left;
}

#CVbody p{
    font-weight: normal;
    font-size: 14px;
    }
    
#CVbody h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    }
#CVbody h2 {
    margin-top: 40px;
    margin-bottom: 5px;
    text-decoration: underline;
    text-transform: none;
    font-weight: normal;
    font-size: 19px;
    line-height: 20px;
    }
    
#CVbody h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    }
    
.CVtext {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    }
    
    
p.enflag {
    display: block;
    margin-bottom: 15px;
    padding: 14px 75px;
    background: url("/wp-content/themes/manifest_v1.1/imgs/en.png") no-repeat scroll left center transparent;
}
p.deflag {
    display: block;
    margin-bottom: 15px;
    padding: 14px 75px;
    background: url("/wp-content/themes/manifest_v1.1/imgs/de.png") no-repeat scroll left center transparent;
}
p.roflag {
    display: block;
    margin-bottom: 15px;
    padding: 14px 75px;
    background: url("/wp-content/themes/manifest_v1.1/imgs/ro.png") no-repeat scroll left center transparent;
}

#Skills h1 {
    margin-bottom: 50px;
    }

#Skills p.cloud {
    text-align: center;
    font-weight: normal;
    line-height: 25px;
}

#Education p.sbig{
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
}

#Education p.small{
    font-weight: normal;
     font-size: 14px;
 }
 
#Recommend p{
    font-weight: normal;
    font-size: 14px;
    margin-top: 50px;
    line-height: 23px;
    }

/* CV  menu test
--------------------------------------------------------------------  */
#navigation-menu{
	position:absolute;
	top:15px;
	left:1px;
}

#navigation-menu li{
	float:left;
	margin:3px 1px 1px 1px;
	text-align: center; font-size: 14px;
}

#navigation-menu a{
	display:inline-block;
	padding: 0px 7px 2px;
	color:#000000;
	text-decoration:none;
} 

#navigation-menu a:hover{
    color: #9C8A6A; 
}


#menudown {
     position: relative;
     margin: 0px auto;
     width: 900px;
     height: 50px;
     background: none repeat scroll 0% 0% #000000;
     box-shadow: 0px 0px 15px 0px #000000;
}

#menudown ul {
     color: #FFFFFF;
}

#menudown li {
     float: left;
     margin: 3px 1px 1px;
     text-align: center;
     font-size: 14px;
}

#menudown a {
     display: inline-block;
     padding: 0px 7px 2px;
     color: #FFFFFF;
     text-decoration: none;
}

#menudown a:hover {
     color: #9C8A6A;
}

/* Meniu myself subscribe
--------------------------------------------------------------------  */
#myself {
     background-clip: border-box;
     background-color: #FFFFFF;
     border-radius: 5px 0px 0px 5px;
     border: 1px solid #BBBBBB;
     box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
     margin-top: 55px;
     position: absolute;
     right: 0px;
     width: 250px;
     text-align: left;
}

#myself p {
     font-weight: bold;
     font-size: 10px;
}

#myself img {
     margin-bottom: 10px;
     width: 100px;
     height: 100px;
}

#myself .me {
     height: 150px;
}

#myself .myselfwidgets {
     margin-left: 10px;
     border-top:4px double #DDDDDD;
}

#myself .myselfwidgets a {
     font-weight: bold;
     font-size: 1.4em;
}

#myself .myselfwidgets h4 {
margin-top: 10px;
}
#myself .myselfwidgets h3 {
margin-top: 10px;
}

#myself .myselfwidgets li {
     margin-top: 5px;
     margin-bottom: 10px;

}

#content {
     margin: auto;
     width: 660px;
}
@media screen and (max-width: 1190px) {
#myself {
     background-clip: border-box;
     background-color: #FFFFFF;
     border-radius: 5px 0px 0px 5px;
     border: 1px solid #BBBBBB;
     box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
     margin-top: 55px;
     position: absolute;
     right: 0px;
     width: 220px;
     text-align: left;
     font-size: 96%

}
}
@media screen and (max-width: 1130px) {
#myself {
     background-clip: border-box;
     background-color: #FFFFFF;
     border-radius: 5px 0px 0px 5px;
     border: 1px solid #BBBBBB;
     box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
     margin-top: 55px;
     position: absolute;
     right: 0px;
     width: 180px;
     text-align: left;
     font-size: 85%

}
#myself img {
     margin-bottom: 10px;
     width: 90px;
     height: 90px;
}
}
@media screen and (max-width: 1080px) {

#myself { background-image: url('http://www.rudibedy.com/wp-content/uploads/2013/04/rudibedy_picture.jpg');
background-repeat:no-repeat;
  width:100px; height:100px}



#myself:hover { 
     background-image:none;
     background-clip: border-box;
     background-color: #FFFFFF;
     border-radius: 5px 0px 0px 5px;
     border: 1px solid #BBBBBB;
     box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
     margin-top: 55px;
     position: absolute;
     right: 0px;
     width: 250px;
     height: auto;
     text-align: left;
     font-size: 100%;
 }
 
#myself .me, .myselfwidgets {
display:none;
}
#myself:hover .myselfwidgets {
display:block;
}
#myself:hover .me {
display:block;
}
}