/*
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: 1010px;
}

#content {
	float: left;
	background-color: white;
	margin: -30px 0 0 0;
	padding: 0 5px 0 5px;
	width: 674px;
}

#sidebar {
	margin: -50px 0 0 676px;
	padding: 20px 5px 10px 18px;
	width: 302px;
}

#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;}
.feedburnerFlareBlock { font-size:10px; }
.feedburnerFlareBlock a { font-size:10px; color:#990000; }

P.firstbig:first-letter {
    font-size:26px;
}

/*********Horizontal nav*********/
#topmenu {
	list-style-type: none;
	margin: 0;
	margin-right: 5px;
	padding-left: 2px;
	height: 25px;
	font-size: 1.5em;
	background: url(images/pages-list-background.gif) left top repeat-x;
}

#topmenu ul.drop-down {
	list-style:none; /* Gets rid of bullets in the list */
	float:left;
	padding: 0 5px; /* Top and bottom padding of 0. Left and right of 5px */
	width:auto;
}
#topmenu ul.drop-down li {
	float:left;
	position:relative;
	line-height: 25px;
	background: url(images/pages-list-divider.gif) right bottom no-repeat;
	padding: 0 10px 0 5px;
	height: 25px;
	font-size: 1em;
}

#topmenu ul.drop-down li a { /* Menu link styling */
	padding:5px;
	font-weight:bold;
	color:#FF66CC; /* Text color of links */
	text-decoration:none; /* Gets rid of underline for links */
	font-size:13px;
}

/* Styling when a link is hovered over */
#topmenu ul.drop-down li:hover a {
	color:#CC0000; /* Text color of links */
	text-decoration: none;
}

#topmenu ul.drop-down li a:hover {
	background: #A11C46;
	color: #FFFFFF;
	text-shadow:1px 1px 0 #000000;
}
/* Styling for all of the Sub Menus  */

#topmenu ul.drop-down ul {
	list-style: none; /* Gets rid of bullets */
	margin:0;
	padding:0;
	width:220px; /* Width of the Drop Down Box */
	position:absolute; /* States that you are going to define exactly in pixels where the drop down appears */
}

#topmenu ul.drop-down li ul {
	top:24px; /* The Drop Down Box appears 24px below the menu when the menu is hovered over*/
	background-color:#E6E6E6;
}

#topmenu ul.drop-down ul ul { /* Styling for secondary drop downs (Drop Downs of a Drop Down) */
	top:0;
	left:100%;
}

#topmenu ul.drop-down ul li {
	float:none;
}

/* Makes drop downs not appear by default unless the mouse hovers */
#topmenu ul.drop-down ul,
#topmenu ul.drop-down li:hover ul ul,
#topmenu ul.drop-down ul li:hover ul ul
{ display: none; }

#topmenu ul.drop-down li:hover ul,
#topmenu ul.drop-down ul li:hover ul ,
#topmenu ul.drop-down ul li ul li:hover ul
{ display: block;}

#topmenu ul.drop-down li * a:hover { /* Styling for every link that is hovered over */
	background: #A11C46;
	color: #FFFFFF;
	text-shadow:1px 1px 0 #000000;
}

/********** End Menu ****************/

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.myheader {
	padding:56px 0 0 470px;
}
.myheader h2 {
	float:left;
	margin:-4px 10px 0 0;
	padding:0;
}