/*
Theme Name: OracleMag
Author: http://www.wpthemedesigner.com
Author URI: http://www.wpthemedesigner.com
*/

* {
	margin: 0; padding: 0; border:0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #443e33;
	background:#ffffff url(images/top_bg.gif) repeat-x top;
}
a {
	color: #0c213a;
}
a:hover {
	text-decoration: none;
	color: #0c213a;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	margin:0 auto;
	width: 1000px;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	margin:0 auto;
	height:35px;
}

#header .pages {
	height:18px;	
	list-style-type: none;
	float:left;
	margin-top:10px;
	margin-left:34px;
}

#header .pages li {
	float: left;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 2px;
	/*padding-top:30px;*/
}
#header .pages li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 5px 0px;
}

#header .pages li a:hover {
	display: block;
	color: #ffffff;
	text-decoration:underline;
	padding: 0px 5px 0px;
}

#header .links {
	float: right;
	color: #ffffff;
	font-size: 0.9em;
	background: url(images/rss2.gif) no-repeat 0 6px;
	padding: 8px 30px 8px 18px;
}
#header .links a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 5px;
}
#header .links a:hover {
	text-decoration: underline;
}


#header_2 {
	margin:0 auto;
	height:133px;
}

#header_2 .logo {	
	float:left;
	width:379px;
	height:55px;
	margin-top:28px;
	margin-left:34px;
	background:url(images/logo.gif) no-repeat;
}

#header_2 .ad {
		float:right;
		padding-top:30px;
		margin-right:32px;
		height:60px;
		width:468px;
	}

#header_3 {
	margin:0 auto;
	height:52px;
}


#header_3 .categories {
	height:18px;	
	list-style-type: none;
	float:left;
	margin-top:10px;
	margin-left:34px;
}

#header_3 .categories li {
	float: left;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 2px;
	padding-top:10px;
}
#header_3 .categories li a {
	display: block;
	color: #0c213a;
	text-decoration: none;
	padding: 0px 5px 0px;
}

#header_3 .categories li a:hover {
	display: block;
	color: #0c213a;
	text-decoration:underline;
	padding: 0px 5px 0px;
}

/** END header **/

/** BEGIN content **/

#maincontent {
	width:630px;
	float: left;
	margin-left:18px;
	margin-top:20px;	
}

#content {
	width:630px;
	float: left;
	border:#dddddd 1px solid;	
}

#moreArticleTitle {	
	width:610px;
	height:20px;
	overflow: hidden;	
	border-bottom:#dddddd solid 1px;
	background:#eeeeee;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	padding-top:5px;
	color:#092234;
}

#content h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	font:Verdana;
	margin-bottom:10px;
}

/** BEGIN featured **/

#featured {	
	width:630px;
	height:237px;
	overflow: hidden;	
	margin-bottom:10px;
	border:#dddddd solid 1px;
}

#featuredArticleTitle {	
	width:610px;
	height:20px;
	overflow: hidden;	
	border-left:#dddddd solid 1px;
	border-right:#dddddd solid 1px;
	border-top:#dddddd solid 1px;
	background:#eeeeee;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	padding-top:5px;
	color:#092234;
}

#featured .content {
	padding:20px 5px 5px 5px;
	margin-bottom: 10px;
	border-bottom:none;
	
}
#featured .content img {
	float: left;
	margin-right:10px;
	width:185px; 
	height:185px;
	border:#d3d3d3 1px solid;
	padding:5px;
}
#featured .content .title{
	height:60px;
	}
#featured .content .title h2 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: 0px;
	font:Verdana;
}
#featured .content .title h2 a {
	text-decoration: none;
}

#featured .content .title h2 a:hover {
	text-decoration: underline;
}


#featured .content .title .details {
	padding-top: 5px;
	font-size: 0.9em;
	text-transform:capitalize;
	margin-bottom: 0;
	
}
#featured .content .title .details a {
	text-decoration: none;
	color:#bd5532;
	font-weight:bold;
	font-style:italic;
}

#featured .content p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#featured .content .author {	
	float:left;
	margin-bottom:10px;	
}

#featured .content span {
	font-style:italic;
	color:#808080;
}

#featured .content .readmore {
	color:#bd5532;
font-weight: bold;
}
/** END featured **/


#content .post {
	margin:0 auto;
	width:610px;
	min-height:250px;
	margin-bottom: 10px;
	border-bottom:#cccccc 1px dotted;
}
#content .post img {
	float:right;
	margin-left:5px;
	width: 160px; 
	height: 160px;
	border:#dddddd 1px solid;
	padding:5px;
}
#content .post .title{
	margin:0 auto;	
	}
#content .post .title h2 {	
	font-weight:bold;
	font:Verdana;
	font-size:18px;
	margin-bottom:10px;


}
#content .post .title h2 a {
	text-decoration: none;
}

#content .post .title h2 a:hover {
	text-decoration: underline;
}

#content .post .title .date {
	font-size: 0.9em;
	text-transform:capitalize;
	background:#0c213a;
	padding:8px 10px;
	color:#ffffff;	
}

#content .post .title .catagory {
	font-size: 0.9em;
	text-transform:capitalize;
	background:#0c213a;
	padding:8px 10px;
	color:#ffffff;
}

#content .post .title .catagory a {
	color:#ffffff;
	text-decoration:none;
	
}

#content .post .details {
	padding-top: 5px;
	font-size: 0.9em;
	text-transform:capitalize;
	margin-bottom: 0;
	
}

#content .post .details a {
	text-decoration: none;
	text-decoration:underline;
	font-weight:bold;
}

#content .post p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
/*
#content .author {	
	float:left;
	margin-bottom:10px;	
}

#content span {
	font-style:italic;
	color:#808080;
}
*/
#content .readmore {
	color:#0c213a;
font-weight:bold;
}

#content .postnav ul {
	list-style-type: none;
	border:0px;
}
#content .postnav ul li {
	float: left;
	padding: 0 2px;
	font-family: Arial;	
}
#content .postnav ul li a {
	display: block;
	margin:2px 2px;	
	border: 1px solid #E1E1E1;
	text-decoration: none;
	color: #4F4F4F;
}
#content .postnav ul li a:hover {
	border-color: #ffffff;
}

	
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#content .single {
	padding: 5px;
	margin-bottom: 10px;
}
#content .single h2 {
	margin-bottom: 10px;
	font-size: 1.4em;
	text-transform: none;
}
#content .single p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content .single ul, #content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
}
#content .single li {
	line-height: 1.5em;
	padding: 2px 0;
}
#content .single blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
/** END content **/
/*
#navigation {
	float: left;
	height: 25px;
	width: 100%;
	overflow: hidden;	
}

.alignleft {
	text-align: left;
	float: left;
	padding-left:20px;
}

.alignright {
	text-align: right;
	float: right;
	padding-right:20px;
}
*/

/** BEGIN sidebar **/
#sidebar {
	width:300px;
	float:left;
	margin-left:10px;
	border:#dddddd 1px solid;
	background:#f6f6f6;
	margin-top:20px;	

}

#sidebar .search {
	float:left;
	line-height:1.5em; 
	Text-Align:right;
	FONT-FAMILY: arial;
	width:289px;
	height:41px;
	FONT-SIZE:87%;
	margin-top:0px;
	margin-right:0px;
	background:url(images/search_bg.gif) no-repeat;
}

.search input {
	background:transparent;
	font-size:13px;
	color:#000000;
	font-family:Tahoma, arial, verdana, courier;
	width:234px;
	height:33px;
	vertical-align:middle;
	border: 0px;
}

.search .input {
	width:13px;
	height:33px;
	background:none;
	border:none;
	vertical-align:middle;
	margin:0;
}


#sidebar .box {	
		padding:0px;
		margin-bottom: 15px;
	}
	
	#sidebar h2 {
		font-size: 1.1em;
		text-transform: uppercase;
		color: #ffffff;	
		padding: 5px 8px;
		margin: 5px 8px;
		font-weight:bold;
		margin-bottom:10px;
		/*border-bottom:#d3d3d3 1px solid;*/
		background:#0c213a


	}
	
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			line-height: 1.5em;
			padding: 2px 0;
			margin-left:10px;		
		}
		#sidebar ul li a {
			/*color: #0c213a;*/
			font-weight:bold;
			text-decoration: none;
		}

		#sidebar ul li a:hover {
			/*color: #0c213a;*/
			font-weight:bold;
			text-decoration:underline;
		}


	#sidebar .ads {
		text-align: center;
		margin-bottom: 10px;		
	}
		#sidebar .ads img {
			margin: 4px;
	}
	
	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			width: 75px;
			margin: 2px;
		}
	#sidebar .video {
		text-align:center;
	}
	#sidebar .tags {
		text-align:center;
	}

/** BEGIN links Sosial **/
	#sidebar .links {		
		height:32px;		
	}
	
	#sidebar .links a {
		text-decoration: none;
		margin: 0 0px;	
	}
	
	#sidebar .links a:hover {
		text-decoration: underline;
	}
	
	#sidebar  .links img {
		padding: 2px 0px 0 12px;
	}
/** End links Sosial **/

/** BEGIN links **/
#links {
	clear: both;
	font-family: Verdana;
}

#links .col_1{
	width:140px;
	float:left;
}

#links .col_2{
	float:right;
	width:150px;
	margin-right:5px;
}

	#links .box {	
		float: left;
		width: 130px;
		margin-left:5px;
	}
	
	
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		padding: 8px 8px;
		font-weight:bold;		
		margin-bottom:5px;
		height:15px;
		width:120px;
		background:#0c213a
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0;
		}
		#links ul li a {
			/*color: #333333;*/
			text-decoration: none;
			font-weight:normal;
		}
		#links ul li a:hover {
			/*color: #a81334;*/
			text-decoration: underline;
		}
/** END links **/

/** END sidebar **/


/** BEGIN footer **/
#footer {
	clear: both;
	margin:0 auto;
	color: #ffffff;
	font-size: 0.9em;
	height:35px;
	background:#0c213a;
}
#footer p {	
	margin:0 auto;
	text-align:center;
	padding: 10px 65px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 5px 15px 15px;
	margin-bottom: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/


.photocredit {
	font: 8px Verdana;
font-style:italic;
	color: #443eff;
}

.photocredit a {
text-decoration:none;
}

#ads { float: left; width: 330px; overflow: hidden; padding: 3px 0 0 0; }
.ad {float:left; margin: 5px 0 0 0;}

.listbox {
width: 600px;
float: right;
padding: 0 0 20px 0;
}