@charset "utf-8";
/*
Theme Name: Iridium - PulsoRock.com
Theme URI: http://socialvitamin.com/
Description: 
Version: 1.0
Author: Michael D. Irizarry
Author URI: http://socialvitamin.com/
Tags: pulsorock, clean, iridium
*/

/* Grid System */
body {
	margin: 0;
	padding: 0;  
	text-align: center;
	color: #191919;
	}

img {
	border: 0px;	
}

p { margin: 1em 0; }

strong {
	margin:0;
	padding:0;
	font-weight: bold;
}

h1 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 5px 0px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 5px 0px;
	font-weight: bold;
}

hr {
	border: 0;
	width: 95%;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	margin: 5px 0px;
}

a:link, a:visited
{
    color: #171616;
    text-decoration: none;
	font-weight: bold;
}
a:link:hover, a:visited:hover
{
    color: #3d3d3d;
    text-decoration: none;
}

#container {
	width: auto;
	min-width: 960px;
	}
	
#page {
	position: relative;
	width: 960px;
	margin: 0px auto;
	text-align: center;
	}

#ad_placement {
	position:absolute;
	right:1px;
	top:10px;
	width:728px;
	height:90px;
	}

#alert {
	position: relative;
	font-size: 18px;
	text-align: center;
	width: 98%;
	}

#close {
	padding: 5px 10px 0px 0px;
	width: 20px;
	float: right !important;
	font-size: 11px;
	}
	
#header {
	margin: 0px auto;
	padding: 127px 0px 0px 0px;
	text-align: left;
	}

#logo {
	float: left;
	width:225px;
	height:90px;
	margin-top: 10px;
	font-size:0;
}

#logo a {
	display:block;
	width:225px;
	height:90px;
}

#logo span {
	left:-5000px;
	position:absolute;
}


#top {
	background: url(../images/menu_bg_top.gif) repeat-x;
	height: 29px;
	width: 960px;
	}

#menu {
	background: #ffffff url(../images/menu_bg_dark.gif) repeat-x;
	height: 42px;
	width: 960px;
	}	

#content {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: white;
	min-height:800px;
	height:auto !important;
	height:800px;
	padding-bottom: 30px;
	}

#left {
	float: left;
	width: 622px;
	display: inline;
	margin-left: 32px;
    }
	
#left .main {
	width: 594px;
	margin: 0px;
	}
	
#left .main .read_more {
	width: 60px;
	margin: 5px 0px;
	padding: 5px;
	float: right;
	background-color: #e5e5e5;
	text-align: center;
	font-weight: bolder;
	}	

#left .sub {
	width: auto;
	margin: 0px auto;
	overflow: hidden;
	}

#left .sub_article {
	width: 289px;
	float: left;
	}

#left .navigation {
	width: 500px;
	margin: 10px auto;
	padding: 20px;
	overflow: hidden;
	}
	
#left .navigation .nav_prev {
	width: 200px;
	float: left;
	text-align: center;
	background-color: #e5e5e5;
	line-height: 35px;
	padding: 0px;
}
#left .navigation .nav_next {
	width: 200px;
	float: right;
	text-align: center;
	background-color: #e5e5e5;
	line-height: 35px;
	padding: 0px;
}
	
#right {
	float: right;
	width: 304px;
	display: inline;
	overflow: hidden;
}

#right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#right ul.fl li {
	float: left;
	width: 50px;
	margin-top: 5px;
}

/* UI Elements */	
.ob a:link, .ob a:visited
{
	text-decoration: none;
	color: #cbcbcb;
}

.ob a:link:hover, .ob a:visited:hover
{
    text-decoration: none;
	color: #ffffff;
}

.ob_info {
	color: #ffffff;
}

.flt {
	float: left;
	margin-left: 20px;	
}

.frt {
	float: right;
	margin-right: 10px;	
}

.flc {
	float: left;
	background: url(../images/content_lines_bg_sm.png) no-repeat 0 30px;
	padding-left: 10px;
	width: 90%;
	margin-bottom:10px;
}

.flc2 {
	padding-left: 10px;
	background: url(../images/content_lines_bg_sm.png) no-repeat 0 30px;
}

.flc3 {
	float: left;
	background: url(../images/content_lines_bg_sm.png) no-repeat 0 45px;
	padding-left: 10px;
	width: 90%;
	margin-bottom:10px;
}

.flc3 span {
	position: relative;
	top: 7px;
	font-size: 110%;
	}

.t3 {
	margin-top: 3px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.entry-meta, .entry-content, .post_meta {
	padding: 3px 0px;
}

.simple_list li {
	list-style: square;
	margin: 10px 0px 0px 15px;
}

.mega_list li {
	list-style: none;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}

.post-edit-link, .search_link {
	display: block;
	width: 96px;
	height: 25px;
	background: url('../images/button_sm.png') no-repeat;
	text-align: center;
	padding: 5px 0;
}

.post-edit-link {
	float: right;
}

.simple_button {
	margin-top: 4px;
	display: block;
	width: 96px;
	height: 25px;
	line-height: 25px;
	background: url('../images/button_sm.png') no-repeat;
	text-align: center;
}

.simple_button a {
	display: block;
	width: 96px;
	height: 25px;
}

#event_promo img {
	max-width: 550px !important;
	
}

/* Top Menu */
#nav a:link, #nav a:visited
{
    display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #0a0a0a;
}

#nav a:link:hover, #nav a:visited:hover
{
    text-decoration: none;
	color: #cbcbcb;
}

#nav li a.selected {
	color: #cbcbcb !important;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 999;
}

#nav li { 
	float: left;
	width: 95px;
}

#nav li ul { 
	position: absolute;
	background-color: #171616;
	width: 150px;
	left: -999em; 
}

#nav li ul li a {
    width: 130px;
	border-top: 1px solid #3c3c3c;
	border-right: none !important;
}

#nav li:hover ul, #nav li.menuhover ul { 
	left: auto;
	display: block;
}

#nav .search {
	padding: 8px 0px 0px 75px;
}

/* Posts */
.post {
	margin-top: 10px;
	padding-right: 15px;	
}

.featured {
	overflow: hidden;
	margin-top: 10px;
}

.post_comments {
	padding-left: 18px;
	background: url(../images/icon_comment.gif) no-repeat;
}

.post_img {
	margin: 0;
	width: 288px;
	height: 108px;
	border: 1px solid #adadad;
}

.post_img_link {
	display: block;
	margin: 0;
	width: 288px;
	height: 108px;
}

.post_thumb_img {
	margin: 0px 5px 10px 0px;
	width: 81px;
	height: 81px;
	border: 1px solid #adadad;
	float: left;
}

.post_thumb_img img {
	width: 75px;
	height: 75px;
	}

.post_thumb_link {
	display: block;
	margin: 3px;
	width: 75px;
	height: 75px;
}

.featured_img {
	margin: 0;
	width: 583px;
	height: 228px;
	border: 1px solid #adadad;
	padding: 4px;
}

.featured_link {
	display: block;
	margin: 0;
	width: 583px;
	height: 228px;
}

.p_last {
	margin-left: 14px;
}

.p_first {
	
}

.alignleft {
	float:left;
}

.alignright {
	float: right;
}

.entry-content img {
	border: 3px solid #adadad;
	display: block;
	max-width: 225px;
	margin: 10px;
}

.archive-title, .page-title {
	font-size: 22px;
}

/* Rounded Corners */
.login_dialog {
	min-width:300px;
 	max-width:300px;
}

.newsletter_dialog {
	margin-left: 20px !important;
}

.alert_dialog {
	min-width:895px;
 	max-width:895px;
}

.dialog {
 position:relative;
 margin:0px auto;
 color:#fff;
 z-index:1;
 margin-left: 40px;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/dialog-dark-1600x1200.png) no-repeat top right;
 _background-image: none;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
text-align: center;
}

.dialog .t {
 position:absolute;
 left:0px;
 top:0px;
 width:12px;
 margin-left:-12px;
 height:100%;
 _height:1600px;
 background-position:top left;
}

.dialog .b {
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:20px;
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px;
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 position:static;
 max-height:1000px;
 overflow:auto;
}

.dialog h1,
.dialog p {
 margin:0px;
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

/* Form Buttons */
.default_button {
	background: url(../images/button_sm.png) no-repeat;
	float: right;
	width: 96px;
	height: 25px;
	margin: 5px;
}

.default_button .button  
{
	display: block;
	margin: 5px auto;
	width: auto;
	color: #ffffff;
	font-weight: bold;
	background-color:transparent;
    border:0;
    cursor:pointer;
    overflow:visible;
}

/* Search Form */
#searchform {
	float: right;
	padding: 5px 10px 0px 0px;
}

#searchform #s {
	width: 150px;
	height: 19px;
	background: url(../images/search_bg.png) no-repeat;
	padding: 2px 30px 0px 5px;
	border: none;
}

/* Login Form */
#login_form {
	z-index: 420;
	position: absolute;
	top: 150px;
	left: -10px;
}

#login_form form {
	padding: 0;
	margin: 0;
	width: 300px;
}

#login_form fieldset
{
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: left; 
}

#login_form fieldset label
{
    display: block;  
	float: left; 
	min-width: 7em; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: left; 
}

/* Newsletter Form */
#newsletter_form fieldset
{
	padding: 1em 1em 0 1em;
	margin: 0;
	text-align: left; 
}

#newsletter_form fieldset label
{
    display: block;  
	float: left; 
	min-width: 3em; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: left; 
}

#newsletter_form form {
	width: 230px;
	padding: 0;
	margin: 0;
}

/* Footer */	
#footer {
	min-height:100px;
	height:auto !important;
	height:100px;
	overflow:hidden;
	width: 960px;
	margin: 0 auto;
	background: #171616;
}	

#footer span {
	display: block;
	padding: 10px 0px;
}

.copyright {
	height: 29px;
	line-height: 29px;
}

/* Footer Menu */
#nav_footer, #nav_footer ul {
	padding: 6px;
	margin: 0 auto;
	list-style: none;
	width: 800px;
}

#nav_footer li { 
	float: left;
	width: 95px;
}

/* Utils */
.stretch,
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
	}
.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

