/*
Theme Name: Unritalin Solution
Description: Specialized skin created for unritalin solution
Version: 1.0
Author: Marvin M. Monteagudo
Author URI: http://www.marvenom.com
*/
body {
	width: 100%;
	background: white;
	text-align:center;
	margin: 10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	.clearing { clear:both }
#wrap {
	width: 980px;
	text-align:center;
	margin: 0 auto;
}

	#header {
		height: 130px;
	}
	
		#headImg {
			height:120px;
			width: 563px;
			background:url(images/header.jpg) no-repeat;
			float:left;
		}
		#vaultImg {
			height: 90px;
			width: 220px;
			background:url(images/vault.png) top center no-repeat;
			float:right;
			margin-top: 10px;
		}
		#utilNavi {
			height: 26px;
			margin-top: 100px;
			font-size: 1em;
			text-transform:uppercase;
		}
			#utilNavi a {
				color: orange;
				text-decoration: none;
			}
			#utilNavi a:hover {
				color:red;
			}
	#navi {
		height: 55px;
		line-height: 30px;
		background:url(images/bg_mainnav.png) repeat-x;
		padding: 0px 20px;
	}
		#mainnavi {
			margin-top: 0;
			float:right;
			font-size: 1.4em;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			font-stretch:semi-expanded;
		}
		
			#mainnavi a {
				display: inline-block;
				float:left;
				padding: 0 1.5em;
				border-right: 1px solid white;
				text-decoration:none;
				color: white;
			}
			#mainnavi a:hover {
				color:#FFCC00;
			}
			
		#buynow {
			float:right;
			margin-top: 7px;
			margin-left: 20px;
		}
	#contentArea {	
		margin-top: 30px;
		text-align:center;
	}	
		#fullContent {
			width:677px;
			float:left;
			text-align:left;
			margin-left: 20px;
		}
		#fullContentBlog {
			width:687px;
			float:left;
			text-align:left;
			margin-left: 10px;
			font-size: 11px;
			color: #333333;
		}


			#fullContent h2 {
				font-family: arial, helvetica, sans-serif;
				font-size: 14pt;
				font-weight: bold;
				color: #FFCC00;
				display: inline;
			}
			#fullContent p { text-align: justify }
			#fullContent p ul  li{
				text-indent: 3em;	
			}
			#fullContent .largeImg {
				float:left;
				display:block;
			}
			#fullContent .captionerLeft {
				float:left;
				margin-left: 1em;
				width: 350px;
			}
			#fullContent .captionerLeft .buttons {
				text-align:center;
			}
		#sidebar {
			width:238px;
			margin-left:15px;
			float:left;
			text-align:left;
		}
		
		#banners {
			margin: 0 auto;
			text-align:left;
		}
		#video {
			float:left;
			margin-left:35px;
		}
		#text {
			width: 350px;
			height: 280px;
			background:url(images/imgText.jpg) center;
			float:left;
			margin-left: 15px;
		}
		#optin {
			width: 238px;
			height: 300px;
			background:url(images/optin.png) center no-repeat;
			float:left;
			margin-left: 15px;
			margin-bottom: 30px;
		}
			#optin #optinFields {
				margin: 178px 0 0 0;
				text-align:center;

			}
		
			#optinFields .fieldList {
				display: block;
				line-height:25px;
				margin-left: 17px;
				text-align:left;
			}
			
				#optinFields .fieldList .label {
					display: inline-block;
					width: 45px;
				}

				#optinFields .fieldList .field {
					display: inline-block;
				}
					#optinFields .fieldList .field .txtInput {
						border: 1px solid black;
						width: 150px;
					}
					
					#optinFields .optinBtn {
						margin-top:5px;
					}
					#optinFields .nospam {
						font-size: 8px;
					}
					
	#buttons {
		margin-top: 20px;
		width: 596px;
		text-align:center;
		margin:0 auto;
	}
		#buttons #left {
			width: 288px;
			float:left;
		}
		
		#buttons #right {
			width: 288px;
			float: right;
		}
		
	#footer {
		height: 78px;
		background:url(images/bg_footer.jpg);
		font-size: 10px;
		color:white;
		padding-top: 10px;
		line-height: 20px;
	}
		#footer a {
			color:white;
			text-decoration: none;
		}
		#footer a:hover {
			color:red;
		} 
		
<!-- Paragraph Posts Styles -->

#fullContentBlog {
}


.blogpost{
	padding: 0 15px 10px 15px;
}

.blogpost h2, 
.blogpost h2 a {
	color: #FF6600;
	display: inline-block;
	font-size: 18px;
	text-decoration:none;
}

.entry p {
	font-size: 11px;
	line-height: 1.5em;
}

.bloginfo {
	display:block;
	margin-top: -12px;
	color:#666666;
}

.entry a,
.entry a:visited,
.postmetadata a,
.postmetadata a:visited {
	color: #FF6600;
	text-decoration: none;
}

.entry a:hover,
.postmetadata a:hover{
	color:#003399;
}	

.blogsidebar {
	margin-top: 262px;
	font-size: 1.2em;
}

.blogsidebar h2 {
	font-size: 14px;
}

.blogsidebar ul {
	margin:0 0 0 30px;
	padding:0;
	list-style:none;

}
.blogsidebar ul ul {
	list-style-type: none;
	margin-bottom:35px;
	margin-left:0;

}

.blogsidebar li li {
	margin:0;
	padding:7px 5px 7px 0;
	border-top:1px solid #ccc;

}

.blogsidebar a,
.blogsidebar a:link,
.blogsidebar a:visited,
.blogsidebar a:active {
	padding-left:23px;
	color:#888;
	font-weight:normal;
	text-decoration:none;
}

.blogsidebar a:hover {
	padding-left:23px;
	background:url(images/li.gif) no-repeat 2px 0;
	color:#f47a0e;
}
					
