/*  
Theme Name: PM Custom Default
Theme URI: http://www.lifthere.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Gianni D'Alerta
Author URI: http://www.lifthere.com/

*/


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #f4f60c;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
#nav {
	color: #000000;
	height: 35px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #000000;
	text-align: center;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-top: 15px;
	letter-spacing: .2em;
}
#nav a:link {
	color: #c0c0c0;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #ffffff;
}
#nav a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#nav a:active {
	text-decoration: none;
	color: #000000;
}
h2 a:link {
	color: #000000;
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #0153A5;
}
h2 a:hover {
	text-decoration: underline;
	color: #0153A5;
}
h2 a:active {
	text-decoration: none;
	color: #0153A5;
}
.bullets {
	font-size: 16px;
	color: #c0c0c0;
	font-weight: bold;
}
#header {
	background-color: #000000;
	height: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 30px;
} 
#contentArea {
	
	margin-bottom: 30px;
	background-image: none;
}
#header h1,h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c0c0c0;
}
h1, h2, h3 {
	color: #c0c0c0;
	font-size: 18px;
}
#sidebar1 h2 {
	color: #ffffff;
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#sidebar1 ul {
	margin-top:0px;
	padding-top:0px;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar-blog {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000
}
#sidebar1 {
	background-image: url(images/bg_black_trans.png);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar2 {
	background-image: url(images/bg_black_trans.png);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/bg_black_trans.png);
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#mainContent-blog {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/bg_green_trans.png);
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #0054a5;

} 
#mainContent-wide {
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	background-image: url(images/bg_red_trans.png);
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #0054a5;
} 
#mainContent-wide h1 {
color:#ffffff;
}
#mainContent-flash {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/bg_green_trans.png);
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #0054a5;
	margin-bottom: 30px;
} 
#footer {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width:350px;
	float:right;
	color:#ffffff;
} 
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
	color: #f4f60c;
}
#footer a:active {
	text-decoration: none;
	color: #ffffff;
}

#sidebar1 a:link {
	color: #ffffff;
	text-decoration: none;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #ffffff;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#sidebar1 a:active {
	text-decoration: none;
	color: #ffffff;
}




#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
 

