/*
Theme Name: Xacur Blog
Theme URI: http://www.xacur.com/
Description: Xacur.com technical blog
Version: 0.1
Author: Xacur
Author URI: http://www.xacur.com/
*/


/* Begin Typography & Colors */
html, body {
height: 100%;
	min-width:930px;
}

body {
	font-size: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF;
	color: #333;
	padding:0px;
	margin:0px;
	background:url(images/background.jpg);
	min-height:100%;
	text-align:center;
	}
body,h1,h2,h3,h4,h5,h6,blockquote,p{
padding:0;
margin:0px;
}
a{
	color:#3366cc;
	text-decoration:none;
}
img{
	border:none;
}

p{
	margin:5px;
}

pre{
	background:url(images/lined_bg.png);
	border-top:1px solid #2E76DB;
	border-right:1px solid #2E76DB;
	border-bottom:1px solid #2E76DB;
	border-left:10px solid #2E76DB;
	line-height:18px;
	vertical-align:bottom;
	padding:18px;
	overflow:auto;
	width:650px;
	margin:10px 40px;
	font-family:Courier New, Courier New, monospace;
	color:black;
}
pre em{
	color:gray;
}

code{
	font-family:Courier New, Courier New, monospace;
}
blockquote{
	border-top:1px solid #2E76DB;
	border-right:1px solid #2E76DB;
	border-bottom:1px solid #2E76DB;
	border-left:10px solid #2E76DB;
	line-height:18px;
	vertical-align:bottom;
	padding:0 18px;
	overflow:auto;
	width:650px;
	margin:10px 40px;
	color:black;
	background:white;
}

/*   CONTAINERS */
#first_container{
	width:100%;
	min-height:100%;
	background:url(images/wallmark.png) top repeat-x;
	background-position:50% 20px;
}
#second_container{
	width:800px;
	margin:0 auto;
}
#third_container{
	width:800px;
	float:left;
	text-align:left;
}


/*   MENU AND HEADERS  */
#main_menu{
	width:100%;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	float:left;
}
#main_menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#main_menu ul li{
	list-style:none;
	float:left;
	margin:0 30px;
}
#header{
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
}
h1#blogtitle a{
	font-size:72px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
}

/*   POST   */
.post_body{
	width:800px;
	float:left;
	padding:15px 0px;
	margin:10px 0;
	background:url(images/wallmark.png) top repeat-x;
}
.post_body a{
	text-decoration:underline;
}
.post_body img{
	padding:5px;
	margin:5px;
	border:1px solid #666666;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
h2.post_title{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding:0px 10px;
	width:780px;
	margin:0;
	float:left;
}
h2.post_title a{
	text-decoration:none;
}

div.excerpt{
	padding:10px 5px;
	width:590px;
	float:left;
}

.entry{
/*	background:url(images/post_body_background.png); */
/*	background: rgba(255, 255, 255 , .2) ; */
	padding:3px 10px;
	width:780px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
border-radius: 5px;
-moz-border-radius:5px;
	color:#000000;
	font-size: 16px;
	text-align:justify;
}
.entry p{
/*	text-indent: 30px;*/
}

img.thumbnails{
	margin-left:15px !important;
}

.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	color:#2E76DB;
	font-family:Century Gothic;
	border-bottom:1px #333333 solid;
	margin:10px 0;
	padding:0 0 0 30px;
}
.entry h2{
	font-size:20px;
}
.entry h3{
	font-size:18px;
}
.entry h4{
	font-size:16px;
}
.entry h5{
	font-size:15px;
}
.entry h6{
	font-size:14px;
}

.entry codeblock{
	border-left:#999999 solid 1px;
	background:#FFFFFF;
	width:500px;
	padding:10px;
	margin:5px 5px 20px;
}



.post_metadata{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 10px;
	margin:5px 0 0 0;
	width:780px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
border-radius: 5px;
-moz-border-radius:5px;
	color:#000000;
box-shadow: 0 2px 6px rgba(0,0,0,0.4), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 10px rgba(0,0,0,0.1);
-o-box-shadow: 0 2px 6px rgba(0,0,0,0.4), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.4), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 10px rgba(0,0,0,0.1);
}

/*   post misc  */
.youtube_video{
	width:640px;
	padding:9px 7px 7px 8px;
	height:385px;
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	margin:0 auto;
}


/*   COMMENTS   */
#comments{
	padding:0px;
	margin:20px 0;
}








/*     FOOTER       */
#footer{
	width:780px;
	height:100px;
	text-align:center;
	padding:10px;
	float:left;
	background:url(images/wallmark.png) top repeat-x;
}

.css,.php,.html,.xml {
	width:650px;
	overflow:scroll;
	padding:2px 2px 2px 50px;
	margin:5px 5px 5px 50px;
	border-left:#333333 2px solid !important;
	border-bottom:none !important;
	border-right:none !important;
	border-top:none !important;
}


/*   MISC   */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.textcenter{
	text-align:center;
}
.fullwidth{
	width:100%;
}
.half{
	width:50%;
}
.third{
	width:33%;
}
.quarter{
	width:25%;
}


/*    List of Lists   */
ul#list_of_elements{
	margin:5px 0;
	padding:2px;
	list-style:none;
}
ul#list_of_elements li{
	background:url(images/wallmark.png) bottom repeat-x;
	padding:4px 0;
	margin:4px 0;
}
#header h2{
	font-size:24px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
}
input.entry_list{
	width:360px;
	height:21px;
	font-size:14px;
	font-family:sans-serif;
	vertical-align:middle;
border-radius: 7px;
-moz-border-radius:7px;
	margin:4px;
	padding:2px 5px;
	border:none;
}
input.list_button{
	float:right;
	border:none;
	background:url(images/post_body_background.png);
	cursor:pointer;
}
input.lists_send_button{
	width:370px;
	height:25px;
	font-size:14px;
	font-family:sans-serif;
border-radius: 7px;
-moz-border-radius:7px;
	margin:4px;
	padding:0px;
	border:none;
	cursor:pointer;
}
.list_of_lists{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}












