/*
Theme Name: windows cu licenta
Theme URI: http://playtheballs.ro/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Prelipcean Costel Iulian
Author URI: http://playtheballs.ro/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/** BLOG **/

.blog .intro, .blog .page {
	float: left;
	width: 100%;
	overflow: hidden;
}

.blog .intro {
	margin-bottom: 20px;
}

.blog .intro p img, .blog .page p img  {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	margin-bottom: 12px;
}

.intro .det, .page .det {
	float: left;
	width: 716px;
	height: 20px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #d2d2d2;
	font-size: 11px;		
}

.intro .det ul, .page .det ul {
	float: left;
	height: 20px;
}

.intro .det ul li, .page .det ul li {
	color: #04304b;
	height: 14px;
	float: left;
	font-size: 11px;
	line-height: 13px;
	padding: 3px 5px 3px 22px;
	margin-right: 4px;
	vertical-align: bottom;
}

.intro .det ul li a, .page .det ul li a {
	font-size: 11px;
	color: #04304b;
	text-decoration: underline;
	cursor: pointer;
}

.intro .det ul li a:hover, .page .det ul li a:hover {
	text-decoration: none;
}

.intro .det ul li.det_a, .page .det ul li.det_a {
	background: #cfe2ec url(images/det_a.jpg) no-repeat top left;
}

.intro .det ul li.det_b, .page .det ul li.det_b {
	background: #cfe2ec url(images/det_b.jpg) no-repeat top left;
}

.intro .det .comm, .page .det .comm {
	float: right;
	padding: 3px 10px 3px 22px;
	height: 14px;
	background:  url(images/det_com.jpg) no-repeat top left;	
}

.intro .det .comm a, .page .det .comm a {
	font-size: 11px;
	color: #8b1212;
	text-decoration: none;
	cursor: pointer;
}

.intro .det .comm a:hover, .page .det .comm a:hover {
	text-decoration: underline;
}

.blog_con .pag_nav {
	margin-top: 5px;
}

.page .cmms {
	width: 100%;
	float: left;
}

.cmms h5 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #8d1212;
	margin-top: 15px;
	margin-bottom: 5px;
}

.cmms .item, .cmms .item .comment {
	float: left;
	width: 100%;
}

.cmms .item .head {
	float: left;
	height: 20px;
	width: 100%;
	border-bottom: 1px solid #cfe2ec;	
}


.cmms .item {
	margin-bottom: 10px;
}

.cmms .item .head h4 {
	margin: 0;
	float: left;
	font-size: 12px;
	color: #04304b;
	font-weight: bold;
	background: #cfe2ec;
	line-height: 14px;
	height: 14px;
	padding: 3px 30px 3px 5px;
}

.title h4 {
	font-size: 12px;
	color: #04304b;
	font-weight: bold;
	line-height: 14px;
	height: 14px;
	padding: 3px 3px 3px 0;	
}

.cmms .item .head .data {
	font-size: 11px;
	float: right;
	height: 14px;
	line-height: 14px;
	padding: 3px 5px 3px 5px;	
}

.cmms .item .head .data {
	float: right;
}

.cmms .item p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 5px;
}

.com_tb .td_a, .com_tb label, .com_tb p {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	padding: 7px 0 7px 0;
}

.com_tb .td_b {
	padding-left: 10px;
}

.com_tb .td_a input {
	vertical-align: middle;
}

.com_tb .td_b input {
	width: 180px;
	height: 15px;
	border: 1px solid #dddddd;
	text-align: center;
	font-size: 11px;
}

.com_tb .td_c {
	padding-left: 20px;
}

.com_tb .td_c textarea {
	width: 430px;
	height: 75px;
	border: 1px solid #dddddd;
	font-size: 11px;
	font-family: Arial;
}

.navigation {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.navigation .alignleft, .navigation .alignright {
	float: left;
	margin-right: 20px;
}

.alignleft a, .alignright a{
	background-color: #fff;
	color: #000000;
	border: 1px solid #d1d1d1;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	float: left;	
}

.alignleft a:hover, .alignright a:hover{
	background-color: #d1e3ee;
}

.alignleft a {
	padding: 0 7px 0 20px;	
	background-image: url(images/pag_prev.gif);
	background-position: top left;
}

.alignright a {
	padding: 0 20px 0 7px;	
	background-image: url(images/pag_next.gif);
	background-position: top right;
}

#respond {
	margin-top: 20px;
}

.post_content {
	float: left;
	width: 100%;
}

.post_content a, .intro a {
	text-decoration: none;	
}

.post_content a:hover, .intro a:hover {
	text-decoration: underline;
}
/** OLD OLD OLD STUFF **/



.ionl a, .ionr a,{
	background-color: #fff;
	color: #000000;
	border: 1px solid #d1d1d1;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	height: auto;
}

.ionl{float:left; padding:5px}
.ionr{float:right;padding:5px}

.widecolumn{
	width:900px;
	margin:auto;
}

.widecolumn .post .h2{ 
padding:10px 0;
}

p.attachement{
padding:25px;
}