/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* Architecture */
html {
}
body {
	background: #efefef;
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: .84em;
	color: #353535;
}
#wrapper {
	width: 980px;
	margin: 1em auto 1em auto;
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 3px 20px #767676;
	-khtml-box-shadow: 0 3px 20px #767676;
	box-shadow: 0 3px 20px #767676;
	-webkit-box-shadow: 0 5px 20px #767676;
}
#header {
	height: 140px;
	background: #f2f2f2 url(images/sep-logo.png) no-repeat 775px center;
	border-top: 1px solid #d9d9d9;
	border-bottom: 3px solid #666;
}
#container {
	float: left;
	width: 100%;
}
#content {
	margin: 20px 300px 30px 20px;
}
#sidebar {
	width: 220px;
	margin: 20px 10px 30px -260px;
	padding: 0 0 0 10px;
	float: left;
	overflow: hidden;
}
#footer {
	clear: left;
	padding: 20px;
	border-top: 3px solid #efefef;
	color: #898989;
	text-shadow: 1px 1px 0 #fff;
}
/* General */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
img {
	border: 0;
}
.img-link {
	border: none !important;
}
input, textarea {
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
	-moz-box-shadow: 0 0 6px #d6d6d6;
	-khtml-box-shadow: 0 0 6px #d6d6d6;
	-webkit-box-shadow: 0 0 6px #d6d6d6;
}
.required, .note {
	color: #900;
}
.separator {
	color: #ccc;
	margin: 0 5px;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.external {
	padding-right: 14px;
	background: url(images/external.png) no-repeat right center;
}
.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}
.floater-left, .left {
	float: left;
}
.floater-right, .right {
	float: right;
}
.txt-align-left {
	text-align: left;
}
.txt-align-right {
	text-align: right;
}
#access {
	overflow: hidden;
	width: 980px;
}
#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}
#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin: 1em 3px 0 3px;
	padding: 0 0 1em 0;
}
#menu ul li a {
	display: block;
	background: #e4e4e4;
	padding: 8px;
	color: #4c4c4c;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 0 #fff;
}
#menu ul li a:hover {
	background: #e4e4e4;
	color: #1b1b1b;
	text-decoration: none;
}
#menu ul .current_page_item a {
	background: #d4d4d4;
	color: #1b1b1b;
}
#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
	text-shadow: 2px 2px 0 #fff;
}
#blog-title a {
	color: #333;
	outline: none;
}
#blog-title a:hover {
	color: #000;
	text-decoration: none;
}
#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
	text-shadow: 1px 1px 0 #fff;
}
/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}
.post {
	margin-bottom: 50px;
}
.entry-title {
	font-weight: normal;
	font-size: 160%;
}
.entry-content blockquote {
	margin: 0 0 0 .8em;
	padding : 0 0 0 .8em;
	border-left: solid 3px #f3b578;
}
.entry-comments {
	float: right;
}
.entry-title a {
	color: #e87400;
}
.entry-title a:hover {
	color: #e87400;
}
.more-link {
	display: block;
	margin: 10px 0 0 0;
}
.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}
.entry-comments a, .entry-comments span {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.entry-comments span {
	color: #CCCCCC;
	font-weight: normal;
}
.entry-comments a {
	outline: none;
}
.entry-comments a:hover {
	color: #ebebeb;
	text-decoration: none;
}
.entry-meta {
	color: #666;
	font-size: 90%;
	margin-top: 10px;
}
.entry-meta a {
	color: #3f5e97;
}
.entry-categ {
	color: #666;
	font-size: 90%;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 5px;
}
.entry-footer {
	color: #666;
	font-size: 90%;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 5px 0;
}
.entry-footer span {
	color: #ccc;
	margin: 0 5px;
}
.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}
.entry-content {
	margin-top: 15px;
}
.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.entry-content {
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}
.entry-content h3 {
	margin: .8em 0 .8em 0;
}
.entry-content a {
	color: #3f5e97;
	border-bottom: dashed 1px #3f5e97;
}
.entry-content a:hover {
	text-decoration: none;
	color: #314976;
	border-bottom: dashed 1px #314976;
}
.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}
.entry-content ul li, .entry-content ol li {
	line-height: 1.4;
	margin-bottom: 5px;
}
.entry-content ol li {
	list-style: decimal;
}
.entry-content ol ul li {
	list-style: disc;
	list-style-position: inside;
	margin: .8em 0 0 0;
}
/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3, .widgettitle a {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 20px;
}
#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 8px;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
}
#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}
/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}
.textwidget p {
	margin-bottom: 10px;
}
.textwidget a {
	text-decoration: underline;
}
.widget_tag_cloud a {
	text-transform: lowercase;
}
#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;
}
#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}
#wp-calendar td a {
	font-weight: bold;
}
#wp-calendar #next {
	text-align: right;
}
/* Comments */
.comments {
	margin-top: 30px;
}
.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #e87400;
}
.comments ol {
	list-style: none;
}
.comments ol li {
	padding: 10px;
	background: #f6f6f6;
	border: solid 1px #e5e5e5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 1em;
}
.comments ol li p {
	margin: 5px 0 5px 0;
	line-height: 1.3em;
}
.comments ol li a {
	color: #3f5e97;
}
.comments ol li a:hover {
	color: #354f7f;
}
.comments ol li.alt {
	background: #f6f6f6;
	border: solid 1px #e5e5e5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comment-author {
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #3f5e97;
}
.comment-meta {
	color: #666;
	margin-bottom: 10px;
	font-size: 90%;
}
.comment-meta a {
	color: #666 !important;
	text-decoration: none !important;
}
.comment-meta a:hover {
	text-decoration: underline !important;
}
.unapproved {
	font-style: italic;
	color: #900;
}
#respond {
	margin-top: 30px;
}
#respond h3 {
	color: #333;
}
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}
#comment-notes {
	margin-bottom: 10px;
}
.form-label {
	margin: 10px 0 4px 0;
}
.form-label .comment-rules {
	font-size: .8em;
	color: #5c2e00;
	border-left: dotted 1px #5c2e00;
	padding-left: 10px;
	margin: 0 0 0 10px;
}
.form-label .comment-rules:hover {
	color: #964b00;
	text-decoration: none;
}
.form-input, .form-textarea {
	margin-bottom: 10px;
}
.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #fafafa;
	border: solid 1px #cfcfcf;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: .9em;
}
.form-textarea input {
	width: 280px;
}
.formcontainer .loggedin a {
	color: #3f5e97;
}
.form-textarea textarea {
	width: 80%;
}
.form-submit input {
	background: #e4e4e4;
	padding: 8px;
	color: #4c4c4c;
	border: solid 1px #cfcfcf;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 0 #fff;
}
.form-submit input:hover {
	border: solid 1px #b1b1b1;
	color: #313131;
	text-shadow: none;	
}
/*Search*/
#searchform #s, #noresults-s, #error404-s {
	width: 125px;
	height: 21px;
	padding: 3px 2px 0 2px;
	vertical-align: bottom;
	font-size: .9em;
	border: solid 1px #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#noresults-s, #error404-s  {
	width: auto;
}
html * + #searchform #s {
	margin-top: -1px;
}
html * + #noresults-s{
	margin-top: -1px;
}
.noresults h2, .error404 h2 {
	color: #900;
}
#searchform #searchsubmit, #noresults-searchsubmit, #error404-searchsubmit {
	background: #e4e4e4;
	padding: 3px;
	color: #4c4c4c;
	border: solid 1px #cfcfcf;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 0 #fff;
	height: 26px;
	margin: 0 0 0 4px;
}
#searchform #searchsubmit:hover, #noresults-searchsubmit:hover {
	border: solid 1px #b1b1b1;
	color: #313131;
	text-shadow: none;	
}
.limit-post, .pgee-read-more a {
	color: #e87400 !important;
	text-decoration: none !important;
	padding: 0 0 0 6px;
	margin: 0 0 0 8px;
	border: none !important;
	border-left: dotted 1px #606060 !important;
}
.limit-post:hover, .pgee-read-more a:hover {
	/*text-decoration: underline !important;*/
	color: #ae5700 !important;
	border: none;
	border-left: dotted 1px #606060;
}
#search-terms {
	font-style: italic;
}
.gravatar {
	float: left;
	margin: 0 4px 0 0;
}
.gravatar img {
	/*width: 32px;
	height: 32px;*/
	border: solid 3px #fff;
}
#comments-list blockquote {
	margin: 0 10px 10px 10px;
	padding: 0 0 0 10px;
	border-left: dashed 1px #ccc;
	/*border-right: dashed 1px #ccc;*/
}
.countdownbox input {
	color: #e87400;
	background: #fff;
	border: none;
}
.countdownbox input:hover, .countdownbox input:active, .countdownbox input:focus {
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: default;
}
.comment-trim {
	color: #900;
	font-style: italic;
}

/*------------------------------------------------------------------------------------- Page / Post Specific Settings ------ */
/*pravila-za-komentirane-v-bloga-na-sep*/
#post-165 .entry-footer, #post-165 .entry-comments {
	display: none;
}
/*uslugi*/
#post-308 .entry-content h3 {
	font-size: 140%;
	border-bottom: dashed 1px #dcdcdc;
	margin-top: 2em;
}
#post-308 .entry-content h4 {
	margin-top: 2em;
}
/*#post-308 .entry-content a img {
	padding: 0 0 4em 0;
}*/
#post-308 .entry-content a span {
	display: none;
}
#post-308 .entry-content a:hover, #post-308 .entry-content a:active {
	outline: none;
}
#post-308 .entry-content a:hover span {
	display: inline;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(images/plus-zoom.png);
	margin: 6px 0 0 628px;
}
#post-308 .entry-content a:hover span:hover {
	background: url(images/plus-zoom.png) bottom;
}
/*------------------------------------------------------------------------------------- SocialNetworksing ------ */
#social-nets .logos li {
	display: inline;
	background: none;
	margin: 0 !important;
	padding: 0 !important;
}
#social-nets .logos li a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
#social-nets .logos li a span {
	display: none;
}
#social-nets .logos li .fb {
	background: url(images/facebook.png) no-repeat left top;
}
#social-nets .logos li .tw {
	background: url(images/twitter.png) no-repeat left top;
}
/*------------------------------------------------------------------------------------- Twitter Widget PRO ------ */
.entry-meta {
	display: block;
	margin-top: 6px;
}
span.entry-content a, span.entry-content a:hover {
	border: none;
}
span.entry-content a:hover {
	border: none;
	text-decoration: underline;
}
/*------------------------------------------------------------------------------------- Picadili Opening ------ */
.picadili {
	margin: 0;
	padding: 0;
}
.picadili dd {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
/*------------------------------------------------------------------------------------- Wallet vs Phone - blog/portfeyl-vs-telefon/ ------ */
.compare {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin: .8em 0 .2em 0;
	padding: 0;
}
.compare-headings {
	font-size: 1.2em;
}
.compare dd, .compare dt {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.compare dd {
	width: 235px;
}
/*------------------------------------------------------------------------------------- patentite-na-apple ------ */
.app-img {
	float: right;
	margin: 5px 0 5px 10px;
}
.paragraph-ten-em {
	margin-bottom: 10em !important;
}