i/*
Theme Name: Pr0gr4mm3r
Theme URI: http://www.pr0gr4mm3r.com/
Description: This theme is based the main pr0gr4mm3r.com website.
Version: 1.0
Author: Andrew Wells

*/
/* http://www.bioneural.net/2006/04/01/create-a-valid-css-alert-message/ */
.m_alert {
	background: #fff6bf url(exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

.m_info {
	background: #f8fafc url(information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	}

h4 {
	margin-top: 0;
	font-size: 1em;
	background-color: #E5E5E5;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #7F7F7F;
	border-width: 2px;
	padding-left: 5px;
}


div.row {
  clear: right;
  }

div.row span.label {
	font-weight: bold;
	padding-right: 5px;
	width: 150px;
	float: left;
}

  
div.row span.field {
  /* float: right; */
  /* width: 500px; */
  text-align: left;
  }

.block_left {
	width: 48%;
	padding: 10px 0;
	float: left;
}
.block_right {
	width: 48%;
	padding: 10px 0;
	float: right;
	overflow: hidden;
}
.blocks {
   float: left;
	width: 100%;
	overflow: hidden;
}

            
/* css from mojito template */

a {
	color: #002c76; /* #0066cc; */
	text-decoration: none;
}



a:hover {
	color: #36C; /*#ff6600; */
	text-decoration: underline;
}

.link_footer a {
	color: #fff; /* #0066cc; */
	text-decoration: none;
}



.link_footer a:hover {
	color: #fff; /*#ff6600; */
	text-decoration: underline;
}

p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}

h3 .date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}

.info {
	color: #666666;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}

/* attach the comments class to the 'x comments' link to get a comment icon in 
front of it */
.info .comments {
	padding-left: 13px;
	background: #ffffff url(comment.png) no-repeat center left;
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {
	padding-left: 13px;
	background: #ffffff url(person.png) no-repeat center left;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {
	padding-left: 13px;
	background: #ffffff url(folder.png) no-repeat center left;
}

 h3.comments{
	background: transparent url(comments.png) no-repeat center left;
	margin: 0em 0 0.2em !important;		
}

p.comments {
	padding-top: 0.4em;
}

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 0px solid #0FD; 
}

 h3.about {
	background: transparent url(about.png) no-repeat center left;
	margin: 0 !important;
}

.postmetadata {
	line-height: 1.4em;
	border-bottom: 1px dashed #999;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}

/* layout and other from-scratch stuff */

body {
	color: #333333;
	font: 12px/18px "Verdana", sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(images/blue155.jpg);
}
h1, h1 a:link, h1 a:visited {
	font-size: 16pt;
	color: #555;
	line-height: 1em;
}


#wrap {
 	background-color: #FFFFFF;
	width: 85%;
	margin: 0 auto;
	border-style: solid;
	min-width: 770px;
	max-width: 1000px;
	
	/* necessary for stupid IE */
	width:expression(document.body.clientWidth < 770? "770px": "auto" );
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}
#header {
	height: 160px;
	background: url(images/header.png);
	background-color: #002c76;
	background-repeat: no-repeat;
	text-align: left;
	background-position: right;
}
#footer {
	clear: both;
	color: #CDCDCD;
	text-align: center;
	background: url(images/header.png);
	background-repeat: no-repeat;
	background-color: #002c76;
	height: 55px;
	background-position: right;
	vertical-align: middle;
	padding-top: 5px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn {
	padding: 10px 30px 0 20px;
	margin-left: 180px;
	margin-bottom: 15px;
}

#leftcolumn{
/* position: absolute; */
float: left;
width: 200px; /*Width of left column*/
margin-left: 0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: right; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-left: 40px;
padding-right: 10px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top left no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

img {
	padding: 0 5px;
}
#ddblueblockmenu li a, .force_it {
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #002c76;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.wp_syntax {
	width: 90%;
	max-height: 500px;
	min-height: 200px;
	overflow: auto;
	background-color: #EFEFEF;
	border: 1px dashed gray;
	margin: 10px 0;
}


.line_numbers {
	background-color: #BFBFBF;
}



.mout {
	background-color: #FFFFFF;
}
.mover {
	background-color: #BFBFBF;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

pre {
	overflow: hidden;
}

.entry img {
	border-style: none;
	margin: auto;
}

.entry li {
	padding-bottom: 10px;
}

blockquote {
	background-color: #ccc;
	padding: 5px 5px 5px 10px;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
/* margin-bottom: 60px; */
}

.alignright {
float: right;
padding-left: 20px;
}

.alignleft {
float: left;
padding-right: 20px;
}

ol.commentlist {
list-style: none;
margin:0;
margin-left: 0;
}

ol.commentlist li {
padding: 10px;
margin: 5px;
}

li.alt {
background-color: #ccc;
}
