/* ------------------------------------------------------------
Site: OJAY Style Card
Author: PARCA
Version: 2.0 | Updated: February 2010
------------------------------------------------------------ */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#737373;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	background:#000 url(images/fullscreen_bg.jpg) no-repeat;
	color:#737373;
}

#page{
	width:1004px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:525px;
	height:120px;
	background: #000 url(images/masthead.gif) no-repeat;
}

#header_title{
	float:left;
}

#header_title h1{
	color:#000;
	font-size: 1px;
	display: none;
}

#header_title h1 a{
}

#header_title h1 a:hover{
	text-decoration:none;
}

/* #3d_card { } */

/* MENU */

#menu{
	width:525px;	
	height:55px;
	background: #000;
	z-index: 5; 
	margin-left: -15px; 
	margin-bottom: 15px; 
}

#menu_items{
	float:left;
}

#menu_items ul{
	padding:5px 0 0 0;
	float:left;
}

#menu_items li{
	float:left;
	display:block;
	height:49px;
	font-size:13px;
	font-weight: 400;  
	background:url(images/menu_items_sep.gif) no-repeat right top;
}

#menu_items a{
	color:#9a9a9a;
	display:block;
	float:left;
	padding:18px 15px 0 15px;
	text-transform:uppercase;
}

#menu_items a:hover, #menu_items a.select{
	text-decoration:underline;
	color:#5cbeb9;
}


/* BODY */

#body{
	width:100%;
	float:left;
	background: #000;
}

#body_top{
	width:100%;
	float:left;
	padding-bottom:40px;
}

#body_left{
	width:686px;
	float:left;
}

#body_right{
	width:318px;
	float:right;
}

/* left contact */

#body_left_content{
	width:565px;
	padding-top:19px;
	margin-left:73px;
}

.post{
	width:100%;
}

.post-top{
	float:left;
}

.post-date{
	float:left;
	font-size:15px;
	width:59px;
	height:54px;
	color:#effffe;
	padding-top:5px;
	text-align:center;
	background:url(images/post-date_bg.gif) no-repeat;
}

.post-date p{
	font-size:33px;
	line-height:30px;
}

.post-title{
	float:left;
	width:506px;
}

.post-title h2{
	font-size:27px;
	color:#fff;
	font-weight:normal;
	background:url(images/post-title.gif) no-repeat left bottom;
	padding:0 0 5px 0;
	margin:0 0 3px 15px;
}

.post-title h2 a{
	color:#fff;
}

.post-title h3{
	font-weight:normal;
	color:#666666;
	font-size:11px;
	padding:5px 20px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 15px;
}

.post-title h3 a, .post-title h3 span{
	color:#96dad6;
	font-weight:bold
}

.entry{
	line-height:20px;
	font-size:12px;
	padding:15px 0 0 0;
}

.entry p{
	padding-bottom:15px;
}

.entry p a{
	font-weight:bold;
	text-decoration:underline;
	color:#62c8c2;
}

.entry p a:hover{
	text-decoration:none;
}

.postmetadata{	
	width:100%;
	height:62px;
	margin-bottom:30px;
}

.postmetadata .alignleft a{
	color:#55ada8;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.postmetadata .alignleft a:hover{
	text-decoration:none;
}

.postmetadata .alignright a{
	color:#737373;
	font-size:12px;
	padding-left:20px;
}

.postmetadata .alignright a span{
	font-weight:bold;
	color:#55ada8;
}

.postmetadata .alignleft{
	padding-top:14px;
	padding-left: 0;
}

.postmetadata .alignright{
	padding-top:14px;
	padding-right:20px;
}

.post-page{
	width:100%;
}

h2.page_title{
	font-size:27px;
	color:#fff;
	font-weight:normal;
	background:url(images/post-title.gif) no-repeat left bottom;
	padding:0 0 5px 0;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
	font-weight:bold;
	color:#62c8c2;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.entry strong{
	color:#737373;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#fff;
	display:block;
	font-weight:normal;
}


.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/* right content */


#body_right_content{
	margin-top:10px;
}


/* SIDE BAR */

#sidebar{
	width:257px;
	float:left;
	padding-top: 10px; 
}

.sidebars h2{
	font-size:20px;
	color:#666666;
	text-transform:uppercase;
	width:225px;
	padding:10px 0 0 0;
	font-weight:normal;
	margin:0 0 5px 0;
}

.sidebars ul{
	color:#d0d0d0;
}

.sidebars ul li{
	padding-bottom:5px;
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
}

.sidebars ul li ul li ul li{
	margin-left:0;
}

.sidebars li ul{
	padding-bottom:8px;
}

.sidebars li ul li ul{
	padding-bottom:0px;
	padding-left:10px;
	width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	margin-bottom:0px;
	border-bottom:1px solid #2b2b2b;
	padding:4px 0 8px 0;
	font-size:13px;
}


div.aktt_tweets ul li {
	font-size: 19px;
	font-family: Palatino, Georgia, serif;
	font-style: italic;
	border-bottom:1px solid #000;
	padding:4px 0 8px 0;
	}
	
	
div.aktt_tweets ul li.aktt_more_updates {
	background: url(images/little_twit.gif) no-repeat; 
	line-height: 2em;
	padding-left: 54px; 
	padding-bottom:  24px; }
	
div.aktt_tweets ul li a {
	color: #96dad6;
	font-size: 13px; 
	font-style: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left: 0; }	

.sidebars li li li {
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars li a{
	color:#96dad6;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
}

.sidebars li.widget_categories ul li a{
	font-weight:normal;
	padding-left: 0;
}

.sidebars li.widget_categories ul li ul li a{
	background:none;
	font-weight:normal;
	padding-left:8px;
}

.sidebars li.widget_archives ul li a{
	font-weight:normal;
	padding-left:10px;
}

.sidebars li.linkcat ul li a{
	font-weight:bold;
	padding-left:12px;
}

.sidebars li.widget_meta ul li a{
	font-weight:normal;
	padding-left:2px;
}

.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
	color:#d0d0d0;
}

.sidebars .textwidget{
}

/* FOOTER */

#fineprint{
	width:100%;
	border-top: 1px solid #282828; 
}

#fineprint_text{
	padding: 10px 0 0 0;
	text-align:center;
	color: #282828; 
}

#fineprint_text p{
	color:#444343;
	padding:0 0 8px 0;
}

#fineprint_text a{
	color:#444343;
	text-decoration: underline; 
}

#footer{
	display: none; 
}



/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	border-left: 1px solid #5cbeb9; 
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
	}

.navigation a{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	}

.navigation a:hover{
	text-decoration:none;
	}

.navigation .alignleft a{
	}

.navigation .alignright a{
	}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	list-style-type: disc; 
	margin-left: 2em; }

/*.entry ul {
	margin: 0 10px 15px 0;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#1d1d1d;
	border-bottom:1px dotted #898989;
	border-top:1px dotted #898989;
	} 

.entry ul li {
	border-bottom:1px solid #373737;
	background:url(images/entry_before.gif) no-repeat left 10px;
	padding:3px 0 4px 12px;
	}

.entry ul li:before{
	content: url(images/entry_before.gif);
	}

.entry ol {
	margin: 0 10px 15px 0;
	padding:15px 15px 15px 40px;
	background:#1d1d1d;
	border-bottom:1px dotted #898989;
	border-top:1px dotted #898989;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-top:3px;
	border-bottom:1px solid #373737;
	}*/

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comments_title{
	font-size:27px;
	color:#d3a41b;
	font-weight:normal;
	margin:0 0 10px 35px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 10px 0 35px;
	}

.commentlist li {
	margin: 15px 0 0;
	padding: 5px 0 0 0;
	list-style: none;
	background:url(images/dotted_grey.gif) repeat-x;
	}

.commentlist li.alt {
	}

.commentlist li li {
	margin: 0px;
	padding: 5px 10px 5px;
	border-bottom:0px;
	background:none;
	border:0;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_text{
	padding-left:5px;
	padding-top:5px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:7px 0px 0 10px;
	color:#d3a41b;
	font-size:17px;
	text-transform:capitalize;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.commentmetadata span{
	color:#737373;
}

.commentmetadata a{
	color:#d3a41b;
	}

.commentmet_text{
	padding:0 20px 10px 10px;
	font-size:13px;
}

.alt .commentmetadata_end{
}

.commentmetadata_end{
	text-align:right;
	padding:19px 10px 10px 0;
	color:#d3a41b;
	background:url(images/commentmetadata_end.gif) repeat-x;
	height:22px;
	font-size:12px;
}

.commentmetadata_end span{
	color:#d3a41b;
}

#respond_box{
	margin:40px 15px 0 35px;
	padding-bottom:60px;
}

h3#respond{
	font-size:27px;
	color:#55ADA8;
	font-weight:normal;
	margin:0 0 10px 0;
}

#commentform{
	margin-left:35px;
	color:#55ADA8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:90%;
}

#commentform label{
	position:relative;
	top:-2px;
}

#commentform a{
	color:#737373;
}

#commentform input{
	background:#262626;
	border:3px #313131 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#CCCCCC;
}

#commentform textarea{
	background:#262626;
	border:3px #313131 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin:5px 0 0 0;
	color:#CCCCCC;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.ar_panel{
}

.page_archives_div h2{
	font-size:27px;
	color:#fff;
	font-weight:normal;
}

.ar_panel ul{
	background:url(images/ar_01.gif) repeat-x;
	width:553px;
	padding:10px;
}

.ar_panel ul ul{
	background:none;
	width:auto;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 0 40px 0;
}

.page_archives_div ul li{
	margin:0px;
	padding:6px 0 8px 5px;
	list-style:none;
	background:none;
	border-bottom:1px solid #2f2f2f;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#fff;
	font-size:13px;
	background:url(images/dash.gif) no-repeat left 6px;
	padding:0 0 0 9px;
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 4px;
   line-height: 13px;
   font-style: italic;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #999;
}

.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
