/* 
	Sam Randall Site
	CSS Document 
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


body {
	background-color:#68fe81;
	font-family:Arial, Verdana, Sans-serif;
	font-size:12px;
	color:#003893;
}



/* Heading Style */

h1 {
	font-family:Arial, Verdana, Sans-serif;
	font-size:32px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:30px;
	margin:0 0 13px 0;
	color:#000;
}

h2 {
	font-family:Arial, Verdana, Sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:18px;
	margin:0 0 20px 0;
	color:#000;
}

h2 a {
	color:#000;
	text-decoration:none;
}

h2 a:hover {
	color:#d98636;
	text-decoration:none;
}

h3 {
	font-family:"Myriad Pro", Arial, Verdana, Sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:normal;
	line-height:18px;
	margin:0 0 20px 0;
	color:#000;
}

h3 a {
	color:#000;
	text-decoration:none;
}

h3 a:hover {
	color:#003893;
	text-decoration:none;
}

h4 {
	font-family:"Calibri", Arial, Verdana, Sans-serif;
	font-size:16px;
	letter-spacing:normal;
	line-height:18px;
	margin:2px 0 2px 0px;
	color:#000;
	
}

h4 a {
	color:#000;
	text-decoration:none;
}

h4 a:hover {
	color:#003893;
	text-decoration:none;
}

h5 {
	font-family:"Myriad Pro", Arial, Verdana, Sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:normal;
	line-height:18px;
	margin:0 0 2px 0;
	color:#000;
	text-transform:normal;
}

h5 a {
	color:#003893;
	text-decoration:none;
}

h5 a:hover {
	color:#003893;
	text-decoration:none;
}

h6 {
	font-family:"Myriad Pro", Arial, Verdana, Sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:normal;
	line-height:18px;
	margin:0 0 10px 0;
	color:#033547;
	text-transform:normal;
}

h6 a {
	color:#033547;
	text-decoration:none;
}

h6 a:hover {
	color:#033547;
	text-decoration:none;
}

p {
	font-size:14px;
	color:#003893;
	font-family:"Calibri", Arial, Verdana, Sans-serif;
}

p a {
	color:#03222d;
	text-decoration:none;
}

p a:hover {
	color:#0a3a4c;
	text-decoration:underline;
}


.menu {
	font-size:14px;
	color:#003893;
	font-family:"Calibri", Arial, Verdana, Sans-serif;
	margin-top:-5px;
	text-align:right;
}

.menu a {
	color:#000;
	text-decoration:none;
}

.menu a:hover {
	color:#333;
	text-decoration:underline;
}

.profile_pic{
	float:left;
	width:100px;
	height:70px;

}

.comment{
	float:left;
	padding:10px;
	background-color:#f6f6f6;
	border:1px solid #dddddd;
	margin-left:-1px;
	width:600px;

}

.comment_arrow {
	left: -31px;
	top: 16px;
	position: relative;
	width:21px;
}
	

p a {
	color:#003893;
	text-decoration:none;
}

p a:hover {
	color:#d98636;
	text-decoration:none;
}

p.title {
	font-size:14px;
	color:#003893;
	float:left;
	margin:3px 0 3px 0;
	font-family:"calibri", Arial, Verdana, Sans-serif;
}

p.says {
	font-size:14px;
	font-family:"Calibri", Arial, Verdana, Sans-serif;
	color:#003893;
	float:left;
	margin:3px 0 16px 0;
	padding:8px;
	background-color:#033546;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	width:300px;
	height:auto;
}

hr {
	background-color:#ccc;
	border:none;
	width:100%;
	height:1px;
	margin:0 0 8px 0;
}

hr.line_break {
	background-color:#9b9393;
	border:none;

	width:455px;
	height:1px;
	margin:10px 0 20px 0;
}


.post_link {
	
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.post_info{
	margin-top:-15px;
	font-size:10px;
}

.the_post{
	padding:10px 0px 10px 0px;
	
	
}


.show_delete{
	text-align:right;
	position:relative;
	right:90px;
	top:5px;
}

/* Image, Object, Embed Style */
	
img, object, embed {
	max-width: 100%;
}

img {
	height: auto;
}

a {
	outline:none;
}



/* Span Style */

span.orange {
	color:#ff903e;
	font-weight:bold;
}

span.blue {
	color:#10b0c8;
	font-weight:bold;
}

span.dark_blue {
	color:#033546;
	font-weight:bold;
}

span.who {
	color:#a7a3a4;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

span.dark {
	color:#938d8d;
	font-weight:normal;
}


/* Global */

#wrapper {
	width:1002px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	
	
	
}	

#page {
	width:980px;
	margin:0 auto;
	background-color:#FFF !important;
	padding:10px;
	border:1px solid #ccc;
}

#header {
	width:980px;
	height:auto;
	padding:12px 0 0 0;
}

#header .logo {
	float:left;
	width:auto;
	height:auto;
	margin-top:20px;
}

#header .nav {
	float:right;
	text-align:right;
	width:550px;
	height:auto;
	margin:12px 0 0 31px;
	font-size:15px;
	font-family:Arial, Verdana, Sans-serif;
	color:#03222d;
}

#header .nav ul {
	margin:0px;
	padding:0px;
}



#content {
	width:980px;
	padding:10px 0 0 0;
	margin:10px 0 48px 0;
	background-color:#FFF;
}

#content p{


}


#content .single_teks {
	float:left;
	width:842px;
	height:auto;
}

#content .single_teks p {
	margin:0 0 20px 0;
	line-height:24px;
}	

#content .single_teks ul {
	margin:0px;
	padding:0 0 0 17px;
}

#content .single_teks ul li {
	list-style-type:decimal;
	margin:5px 0;
}


#content .teks_general {
	float:left;
	width:495px;
	height:auto;
}	

#content .teks_general p {
	margin:1em 0;
}

#content .teks_general ul {
	margin:0px;
	padding:0 0 0 17px;
}

#content .teks_general ul li {

	margin:5px 0px 20px 5px;;
}	

#content .teks_general ol {
	margin:0px;
	padding:0 0 0 17px;
}

#content .teks_general ol li {
	list-style-type:decimal;
	margin:5px 0px 5px 15px;;
}	


#content .teks_content {
	float:left;
	width:522px;
	height:auto;
}	

#content .row {
	float:left;
	width:470px;
	height:auto;
	margin:0 0 35px 0;
}

#content .small_row {
	float:left;
	width:200px;
	height:auto;
	margin:0 53px 0 0;
}

#content .small_row  img {
	float:left;
	margin:0 8px 2px 0;
}

#content .small_row ul {
	margin:0px;
	padding:0px;
}

#content .small_row ul li {
	list-style-type:none;
	margin:0 0 18px 0;
	float:left;
	width:200px;
}

#content .small_row ul li p {
	font-size:13px;
	font-family:"Calibri", Arial, Verdana, Sans-serif;
}

#content .small_row ul li ul {
	margin:0px;
	padding:0 0 0 12px;
	font-size:13px;
	font-family:"Calibri", Arial, Verdana, Sans-serif;
}

#content .small_row ul li ul li {
	float:left;
	width:200px;
	height:auto;
	color:#003893;
	list-style-image:url(../images/bullet.png);
	margin:0 0 10px 0;
}

#content .small_row ul li ul li a {
	color:#003893;
	text-decoration:none;
}

#content .small_row ul li ul li a:hover {
	color:#0a3a4c;
	text-decoration:underline;
}

#content .sidebar {
	float:right;
	width:319px;
	height:auto;
}

#footer {
	width:980px;
	padding:15px 0 15px 0;
	background-color:#fff;
}

#footer .teks_footer {

	margin:0 auto;
	font-family:"Calibri", Arial, Verdana, Sans-serif;
	font-size:12px;

}

#footer .teks_footer img {
	vertical-align:bottom;
	margin:-5px 5px 0 0;
}

#footer .teks_footer a {
	color:#000;
	text-decoration:none;
}

#footer .teks_footer a:hover {
	color:#003893;
	text-decoration:none;
}



