/*
Theme Name: Rvisions!
Theme URI: http://www.rvisions.com/johnramirez/
Description: My own theme creation copied from Sweet Pink.
Version: 0.1
Author: John Ramirez
Author URI: http://www.rvisions.com/johnramirez/
*/

/* ************** STRUCTURE ************** */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #25668D;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0;
	margin-bottom:30px;
	padding: 0;
	height: 76px;
}

#header h1 { display: none; }
#header .description { display: none }
#ticker	{ height:20px; padding-top:50px; padding-left: 10px;  }
#page {
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#content {
	float: left;
	background-color: white;
	margin: -30px 0 0 0;
	padding: 0 0 0 15px;
	width: 660px;
}

#sidebar {
	margin: -40px 0 0 677px;
	padding: 20px 0 10px 25px;
	width: 270px;
}

#footer {
	text-align: right;
	clear: both;
	margin: 0;
	padding: 20px 15px 0 0;
	height: 50px;
}
.technoratitags {
	font-size:9px;
}
.banners {
	text-align:center;
	padding: 10px 0 30px 0;
}
#textad {
	text-align:center;
}
/* **************** LINKS **************** */

a {
	color:#CC0000;
	text-decoration: none;
}
#sidebar a { color:#CC0000; }
#sidebar a:hover { color:#FF0000; background-color:#FFFF00; }
.post a { color:#FF0000; font-weight:600; }
.post a:hover { color:#FF3399; background-color:#FFFF00; }
.post-title a {	font-size:1em; color:#993300; font-weight:800; }
.post-title a:hover { color:#FF0000; background-color:#FFFF00; }
.postmetadata a {	font-size:.8em; color:#990000; }
.postmetadata a:hover {	color:#CC0000; background-color:#FFFF00; }

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

/* *************** HEADERS *************** */

h1, h2, h3 {
	font-size: 1.7em;
}

h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #399CC6;
	color: #399CC6;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/* Next's that image under the post title */

img.lefth2img {
	margin: -8px 0 -2px 0;
	padding: 0;
}

/* And next's that image under the titles in sidebar */

img.righth2img {
	margin: 0 0 -12px 0;
	padding: 0;
}

#sidebar h2 {
	color: #399CC6;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

.post h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 15px 0 0 0;
}

/* ****************** POST ****************** */

.post {
	font-size: 1.4em;
	text-align: justify;
}

.postmetadata {
	clear: both;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 5px;
	border-top: 1px solid #399CC6;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em 'Courier New', Courier, Fixed, Sans-Serif;
	background-color: #eeeeee;
	color: black;
}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #399CC6;
}

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

/* ************* SIDEBAR LISTS ************** */

/* That next line puts ' � ' front of the list-items
   in the sidebar, with moder browsers only :| */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 20px; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 0 0;
	padding: 0;
	list-style-type:disc;
}

#sidebar #categories ul li {
	margin: 0 0 0 -14px;
	list-style-type: none;
}
#sidebar #rssfeeds ul li {
	margin: 0 0 0 -14px;
	list-style-type: disc;
	font-size:9px;
}
#sidebar #recent ul li {
	margin: 0 0 0 -18px;
	list-style-type: disc;
}
#sidebar #archives ul li {
	margin: 0 0 0 0px;
	list-style-type:disc;
}
/* *************** SEARCHFORM *************** */

#searchform {
	margin: auto 0;
	padding: 5px 3px; 
	text-align: left;
}

form#searchform input:focus {
	border: 2px solid #FF5294;
	margin: 1px;
}

#searchform input { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #399CC6;
	margin: 2px;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

/* Form */

#respond {
	clear: both;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #FF5294;
}

form#commentform input:focus, form#commentform textarea:focus {
	border: 2px solid #FF5294;
	margin: 1px;
}

#commentform input, #commentform textarea { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #399CC6;
	margin: 2px;
	width: 300px;
}

#commentform p { margin: 5px 0; }

/* Comments */

.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #136284;
	border-bottom: 1px solid #136284;
}

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

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

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

.commentmetadata {
	margin: 0;
	display: block;
}
#pages {
    list-style-type: none;
    margin: 0;
		margin-right: 10px;
    padding-left: 2px;
    height: 25px;
    font-size: .9em;
    background: url(images/pages-list-background.gif) left top repeat-x;}
#pages li {
    float: left;
    padding: 0 10px 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    background: url(images/pages-list-divider.gif) right bottom no-repeat;}
#pages li a {
    color: #CC0000;}
#pages li a:hover {
    text-decoration: none;
    color: #94bc01;}
#topmenu {
    list-style-type: none;
    margin: 0;
		margin-right: 10px;
    padding-left: 2px;
    height: 25px;
    font-size: 1.5em;
    background: url(images/pages-list-background.gif) left top repeat-x;}
#topmenu li {
    float: left;
    padding: 0 10px 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    background: url(images/pages-list-divider.gif) right bottom no-repeat;}
#topmenu li a { font-weight:bold;
    color:#FF66CC;}
#topmenu li a:hover {
    text-decoration: none;
    color:#CC0000;}
.feedburnerFlareBlock { font-size:10px; }
.feedburnerFlareBlock a { font-size:10px; color:#990000; }

P.firstbig:first-letter {
    font-size:26px;
}

