/*
Theme Name:		QuicklyCode
Theme URI:		http://www.quicklycode.com
Description:	Cheatsheets and programming stuffs
Author:			Giovanni Scala
Author URI:		http://www.giovanniscala.com
*/

html,body{
	margin:0; 
	padding:0;
}

body{
	color:#ddd;
	background:#252525 url(images/background.jpg) no-repeat top center;
	font-size:12px;
	font-family: Helvetica, "Lucida Grande", Verdana, sans-serif;
}

a{
	outline: none;
}

a:link{
	color:#ddd;
	text-decoration:none;
}

a:hover{
	color:#0EC5E4;
	text-decoration:none;
}

a:visited{
	color:#ddd;
	text-decoration:none;
}

a:active{
	color:#0EC5E4;
	text-decoration:none;
}

img{
	border:0;
}

p{
	margin:0;
	padding:0;
	line-height:16px;
}

a img{
	border:0px;
}

a#logo {
	display: block;
	width: 450px;
	height: 100px;
	margin: 25px 0 0 105px;
	float: left;
	text-indent: -9999px;
}

.left {
	float: left;
}

.clear { 
	clear: both;
}


#wrap{
	width:960px;
	margin:0 auto;
}

#header{
	height:120px;
}

#menu{
	float:right;
	margin:0 35px 0 0;
	display: inline;
}

li{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}

#description{
	height:25px;
	padding: 0 130px;
	text-shadow: 2px 2px 2px #000;
	clear: both;
}
	
h1{
	font-size:18px;
	color:#dedede;
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline;
    font-family: "Times New Roman";
}

h2{
	background: url(images/rabbitline.png) top center no-repeat;
	height: 28px;
    /*color: #69f2fb;*/
    color: #0EC5E4;
	font-size: 24px;
	font-family: "Times New Roman";
	font-weight: normal;
	padding: 6px 10px;
	text-shadow: 0 1px 2px #000;
	margin: 0;
}

h2 a:link, h2 a:visited {
    /*color: #69f2fb;*/
    color: #0EC5E4;
}

h3{
	font-size:1.5em;
	font-family: "Times New Roman";
	color:#0EC5E4;
	font-weight:normal;
	margin:0 0 10px 0;
	text-shadow: 0 1px 1px #000;
}


#cat_menu {
	margin: 0 10px;
	width: 600px;
	padding: 10px 5px;
	text-align: center;
}

#cat_menu li{
	display: inline;
	font-size: 16px;
	padding: 0 10px;
}

#cat_menu a {
	color: #ddd;
}

#cat_menu a:hover {
	color: #29F2F9;
}

#mainad {
     text-align: center;
     clear: both;
     margin-top: 10px;
}

#content{
	float:left;
	width:600px;
	margin:20px 0 0 30px;
	display: inline;
}

.page p{
	padding: 20px;
}

.page h3 {
	color: #ddd;
	font-size: 18px;
	text-shadow: 0 1px 1px #000;
	margin: 30px 10px 0;
}

.page h3 img {
	vertical-align: middle;
}

.page ul {
	margin-left: 60px;
	color: #ddd;
	font-size: 14px;
	text-shadow: 0 1px 1px #000;
}

.page li {
	padding: 2px 0;
	list-style-type: square;
}

.page a:hover {
	color:#0EC5E4;
	text-decoration:none;
}

.post-ratings {
	margin: 0;
	padding: 0 5px;
    width: 100px !important;
}

#tags {
	color: #eee;
	padding: 5px 8px 0 0;
	float: left;	
}

#tags a {
	color: #eee;
	font-style: italic;
}



/*Menu*/

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li {
	padding: 0;
	margin:0;
	float:left;
	list-style-type:none;

}

#menu li a {
	display:block;
	text-decoration:none;
	color: #55f3fd;
	text-shadow: 0 1px 2px #333;
	font-size:13px;
	background: url(images/button.png) top left no-repeat;
	width: 82px;
	height: 39px;
	padding:  8px 0;
	text-align:center;
	font-weight:bold;
	float: left;
	text-align: center;

}


#menu li a:hover {
	background: url(images/button.png) 0 -55px no-repeat;
}

#menu li a#current, #menu li.current_page_item a{
	background: url(images/button_active.png) no-repeat;
	width: 82px;
	height: 42px;
	color: #000;
	text-shadow: 0 2px 3px #fff;
}


/*SideBar*/

#sidebar{
	float:right;
	width:260px;
	margin:5px 40px 40px 0;
	display: inline;
}

.bsarocks{
    width: 260px;
    margin: 0 auto;
}

#sidebar h2{font-size:1.2em;color:#0EC5E4;font-weight:normal;letter-spacing:-1px;}

#social {
	margin: 10px 0;
	text-align: center;
	display:  inline;
}

#tags_cloud {
	margin: 20px 0;
	text-align: center;
	display:  inline;
	line-height: 22px;
    font-family: "Times";
}

.tags_cloud_page a{
	margin: 5px;
	line-height: 30px;
}

.more_tags {
	margin: 10px;
	text-align: center;
}

.more_tags a {
	text-decoration: underline;
	font-size:  15px;
}

#social img {
	width: 48px;
	margin: 7px;
	display: inline;
}

#share_buttons {
	width: 220px;
	margin: 0 auto;
	padding: 25px;
}

.widget {
	color: #ddd;
	margin: 20px 0;
}

.widget a {
	color: #ddd;
}

.widget_title {
    /*color: #69f2fb;*/
    color: #0EC5E4;
	font-size: 18px;
	font-family: "Times New Roman";
	font-weight:  normal;
	text-align: left;
	text-shadow: 0 1px 1px #000;
	margin: 10px 0;
	border-bottom: #363636 1px solid;
}

.widget_title a, .widget_title a:visited {
    /*color: #69f2fb;*/
    color: #0EC5E4;
}

/*Tag Cloud*/

.st-tag-cloud{padding:5px 0 30px 0;}

#bottom {
	border-top: #252525 3px solid;
	background: #2c2c2c url(images/gray.jpg) top repeat-x;
	width: 100%;
	text-align: center;
}

#bottom_in {
	background: url(images/bottom.jpg) top no-repeat;
}

/*Footer*/

#footer{
	background: #2c2c2c url(images/credits_bkg.jpg) repeat-x;
	height: 65px;
	padding:0;
	color:#ccc;
	clear:both;
	margin: 0 auto;
	text-shadow: 0 1px 1px #000;
	text-align: center;
}

#footer a:link, a:visited, a:active{
	color:#ccc;
}

#footer a:hover{
	color:#0EC5E4;
	}
	
#credits {
	width: 900px;
	margin:  0 auto;
}

#copyright {
	width: 790px;
	padding-top: 18px;
    padding-bottom: 10px;
	float: left;
    line-height: 20px;
}

#backtop a:link, #backtop a:visited{
	float: right;
	background: url(images/button_footer.png) no-repeat;
	width: 100px;
	height: 25px;
	margin-top: 2px;
	padding-top: 10px;
	color: #000;
	text-shadow: 0 2px 3px #fff;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}

#bottom_list{
	width:875px;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 20px;
}

#bottom_list h2{
	background: none;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #000;
	height: 25px;
}

.list1 li{
	font-size: 12px;
	list-style: none;
	border-bottom:1px solid #555;
	padding:4px 0 4px 0;
	display:block;
	text-shadow: 0 1px 1px #000;
}


.list1 ul{
	margin:10px 0 10px 0;
}



.list1{
	width:265px;
	float:left;
	margin: 0 15px 20px 0;
	display: inline;
}


.list1 a {
	color: #ddd;
}

.list1 a:hover {
	color:#0EC5E4;
	text-decoration:none;
}


.right2{float:right;}
.left2{float:left;}

.singleads{
	margin:20px 0 0 0;
	text-align: center;
	clear:  both;
}

#postcontentads {
     text-align: center;
     clear: both;
}

span.amazonad {
    display: block;
    width: 148px;
    float: left;
    margin-bottom: 20px;
}

#sidegad {
    width: 125px;
    float: left;
    margin: 0 2px;
}

.details{
	width: 573px ;
	padding:3px;
	border: #777 1px solid;
	margin: 8px 10px 5px 10px;
	/*
	box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;
	*/
}

#details_info {
	font-size:  14px;
	text-shadow: 0 1px 1px #000;
	margin: 0 5px 10px 5px;
    width: 370px;
    float: left;
}


#details_info h3 {
	color: #ddd;
	font-size: 21px;
	text-shadow: 0 1px 1px #000;
	margin: 10px 10px 5px;
}

#details_info p {
	padding: 0 10px;
	margin: 0;
}

#details_info p .desc {
	color: #aaa;
}


#details_author {
	font-size: 15px;
	float: right;
}

#details_author a{
	font-style: italic;
}

.details_what h3{ 
	font-size:18px;
	display:inline;
	margin: 0;
	padding: 10px;
}

.sharethis {
     width: 178px;
     padding: 5px 10px;
     float: right;
     text-align: right;
}

.tb-container {
     float: left;
}

#notes {
	margin: 0 15px;
    padding: 10px 0;
	font-size: 13px;
	text-shadow: 0 1px 1px #000;
	text-align: justify;
    clear: both;
}

#download {
	margin-top: 25px;
	clear: both;
	text-align: center;
	font-size: 24px;
}

.sexy-bookmarks {
	margin-top: 0 !important;
}

.thumb {
	width: 278px;
	float: left;
	margin: 0 10px 20px 12px;
	display:inline
}

.image{ 
	margin: 8px 0;
	padding: 3px 0 3px 3px; 
	border: 1px solid; 
	color:  #777; 
	/*
	box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;
	*/
}

.image img{ padding:0;}


.thumb_desc {
	padding: 5px 0px 5px 6px;
	background: url(images/detailsbkg.png) repeat-x;
	height: 40px;
	border: #777 1px solid;
	/*
	box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;
	*/
	color: #ddd;
	text-shadow: 0 1px 1px #000;
}

.thumb_desc a {
	color: #ddd;
	text-shadow: 0 1px 1px #000;
}

.thumb_desc a.n_comments {
	float: right;
	margin: 0 6px;
	display: inline;
}

.thumb_desc p {
	clear: both;
}

.thumb_desc h3{ 
	font-size:12px;
	display:inline;
	margin: 0;
	float: left;
}

.thumb_desc h3 a:link, .thumb_desc h3 a:visited{
	letter-spacing: 1px;
	font-size:17px;
	font-weight:normal;
	margin:0;
	color: #ddd;
	text-shadow: 0 1px 1px #000;
}


.thumb_desc h3 a:hover{
	font-weight:normal;
	margin:0;
	color: #ddd;
	text-shadow: 0 1px 1px #000;
}

.stars {
	float: right;
	width: 90px;
	margin: 0 10px 5px 0;
	display: inline;
}

#g_ads {
	margin: 5px 0 15px;
	padding: 1px;
	width: 250px;
}

#ads {
	clear:both;
	width:300px;
	margin:10px 0 0 0;
}
#ads ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#ads li {
	float:left;
	margin:0;
	padding:0 15px 12px 0;
	list-style-type:none;
}



blockquote {
	font-style:italic;
	font-size:11px;
	color:#999;
	margin:0 0 5px 20px;
	padding:0 0 0 10px;
	border-left:4px solid #0066cb;
}
abbr,acronym {
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
}
code {
	color:#666;
	font-family:Courier,monospace;
	margin:0 0 5px 5px;
}
pre {
	margin:0 0 1.5em 0;
	overflow:auto;
	font-size:1.3em;
	clear:both;
}
form {
	padding: 13px 0;
}


.searchbox {
	margin: 55px 0 0 2px;
	width:260px;
	height: 70px;
	background: url('images/search.png') top left no-repeat;
}

.search {
	border: none;
	background: none;
	height:15px;
	padding: 14px 10px;
	width: 164px;
	color:#fff;
	margin: 0 9px 0 0;
	float:left;
	font-size: 13px;
}

.find {
	background: url('images/find.png') no-repeat;
	border:none;
	height:45px;
	width:45px;
	vertical-align: middle;
}

#sorry {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin: 40px 10px;
}

/*Comments*/

input.text_input, textarea.text_input{
	width:590px;
	padding:5px;
	border:0;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #999;
	background: #e5e5e5;
	margin:0 5px 5px 0;
	font-family:Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
	font-size:14px;
	color:#000;
}

input.text_input {
	width: 270px;
}

p.com_form  {
	font-size: 15px;
	font-weight:normal;
	text-shadow: 2px 2px 2px #000;
}

.allcomments{
	font-size: 24px;
	margin:20px 0;
	border-bottom: #333 1px solid;
}



/*comments*/
.comment_author {
	font-size: 18px;
	font-family: "Times New Roman";
	text-shadow: 0 1px 1px #000;
}

.comment_date {
	font-size: 12px;
	text-shadow: 0 1px 1px #000;
}

.comment-list ol {
	padding: 0;
}

.comment-list li {
    margin: 25px 0;
}

.comment-list .top {
	padding-bottom: 5px;
	border-bottom: #777 1px solid;
}

.comment-list .body {
	font-size: 13px;
	text-align: justify;
	text-shadow: 0 1px 1px #000;
	padding-top: 5px;
	margin-bottom: 20px;
}

.comment_form2 p{
	margin: 0;
	padding: 0;
}

#get_recent_comments_wrap li{
	text-align: justify;
	margin-bottom: 5px;
	font-style: italic;
}

#get_recent_comments_wrap li a{
	font-weight: bold;
	font-style: normal;
}

.submit_label {
	float:left;
}

.wpcf7 p{
	margin:30px 0;
	padding:0 20px;
	line-height: 42px;
	color:#ddd;
	font-size: 16px;
	font-weight:normal;
	text-shadow: 2px 2px 2px #000;
	clear:  both;
}

.wpcf7 input[type="text"] {
	background-color: #ddd;
	width: 380px;
	height: 25px;
	font-size: 18px;
	border: 2px inset;
}

.wpcf7 input[type="file"] {
	color:  #ddd;
	margin: 10px;
}

.wpcf7 input[type="submit"] {
	font-size: 32px;
}

.wpcf7 textarea {
	background-color: #ddd;
	width: 380px;
	font-size: 18px;
	border: 1px inset;
	margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
	float:  right;
	width: 400px;
	margin-right: 40px;
	text-align: center;
}

#submit {
	margin-left: 80px;
	padding: 20px 0;
	text-align: center;
}

.wp-pagenavi {
	clear: both;
	margin: 20px 10px;
	text-align: center;
}

.submit_comment {
	width: 590px;
	text-align: center;
}

ul.recentcomments li{
     font-size: 15px;
     font-family: "Times";  
     padding: 5px 0;
}

ul.recentcomments li a {
     text-decoration: underline;
}




