html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
}

ol, ul
{
	list-style: none;
}

html
{
		overflow-y: scroll;
}

body
{
	background: #000000;
	font-family: Georgia, serif;
	font-size: small;
}

h1,h2,h3,h4,h5,h6
{
  font-family: Helvetica, Arial, sans-serif;
}

h1
{	
	font-size: 1.3em; 
}

a:link, b.hr
{
  color: #0000EE;
}

a:visited
{
  color: #551A8B;
}

#container
{
	width: 850px;
	margin: 0 auto;
}

#content
{
	width: 100%;
	clear: both;
}




.rounded_maincol
{
  
    background-color: #fff;
    background-repeat: repeat-x;
  
  -moz-border-radius: 10px;border: 1px solid #0000EE;
  
}


.rounded_colhead
{
  
    background-color: #336699;
  
  
  -moz-border-radius: 6px;
  
}


.rounded_sidebox
{
  
    background-color: #fff;
  
  
  -moz-border-radius: 10px;border: 1px solid #0000EE;
  
}


.rounded_maincol
{
  padding: 4px;
}


#footer
{
	clear: both;
	padding: 18px 0 4px 0;
	text-align: center;
}

#footer li
{
  display: inline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 80%;
}


/*   
Theme Name: CyberAtlantis

. 742 192

*/

h1 a, h1 a:visited, h1 a:link
{
  color: white;
  text-decoration: none;
}

.rounded_colhead h1
{
  padding: 10px 0 8px 20px;
  color: white;
  font-size: 135%;
  font-weight: normal;
}

.maincol
{
  float: left;
  width: 80%;
}

.sidebar
{
  float: right;
  width: 15%;
  padding: 16px 14px;
}

.post, .sidebar
{
  font-family: Helvetica, Arial, sans-serif;
}


.post_content, .post_tag, .comments, .navigation
{
  padding: 10px 16px 4px 16px;
  color: #262626;
}

.post_content
{
  font-size: 110%;
  line-height: 18px;
}

.post_content p, .post_content pre, .post_content ul, .post_content ol
{
  margin-bottom: 12px;
}

.post_content li
{
  margin-bottom: 6px;
}

.post_content ul
{
  list-style: square inside;
  margin-left: 16px;
}

.post_content ol
{
  list-style: decimal inside;
  margin-left: 16px;
}

.post_content .alignright
{
  float: right;
}

.post_content pre.code
{
  background: #111;
  border: 2px solid #ccc;
  padding: 8px;
  font-size: 100%;
  color: #ddd;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

